summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bvl-fix-locale-path' into 'master'Tim Zallmann2017-10-181-0/+4
|\ | | | | | | | | | | | | Render region codes for locale assets with an `_` instead of a `-` Closes #39225 See merge request gitlab-org/gitlab-ce!14924
| * Build the locale path with an `_` instead of a `-`Bob Van Landuyt2017-10-181-0/+4
| | | | | | | | | | | | | | | | | | 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 '30140-restore-readme-only-preference' into 'master'Douwe Maan2017-10-181-1/+2
|\ \ | |/ |/| | | | | | | | | Add readme only option as project view Closes #30140 See merge request gitlab-org/gitlab-ce!14900
| * Add readme only option as project viewAnnabel Dunstone Gray2017-10-161-1/+2
| |
* | Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-171-0/+32
|\ \ | | | | | | | | | | | | Make the circuitbreaker configurable at runtime See merge request gitlab-org/gitlab-ce!14842
| * | Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-171-0/+32
| |/
* | Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-171-0/+11
|\ \ | |/ |/| | | | | | | | | Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
| * Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-108-6/+31
| |\
| * | Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-0/+11
| | |
* | | Cache issuable template namesSean McGivern2017-10-121-10/+2
| |/ |/| | | | | | | | | | | We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
* | Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-2/+2
| |
* | Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan2017-10-102-2/+8
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443
| * | Changed Group Icon URL Back to try option38245-private-avatars-are-not-cdn-compatibleTim Zallmann2017-10-101-5/+1
| | |
| * | Fix for Lint Error + Upload TestTim Zallmann2017-10-091-1/+0
| | |
| * | Based on MR simplified the logicTim Zallmann2017-10-092-15/+3
| | |
| * | Removed 2 uncommented linesTim Zallmann2017-10-061-2/+0
| | |
| * | Fixed Linting ErrorTim Zallmann2017-10-051-8/+0
| | |
| * | Another Change for cleanupTim Zallmann2017-10-051-6/+0
| | |
| * | Updates based on MR commentsTim Zallmann2017-10-052-11/+16
| | |
| * | Fixed TestsTim Zallmann2017-10-041-5/+6
| | |
| * | Fixed TestTim Zallmann2017-10-041-3/+3
| | |
| * | Fixed Linting errors + testsTim Zallmann2017-10-041-1/+1
| | |
| * | Created group_icon and group_icon_urlTim Zallmann2017-10-041-5/+24
| | | | | | | | | | | | Tests for these new helper methods
| * | Making private project avatars use local paths + Some Group IconsTim Zallmann2017-10-043-4/+18
| |/
* | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-1/+2
| |
* | Merge branch 'add-1000-plus-counters-for-jobs-page' into 'master'Yorick Peterse2017-10-061-0/+11
|\ \ | | | | | | | | | | | | Add 1000 plus counters for jobs page See merge request gitlab-org/gitlab-ce!14507
| * | Add 1000+ counters (instead of inifnite) to jobs controlleradd-1000-plus-counters-for-jobs-pageKamil Trzcinski2017-10-061-0/+11
| | |
* | | Merge branch ↵Kamil Trzciński2017-10-061-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470
| * \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-051-9/+11
| |\ \ \ | | | |/ | | |/| | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | Introduce policy check for clusters navigation optionKamil Trzcinski2017-10-031-0/+1
| | | |
* | | | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-062-1/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova2017-10-036-18/+26
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2 # Conflicts: # db/schema.rb
| * | | | Fix locked and unlocked iconsLuke "Jared" Bennett2017-09-271-2/+2
| | | | |
| * | | | add discussion lock icon to the system_note_helperJarka Kadlecova2017-09-261-1/+3
| | | | |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova2017-09-258-173/+230
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/notes/components/issue_comment_form.vue
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-203-5/+34
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-181-4/+0
| |\ \ \ \ \
| * | | | | | Support discussion locking in the backendJarka Kadlecova2017-09-141-0/+4
| | | | | | |
* | | | | | | Updated Profile Events Helper to use SVG Sprite IconsTim Zallmann2017-10-041-9/+11
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'dm-copy-parallel-diff' into 'master'Phil Hughes2017-10-031-7/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Only copy old/new code when selecting left/right side of parallel diff See merge request gitlab-org/gitlab-ce!14561
| * | | | | Only copy old/new code when selecting left/right side of parallel diffdm-copy-parallel-diffDouwe Maan2017-10-021-7/+9
| | | | | |
* | | | | | Merge branch ↵Tim Zallmann2017-10-021-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '34366-issue-sidebar-don-t-render-participants-in-collapsed-state' into 'master' Resolve "Issue Sidebar : Don't render participants in collapsed state" Closes #34366 See merge request gitlab-org/gitlab-ce!14270
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett2017-09-281-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | 34366-issue-sidebar-don-t-render-participants-in-collapsed-state
| * | | | | | Add lazy_load option to participant avatar helperLuke "Jared" Bennett2017-09-281-2/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'icons-update-nav-bars' into 'master'Phil Hughes2017-09-292-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated All Navigation Icons to Sprite_Icons See merge request gitlab-org/gitlab-ce!14559
| * | | | | | Updated All Navigation Icons to Sprite_IconsTim Zallmann2017-09-282-3/+3
| |/ / / / /
* | | | | | Merge branch 'dm-json-page-title' into 'master'Jacob Schatz2017-09-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use backend-provided page title in repo editor Closes #36029 See merge request gitlab-org/gitlab-ce!13763
| * | | | | | Add Page-Title header to tree and blob JSON endpointsDouwe Maan2017-09-261-1/+1
| |/ / / / /
* | | | | | Merge branch 'breadcrumb-item-links' into 'master'Tim Zallmann2017-09-291-5/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed breadcrumb title not linking Closes #38059 See merge request gitlab-org/gitlab-ce!14532
| * | | | | | Fixed breadcrumb title not linkingPhil Hughes2017-09-271-5/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the breadcrumb titles not having links. This was a regression in the updated breadcrumbs introduced in 10.0. This introduces the link for all pages rather than selectively doing it. This will cover issues, merge requests, pipelines, jobs etc. Closes #38059