summaryrefslogtreecommitdiff
path: root/spec/controllers/projects_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Count occurrences of a specific query in the query recorder.bvl-limit-fork-queries-on-project-showBob Van Landuyt2017-12-041-6/+4
* | Cache the forks in a namespace in the RequestStoreBob Van Landuyt2017-12-041-0/+23
|/
* Change tags order in refs dropdownfeature_change_sort_refsVitaliy @blackst0ne Klachkov2017-11-071-5/+6
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-27/+27
* Add readme only option as project viewAnnabel Dunstone Gray2017-10-161-0/+8
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Add a project forks spec helperBob Van Landuyt2017-10-071-11/+9
* Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-1/+2
* Pulling merge_method spec for project_controller_spec from EE[ci skip]Valery Sizov2017-09-201-0/+18
* Add check for access to NamespaceRubén Dávila2017-08-301-0/+32
* Add option to disable project export on instanceRobin Bobbitt2017-08-111-0/+112
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+14
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-7/+7
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-7/+7
* Remove one assertion from projects controller specsGrzegorz Bizon2017-07-141-3/+2
* Fix rubocop offense in projects controller specsGrzegorz Bizon2017-07-141-1/+1
* Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-11/+31
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1