summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Fix changes dropdown ellipsis working across browserschanges-dropdown-ellipsisPhil Hughes2018-01-091-0/+10
| | | | Closes #41561
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-5/+5
|
* fix the commit diff discussion sending the wrong urlMicaël Bergeron2017-12-181-2/+12
| | | | it should now send you to the merge request diff path scoped to the commit.
* Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher2017-12-151-3/+3
|\ | | | | | | | | Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
| * Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'lfs-badge' into 'master'Douwe Maan2017-12-151-0/+1
|\ \ | |/ |/| | | | | | | | | Added LFS badge to indicate LFS tracked files Closes #15567 See merge request gitlab-org/gitlab-ce!15845
| * spec fixesPhil Hughes2017-12-141-1/+1
| |
| * fixed failing testsPhil Hughes2017-12-111-0/+1
| |
* | Merge branch ↵Robert Speicher2017-12-121-8/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'tmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using-presenter' into 'master' Refactor member view by using presenter Closes #28004 See merge request gitlab-org/gitlab-ce!15715
| * | Refactor member view by using presenterTM Lee2017-12-111-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create MemberPresenter alongside with GroupMemberPresenter and ProjectMemberPresenter - Make Member model Presentable - Move action_member_permission from MembersHelper into the MemberPresenter - Added rspec using double, separate specs for GroupMemberPresenter and ProjectMemberPresenter Fixes #28004. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Hide issues and MRs in labels list if disabledsophie-h/gitlab-ce-patch-15Sophie Herold2017-12-111-0/+63
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '36679-non-authorized-user-may-see-wikis-or-pipeline-page' into ↵Douwe Maan2017-12-081-9/+65
|/ | | | | | | | | | | 'security-10-2' Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met
* Merge branch ↵Kamil Trzciński2017-12-071-100/+0
|\ | | | | | | | | | | | | | | | | '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings" Closes #40761 See merge request gitlab-org/gitlab-ce!15714
| * Remove Auto DevOps checkboxes - backendbikebilly2017-12-041-100/+0
| |
* | adding view and feature specsmicael.bergeron2017-12-071-0/+17
| |
* | Merge branch ↵Sean McGivern2017-12-061-0/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '39364-in-issue-board-url-doesn-t-take-in-account-hostname-settings' into 'master' Resolve "In Issue board url doesn't take in account hostname settings" Closes #39364 See merge request gitlab-org/gitlab-ce!15703
| * | add boards_helper_specLuke Bennett2017-12-031-0/+21
| |/
* | Fixed clone buttons adding description when append_link is falseJose Ivan Vargas2017-12-051-0/+28
| |
* | show status of issue links in wiki pagehaseeb2017-12-041-1/+1
|/
* Merge branch '39455-clone-dropdown-should-not-have-a-tooltip' into 'master'Tim Zallmann2017-11-301-13/+42
|\ | | | | | | | | | | | | Resolve "Clone dropdown should not have a tooltip" Closes #39455 See merge request gitlab-org/gitlab-ce!15334
| * Added ssh_button helper specs and addressed ruby code observationsJose Ivan Vargas2017-11-271-14/+41
| |
| * UX adjustments and spec correctionsJose Ivan Vargas2017-11-271-5/+7
| |
* | Backport epic tasklistClement Ho2017-11-291-0/+1
| |
* | BE for automatic pipeline when enabling Auto DevOpsMatija Čupić2017-11-281-0/+100
|/ | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-232-12/+21
|
* Disables autocomplete in filtered searchJacopo2017-11-201-0/+4
| | | | Sets `autocomplete=off` to issuable filtered serarch.
* Truncate tree to max 1,000 items and display notice to usersDrew Blessing2017-11-151-3/+29
| | | | | | | | Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit.
* Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-0/+25
| | | | These dropdown options are used for creating and transfering projects.
* Merge branch 'tz-no-cdn-for-svg-sprites' into 'master'Douwe Maan2017-11-101-3/+25
|\ | | | | | | | | Icon Sprite URL needs to be local even if asset_host is set See merge request gitlab-org/gitlab-ce!15289
| * Removed Bracketstz-no-cdn-for-svg-spritesTim Zallmann2017-11-091-1/+1
| |
| * Fixed Function + Test based on MRTim Zallmann2017-11-091-9/+7
| |
| * Missing the local urlTim Zallmann2017-11-091-2/+2
| |
| * Put Icons Path in HelperTim Zallmann2017-11-091-6/+9
| |
| * Fixed URL Matching in TestsTim Zallmann2017-11-091-6/+6
| |
| * Icon Sprite URL is also local even if asset_host is setTim Zallmann2017-11-091-0/+21
| |
* | Always return full avatar URL for private/internal groups/projects when ↵Douwe Maan2017-11-092-98/+7
|/ | | | asset host is set
* Free up some group reserved wordsBob Van Landuyt2017-11-071-1/+1
|
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-062-114/+127
|
* Merge branch 'icons-ci-icons' into 'master'Filipa Lacerda2017-11-021-8/+4
|\ | | | | | | | | Convert Icons in CI to SVG Sprite Icons See merge request gitlab-org/gitlab-ce!14567
| * Now one test works lets get the other one greenTim Zallmann2017-10-301-1/+1
| |
| * CHanged to String StatusesTim Zallmann2017-10-301-4/+4
| |
| * Need to render it into String cause its a content_tagTim Zallmann2017-10-301-2/+2
| |
| * Fixed SVG Output TestTim Zallmann2017-10-301-8/+4
| |
* | CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-022-0/+58
|/
* Added ssh fingerprint, gitlab ci and pages information in an instance ↵Francisco Lopez2017-10-251-0/+51
| | | | | | configuration page Closes #25142
* Prevent ApplicationHelper specs from polluting later ones39253-jobs-fail-because-of-brazilian-portuguese-translationsSean McGivern2017-10-181-3/+3
| | | | | We don't want the locale to be set to Brazilian Portuguese for any subsequent specs!
* Build the locale path with an `_` instead of a `-`Bob Van Landuyt2017-10-181-0/+8
| | | | | | | | | The locale code is turned into an asset path with an underscore instead of a dash. The language codes are transformed by `I18n.locale` into a code with a dash. But the resources for translating are always stored in a path using a `_` separating the language and the region code.
* Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan2017-10-102-5/+48
|\ | | | | | | | | | | | | Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443
| * Fixed TestsTim Zallmann2017-10-042-3/+3
| |
| * Fixed TestTim Zallmann2017-10-041-2/+1
| |