gitlab-org--gitlab-foss/spec/routing
James Ramsay 07f517d441 Add new repository archive route
Repository archives are always named `<project>-<ref>-<sha>` even if
the ref is a commit. A consequence of always including the sha even
for tags is that packaging a release is more difficult because both
the ref and sha must be known by the packager.

- add `<project>/-/archive/<ref>/<filename>.<format>` route using the
`-` separator to prevent namespace collisions. If the filename is
`<project>-<ref>` or the ref is a sha, the sha will be omitted,
otherwise the default filename will be used.
- deprecate previous archive route `repository/<ref>/archive`
2018-04-06 08:45:17 -04:00
..
admin_routing_spec.rb Implement web hooks logging 2017-05-25 10:07:52 +03:00
environments_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
group_routing_spec.rb Don't add a trailing slash in group redirects 2017-11-16 17:13:40 +00:00
import_routing_spec.rb
notifications_routing_spec.rb Enable RSpec/FilePath cop 2017-04-26 12:50:32 +01:00
openid_connect_spec.rb
project_routing_spec.rb Add new repository archive route 2018-04-06 08:45:17 -04:00
routing_spec.rb [CE] Add Naming/FileName rule checking expected class/module per filename 2018-03-08 12:56:54 +00:00