gitlab-org--gitlab-foss/spec
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
..
config Enable the Rubocop DeprecatedClassMethods cop 2016-05-08 15:33:34 -06:00
controllers Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
factories Update specs 2016-05-13 17:31:58 -05:00
features Use container registry config stub 2016-05-16 18:07:49 -05:00
finders Make upcoming milestone work across projects 2016-05-16 10:25:24 +01:00
fixtures Added Docker Registry View tests 2016-05-09 23:32:18 +03:00
helpers Merge branch 'rs-cleanup-events_helper_spec' into 'master' 2016-05-12 22:41:19 +00:00
initializers Add tests for setting trusted_proxies 2016-05-04 15:49:39 -07:00
javascripts Fix build notification on merge request page change even if the build status didn't change 2016-05-08 21:41:09 +02:00
lib Provide full test coverage to lib/container_registry API implementation 2016-05-17 13:20:11 -05:00
mailers Only generate repository push email once 2016-05-11 09:16:01 +01:00
models Merge branch 'docker-registry-view' into 'master' 2016-05-18 18:19:01 +00:00
requests Merge branch 'issue_17302' into 'master' 2016-05-18 04:31:12 +00:00
routing Merge branch 'health-check-route' 2016-05-12 16:39:03 -05:00
services Fix specs 2016-05-16 23:40:40 -05:00
support Fix specs 2016-05-16 23:40:40 -05:00
tasks/gitlab Added backup of container registry 2016-05-16 17:25:38 -05:00
views
workers Only generate repository push email once 2016-05-11 09:16:01 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb Update rspec-rails from 3.3.3 to 3.4.2. 2016-05-01 13:44:50 -06:00
teaspoon_env.rb