summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Expand)AuthorAgeFilesLines
* Prevent ApplicationHelper specs from polluting later ones39253-jobs-fail-because-of-brazilian-portuguese-translationsSean McGivern2017-10-181-3/+3
* Build the locale path with an `_` instead of a `-`Bob Van Landuyt2017-10-181-0/+8
* Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan2017-10-102-5/+48
|\
| * Fixed TestsTim Zallmann2017-10-042-3/+3
| * Fixed TestTim Zallmann2017-10-041-2/+1
| * Fixed Linting errors + testsTim Zallmann2017-10-042-9/+10
| * Created group_icon and group_icon_urlTim Zallmann2017-10-041-2/+45
* | Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* | Add a project forks spec helperBob Van Landuyt2017-10-071-3/+4
|/
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-032-4/+4
* Update projects_helper_specLuke "Jared" Bennett2017-09-281-2/+2
* Merge branch '38189-fix-user-avatar-url-cdn' into 'master'Douwe Maan2017-09-251-40/+62
|\
| * Update tests to reflect `user_avatar_without_link` helper changes38189-fix-user-avatar-url-cdnkushalpandya2017-09-251-40/+62
* | Fixes dashboard/projects empty state showing when viewing personal projectsPhil Hughes2017-09-221-4/+8
|/
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-221-0/+19
* Merge branch '34259-project-denial-of-service-via-gitmodules-fix' into 'master'Robert Speicher2017-09-191-0/+6
|\
| * Fixes project denial of service via gitmodules using Extended ASCII.34259-project-denial-of-service-via-gitmodules-fixTiago Botelho2017-09-151-0/+6
* | Merge branch '37576-renamed-files-have-escaped-html-for-the-inline-diff-in-th...Douwe Maan2017-09-141-2/+2
|\ \
| * | changed InlineDiffMarker to make it html_safe its output37576-renamed-files-have-escaped-html-for-the-inline-diff-in-the-headermicael.bergeron2017-09-121-2/+2
* | | escape characters in git user nameBrandon Everett2017-09-131-0/+11
* | | Fix extra space in YAML arrayZeger-Jan van de Weg2017-09-131-1/+1
* | | AutoDevOps banner hidden on explicit CI configZeger-Jan van de Weg2017-09-131-0/+16
* | | Merge branch 'zj-feature-flipper-disable-banner' into 'master'Kamil Trzciński2017-09-131-0/+10
|\ \ \
| * | | Allow all AutoDevOps banners to be disabledZeger-Jan van de Weg2017-09-121-0/+10
| | |/ | |/|
* | | Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-2/+28
|/ /
* | Merge branch 'user-recent-push' into 'master'Douwe Maan2017-09-111-14/+1
|\ \
| * | Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-14/+1
| |/
* | Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-28/+2
* | Merge branch 'fix-escape-commit-block' into 'security-9-5'Douwe Maan2017-09-071-0/+22
|/
* Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan2017-09-071-0/+93
|\
| * Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-5/+5
| * Link or not link depending on permissionsMichael Kozono2017-09-061-3/+13
| * Link to ancestor settings pageMichael Kozono2017-09-061-3/+3
| * Fix “Share lock” help textMichael Kozono2017-09-061-0/+83
* | Merge branch '37158-autodevops-banner' into 'master'Kamil Trzciński2017-09-071-0/+59
|\ \
| * \ Merge branch 'zj/gitlab-ce-zj-auto-devops-table' into 37158-autodevops-bannerKamil Trzcinski2017-09-071-2/+28
| |\ \
| * \ \ Merge branch 'zj-auto-devops-table' of gitlab.com:zj/gitlab-ce into 37158-aut...Kamil Trzcinski2017-09-071-8/+18
| |\ \ \
| * | | | Add specs for AutoDevopsHelperKamil Trzcinski2017-09-061-0/+59
| | |_|/ | |/| |
* | | | Merge branch '31362_decrease_cyclomatic_complexity_threshold_step3' into 'mas...Rémy Coutable2017-09-071-4/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| | |/ | |/|
* | | Merge branch '35012-navigation-add-option-to-change-navigation-color-palette'...Sean McGivern2017-09-071-2/+28
|\ \ \ | |/ / |/| |
| * | Small refactor after last code review.35012-navigation-add-option-to-change-navigation-color-paletteRuben Davila2017-09-071-3/+3
| * | Use indigo as default themeAnnabel Dunstone Gray2017-09-071-2/+2
| * | Fix specs; start on light themeAnnabel Dunstone Gray2017-09-061-2/+2
| * | Restore some changes from !9199Rubén Dávila2017-09-061-0/+26
| |/
* | Implement fix for n+1 issue on `flatten_tree` helpergitaly-tree-entries-fixAlejandro Rodríguez2017-09-061-8/+18
|/