summaryrefslogtreecommitdiff
path: root/spec/helpers/projects_helper_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [CE] Reduce the diff with EE in spec/helpers/projects_helper_spec.rbRémy Coutable2019-03-281-0/+2
* Refactor model and specReuben Pereira2019-03-011-0/+50
* Merge branch 'jprovazn-remove-redcarpet' into 'master'Grzegorz Bizon2019-02-051-12/+0
|\
| * Remove Redcarpet markdown engineJan Provaznik2019-02-041-12/+0
* | Changed external wiki query method to prevent attribute cachingFrancisco Javier López2019-02-041-8/+3
|/
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-2/+14
* Fixed bug when external wiki is enabledFrancisco Javier López2019-01-311-0/+20
* Hides ADO banner for certain projects52446-hide-ado-project-banner-for-ci-file-or-ci-disabledMayra Cabrera2019-01-041-0/+99
* Add test for compact mode and for helpersMartin Wortschack2018-12-191-0/+110
* Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto2018-12-101-0/+12
* Use BFG object maps to clean projectsNick Thomas2018-12-061-0/+25
* move logic into legacy_render_context helper methodBrett Walker2018-09-051-0/+12
* Remove sanitize_repo_pathZeger-Jan van de Weg2018-07-171-27/+0
* Fix User role displayed on projects dashboardFrancisco Javier López2018-07-061-0/+5
* HTML escape the name of the user in ProjectsHelper#link_to_memberImre Farkas2018-06-151-1/+8
* Deny repository disk access in development and testJacob Vosmaer (GitLab)2018-06-141-1/+5
* Invalidate cache with project details when repository is updatedrd-33733-showing-created-date-instead-of-updated-date-in-project-listsRubén Dávila2018-06-131-0/+4
* Fix invisible rows on importer statusStan Hu2018-06-061-3/+3
* Resolve "Add Xcode Button in UI"André Luís2018-06-051-0/+42
* Adjust spec to build correct path when storage path ends in slashDouwe Maan2018-05-091-1/+1
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-3/+3
* Resolve "Clean up old project permissions frontend code"Mike Greiling2018-04-121-68/+0
* Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan2018-02-231-0/+10
|\
| * Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+10
* | Add Tip about Push to Create project on New Project pageAndré Luís2018-02-231-0/+16
* | Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood2018-02-221-1/+1
|\ \ | |/
| * Use more specific #avatar_icon_for_user.Andreas Brandl2018-02-131-1/+1
* | Move button list logic to project presenterOswaldo Ferreira2018-02-201-26/+0
|/
* fix spacing and wrap method params in parensMike Greiling2018-01-221-3/+3
* add test to can_change_visibility_level? methodMike Greiling2018-01-221-4/+14
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-11/+20
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Update projects_helper_specLuke "Jared" Bennett2017-09-281-2/+2
* Fixes dashboard/projects empty state showing when viewing personal projectsPhil Hughes2017-09-221-4/+8
* escape characters in git user nameBrandon Everett2017-09-131-0/+11
* Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-14/+1
* remove unnecessary args from `link_to_member_avatar` method in `app/helpers/p...Maxim Rydkin2017-09-071-6/+4
* fix project_helper.rb and add couple specs to itMaxim Rydkin2017-09-071-2/+14
* fix CIMaxim Rydkin2017-09-071-1/+1
* fix helper and specMaxim Rydkin2017-09-071-5/+8
* refactor `app/helpers/projects_helper.rb:21:3`Maxim Rydkin2017-09-071-1/+9
* Allow usage of any_projects? with an Arrayfix-any-projects-arrayYorick Peterse2017-08-151-3/+9
* Improve checking if projects would be returnedYorick Peterse2017-08-071-0/+44
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-5/+5
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-3/+3
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
* Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-141-2/+2
|\
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-2/+2
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
|/
* Provide hint to create a personal access token for Git over HTTPRobin Bobbitt2017-06-261-0/+76