summaryrefslogtreecommitdiff
path: root/spec/controllers/projects_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+40
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-43/+43
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-071-0/+30
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-59/+78
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-221-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-0/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-1/+1
* Merge branch 'security-remove-leaky-401-responses-master' into 'master'GitLab Release Tools Bot2019-10-291-1/+1
|\
| * Avoid #authenticate_user! in #route_not_foundKerri Miller2019-10-091-1/+1
* | Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-2/+2
|/
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-1/+1
* CE: Audit event for archiving and unarchiving projectsce-8631-archiving-a-project-should-create-an-audit-eventmanojmj2019-08-211-0/+96
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-18/+11
* Make Housekeeping button do a full garbage collectionsh-fix-issue-63349Stan Hu2019-07-031-0/+47
* Move specs to ce directoryissue-6568-single-codebase-spec-controllersMałgorzata Ksionek2019-06-031-0/+12
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+32
* Merge branch 'revert-3962b00b' into 'master'Andreas Brandl2019-04-051-32/+0
|\
| * Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-32/+0
* | Enable FindCommit caching for project and commits pagesStan Hu2019-04-051-0/+4
|/
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+32
* Fixed test specsOswaldo Ferreira2019-04-041-0/+10
* Refactor specs according to the code reviewMałgorzata Ksionek2019-03-261-1/+1
* Add cr remarksMałgorzata Ksionek2019-03-251-1/+1
* Disallow changing namespace of a project in update methodMałgorzata Ksionek2019-03-201-0/+17
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Add ability to resolve project id into pathDmitriy Zaporozhets2019-01-221-0/+53
* Fix deprecation: Using positional arguments in integration testsJasper Maes2019-01-021-1/+1
* Project guests no longer are able to see refs pageTiago Botelho2018-12-191-4/+20
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-82/+117
* Allow public forks to be deduplicatedZeger-Jan van de Weg2018-12-071-1/+1
* Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-281-0/+22
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-30/+0
* Move badge settings to general settingsWinnie Hellmann2018-09-031-0/+13
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-4/+4
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-061-9/+41
* Present state indication on GFM previewOswaldo Ferreira2018-07-051-1/+28
* Set flash error message only for current request when updating projectAram Visser2018-06-251-1/+1
* The json keys of ref switcher should not be translatedhiroponz/gitlab-ce-48100-fix-branch-not-shownHiroyuki Sato2018-06-201-0/+16
* Deny repository disk access in development and testJacob Vosmaer (GitLab)2018-06-141-3/+9
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-2/+2
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-38/+58
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern2017-12-051-4/+33
|\
| * Create merge request from emailJan Provaznik2017-12-051-4/+33