summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Resolve "Web IDE doesn't work for branches with slashes"Tim Zallmann2018-05-231-2/+8
| |
* | Merge branch 'master' into 'bootstrap4'Clement Ho2018-05-101-1/+1
|\ \ | |/ | | | | # Conflicts: # app/views/shared/runners/_form.html.haml
| * Adjust spec to build correct path when storage path ends in slashDouwe Maan2018-05-091-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-082-0/+49
|\ \ | |/
| * Merge branch '4084-epics-username-autocomplete-ce' into 'master'Douwe Maan2018-05-071-0/+12
| |\ | | | | | | | | | | | | Backport CE changes from "autocomplete usernames in Epic comments/description" See merge request gitlab-org/gitlab-ce!18605
| | * Backport of 4084-epics-username-autocompleteMario de la Ossa2018-05-041-0/+12
| | |
| * | Allow a user to accept/decline termsBob Van Landuyt2018-05-041-0/+12
| | | | | | | | | | | | | | | When a user accepts, we store this in the agreements to keep track of which terms they accepted. We also update the flag on the user.
| * | Make the user dropdown reusableBob Van Landuyt2018-05-041-0/+25
| | | | | | | | | | | | | | | | | | | | | We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.
* | | Merge branch 'master' into 'bootstrap4'Clement Ho2018-05-013-140/+162
|\ \ \ | |/ / | | | | | | # Conflicts: # app/views/projects/branches/_branch.html.haml
| * | Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher2018-05-012-140/+138
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix commit trailer rendering when Gravatar is disabled Closes #45633 See merge request gitlab-org/gitlab-ce!18586
| | * | Fix commit trailer rendering when Gravatar is disabledDouwe Maan2018-04-252-140/+138
| | | |
| * | | Exclude LDAP from OmniauthCallbackController base methodsJames Edwards-Jones2018-04-301-0/+24
| | |/ | |/|
* | | Merge branch 'master' into bootstrap4Clement Ho2018-04-261-0/+25
|\ \ \ | |/ /
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceNick Thomas2018-04-261-3/+3
| |\ \
| * \ \ Merge branch 'ide-relative-url-fix' of gitlab.com:gitlab-org/gitlab-ceNick Thomas2018-04-261-0/+25
| |\ \ \
| | * | | fixed rubocopPhil Hughes2018-04-251-2/+2
| | | | |
| | * | | restore original script_name configPhil Hughes2018-04-251-0/+11
| | | | |
| | * | | added helper specPhil Hughes2018-04-251-0/+14
| | | |/ | | |/|
* | | | Merge branch 'master' into bootstrap4Clement Ho2018-04-252-3/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-251-3/+3
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Legacy disk path refactor Closes gitaly#1111 See merge request gitlab-org/gitlab-ce!18364
| | * | Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-3/+3
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
| * | [Backport] Burndown chart for group milestoneOswaldo Ferreira2018-04-231-0/+15
| |/
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-192-56/+6
|\ \ | |/
| * Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-192-56/+6
| |