summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Ci::Build#artifacts_expire_in= when assigning invalid durationartifacts-expire-dateKamil Trzcinski2016-06-141-1/+1
* Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-1425-122/+824
|\
| * Merge branch '18528-cpu-time-instrumentation' into 'master' Yorick Peterse2016-06-144-11/+16
| |\
| | * Measure CPU time for instrumented methodsPaco Guzman2016-06-144-11/+16
| * | Merge branch 'registry-example' into 'master' Achilleas Pipinellis2016-06-145-58/+201
| |\ \
| | * | Remove ourMark Pundsack2016-06-131-1/+1
| | * | De-note-ifyMark Pundsack2016-06-131-4/+4
| | * | Clarify dind exampleMark Pundsack2016-06-131-2/+2
| | * | Make minor grammar changeMark Pundsack2016-06-131-2/+2
| | * | Make Achilleas' suggested changesMark Pundsack2016-06-131-28/+28
| | * | Use docker:latestMark Pundsack2016-06-131-2/+2
| | * | Move registry CI example to CI docsMark Pundsack2016-06-132-25/+20
| | * | Reformat notesMark Pundsack2016-06-131-4/+4
| | * | Remove unnecessary messageMark Pundsack2016-06-131-4/+0
| | * | Refactor notesMark Pundsack2016-06-131-6/+14
| | * | Drop some 'however'sMark Pundsack2016-06-131-4/+4
| | * | Add more pros and cons for each docker approachMark Pundsack2016-06-131-10/+19
| | * | Fix docker volumeMark Pundsack2016-06-131-1/+1
| | * | Fix more references to old gitlab-runnerMark Pundsack2016-06-133-6/+6
| | * | Fix more instructionsMark Pundsack2016-06-131-3/+3
| | * | Fix runner CLI instructionsMark Pundsack2016-06-131-4/+4
| | * | Fix instructionsMark Pundsack2016-06-131-2/+1
| | * | Moar commasMark Pundsack2016-06-131-2/+2
| | * | Add notesMark Pundsack2016-06-131-0/+6
| | * | Add example using GitLab Container RegistryMark Pundsack2016-06-131-0/+72
| | * | Add docker bind-mount as an optionMark Pundsack2016-06-131-10/+68
| | * | Fix some grammarMark Pundsack2016-06-131-2/+2
| * | | Merge branch 'refactor/ci-config-add-global-entry' into 'master' Rémy Coutable2016-06-1415-35/+596
| |\ \ \
| | * | | Validate ci config entry value before processing nodesrefactor/ci-config-add-global-entryGrzegorz Bizon2016-06-142-8/+11
| | * | | Make method that composes ci config entry privateGrzegorz Bizon2016-06-144-17/+8
| | * | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-13450-804/+1869
| | |\ \ \
| | * | | | Simplify ci config node factoryGrzegorz Bizon2016-06-133-16/+11
| | * | | | Duplicate CI config node factory on class levelGrzegorz Bizon2016-06-133-4/+41
| | * | | | Add factory for fabricating new ci config nodesGrzegorz Bizon2016-06-104-21/+106
| | * | | | Define ci entry accessor instead of method_missingGrzegorz Bizon2016-06-102-7/+6
| | * | | | Simplify new ci config entry class interfaceGrzegorz Bizon2016-06-107-62/+44
| | * | | | Rename method used to allow node in Ci configGrzegorz Bizon2016-06-102-5/+5
| | * | | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-10176-952/+2246
| | |\ \ \ \
| | * | | | | Rename method that returns allowed nodes in Ci configGrzegorz Bizon2016-06-093-11/+11
| | * | | | | Add comments to new CI config classes and modulesGrzegorz Bizon2016-06-096-2/+35
| | * | | | | Do not require Ci config node to have a hash valueGrzegorz Bizon2016-06-092-4/+8
| | * | | | | Make it possible configure Ci entry descriptionGrzegorz Bizon2016-06-095-16/+23
| | * | | | | Extract method that composes new Ci config entryGrzegorz Bizon2016-06-092-7/+32
| | * | | | | Move new Ci config configurable DSL to concernGrzegorz Bizon2016-06-093-26/+49
| | * | | | | Rename BeforeScript to Script in new Ci configGrzegorz Bizon2016-06-084-4/+4
| | * | | | | Add minor improvements in new Ci config designGrzegorz Bizon2016-06-084-13/+52
| | * | | | | Delegate Ci config entry value to single methodGrzegorz Bizon2016-06-087-25/+48
| | * | | | | Remove old before_script from legacy Ci configGrzegorz Bizon2016-06-081-2/+1
| | * | | | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-08368-3015/+9128
| | |\ \ \ \ \
| | * | | | | | Implement script in Ci config and use in legacy oneGrzegorz Bizon2016-06-077-13/+51