Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support comments for personal snippets | Jarka Kadlecova | 2017-05-05 | 2 | -1/+48 |
| | |||||
* | Merge branch 'issue-boards-no-avatar' into 'master' | Filipa Lacerda | 2017-05-05 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Fixed avatar not displaying in issue boards Closes #31428 See merge request !10977 | ||||
| * | Merge branch 'master' into issue-boards-no-avatar | Phil Hughes | 2017-05-04 | 11 | -42/+120 |
| |\ | |||||
| * | | Fixed avatar not displaying in issue boards | Phil Hughes | 2017-04-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | This happens when Gravatar is disabled in the admin settings, the avatar is returned as null & then frontend didn't do anything about it. Closes #31428 | ||||
* | | | Merge branch 'adam-separate-slash-commands' into 'master' | Rémy Coutable | 2017-05-05 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054 | ||||
| * | | | Display slash commands outcome when previewing Markdownadam-separate-slash-commands | Rares Sfirlogea | 2017-05-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window". | ||||
* | | | | Merge branch 'dm-artifact-blob-viewer' into 'master' | Sean McGivern | 2017-05-04 | 2 | -1/+7 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Use blob viewer for job artifacts Closes #31297 See merge request !11018 | ||||
| * | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewer | Douwe Maan | 2017-05-04 | 2 | -1/+7 |
| |/ / | |||||
* | | | Merge branch 'tags-sort-default' into 'master' | Robert Speicher | 2017-05-04 | 1 | -0/+8 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Fixed tags sort dropdown being empty Closes #31618 See merge request !11055 | ||||
| * | | Fixed tags sort dropdown being empty | Phil Hughes | 2017-05-03 | 1 | -0/+8 |
| | | | | | | | | | | | | Closes #31618 | ||||
* | | | Merge branch 'dm-artifact-browser-header' into 'master' | Robert Speicher | 2017-05-03 | 1 | -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 browser | Douwe Maan | 2017-05-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' | Sean McGivern | 2017-05-03 | 1 | -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-diff | Douwe Maan | 2017-05-03 | 1 | -14/+10 |
| |/ / / | | | | | | | | | | | | | versions | ||||
* | | | | Merge branch 'dm-blob-external-storage' into 'master' | Sean McGivern | 2017-05-03 | 1 | -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-storage | Douwe Maan | 2017-05-03 | 1 | -7/+17 |
| |/ / / | |||||
* | | | | Merge branch 'async-milestone-tabs' into 'master' | Jacob Schatz | 2017-05-03 | 1 | -0/+24 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Load milestone tabs asynchronously See merge request !10919 | ||||
| * | | | Change the hash when changing tab | Phil Hughes | 2017-04-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | This allows the tab to be loaded by default when the page loads & the hash is present | ||||
| * | | | Load milestone tabs asynchronously | Phil Hughes | 2017-04-26 | 1 | -0/+24 |
| | | | | |||||
* | | | | Merge branch 'dm-snippet-download-button' into 'master' | Sean McGivern | 2017-05-02 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add download button to project snippets See merge request !11004 | ||||
| * | | | | Add download_snippet_path helper | Douwe Maan | 2017-05-02 | 2 | -4/+12 |
| | | | | | |||||
| * | | | | Add download button to project snippetsdm-snippet-download-button | Douwe Maan | 2017-04-30 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge branch '12910-personal-snippets-notes-show' into 'master' | Sean McGivern | 2017-05-02 | 1 | -2/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Display comments for personal snippets See merge request !10974 | ||||
| * | | | | Display comments for personal snippets12910-personal-snippets-notes-show | Jarka Kadlecova | 2017-05-02 | 1 | -2/+6 |
| |/ / / | |||||
* | | | | Merge branch '26488-target-disabled-mr' into 'master' | Sean McGivern | 2017-05-02 | 1 | -1/+5 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Fix 404 when upstream disabled merge requests Closes #26488 See merge request !10427 | ||||
| * | | | Fix 404 when upstream has disabled merge requests | mhasbini | 2017-04-27 | 1 | -1/+5 |
| | | | | |||||
* | | | | Show Raw button as Download for binary files | Douwe Maan | 2017-04-30 | 1 | -2/+12 |
| | | | | |||||
* | | | | Use blob viewers for snippets | Douwe Maan | 2017-04-30 | 1 | -3/+11 |
| | | | | |||||
* | | | | Merge branch 'dm-pull-preserve-into-render-helpers' into 'master' | Sean McGivern | 2017-04-28 | 1 | -8/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Pull preserve into render helpers See merge request !10986 | ||||
| * | | | | Pull preserve into render helpers | Douwe Maan | 2017-04-28 | 1 | -8/+9 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch '28020-improve-todo-list-when-comes-from-yourself' into 'master' | Sean McGivern | 2017-04-28 | 2 | -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 yourself | Jacopo | 2017-04-28 | 2 | -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 feedback | Douwe Maan | 2017-04-27 | 1 | -4/+4 |
| | | | | |||||
* | | | | Refactor overriding max size | Douwe Maan | 2017-04-27 | 1 | -2/+8 |
| | | | | |||||
* | | | | Render viewer error synchronously so that 'view the source' link will work | Douwe Maan | 2017-04-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Address feedback | Douwe Maan | 2017-04-27 | 1 | -0/+16 |
| | | | | |||||
* | | | | Fix some specs | Douwe Maan | 2017-04-27 | 1 | -2/+0 |
| | | | | |||||
* | | | | Render blob viewer error | Douwe Maan | 2017-04-27 | 1 | -0/+9 |
| | | | | |||||
* | | | | Move conditional inside copy_blob_source_button | Douwe Maan | 2017-04-27 | 1 | -3/+3 |
| | | | | |||||
* | | | | Use Blob methods instead of BlobHelper helpers | Douwe Maan | 2017-04-27 | 1 | -18/+2 |
| | | | | |||||
* | | | | Add rich blob viewers | Douwe Maan | 2017-04-27 | 1 | -3/+6 |
| | | | | |||||
* | | | | Avoid including the MarkupHelper | Toon Claes | 2017-04-27 | 1 | -0/+2 |
| | | | | |||||
* | | | | Add commit to the Banzai::post_process context | Toon Claes | 2017-04-27 | 1 | -2/+3 |
| | | | | |||||
* | | | | `markdown` helper is not used with pre-rendered content | Toon Claes | 2017-04-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Make the `_unsafe` methods private | Toon Claes | 2017-04-27 | 1 | -12/+12 |
| | | | | |||||
* | | | | Single quotes in MarkupHelper where possible | Toon Claes | 2017-04-27 | 1 | -9/+9 |
| | | | | |||||
* | | | | Refactor MarkupHelper | Douwe Maan | 2017-04-27 | 1 | -68/+48 |
| | | | | |||||
* | | | | Cache the rendered README, but post-process on show | Toon Claes | 2017-04-27 | 2 | -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 MarkupHelper | Toon Claes | 2017-04-27 | 2 | -32/+32 |
| | | | | |||||
* | | | | Rename GitlabMarkdownHelper -> MarkupHelper | Toon Claes | 2017-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | It does more than solely GitLab Markdown, so rename to MarkupHelper. |