harbor/src/chartserver
stonezdj 107e468b60 Refactor configure api to new programming model
Changes include:
1. Move core/config to controller/config
2. Change the job_service and gcreadonly to depends on lib/config instead of core/config
3. Move the config related dao, manager and driver to pkg/config
4. Adjust the invocation of the config API, most of then should provide a context parameter, when accessing system config, you can call it with background context, when accessing user config, the context should provide orm.Context

Signed-off-by: stonezdj <stonezdj@gmail.com>
2021-04-09 08:10:11 +08:00
..
base_test.go Add more UT cases for changed chart API 2018-09-20 17:51:27 +08:00
cache_test.go Fix Chart V2 Can't parse 2020-07-21 10:07:08 +08:00
cache.go fix(redis) redis sentinel for chart cache 2020-11-27 11:08:38 +08:00
chart_operator_test.go Add more UT cases for changed chart API 2018-09-20 17:51:27 +08:00
chart_operator.go Fix Chart V2 Can't parse 2020-07-21 10:07:08 +08:00
client.go Enhance: Prolong the timeout of chartclient 2020-07-27 12:06:24 +08:00
controller_test.go Refactor the chart service implementation to provide more extemding flexibilities 2018-09-19 16:34:58 +08:00
controller.go move logger from common to lib 2020-04-02 14:09:03 +08:00
handler_interface.go Fix Chart V2 Can't parse 2020-07-21 10:07:08 +08:00
handler_manipulation_test.go Fix Chart V2 Can't parse 2020-07-21 10:07:08 +08:00
handler_manipulation.go Refactor registry API (#14528) 2021-03-31 15:49:23 +08:00
handler_proxy_traffic_test.go Fix Chart V2 Can't parse 2020-07-21 10:07:08 +08:00
handler_proxy_traffic.go Refactor the chart service implementation to provide more extemding flexibilities 2018-09-19 16:34:58 +08:00
handler_repo_test.go Refactor the chart service implementation to provide more extemding flexibilities 2018-09-19 16:34:58 +08:00
handler_repo.go Fix Chart V2 Can't parse 2020-07-21 10:07:08 +08:00
handler_utility_test.go Fix Chart V2 Can't parse 2020-07-21 10:07:08 +08:00
handler_utility.go Refactor configure api to new programming model 2021-04-09 08:10:11 +08:00
redis_sentinel.go feature(redis) support redis sentinel 2020-07-19 21:19:03 +08:00
reverse_proxy_test.go Rever chart version to original 2020-04-01 11:55:22 +08:00
reverse_proxy.go Refactor registry API (#14528) 2021-03-31 15:49:23 +08:00
utils_test.go feature(redis) support redis sentinel 2020-07-19 21:19:03 +08:00
utils.go fix(redis) redis sentinel for chart cache 2020-11-27 11:08:38 +08:00