summaryrefslogtreecommitdiff
path: root/spec/controllers/projects_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* minor adjustments to the specsJose Ivan Vargas2017-05-221-10/+9
* Renamed some messages and refactored the project_edit class to a functionJose Ivan Vargas2017-05-221-1/+1
* Prevent project transfer if a new group is not selectedJose Ivan Vargas2017-05-221-0/+45
* Fix ensure_canonical_path for top level routesMichael Kozono2017-05-181-96/+103
* Fix redirect message for groups and usersMichael Kozono2017-05-111-2/+6
* Resolve discussionsMichael Kozono2017-05-051-0/+1
* Add “project moved” flash message on redirectMichael Kozono2017-05-051-0/+2
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-4/+80
* Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-0/+10
* Expect @issuable_meta_data to be set, feedback:fix-project-without-repo-and-wikiLin Jen-Shin2017-03-161-0/+1
* Fix projects without repo and wikiLin Jen-Shin2017-03-151-0/+1
* Remove readme-only project view preferenceremove-readme-optionAnnabel Dunstone Gray2017-03-061-8/+0
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-36/+36
* Fixed redirection from http://someproject.git to http://someprojectblackst0ne2017-02-041-0/+11
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-22/+13
* Fix to display notice when project settings updated.sandish chen2017-01-151-1/+1
* Merge branch 'use-separate-token-for-incoming-email' into 'master' Douwe Maan2016-11-081-0/+27
|\
| * implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-0/+27
* | Add tests for project#index routingDmitriy Zaporozhets2016-11-071-0/+20
|/
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-0/+40
* fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+22