summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix behavior around commands with optional arguments4273-slash-commandsDouwe Maan2016-08-185-42/+63
* Fix behavior of label_ids and add/remove_label_idsDouwe Maan2016-08-181-7/+8
* Remove unneeded aliasesDouwe Maan2016-08-188-117/+109
* Address feedbackDouwe Maan2016-08-174-23/+19
* Fix specs and implement fixes based on failing specsDouwe Maan2016-08-1711-84/+75
* Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-16238-892/+4066
|\
| * 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
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Let's make sure cache were cleared:Lin Jen-Shin2016-08-051-0/+4
| | * | | | | | | | | | We still need to skip loading config_processor if skip_ci?Lin Jen-Shin2016-08-051-1/+1
| | * | | | | | | | | | No need to check that as in CreateCommitBuildsService:Lin Jen-Shin2016-08-051-1/+1
| | * | | | | | | | | | Define utility functions later, feedback:Lin Jen-Shin2016-08-051-10/+10
| | * | | | | | | | | | Share nothing so it's safest, feedback:Lin Jen-Shin2016-08-051-2/+5
| | * | | | | | | | | | Touch it after builds were created, aligning with:Lin Jen-Shin2016-08-051-1/+1
| | * | | | | | | | | | Removed the abstract let, feedback:Lin Jen-Shin2016-08-051-1/+0
| | * | | | | | | | | | Missed renaming themLin Jen-Shin2016-08-051-5/+7
| | * | | | | | | | | | Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-0428-44/+79
| | * | | | | | | | | | Separate the concern for executing hooks and updating statesLin Jen-Shin2016-08-041-4/+12
| | * | | | | | | | | | Revert "We don't have to touch it because builds would touch pipeline anyway"Lin Jen-Shin2016-08-042-0/+11