Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put back the new project button27354-navigation-new-button | Annabel Dunstone Gray | 2017-02-22 | 3 | -0/+9 |
| | |||||
* | Merge branch 'add_mr_info_to_issues_list' into 'master' | Sean McGivern | 2017-02-22 | 12 | -12/+61 |
|\ | | | | | | | | | | | | | Add merge request count to each issue on issues list Closes #19786 and #23208 See merge request !9252 | ||||
| * | Refactored specs | blackst0ne | 2017-02-22 | 1 | -2/+2 |
| | | |||||
| * | Refactored specs | blackst0ne | 2017-02-22 | 1 | -8/+8 |
| | | |||||
| * | Added space indentation in models/merge_requests_closing_issues.rb | blackst0ne | 2017-02-22 | 1 | -2/+2 |
| | | |||||
| * | Refactored count_for_collection() for using pluck instead of select | blackst0ne | 2017-02-21 | 2 | -5/+5 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into add_mr_info_to_issues_list | blackst0ne | 2017-02-21 | 489 | -2692/+4704 |
| |\ | |||||
| * | | Improved specs | blackst0ne | 2017-02-21 | 1 | -7/+11 |
| | | | |||||
| * | | Fixed rubocop offenses | blackst0ne | 2017-02-18 | 1 | -4/+4 |
| | | | |||||
| * | | Remove empty line in note | blackst0ne | 2017-02-18 | 1 | -1/+0 |
| | | | |||||
| * | | Added specs | blackst0ne | 2017-02-18 | 1 | -0/+13 |
| | | | |||||
| * | | Merge branch 'add_mr_info_to_issues_list' of gitlab.com:blackst0ne/gitlab-ce ↵ | blackst0ne | 2017-02-17 | 0 | -0/+0 |
| |\ \ | | | | | | | | | | | | | into add_mr_info_to_issues_list | ||||
| | * | | Add merge request count to each issue on issues list | blackst0ne | 2017-02-17 | 11 | -12/+44 |
| | | | | |||||
| * | | | Added second parameter to @issuable_meta_data variables | blackst0ne | 2017-02-17 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'add_mr_info_to_issues_list' of gitlab.com:blackst0ne/gitlab-ce ↵ | blackst0ne | 2017-02-17 | 311 | -2985/+4256 |
| |\ \ \ | | | | | | | | | | | | | | | | into add_mr_info_to_issues_list | ||||
| | * | | | Add merge request count to each issue on issues list | blackst0ne | 2017-02-17 | 9 | -10/+42 |
| | |/ / | |||||
| * | | | Add merge request count to each issue on issues list | blackst0ne | 2017-02-17 | 9 | -10/+42 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/master' | blackst0ne | 2017-02-15 | 8 | -10/+41 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/master' | blackst0ne | 2017-02-15 | 1010 | -15779/+26415 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of gitlab.com:blackst0ne/gitlab-ce | blackst0ne | 2017-02-06 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce | blackst0ne | 2016-10-21 | 0 | -0/+0 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Added item to CHANGELOG | blackst0ne | 2016-10-21 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Don't use Hash#slice since it's not supported in Ruby 2.1 | Rémy Coutable | 2016-10-21 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | | | | | [ci skip] Add a comment explaining validate_board_limit callback | Douglas Barbosa Alexandre | 2016-10-21 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Callback associations are not common to see around. We want to make clear that the `before_add` callback uses the number before the addition, in this particular case 1. | ||||
| | * | | | | | | Fix GitLab project import when a user has access only to their default ↵ | Adam Niedzielski | 2016-10-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace. Render a hidden field with namespace ID so it can be read by JavaScript and passed to "/import/gitlab_project/new" screen. | ||||
| | * | | | | | | Test GitLab project import for a user with only their default namespace. | Adam Niedzielski | 2016-10-21 | 1 | -25/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the spec file: - remove hardcoded record IDs - avoid top-level let if not used in all scenarios - prefer expect { ... }.to change { ... }.from(0).to(1) over checking that there are no records at the beginning of the test | ||||
| | * | | | | | | Create protected branches bundle | Alfredo Sumaran | 2016-10-21 | 8 | -0/+4 |
| | | | | | | | | |||||
| | * | | | | | | Only create refs for new deployments | Z.J. van de Weg | 2016-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes sure GitLab does not save the refs to the filesystem each time the deployment is updated. This will save some IO although I expect the impact to be minimal. | ||||
| | * | | | | | | Use deployment IID when saving refs | Z.J. van de Weg | 2016-10-21 | 3 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | We want to release this in 8.13.0 | Lin Jen-Shin | 2016-10-21 | 1 | -2/+1 |
| | | | | | | | | |||||
| | * | | | | | | Add CHANGELOG entry [ci skip] | Lin Jen-Shin | 2016-10-21 | 1 | -0/+2 |
| | | | | | | | | |||||
| | * | | | | | | Preserve note_type and position for notes from emails | Lin Jen-Shin | 2016-10-21 | 4 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #23208 | ||||
| | * | | | | | | Update duration at the end of pipeline | Kamil Trzcinski | 2016-10-21 | 2 | -3/+1 |
| | | | | | | | | |||||
| | * | | | | | | Add CHANGELOG.md entry | Airat Shigapov | 2016-10-21 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Return truncation for notification descriptions, fix minor bugs with rendering | Airat Shigapov | 2016-10-21 | 2 | -12/+17 |
| | | | | | | | | |||||
| | * | | | | | | Use guard clause instead of if-else statement | Airat Shigapov | 2016-10-21 | 1 | -13/+12 |
| | | | | | | | | |||||
| | * | | | | | | Tests for markdown HipChat notifications | David Eisner | 2016-10-21 | 1 | -6/+6 |
| | | | | | | | | |||||
| | * | | | | | | Clean up Banzai HTML for HipChat | David Eisner | 2016-10-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `class` and `data-*` attributes are meaningless in HipChat, and it would probably be better to limit the tags, too. For example, we could avoid block-level elements in `render_line`. | ||||
| | * | | | | | | Ensure absolute URLs for single lines from Banzai for HipChat | David Eisner | 2016-10-21 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "pipeline: :single_line" leaves the protocol/host part out of the URLs and caches them that way. To avoid giving those out to HipChat, markdown is always rendered with "pipeline: :email" first. There must be a better way to do this, but I can't see how to avoid the link caching. | ||||
| | * | | | | | | Absolute URLs for Banzai HTML for HipChat | David Eisner | 2016-10-21 | 1 | -11/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using "pipeline: :email" gets "only_path: false" into the context to produce full URLs instead of /namespace/project/... | ||||
| | * | | | | | | Also render commit titles in HipChat notifications | David Eisner | 2016-10-21 | 1 | -4/+8 |
| | | | | | | | | |||||
| | * | | | | | | Full Banzai rendering for HipChat notifications | David Eisner | 2016-10-21 | 1 | -11/+3 |
| | | | | | | | | |||||
| | * | | | | | | Render hipchat notification descriptions as HTML instead of raw markdown | Airat Shigapov | 2016-10-21 | 2 | -16/+13 |
| | | | | | | | | |||||
| | * | | | | | | Update changelog | Nick Thomas | 2016-10-21 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Rename forked_source_project_missing? to source_project_missing? | Nick Thomas | 2016-10-21 | 2 | -7/+7 |
| | | | | | | | | |||||
| | * | | | | | | Fix two CI endpoints for MRs where the source project is deleted | Nick Thomas | 2016-10-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Fix the merge request view when source projects or branches are removed | Nick Thomas | 2016-10-21 | 5 | -18/+36 |
| | | | | | | | | |||||
| | * | | | | | | Revert "Add #closed_without_source_project?" | Nick Thomas | 2016-10-21 | 3 | -57/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 31c37c6c38258684fc92e0d91119c33872e39034. See #23341 | ||||
| | * | | | | | | Added dyanmic position adjustment | Luke Bennett | 2016-10-21 | 7 | -27/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tooltips for dropdown items Reverted pretty much everything in favour of a DOM approach Simplified JS | ||||
| | * | | | | | | Added tooltip with jobs full name to build items in graph | Luke Bennett | 2016-10-21 | 3 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added status to build tooltip and removed status icon tooltip Added Pipelines class to force tooltips ontop of the dropdown, we cannot do this with data attributes because dropdown toggle is already set Corrected dispatcher invocation |