summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-042-1/+7
|
* Merge branch 'dm-artifact-browser-header' into 'master' Robert Speicher2017-05-031-2/+2
|\ | | | | | | | | Add breadcrumb, build header and pipelines submenu to artifacts browser See merge request !11050
| * Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-031-2/+2
| |
* | Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' Sean McGivern2017-05-031-14/+10
|\ \ | | | | | | | | | | | | Allow commenting on older versions of the diff and comparisons between diff versions See merge request !10388
| * | Allow commenting on older versions of the diff and comparisons between diff ↵dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-14/+10
| |/ | | | | | | versions
* | Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern2017-05-031-7/+17
|\ \ | | | | | | | | | | | | Refactor Blob support of external storage in preparation of job artifact blobs See merge request !11048
| * | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-7/+17
| |/
* | Merge branch 'async-milestone-tabs' into 'master' Jacob Schatz2017-05-031-0/+24
|\ \ | |/ |/| | | | | Load milestone tabs asynchronously See merge request !10919
| * Change the hash when changing tabPhil Hughes2017-04-261-3/+3
| | | | | | | | This allows the tab to be loaded by default when the page loads & the hash is present
| * Load milestone tabs asynchronouslyPhil Hughes2017-04-261-0/+24
| |
* | Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern2017-05-021-0/+8
|\ \ | | | | | | | | | | | | Add download button to project snippets See merge request !11004
| * | Add download_snippet_path helperDouwe Maan2017-05-022-4/+12
| | |
| * | Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-301-4/+4
| | |
* | | Merge branch '12910-personal-snippets-notes-show' into 'master' Sean McGivern2017-05-021-2/+6
|\ \ \ | | | | | | | | | | | | | | | | Display comments for personal snippets See merge request !10974
| * | | Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-2/+6
| |/ /
* | | Merge branch '26488-target-disabled-mr' into 'master' Sean McGivern2017-05-021-1/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix 404 when upstream disabled merge requests Closes #26488 See merge request !10427
| * | Fix 404 when upstream has disabled merge requestsmhasbini2017-04-271-1/+5
| | |
* | | Show Raw button as Download for binary filesDouwe Maan2017-04-301-2/+12
| | |
* | | Use blob viewers for snippetsDouwe Maan2017-04-301-3/+11
| | |
* | | Merge branch 'dm-pull-preserve-into-render-helpers' into 'master' Sean McGivern2017-04-281-8/+9
|\ \ \ | | | | | | | | | | | | | | | | Pull preserve into render helpers See merge request !10986
| * | | Pull preserve into render helpersDouwe Maan2017-04-281-8/+9
| | | |
* | | | Merge branch '28020-improve-todo-list-when-comes-from-yourself' into 'master' Sean McGivern2017-04-282-6/+11
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Improve text on todo list when the todo action comes from yourself Closes #28020 See merge request !10594
| * | | Improve text on todo list when the todo action comes from yourselfJacopo2017-04-282-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
* | | | Address feedbackDouwe Maan2017-04-271-4/+4
| | | |
* | | | Refactor overriding max sizeDouwe Maan2017-04-271-2/+8
| | | |
* | | | Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-271-1/+1
| | | |
* | | | Address feedbackDouwe Maan2017-04-271-0/+16
| | | |
* | | | Fix some specsDouwe Maan2017-04-271-2/+0
| | | |
* | | | Render blob viewer errorDouwe Maan2017-04-271-0/+9
| | | |
* | | | Move conditional inside copy_blob_source_buttonDouwe Maan2017-04-271-3/+3
| | | |
* | | | Use Blob methods instead of BlobHelper helpersDouwe Maan2017-04-271-18/+2
| | | |
* | | | Add rich blob viewersDouwe Maan2017-04-271-3/+6
| | | |
* | | | Avoid including the MarkupHelperToon Claes2017-04-271-0/+2
| | | |
* | | | Add commit to the Banzai::post_process contextToon Claes2017-04-271-2/+3
| | | |
* | | | `markdown` helper is not used with pre-rendered contentToon Claes2017-04-271-1/+1
| | | |
* | | | Make the `_unsafe` methods privateToon Claes2017-04-271-12/+12
| | | |
* | | | Single quotes in MarkupHelper where possibleToon Claes2017-04-271-9/+9
| | | |
* | | | Refactor MarkupHelperDouwe Maan2017-04-271-68/+48
| | | |
* | | | Cache the rendered README, but post-process on showToon Claes2017-04-272-14/+30
| | | | | | | | | | | | | | | | | | | | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
* | | | Move some methods from ApplicationHelper to MarkupHelperToon Claes2017-04-272-32/+32
| | | |
* | | | Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-1/+1
| | | | | | | | | | | | | | | | It does more than solely GitLab Markdown, so rename to MarkupHelper.
* | | | Merge branch '30645-show-pipeline-events-description' into 'master' Kamil Trzciński2017-04-271-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Remove description for build_events, add pipeline_events Closes #30645 See merge request !10908
| * | | Remove description for build_events, add pipeline_events30645-show-pipeline-events-descriptionLin Jen-Shin2017-04-251-2/+2
| |/ /
* | | Merge branch '26509-show-update-time' into 'master' Annabel Dunstone Gray2017-04-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add updated time to project list Closes #26509 See merge request !8514
| * | | Add updated time to project listJeff Stubler2017-04-211-1/+1
| | | |
* | | | Merge branch '12910-personal-snippet-prep-2' into 'master' Sean McGivern2017-04-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Support preview_markdown action for personal_snippets See merge request !10810
| * | | | Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-1/+1
| | | | |
* | | | | Load a project's CI status in batch from redisBob Van Landuyt2017-04-261-0/+5
| |_|_|/ |/| | |
* | | | Merge branch '20378-natural-sort-issue-numbers' into 'master'Sean McGivern2017-04-261-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change issues sentence to use natural sorting Closes #20378 See merge request !7110
| * | | | Change issues sentence to use natural sortingJeff Stubler2017-04-251-4/+5
| | | | |