Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 '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. | ||||
* | | | Merge branch '30645-show-pipeline-events-description' into 'master' | Kamil Trzciński | 2017-04-27 | 1 | -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-description | Lin Jen-Shin | 2017-04-25 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch '26509-show-update-time' into 'master' | Annabel Dunstone Gray | 2017-04-26 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Add updated time to project list Closes #26509 See merge request !8514 | ||||
| * | | Add updated time to project list | Jeff Stubler | 2017-04-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '12910-personal-snippet-prep-2' into 'master' | Sean McGivern | 2017-04-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Support preview_markdown action for personal_snippets See merge request !10810 | ||||
| * | | | Support preview_markdown action for personal_snippets | Jarka Kadlecova | 2017-04-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Load a project's CI status in batch from redis | Bob Van Landuyt | 2017-04-26 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge branch '20378-natural-sort-issue-numbers' into 'master' | Sean McGivern | 2017-04-26 | 1 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change issues sentence to use natural sorting Closes #20378 See merge request !7110 | ||||
| * | | | | Change issues sentence to use natural sorting | Jeff Stubler | 2017-04-25 | 1 | -4/+5 |
| | | | | | |||||
* | | | | | Merge branch '31276-fix-diffs-with-edit-forking-needs' into 'master' | Douwe Maan | 2017-04-25 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Fix diffs with edit-forking needs Closes #31276 See merge request !10868 | ||||
| * | | | | Fix diffs with edit-forking needs31276-fix-diffs-with-edit-forking-needs | Eric Eastwood | 2017-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31276 | ||||
* | | | | | Merge branch 'add-aria-to-icon' into 'master' | Jacob Schatz | 2017-04-24 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add aria to icon See merge request !10670 | ||||
| * | | | | | Add tests | Clement Ho | 2017-04-18 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add aria to icon | Clement Ho | 2017-04-12 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix/gb/fix-incorrect-commit-status-badge-text' into 'master' | Kamil Trzciński | 2017-04-24 | 1 | -1/+24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrect commit status text on main project page See merge request !10863 | ||||
| * | | | | | | Deprecate legacy CI/CD status helpers | Grzegorz Bizon | 2017-04-21 | 1 | -1/+7 |
| | | | | | | | |||||
| * | | | | | | Fix lastest commit status text on main project page | Grzegorz Bizon | 2017-04-21 | 1 | -0/+17 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'submodules-no-dotgit' into 'master' | Dmitriy Zaporozhets | 2017-04-22 | 1 | -5/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | submodule_links: handle urls that don't end with .git See merge request !10799 |