summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-2/+12
* Instrument cache fetch hit and cache fetch missesPaco Guzman2016-07-051-0/+12
* Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable2016-07-0519-139/+364
|\
| * Add minor improvements in readability in CI configrefactor/ci-config-move-global-entriesGrzegorz Bizon2016-07-043-4/+3
| * Extract CI configuration entry node factory methodGrzegorz Bizon2016-07-041-8/+12
| * Improve description of CI types node and in specsGrzegorz Bizon2016-06-301-1/+1
| * Explicitly define entry node class in new CI configGrzegorz Bizon2016-06-292-11/+11
| * Add CI config entry validator for allowed keysGrzegorz Bizon2016-06-294-18/+17
| * Return compound value if CI config node is compositeGrzegorz Bizon2016-06-291-1/+6
| * Move global CI cache configuration to new CI classesGrzegorz Bizon2016-06-292-29/+3
| * Add global cache config entry to new CI configGrzegorz Bizon2016-06-295-6/+19
| * Add CI config entry location info to error messageGrzegorz Bizon2016-06-292-7/+9
| * Make it possible to set parent in CI config nodeGrzegorz Bizon2016-06-292-3/+4
| * Merge branch 'master' into refactor/ci-config-move-global-entriesGrzegorz Bizon2016-06-2840-253/+557
| |\
| * | Validate interface only with CI node validatorGrzegorz Bizon2016-06-272-15/+17
| * | Add new ci config entry that handles cache configGrzegorz Bizon2016-06-273-12/+58
| * | Add ci config entry that represents array of pathsGrzegorz Bizon2016-06-241-0/+18
| * | Add ci config class that represents a boolean valueGrzegorz Bizon2016-06-242-0/+28
| * | Add ci config class that represents a key valueGrzegorz Bizon2016-06-242-0/+28
| * | Fix ci config cache validation in legacy processorGrzegorz Bizon2016-06-241-2/+2
| * | Minor refactorings in new CI configuration classesGrzegorz Bizon2016-06-234-4/+8
| * | Move CI stages configuration to new CI configGrzegorz Bizon2016-06-238-22/+59
| * | Assume that unspecified CI config is undefinedGrzegorz Bizon2016-06-233-13/+12
| * | Return default config value when entry is undefinedGrzegorz Bizon2016-06-226-20/+32
| * | Handle CI environment variables in a new CI configGrzegorz Bizon2016-06-225-6/+38
| * | Rename CI config null node entry to undefined nodeGrzegorz Bizon2016-06-223-16/+9
| * | Return CI entry config as value by defaultGrzegorz Bizon2016-06-214-14/+3
| * | Handle after script CI config in new classesGrzegorz Bizon2016-06-214-16/+9
| * | Handle CI services config in new CI config classesGrzegorz Bizon2016-06-214-7/+28
| * | Move CI image configuration entry to new CI configGrzegorz Bizon2016-06-213-12/+13
| * | Add image configuration entry to new ci configGrzegorz Bizon2016-06-211-0/+22
| * | Use generic type validator in new ci configurationGrzegorz Bizon2016-06-212-4/+7
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets2016-07-041-2/+0
|\ \ \
| * \ \ Merge branch 'master' into dev-masterTomasz Maczukin2016-07-0264-329/+517
| |\ \ \
| * \ \ \ Merge branch '19312-confidential-issue' into 'master' Douwe Maan2016-06-301-2/+0
| |\ \ \ \
| | * | | | Fixed privilege escalation issue where manually set external users would be r...Patricio Cano2016-06-291-2/+0
* | | | | | Merge branch 'more_descriptive_git_shell_messages' into 'master' Dmitriy Zaporozhets2016-07-041-2/+7
|\ \ \ \ \ \
| * | | | | | Handle custom Git hook result in GitLab UIValery Sizov2016-07-041-2/+7
* | | | | | | Merge branch 'save-artifacts_sizes' into 'master' Rémy Coutable2016-07-041-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin2016-07-0472-358/+591
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Use AR callbacks as suggested by:Lin Jen-Shin2016-06-291-1/+0
| * | | | | | Prefer Ci::Build#erase_artifacts!Lin Jen-Shin2016-06-281-2/+1
| * | | | | | Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-1/+1
| * | | | | | Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin2016-06-281-0/+1
* | | | | | | Better message for git hooks and file locksValery Sizov2016-07-041-4/+9
| |/ / / / / |/| | | | |
* | | | | | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-0134-45/+0
* | | | | | Merge branch 'fix-relative-root-emoji-support' into 'master' Stan Hu2016-07-011-1/+10
|\ \ \ \ \ \
| * | | | | | Fix emoji paths in relative root configurationsStan Hu2016-07-011-1/+10
* | | | | | | Merge branch 'todos-api' into 'master' Rémy Coutable2016-07-013-0/+108
|\ \ \ \ \ \ \
| * | | | | | | Support creating a todo on issuables via APItodos-apiRobert Schilling2016-07-011-0/+30