harbor/src/chartserver
Steven Zou 8b538cbc0a Return the total count of charts under the project in project API
- add new interface method to get total count of charts under namespaces by calling get index
- add new field 'chart_count' in project model
- append chart count to the project model in project API

Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-25 17:56: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 Apply consistent format for comments 2018-09-05 16:16:31 +08:00
cache.go Apply consistent format for comments 2018-09-05 16:16:31 +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 Refactor the chart service implementation to provide more extemding flexibilities 2018-09-19 16:34:58 +08:00
client.go Apply consistent format for comments 2018-09-05 16:16:31 +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 Rebase to fix conflicts 2018-09-19 17:46:47 +08:00
handler_interface.go Return the total count of charts under the project in project API 2018-09-25 17:56:11 +08:00
handler_manipulation_test.go Refactor the chart service implementation to provide more extemding flexibilities 2018-09-19 16:34:58 +08:00
handler_manipulation.go Refactor the chart service implementation to provide more extemding flexibilities 2018-09-19 16:34:58 +08:00
handler_proxy_traffic_test.go Add more UT cases for changed chart API 2018-09-20 17:51:27 +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 Merge branch 'master' into return_labels_in_chart_api 2018-09-20 17:55:48 +08:00
handler_utility_test.go Return the total count of charts under the project in project API 2018-09-25 17:56:11 +08:00
handler_utility.go Return the total count of charts under the project in project API 2018-09-25 17:56:11 +08:00
reverse_proxy_test.go Rename the import path of new package 'label' 2018-09-20 10:31:29 +08:00
reverse_proxy.go Fix failures of UT cases of chart API related 2018-09-21 14:02:45 +08:00
utils_test.go Rename the import path of new package 'label' 2018-09-20 10:31:29 +08:00
utils.go Refactor the chart service implementation to provide more extemding flexibilities 2018-09-19 16:34:58 +08:00