summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unneeded calls to Repository#blob_at when listing commits with no pathfix/eliminate-unneeded-calls-to-repository-blob-atAhmad Sherif2016-08-172-21/+25
* Merge branch 'fix-downtime-check-formatting' into 'master' Douwe Maan2016-08-172-6/+39
|\
| * Better formatting for downtime check messagesfix-downtime-check-formattingYorick Peterse2016-08-172-3/+36
| * Fixed downtime check label colouringYorick Peterse2016-08-172-4/+4
|/
* Merge branch '17932-move-to-project-dropdown-improve' into 'master' Yorick Peterse2016-08-178-112/+340
|\
| * Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-178-112/+340
|/
* Merge branch 'label-flash' into 'master' Jacob Schatz2016-08-172-5/+10
|\
| * Fix error message for existing labels.label-flashFatih Acet2016-08-112-5/+10
* | Merge branch 'no-comment-button-on-discussion-diffs' into 'master' Jacob Schatz2016-08-171-1/+1
|\ \
| * | Don't show comment button in gutter of diffs on MR discussion tabno-comment-button-on-discussion-diffsDouwe Maan2016-07-251-1/+1
* | | Merge branch 'doc-update-akismet' into 'master' Patricio Cano2016-08-162-4/+4
|\ \ \
| * | | Updated Akismet documentationPatricio Cano2016-08-162-4/+4
* | | | Update CHANGELOG for 8.10.6, 8.9.7, and 8.8.8Robert Speicher2016-08-161-2/+12
* | | | Merge branch 'todos-hover-state' into 'master' Jacob Schatz2016-08-163-14/+49
|\ \ \ \
| * | | | Add hover state to todos (!5361)winniehell2016-08-163-14/+49
|/ / / /
* | | | Merge branch 'project-desc-width' into 'master' Jacob Schatz2016-08-161-1/+1
|\ \ \ \
| * | | | Changed project description widthproject-desc-widthPhil Hughes2016-07-211-1/+1
* | | | | Merge branch 'project-list-icons-width' into 'master' Jacob Schatz2016-08-161-0/+1
|\ \ \ \ \
| * | | | | Fixed width on project visibility icon in project listproject-list-icons-widthPhil Hughes2016-07-072-1/+2
* | | | | | Merge branch 'pipeline-hooks-without-slack' into 'master' Robert Speicher2016-08-1650-111/+609
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-16107-436/+1984
| |\ \ \ \ \ \
| * | | | | | | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-163-22/+18
| * | | | | | | Make rubocop happyKamil Trzcinski2016-08-151-9/+9
| * | | | | | | Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1531-221/+853
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1558-131/+619
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1326-50/+237
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make explicit call for all event types for ProjectHook factoryKamil Trzcinski2016-08-121-9/+7
| * | | | | | | | | | Capitalise URL on web_hooks/formKamil Trzcinski2016-08-121-8/+8
| * | | | | | | | | | Remove changes not related to this MRKamil Trzcinski2016-08-123-5/+1
| * | | | | | | | | | Added documentation for pipeline hooksKamil Trzcinski2016-08-121-0/+168
| * | | | | | | | | | Rename queue to enqueue in testsKamil Trzcinski2016-08-124-7/+11
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-128-34/+39
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix test failuresKamil Trzcinski2016-08-122-2/+2
| * | | | | | | | | | | Make pipeline to be in created state for hooks testsKamil Trzcinski2016-08-121-1/+1
| * | | | | | | | | | | Make `execute_methods` publicKamil Trzcinski2016-08-121-2/+2
| * | | | | | | | | | | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1242-329/+545
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix tests. We cannot reload unless it's already saved:Lin Jen-Shin2016-08-121-1/+4
| * | | | | | | | | | | | Have trait all_events_enabled so that's easier to reuse, feedback:Lin Jen-Shin2016-08-122-4/+15
| * | | | | | | | | | | | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-1232-63/+85
| * | | | | | | | | | | | Prefer extend self over module_function, feedback:Lin Jen-Shin2016-08-124-4/+4
| * | | | | | | | | | | | Make it more grammatically correct, feedback:Lin Jen-Shin2016-08-121-4/+4
| * | | | | | | | | | | | if -> when; when -> `when`; %w() -> %w[]; and fix some typos:Lin Jen-Shin2016-08-121-17/+17
| * | | | | | | | | | | | Prefer described_class, feedback:Lin Jen-Shin2016-08-123-3/+3
| * | | | | | | | | | | | Make the comment more clear, feedback:Lin Jen-Shin2016-08-121-1/+3
| * | | | | | | | | | | | Fix tests for pipeline eventsKamil Trzcinski2016-08-112-18/+50
| * | | | | | | | | | | | Fix pipeline status change from pending to runningKamil Trzcinski2016-08-113-1/+53
| * | | | | | | | | | | | Enhance a pipeline event tests to analyse number of returned buildsKamil Trzcinski2016-08-112-22/+25
| * | | | | | | | | | | | Remove stage parameter from send payloadKamil Trzcinski2016-08-113-5/+5
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-11102-2578/+3048
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-11591-5159/+8109
| |\ \ \ \ \ \ \ \ \ \ \ \ \