gitlab-org--gitlab-foss/config/routes
Stan Hu b7e3503372 Fix inability to delete container registry tags
Because container registry tags can have periods, the addition of the `.json`
format caused ambiguity. Since the tag name regex is greedy, it would attempt
to locate an image named `foo.json` instead of `foo`.

Closes #39260
2017-10-18 19:38:12 -07:00
..
admin.rb Add a Circuitbreaker for storage paths 2017-08-04 15:38:48 +02:00
api.rb Resolve "More RESTful API: include resource URLs in responses" 2017-07-25 09:35:45 +00:00
ci.rb Remove CI API v1 2017-08-18 11:47:03 +02:00
dashboard.rb
development.rb
explore.rb
git_http.rb
google_api.rb Add - before google_api/auth/callback 2017-10-11 15:49:55 +09:00
group.rb Merge branch 'bvl-group-trees' into 'master' 2017-10-17 10:03:03 +00:00
help.rb
import.rb
legacy_builds.rb
profile.rb moved devise_for :emails to live under profiles, removing the need 2017-09-23 15:26:04 +02:00
project.rb Fix inability to delete container registry tags 2017-10-18 19:38:12 -07:00
repository.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
sherlock.rb
sidekiq.rb
snippets.rb
test.rb
uploads.rb Make sure uploads for personal snippets are correctly rendered 2017-08-11 18:15:02 +02:00
user.rb moved devise_for :emails to live under profiles, removing the need 2017-09-23 15:26:04 +02:00
wiki.rb