summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remove-shell-env' into 'master' Douwe Maan2016-06-154-36/+12
|\
| * Get rid of Gitlab::ShellEnvJacob Vosmaer2016-06-154-36/+12
* | Merge branch 'docker-registry-manifest-v1' into 'master' Rémy Coutable2016-06-153-4/+16
|\ \
| * | Add support for Docker Registry manifest v1Kamil Trzcinski2016-06-153-4/+16
* | | Merge branch 'eager-loading-issue-parser' into 'master' Douwe Maan2016-06-151-1/+15
|\ \ \
| * | | Eager load project relations in IssueParserYorick Peterse2016-06-151-1/+15
| | |/ | |/|
* | | Merge branch 'environments-and-deployments' into 'master' Rémy Coutable2016-06-154-2/+20
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-145-2/+35
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-1410-35/+314
| |\ \ \
| * | | | Validate environment name with regexKamil Trzcinski2016-06-142-2/+14
| * | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-1410-38/+91
| |\ \ \ \
| * | | | | Added initial version of deploymentsKamil Trzcinski2016-06-102-2/+8
* | | | | | Random selection now also works for MySQLseed-fu-award-emojiZ.J. van de Weg2016-06-151-0/+4
| |_|_|_|/ |/| | | |
* | | | | Filter out classes without names in the samplerYorick Peterse2016-06-141-1/+5
* | | | | Merge branch '13948-access-request-to-projects-and-groups' into 'master' Douwe Maan2016-06-142-5/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into 13948-access-request-to-projects-and-groupsDouwe Maan2016-06-1414-45/+350
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-4/+1
| * | | | | Add request access for groupsRémy Coutable2016-06-141-1/+1
* | | | | | Merge branch '18449-instrument-grape-endpoints' into 'master' Yorick Peterse2016-06-141-1/+24
|\ \ \ \ \ \
| * | | | | | Instrument Grape Endpoint with Metrics::RackMiddleware18449-instrument-grape-endpointsPaco Guzman2016-06-141-1/+24
| |/ / / / /
* | | | | | Merge branch '18527-instrument-private-methods' into 'master' Yorick Peterse2016-06-141-4/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Instrument private/protected methodsPaco Guzman2016-06-141-4/+6
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-1411-49/+321
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '18528-cpu-time-instrumentation' into 'master' Yorick Peterse2016-06-141-4/+7
| |\ \ \ \
| | * | | | Measure CPU time for instrumented methodsPaco Guzman2016-06-141-4/+7
| | |/ / /
| * | | | Merge branch 'refactor/ci-config-add-global-entry' into 'master' Rémy Coutable2016-06-149-27/+303
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | 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-142-7/+7
| | * | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-1310-93/+133
| | |\ \ \
| | * | | | Simplify ci config node factoryGrzegorz Bizon2016-06-132-11/+6
| | * | | | Duplicate CI config node factory on class levelGrzegorz Bizon2016-06-132-4/+6
| | * | | | Add factory for fabricating new ci config nodesGrzegorz Bizon2016-06-103-21/+57
| | * | | | Define ci entry accessor instead of method_missingGrzegorz Bizon2016-06-102-7/+6
| | * | | | Simplify new ci config entry class interfaceGrzegorz Bizon2016-06-104-23/+14
| | * | | | 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-1017-106/+206
| | |\ \ \ \
| | * | | | | Rename method that returns allowed nodes in Ci configGrzegorz Bizon2016-06-092-8/+8
| | * | | | | 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-094-16/+18
| | * | | | | Extract method that composes new Ci config entryGrzegorz Bizon2016-06-091-3/+7
| | * | | | | Move new Ci config configurable DSL to concernGrzegorz Bizon2016-06-093-26/+49
| | * | | | | Rename BeforeScript to Script in new Ci configGrzegorz Bizon2016-06-082-2/+2
| | * | | | | Add minor improvements in new Ci config designGrzegorz Bizon2016-06-082-13/+28
| | * | | | | Delegate Ci config entry value to single methodGrzegorz Bizon2016-06-084-17/+32
| | * | | | | 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-0847-381/+549
| | |\ \ \ \ \
| | * | | | | | Implement script in Ci config and use in legacy oneGrzegorz Bizon2016-06-075-1/+24
| | * | | | | | Add DSL for adding nodes in Ci config interfaceGrzegorz Bizon2016-06-074-12/+12
| | * | | | | | Use Ci config validation helpers only where neededGrzegorz Bizon2016-06-075-29/+31