| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly handle container registry redirects to fix metadata stored on a S3 b...sh-fix-container-registry-s3-redirects | Stan Hu | 2017-05-17 | 1 | -4/+10 |
* | Fix duplicated container repository names | Grzegorz Bizon | 2017-04-18 | 1 | -2/+8 |
* | Sanitize container repository path in model classfix/gb/fix-registry-for-uppercased-project-paths | Grzegorz Bizon | 2017-04-13 | 1 | -2/+2 |
* | Fix registry for projects with uppercases in path | Grzegorz Bizon | 2017-04-13 | 1 | -1/+1 |
* | Revert "Fix registry for projects with uppercases in path" | Grzegorz Bizon | 2017-04-13 | 1 | -1/+1 |
* | Fix registry for projects with uppercases in path | Grzegorz Bizon | 2017-04-13 | 1 | -1/+1 |
* | Add method that returns location of registry image | Grzegorz Bizon | 2017-04-10 | 1 | -0/+4 |
* | Add minor improvements to container registry code | Grzegorz Bizon | 2017-04-06 | 1 | -2/+6 |
* | Remove unneeded char in registry repository path | Grzegorz Bizon | 2017-04-04 | 1 | -1/+1 |
* | Swap method names in containe registry path class | Grzegorz Bizon | 2017-04-04 | 1 | -8/+8 |
* | Improve code in container repository path class | Grzegorz Bizon | 2017-04-03 | 1 | -10/+13 |
* | Check registry repository name against regexp | Grzegorz Bizon | 2017-04-03 | 1 | -1/+3 |
* | Add serveral minor improvements to container registry | Grzegorz Bizon | 2017-03-31 | 1 | -3/+1 |
* | Remove unused method from container registry client | Grzegorz Bizon | 2017-03-31 | 1 | -4/+0 |
* | Create container repository on successful push auth | Grzegorz Bizon | 2017-03-30 | 1 | -0/+4 |
* | Check container repository exists for a given path | Grzegorz Bizon | 2017-03-30 | 1 | -2/+9 |
* | Make container repository path code more readable | Grzegorz Bizon | 2017-03-29 | 1 | -5/+19 |
* | Fix rubocop offense in container registry path class | Grzegorz Bizon | 2017-03-29 | 1 | -2/+1 |
* | Implement method matching container repository names | Grzegorz Bizon | 2017-03-28 | 1 | -0/+8 |
* | Implement container repository path class | Grzegorz Bizon | 2017-03-28 | 1 | -0/+29 |
* | Fix specs for container repository tags | Grzegorz Bizon | 2017-03-24 | 2 | -5/+5 |
* | Remove out-of-scope changes for multi-level images | Grzegorz Bizon | 2017-03-22 | 1 | -7/+0 |
* | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
* | | Fixes broken and missing tests | Andre Guedes | 2017-02-22 | 3 | -54/+2 |
* | | Multi-level container image names backend implementation | Andre Guedes | 2017-02-22 | 2 | -5/+7 |
* | | Added MR Road map | Andre Guedes | 2017-02-22 | 1 | -0/+7 |
|/ |
|
* | Make rubocop happy | Kamil Trzcinski | 2016-07-15 | 1 | -1/+1 |
* | Explicitly remove authorization token and make sure that invalid addresses ar... | Kamil Trzcinski | 2016-07-15 | 1 | -37/+35 |
* | Allow blob to be redirected | Kamil Trzcinski | 2016-07-15 | 1 | -3/+34 |
* | Make docker registry work with location redirects when external storage is used | Kamil Trzcinski | 2016-07-15 | 1 | -1/+1 |
* | Show proper image ID on registry page | Kamil Trzcinski | 2016-06-21 | 1 | -0/+1 |
* | Use response_body | Kamil Trzcinski | 2016-06-17 | 1 | -6/+7 |
* | Fix regression introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_re...registry-500-fix | Kamil Trzcinski | 2016-06-17 | 1 | -3/+7 |
* | Add support for Docker Registry manifest v1 | Kamil Trzcinski | 2016-06-15 | 3 | -4/+16 |
* | Provide full test coverage to lib/container_registry API implementation | Kamil Trzcinski | 2016-05-17 | 5 | -54/+14 |
* | Add .gitkeep | Kamil Trzcinski | 2016-05-17 | 4 | -2/+20 |
* | Improve test coverage | Kamil Trzcinski | 2016-05-16 | 1 | -1/+1 |
* | Fix path to tag | Kamil Trzcinski | 2016-05-16 | 1 | -1/+1 |
* | Fix CI tests | Kamil Trzcinski | 2016-05-12 | 2 | -2/+4 |
* | Added Docker Registry View tests | Kamil Trzcinski | 2016-05-09 | 1 | -2/+2 |
* | Fix review comments | Kamil Trzcinski | 2016-05-09 | 2 | -15/+19 |
* | Simplify Container Registry view implementation | Kamil Trzcinski | 2016-05-09 | 4 | -1/+14 |
* | Rename ImageRegistry to ContainerRegistry | Kamil Trzcinski | 2016-05-09 | 6 | -0/+274 |