gitlab-org--gitlab-foss/app/controllers/projects
Kamil Trzciński 08fddae744 Merge branch 'docker-registry-view' into 'master'
Add container registry support

Tasks:

- [x] Merge docker/distribution authentication service: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3787
- [x] Implement Docker Registry API
- [x] Show a list of docker images in GitLab
- [x] Remove registry repository on project deletion
- [x] Support project rename, move and namespace rename
- [x] Use token when connecting the registry
- [x] Allow to delete images from GitLab
- [x] Support pushing from GitLab CI (gitlab-ci-token / $CI_BUILD_TOKEN)
- [x] Support GitLab Runner pulling for public repositories
- [ ] Support GitLab Runner pulling for private repositories
- [x] Add tests for Docker Registry API
- [x] Add tests for a views
- [x] Make texts nicer
- [x] Implement a backup support

- [ ] Create administration documentation https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4141
- [ ] Create user documentation

See merge request !4040
2016-05-18 18:19:01 +00:00
..
application_controller.rb Clarify that the diff view setting always comes from the cookie 2016-04-19 17:47:58 -04:00
artifacts_controller.rb Make the CI permission model simpler 2016-02-02 09:18:08 +01:00
avatars_controller.rb Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
badges_controller.rb Use default branch when displaying list of badges 2016-04-06 19:56:35 +02:00
blame_controller.rb Move blame group logic to dedicated class 2016-01-28 14:49:21 +01:00
blob_controller.rb Add a Blob model that wraps Gitlab::Git::Blob 2016-02-18 22:45:30 -05:00
branches_controller.rb Return status code 303 after a branch DELETE operation to avoid project deletion 2016-04-06 21:11:10 -07:00
builds_controller.rb Encode state as base64 string 2016-05-09 20:19:27 +03:00
commit_controller.rb Satisfy Rubocop 2016-05-13 17:31:58 -05:00
commits_controller.rb API support for the 'since' and 'until' operators on commit requests 2016-04-29 09:26:52 +02:00
compare_controller.rb Use @diff_notes_disabled instead of @comments_allowed 2016-05-13 17:31:58 -05:00
container_registry_controller.rb Verify if registry is enabled in registry 2016-05-18 12:28:48 -05:00
deploy_keys_controller.rb Project deploy keys updated UI 2016-04-25 16:26:41 +01:00
find_file_controller.rb Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-01-07 12:56:18 +01:00
forks_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
graphs_controller.rb API support for the 'since' and 'until' operators on commit requests 2016-04-29 09:26:52 +02:00
group_links_controller.rb Use guard clause to check ability to share project 2016-04-19 12:15:56 +02:00
hooks_controller.rb Always mention HTTP status 2016-05-03 13:42:56 +02:00
imports_controller.rb removed transaction stuff 2016-05-13 13:12:21 +02:00
issues_controller.rb Handle issue move access instead of raising error 2016-04-30 21:28:40 +02:00
labels_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
merge_requests_controller.rb Use @diff_notes_disabled instead of @comments_allowed 2016-05-13 17:31:58 -05:00
milestones_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
network_controller.rb
notes_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
notification_settings_controller.rb Simplify Projects::NotificationSettingsController 2016-04-12 12:10:58 -03:00
project_members_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
protected_branches_controller.rb Change deprecated usage of rendering without response body 2016-03-16 03:16:25 +02:00
raw_controller.rb Refactor caching code 2016-03-07 14:27:53 +01:00
refs_controller.rb Make it possible to switch ref in badges view 2016-04-06 19:56:34 +02:00
releases_controller.rb
repositories_controller.rb Move RepositoryArchiveCacheWorker to sidekiq-cron 2016-04-12 11:12:05 -04:00
runner_projects_controller.rb Make the CI permission model simpler 2016-02-02 09:18:08 +01:00
runners_controller.rb Share form editable attributes mf runner via model 2016-05-10 14:21:01 +02:00
services_controller.rb add slack notifications for wiki pages 2016-04-20 08:25:40 +08:00
snippets_controller.rb Ensure project snippets have their own access level 2016-03-25 18:51:17 +01:00
tags_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
tree_controller.rb
triggers_controller.rb Make the CI permission model simpler 2016-02-02 09:18:08 +01:00
uploads_controller.rb Address feedback 2016-03-22 00:09:20 +01:00
variables_controller.rb Make the CI permission model simpler 2016-02-02 09:18:08 +01:00
wikis_controller.rb Fix error when trying to create a wiki page 2016-04-29 06:50:18 -07:00