summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'use-remote-ip-for-akismet' into 'master' Rémy Coutable2016-04-281-1/+1
|\
| * Use ActionDispatch Remote IP for Akismet checkingStan Hu2016-04-271-1/+1
* | Backport GitHub Enterprise import support from EEStan Hu2016-04-261-3/+37
|/
* Fix some typosTomasz Maczukin2016-04-221-6/+6
* Fix formattingTomasz Maczukin2016-04-221-3/+3
* Add posibility to define a hidden job without 'script' in .gitlab-ci.ymlTomasz Maczukin2016-04-221-49/+110
* Merge branch 'dev_issue_15331' into 'master' Robert Speicher2016-04-211-1/+9
|\
| * Fix failing specAlfredo Sumaran2016-04-211-1/+9
* | Merge branch 'fix/cross-project-labels-project-reference' into 'master' Grzegorz Bizon2016-04-211-16/+26
|\ \
| * | Fix cross-project label ref with invalid projectGrzegorz Bizon2016-04-211-16/+26
| |/
* | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-212-97/+3
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-198-64/+394
| |\
| * | Rename CiStatus to StatusableKamil Trzcinski2016-04-161-103/+0
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-167-65/+128
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-133-9/+70
| |\ \ \
| * | | | Fix CiStatus implementation and testsKamil Trzcinski2016-04-131-1/+1
| * | | | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-3/+12
| * | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-112-11/+14
| |\ \ \ \
| * | | | | Fix specsKamil Trzcinski2016-04-111-3/+3
* | | | | | Fix setting of "action" for Grape transactionsYorick Peterse2016-04-201-0/+24
* | | | | | Fix wiki testsSebastian Klier2016-04-201-0/+9
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'make-before-after-overridable' into 'master' Kamil Trzciński2016-04-191-3/+70
|\ \ \ \ \
| * | | | | Make rubocop happymake-before-after-overridableKamil Trzcinski2016-04-181-8/+8
| * | | | | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-182-30/+109
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-171-14/+14
| |\ \ \ \ \ \ \
| * | | | | | | | Allow the before_script and finally_script to be overwritten in context of jobKamil Trzcinski2016-04-161-3/+70
* | | | | | | | | Merge branch 'after-script' into 'master' Kamil Trzciński2016-04-191-0/+29
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-181-16/+72
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-181-14/+37
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Fix rubocop complainsKamil Trzcinski2016-04-181-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Rename finally_script to after_scriptKamil Trzcinski2016-04-171-7/+7
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Implement finally_script which allows to do cleanups as part of the build pro...Kamil Trzcinski2016-04-161-0/+29
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Using single builder for push and tag eventsGabriel Mazetto2016-04-191-22/+6
* | | | | | | Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-3/+28
* | | | | | | Use double instead of OpenStruct in the Issue/PR formatters specsDouglas Barbosa Alexandre2016-04-182-32/+34
* | | | | | | Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-182-0/+35
* | | | | | | Import milestones from GitHubDouglas Barbosa Alexandre2016-04-181-0/+82
* | | | | | | Import labels from GitHubDouglas Barbosa Alexandre2016-04-181-0/+19
* | | | | | | Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-182-0/+5
* | | | | | | Count the number of SQL queries per transactionYorick Peterse2016-04-181-0/+3
| |_|/ / / / |/| | | | |
* | | | | | Minor refactorings in CI configfeature/ci-job-env-variablesGrzegorz Bizon2016-04-181-3/+3
* | | | | | Validate job-level variables in YAML config fileGrzegorz Bizon2016-04-181-13/+32
* | | | | | Minor refactoring in code related to job variablesGrzegorz Bizon2016-04-181-19/+24
* | | | | | Make CI config return empty array if no job variablesGrzegorz Bizon2016-04-181-0/+12
* | | | | | Rename method that returns global envs in CI confGrzegorz Bizon2016-04-181-1/+1
* | | | | | Read job variables directly from gitlab CI configGrzegorz Bizon2016-04-181-2/+2
* | | | | | Make it possible to override build variablesGrzegorz Bizon2016-04-181-1/+1
* | | | | | Add `variables` keyword to job in CI config YAMLGrzegorz Bizon2016-04-181-12/+32
| |/ / / / |/| | | |
* | | | | Use Module#prepend for method instrumentationfix-method-instrumentationYorick Peterse2016-04-181-14/+37
|/ / / /