summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Allow resolving git submodule url for subgroup projects using relative path37356-relative-submodule-linkMark Chao2018-08-201-20/+55
|
* Merge branch 'add-user_show_add_ssh_key_message-application-setting' into ↵Nick Thomas2018-08-151-0/+12
|\ | | | | | | | | | | | | | | | | 'master' Add a "user_show_add_ssh_key_message" application setting for use with SSH certificates Closes #49953 See merge request gitlab-org/gitlab-ce!21027
| * Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request.
* | Fix rubocop offenseJan Beckmann2018-08-141-2/+2
| |
* | Fix missing Google icon in audit logJan Beckmann2018-08-141-0/+20
| | | | | | | | Fixes #50180
* | Add default avatar to groupGeorge Tsiolis2018-08-092-18/+60
|/
* Merge branch 'group-todos' into 'master'Sean McGivern2018-08-071-0/+21
|\ | | | | | | | | Group todos See merge request gitlab-org/gitlab-ce!20675
| * Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+21
| | | | | | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
* | Fix selection of existing project key by defaultStan Hu2018-08-011-1/+11
| |
* | Default to importing to the current project keyStan Hu2018-07-311-0/+19
| |
* | Fix namespaces_helper reporting multiple groupsStan Hu2018-07-311-0/+9
|/
* Resolve "The comparison list for the modified icons"Sam Beckham2018-07-271-2/+2
|
* Add an option to have a private profile on GitLabJX Terry2018-07-241-2/+14
|
* Display GPG status on repository and blob pagesWinnie Hellmann2018-07-231-2/+4
|
* Fix #47379 - Project visibility tooltipJamie Schembri2018-07-231-0/+23
|
* Proper icon validatorLukas Eipert2018-07-181-0/+23
|
* Merge branch 'rd-48920-backend-support-for-clarifying-search-bar' into 'master'Douwe Maan2018-07-181-0/+14
|\ | | | | | | | | | | | | Add avatar_url attr to the response of the autocomplete endpoint Closes #48920 See merge request gitlab-org/gitlab-ce!20661
| * Add avatar_url attr to the response of the autocomplete endpointRubén Dávila2018-07-171-0/+14
| |
* | Remove sanitize_repo_pathZeger-Jan van de Weg2018-07-171-27/+0
|/ | | | | | | This method is unneeded given its been pushed to Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/780 Closes https://gitlab.com/gitlab-org/gitaly/issues/1235
* SubmoduleHelper - Project is not always available as an instance variable49061-submodule-helper-fixMario de la Ossa2018-07-151-13/+8
|
* Merge branch 'dz-manifest-import' into 'master'Douwe Maan2018-07-121-0/+10
|\ | | | | | | | | Add manifest import See merge request gitlab-org/gitlab-ce!20304
| * More reliable manifest parser and group-only selectorDmitriy Zaporozhets2018-07-111-0/+10
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-21/+0
| | | | | | | | | | This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-112-9/+9
|/
* Update time_helper.rb to fix output for exact minutes.Marcel Amirault2018-07-101-4/+6
|
* Use stable gitlab-styles and eliminate offensesLin Jen-Shin2018-07-091-2/+2
|
* Use proper markdown rendering for previewsBrett Walker2018-07-062-3/+19
|
* Merge branch 'bvl-wrap-cross-project-group-permissions' into 'master'Douwe Maan2018-07-061-2/+6
|\ | | | | | | | | Create cross project group features See merge request gitlab-org/gitlab-ce!20333
| * Create cross project group featuresBob Van Landuyt2018-07-061-2/+6
| | | | | | | | | | This allows us to check specific abilities in views, while still enabling/disabling them at once.
* | Fix User role displayed on projects dashboardFrancisco Javier López2018-07-061-0/+5
|/
* Move group_dropdown_label to ce helperJarka Kadlecová2018-07-041-0/+21
|
* Performance Improvements to Vue MR pageTim Zallmann2018-06-301-1/+1
|
* Fix merge requests data source key to be camelCaseKushal Pandya2018-06-271-1/+1
|
* 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
|
* Merge branch ↵Sean McGivern2018-06-141-0/+4
|\ | | | | | | | | | | | | | | | | 'rd-33733-showing-created-date-instead-of-updated-date-in-project-lists' into 'master' Invalidate cache with project details when repository is updated Closes #33733 See merge request gitlab-org/gitlab-ce!19774
| * 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
| | | | | | | | | | The partial using this cache key was showing stale information due to the cache not being invalidated.
* | enable CommonMark as the defaultBrett Walker2018-06-141-1/+1
| |
* | [Rails5] Fix `storage_counter` helperblackst0ne2018-06-131-10/+14
| | | | | | | | | | | | | | | | Since rails 5 beta 2 support of petabytes and exabytes were added to the `number_to_human*` methods. See https://github.com/rails/rails/pull/22759 So for rails5 the comma separator gets shown for big numbers (EBs).
* | Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-112-7/+5
|\ \ | |/ |/| | | | | Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
| * Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-072-7/+5
| |
* | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-17/+0
|\ \ | |/ |/| | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * extract favicon logic to lib classAlexis Reigel2018-06-051-22/+0
| |
| * use custom main faviconAlexis Reigel2018-06-051-0/+5
| |
* | Restore navigation theme orderGeorge Tsiolis2018-06-071-1/+1
| |
* | Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray2018-06-071-3/+3
| |
* | Fix invisible rows on importer statusStan Hu2018-06-061-3/+3
|/
* Resolve "Add Xcode Button in UI"André Luís2018-06-051-0/+42
|
* Export assigned issues in iCalendar feedImre Farkas2018-05-312-4/+24
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-231-2/+8
|\