summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '17521-gitlab-ci-yml-templates' into 'master' Jacob Schatz2016-06-214-56/+116
* Merge branch 'ci-lfs-fetch' into 'master' Rémy Coutable2016-06-213-6/+10
* Merge branch 'fix/import-export-prod' into 'master' Rémy Coutable2016-06-201-1/+1
* Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' Robert Speicher2016-06-201-0/+5
* Merge branch 'limit-email-diff-size' into 'master' Robert Speicher2016-06-201-1/+1
* Merge branch 'gh-webhooks' into 'master' Robert Speicher2016-06-171-5/+18
* Merge branch 'track-total-method-call-time' into 'master' Robert Speicher2016-06-173-22/+84
* Merge branch 'secure-request-uris' into 'master' Yorick Peterse2016-06-171-1/+5
* Merge branch 'feature/project-export' into 'master' Douwe Maan2016-06-1725-5/+1044
* Merge branch 'validate-only-except-regexp' into 'master' Rémy Coutable2016-06-171-0/+17
* Merge branch 'update-column-in-batches-where' into 'master' Robert Speicher2016-06-171-52/+67
* 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 'environments-and-deployments' into 'master' Rémy Coutable2016-06-152-0/+12
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-0/+6
| |\
| * \ Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-149-7/+303
| |\ \
| * | | Validate environment name with regexKamil Trzcinski2016-06-141-0/+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 '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-149-7/+305
|\ \ \ | |/ / | | / | |/ |/|
| * 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-148-3/+292
| |\ |/ /
| * 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-134-78/+85
| |\
| * | 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-109-74/+153
| |\ \
| * | | 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
| * | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-0818-58/+271
| |\ \ \
| * | | | Implement script in Ci config and use in legacy oneGrzegorz Bizon2016-06-074-0/+23
| * | | | Add DSL for adding nodes in Ci config interfaceGrzegorz Bizon2016-06-074-12/+12
| * | | | Use Ci config validation helpers only where neededGrzegorz Bizon2016-06-074-28/+30