summaryrefslogtreecommitdiff
path: root/spec/routing/project_routing_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-8/+26
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-32/+36
|
* Add latest changes from gitlab-org/security/gitlab@13-8-stable-eeGitLab Bot2021-02-011-0/+69
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-12/+12
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-15/+6
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-10/+72
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-117/+68
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-24/+31
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-241-3/+2
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-3/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-10/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-38/+47
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-18/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-231-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-63/+43
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-25/+39
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-161-18/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-2/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-0/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-061-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-311-30/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-12/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-0/+5
|
* Start of fix for #21859, allow users to open files with newlines in the ↵Jesse Hall2019-09-101-4/+66
| | | | filenames.
* Add routing spec for deploy_tokens controllerDmitriy Zaporozhets2019-07-101-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Authorize access before serving project templateLuke Duncalfe2019-06-111-0/+20
| | | | | | | | | | | | | | | | | | | | | Previously, if a user was a guest member of a private project, they could access the merge request template as we were not checking permission-levels of the user. When a issue template is asked for, the user must have :read_issue for the project; or :read_merge_request when a merge request template is asked for. We also now rescue_from FileNotFoundError and handle as 404. This is because RepoTemplateFinder can raise a FileNotFoundError exception, which Rails previously handled as a 500. Handling these in a way that is consistent with ActiveRecord::RecordNotFound exceptions, within controllers that inherit from Projects::ApplicationController at least, and returning a 404. https://gitlab.com/gitlab-org/gitlab-ce/issues/54943
* Move some project routes under - scopeDmitriy Zaporozhets2019-05-291-5/+14
| | | | | | | | | | | | | | | | Affected project routes are: * services * boards * releases * forks * group_links * import * avatar * labels * milestones Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move some project routes under - scopedz-scope-project-routes-2Dmitriy Zaporozhets2019-05-261-1/+9
| | | | | | | | | | | Affected routes are: * autocomplete_sources * project_members * deploy_keys * deploy_tokens Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add network and graphs to legacy routes toodz-scope-project-routesDmitriy Zaporozhets2019-05-211-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add legacy routes for modified project pathDmitriy Zaporozhets2019-05-211-0/+12
| | | | | | For settings, branches and tags Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix specs to match route changesDmitriy Zaporozhets2019-05-201-20/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add ability to resolve project id into pathDmitriy Zaporozhets2019-01-221-0/+4
| | | | | | | | | By visiting `projects/:id` you will be redirected to project page with path in it. projects/123 => foo/bar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Resolve "[Rails5] `ActionView::MissingTemplate` in ↵Douwe Maan2018-12-031-12/+8
| | | | | | spec/features/projects/wiki/user_views_wiki_page_spec.rb"" This reverts commit 1292b99b742fd83438b011d3082662d354b3330e.
* Resolve "Drop down filter for project snippets"Fabian Schneider2018-10-051-1/+2
|
* Fix SpaceBeforeFirstArg copSemyon Pupkov2018-09-201-4/+4
|
* [master] Missing CSRF in System Hooks resend actionFrancisco Javier López2018-08-241-3/+3
|
* Changing the hook test action to use POSTFrancisco Javier López2018-07-231-1/+1
|
* Resolve "[Rails5] `ActionView::MissingTemplate` in ↵blackst0ne2018-06-121-8/+12
| | | | spec/features/projects/wiki/user_views_wiki_page_spec.rb"
* Add new repository archive routeJames Ramsay2018-04-061-7/+23
| | | | | | | | | | | | | 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`