summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Better formatting for downtime check messagesfix-downtime-check-formattingYorick Peterse2016-08-171-1/+23
* Fixed downtime check label colouringYorick Peterse2016-08-171-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-166-38/+223
|\
| * Load issues and merge requests templates from repositoryFelipe Artur2016-08-164-2/+221
| * Merge remote-tracking branch 'dev/master'Ruben Davila2016-08-161-1/+2
| |\
| | * Merge branch 'fix/export-att-inclusion' into 'master' Douwe Maan2016-08-151-1/+2
| | |\
| | | * Fix attribute inclusion in import/export config ignored in some casesJames Lopez2016-08-111-1/+2
| * | | Merge branch 'akismet-submittable' into 'master' Robert Speicher2016-08-151-35/+0
| |\ \ \
| | * | | Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-24/+0
| | * | | Refactored spam related code even furtherPatricio Cano2016-08-151-11/+0
| | |/ /
* | | | Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski2016-08-157-56/+314
|\ \ \ \ | |/ / /
| * | | Add small corrections to test coverage report badgeGrzegorz Bizon2016-08-151-3/+3
| * | | Add metadata and template methods for coverage badgeGrzegorz Bizon2016-08-151-0/+12
| * | | Add template class for coverage report badgeGrzegorz Bizon2016-08-151-0/+130
| * | | Extract the abstract base class of badge metadataGrzegorz Bizon2016-08-152-0/+12
| * | | Add coverage report badge metadata classGrzegorz Bizon2016-08-151-0/+24
| * | | Extract common badge metadata test examplesGrzegorz Bizon2016-08-152-19/+23
| * | | Implement the main class of test coverage badgeGrzegorz Bizon2016-08-151-8/+68
| * | | Refactor badge template and metadata classesGrzegorz Bizon2016-08-153-44/+39
| * | | Move badges to separate modules and add base classGrzegorz Bizon2016-08-152-4/+6
| * | | Add empty test coverage badge class and specsGrzegorz Bizon2016-08-151-0/+19
| |/ /
* | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-151-0/+99
|\ \ \ | |/ /
| * | Change the order of the access rules to check simpler first, and add specschange-access-updateAlejandro Rodríguez2016-08-121-0/+99
* | | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-122-8/+39
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/master' into improve-pipeline-processingKamil Trzcinski2016-08-121-0/+30
| |\ \
| | * | api for generating new merge requestScott Le2016-08-111-0/+30
| * | | Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-7/+9
| * | | Use state machine for pipeline event processingKamil Trzcinski2016-08-111-1/+0
| |/ /
* | | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-124-4/+4
* | | Prefer described_class, feedback:Lin Jen-Shin2016-08-123-3/+3
* | | Enhance a pipeline event tests to analyse number of returned buildsKamil Trzcinski2016-08-111-2/+6
* | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-114-13/+28
|\ \ \ | |/ /
| * | Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable2016-08-113-10/+12
| |\ \
| | * | Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-113-10/+12
| * | | Fix front-end for branches that happen to contain urlencoding escape characte...10772-fix-urlencoded-branchnameElliot2016-08-111-3/+16
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-1137-218/+504
|\ \ \ | |/ /
| * | Merge branch 'feature/svg-badge-template' into 'master' Douwe Maan2016-08-103-69/+164
| |\ \ | | |/ | |/|
| | * Extend build badge specs to cover multiple pipelinesGrzegorz Bizon2016-08-091-14/+26
| | * Merge branch 'master' into feature/svg-badge-templateGrzegorz Bizon2016-08-097-14/+77
| | |\
| | * | Improve builds badge specs, remove legacy methodsGrzegorz Bizon2016-08-081-25/+15
| | * | Merge branch 'master' into feature/svg-badge-templateGrzegorz Bizon2016-08-0839-454/+1126
| | |\ \
| | * | | Add badge template class to use with SVG ERB templateGrzegorz Bizon2016-07-281-0/+76
| | * | | Calculate build status only in build badge classGrzegorz Bizon2016-07-281-10/+13
| | * | | Extract build status badge metadata to separate classGrzegorz Bizon2016-07-282-27/+41
| * | | | Removed extra newline from redis_spec.rbYorick Peterse2016-08-101-1/+0
| * | | | Merge branch 'gh-pull-requests' into 'master' Douwe Maan2016-08-093-83/+41
| |\ \ \ \
| | * | | | Prefixes removed branches name with PR number when importing PR from GHgh-pull-requestsDouglas Barbosa Alexandre2016-08-082-8/+37
| | * | | | Remove SHA suffix for removed branches name when importing PR from GHDouglas Barbosa Alexandre2016-08-081-7/+1
| | * | | | Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre2016-08-041-4/+4
| | * | | | Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre2016-08-041-65/+0