harbor/src/server
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
..
handler Don't ignore the NotFoundErr when handling the status hook of tasks to avoid the status out of sync 2021-01-20 14:53:50 +08:00
middleware Refactor configure api to new programming model 2021-04-09 08:10:11 +08:00
registry Refactor configure api to new programming model 2021-04-09 08:10:11 +08:00
router fix Conformance testing failure 2020-03-09 10:29:10 +08:00
v2.0 Refactor configure api to new programming model 2021-04-09 08:10:11 +08:00
route.go Refactor configure api to new programming model 2021-04-09 08:10:11 +08:00
server.go Bump up the version of legacy APIs to v2.0 2020-02-14 13:16:30 +08:00
version.go move send error to source lib (#12175) 2020-06-19 01:04:50 +08:00