summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Put back the new project button27354-navigation-new-buttonAnnabel Dunstone Gray2017-02-223-0/+9
|
* Merge branch 'add_mr_info_to_issues_list' into 'master'Sean McGivern2017-02-2212-12/+61
|\ | | | | | | | | | | | | Add merge request count to each issue on issues list Closes #19786 and #23208 See merge request !9252
| * Refactored specsblackst0ne2017-02-221-2/+2
| |
| * Refactored specsblackst0ne2017-02-221-8/+8
| |
| * Added space indentation in models/merge_requests_closing_issues.rbblackst0ne2017-02-221-2/+2
| |
| * Refactored count_for_collection() for using pluck instead of selectblackst0ne2017-02-212-5/+5
| |
| * Merge remote-tracking branch 'upstream/master' into add_mr_info_to_issues_listblackst0ne2017-02-21489-2692/+4704
| |\
| * | Improved specsblackst0ne2017-02-211-7/+11
| | |
| * | Fixed rubocop offensesblackst0ne2017-02-181-4/+4
| | |
| * | Remove empty line in noteblackst0ne2017-02-181-1/+0
| | |
| * | Added specsblackst0ne2017-02-181-0/+13
| | |
| * | Merge branch 'add_mr_info_to_issues_list' of gitlab.com:blackst0ne/gitlab-ce ↵blackst0ne2017-02-170-0/+0
| |\ \ | | | | | | | | | | | | into add_mr_info_to_issues_list
| | * | Add merge request count to each issue on issues listblackst0ne2017-02-1711-12/+44
| | | |
| * | | Added second parameter to @issuable_meta_data variablesblackst0ne2017-02-172-2/+2
| | | |
| * | | Merge branch 'add_mr_info_to_issues_list' of gitlab.com:blackst0ne/gitlab-ce ↵blackst0ne2017-02-17311-2985/+4256
| |\ \ \ | | | | | | | | | | | | | | | into add_mr_info_to_issues_list
| | * | | Add merge request count to each issue on issues listblackst0ne2017-02-179-10/+42
| | |/ /
| * | | Add merge request count to each issue on issues listblackst0ne2017-02-179-10/+42
| | | |
| * | | Merge remote-tracking branch 'upstream/master'blackst0ne2017-02-158-10/+41
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'blackst0ne2017-02-151010-15779/+26415
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of gitlab.com:blackst0ne/gitlab-ceblackst0ne2017-02-061-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceblackst0ne2016-10-210-0/+0
| | |\ \ \ \ \
| | * | | | | | Added item to CHANGELOGblackst0ne2016-10-211-0/+1
| | | | | | | |
| | * | | | | | Don't use Hash#slice since it's not supported in Ruby 2.1Rémy Coutable2016-10-211-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * | | | | | [ci skip] Add a comment explaining validate_board_limit callbackDouglas Barbosa Alexandre2016-10-211-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 Niedzielski2016-10-211-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 Niedzielski2016-10-211-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 bundleAlfredo Sumaran2016-10-218-0/+4
| | | | | | | |
| | * | | | | | Only create refs for new deploymentsZ.J. van de Weg2016-10-211-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 refsZ.J. van de Weg2016-10-213-4/+4
| | | | | | | |
| | * | | | | | We want to release this in 8.13.0Lin Jen-Shin2016-10-211-2/+1
| | | | | | | |
| | * | | | | | Add CHANGELOG entry [ci skip]Lin Jen-Shin2016-10-211-0/+2
| | | | | | | |
| | * | | | | | Preserve note_type and position for notes from emailsLin Jen-Shin2016-10-214-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #23208
| | * | | | | | Update duration at the end of pipelineKamil Trzcinski2016-10-212-3/+1
| | | | | | | |
| | * | | | | | Add CHANGELOG.md entryAirat Shigapov2016-10-211-0/+1
| | | | | | | |
| | * | | | | | Return truncation for notification descriptions, fix minor bugs with renderingAirat Shigapov2016-10-212-12/+17
| | | | | | | |
| | * | | | | | Use guard clause instead of if-else statementAirat Shigapov2016-10-211-13/+12
| | | | | | | |
| | * | | | | | Tests for markdown HipChat notificationsDavid Eisner2016-10-211-6/+6
| | | | | | | |
| | * | | | | | Clean up Banzai HTML for HipChatDavid Eisner2016-10-211-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 HipChatDavid Eisner2016-10-211-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 HipChatDavid Eisner2016-10-211-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 notificationsDavid Eisner2016-10-211-4/+8
| | | | | | | |
| | * | | | | | Full Banzai rendering for HipChat notificationsDavid Eisner2016-10-211-11/+3
| | | | | | | |
| | * | | | | | Render hipchat notification descriptions as HTML instead of raw markdownAirat Shigapov2016-10-212-16/+13
| | | | | | | |
| | * | | | | | Update changelogNick Thomas2016-10-211-0/+1
| | | | | | | |
| | * | | | | | Rename forked_source_project_missing? to source_project_missing?Nick Thomas2016-10-212-7/+7
| | | | | | | |
| | * | | | | | Fix two CI endpoints for MRs where the source project is deletedNick Thomas2016-10-211-1/+1
| | | | | | | |
| | * | | | | | Fix the merge request view when source projects or branches are removedNick Thomas2016-10-215-18/+36
| | | | | | | |
| | * | | | | | Revert "Add #closed_without_source_project?"Nick Thomas2016-10-213-57/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 31c37c6c38258684fc92e0d91119c33872e39034. See #23341
| | * | | | | | Added dyanmic position adjustmentLuke Bennett2016-10-217-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 graphLuke Bennett2016-10-213-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