harbor/src/chartserver
Steven Zou b501199033 Enhance the project deletable checking logic to include helm charts checking
add utility handler in chart controller to support getting charts by ns
add ut case for utility handler
update deletable checking logic in project controller

refactor project deletable test case
2018-08-06 15:23:50 +08:00
..
base_handler.go Implement the related handler methods of the transparent operations based on proxy 2018-07-03 21:36:20 +08:00
base_test.go Add API routes of chart repo services in harbor API router 2018-07-13 16:10:46 +08:00
cache_test.go Refactor code after PR reviewing 2018-07-11 17:31:34 +08:00
cache.go Refactor code after PR reviewing 2018-07-11 17:31:34 +08:00
chart_operator_test.go Add UT cases for the code of supporting chart repo server 2018-07-11 13:55:35 +08:00
chart_operator.go Provide digital signature info of the related chart version 2018-07-27 15:07:22 +08:00
client.go Fix the multipart form data content missing issue by refill the content again before passing to the backend server 2018-07-24 10:32:20 +08:00
controller_test.go Keep the chart server related configurations in adminserver 2018-07-20 19:40:33 +08:00
controller.go Enhance the project deletable checking logic to include helm charts checking 2018-08-06 15:23:50 +08:00
manipulation_handler.go Fix issues described in #5464 and #5465 2018-08-02 14:07:04 +08:00
repo_handler.go Fix the multipart form data content missing issue by refill the content again before passing to the backend server 2018-07-24 10:32:20 +08:00
reverse_proxy.go Keep the chart server related configurations in adminserver 2018-07-20 19:40:33 +08:00
utility_handler_test.go Enhance the project deletable checking logic to include helm charts checking 2018-08-06 15:23:50 +08:00
utility_handler.go Enhance the project deletable checking logic to include helm charts checking 2018-08-06 15:23:50 +08:00
utils.go Fix the multipart form data content missing issue by refill the content again before passing to the backend server 2018-07-24 10:32:20 +08:00