summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Fixed specs for Gitlab::Redis and code for Redis Sentinel supportGabriel Mazetto2016-07-131-20/+16
* Specs for RedisConfigGabriel Mazetto2016-07-131-0/+81
* Merge branch 'rs-describe-symbols' into 'master' Robert Speicher2016-07-125-6/+6
|\
| * Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-125-6/+6
* | Remove unnecessary context from GitHub client specDouglas Barbosa Alexandre2016-07-121-6/+4
* | Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre2016-07-121-0/+9
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-even...James Lopez2016-07-1149-172/+3184
|\
| * Merge branch 'fix/remove-import-url-migration' into 'master' Rémy Coutable2016-07-111-0/+6
| |\
| | * spec and fix for sanitize methodJames Lopez2016-07-111-0/+6
| * | Merge branch '1548-average-commits-per-day' into 'master' Rémy Coutable2016-07-081-0/+39
| |\ \ | | |/ | |/|
| | * Infinity Bug in Commit StatisticsJonas Weber2016-05-201-0/+39
| * | Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-071-0/+70
| |\ \
| | * | Improve the error message displayed when branch creation fails.Timothy Andrew2016-07-051-0/+70
| * | | Add tests for PositionDouwe Maan2016-07-061-0/+341
| * | | Add tests for PositionTracerDouwe Maan2016-07-061-0/+1758
| * | | Add DiffNote modelDouwe Maan2016-07-062-6/+6
| * | | Add Gitlab::Diff::LineMapperDouwe Maan2016-07-061-0/+137
| * | | Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-063-6/+5
| * | | Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-062-7/+7
| * | | Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-062-14/+23
| * | | Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
| * | | Default Git access protocol to `web`Patricio Cano2016-07-051-1/+1
| * | | Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-051-1/+1
| * | | Add more tests to the allowed protocols featurePatricio Cano2016-07-051-0/+37
| * | | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-052-2/+2
| * | | RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-0/+103
| * | | Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable2016-07-0516-119/+627
| |\ \ \ | | |/ / | |/| |
| | * | Add minor improvements in readability in CI configrefactor/ci-config-move-global-entriesGrzegorz Bizon2016-07-042-2/+1
| | * | Improve description of CI types node and in specsGrzegorz Bizon2016-06-301-2/+2
| | * | Add global cache config entry to new CI configGrzegorz Bizon2016-06-2910-17/+32
| | * | Add CI config entry location info to error messageGrzegorz Bizon2016-06-292-7/+6
| | * | Make it possible to set parent in CI config nodeGrzegorz Bizon2016-06-291-2/+14
| | * | Merge branch 'master' into refactor/ci-config-move-global-entriesGrzegorz Bizon2016-06-287-303/+355
| | |\ \
| | * | | Validate interface only with CI node validatorGrzegorz Bizon2016-06-271-25/+7
| | * | | Add new ci config entry that handles cache configGrzegorz Bizon2016-06-272-0/+93
| | * | | Add ci config entry that represents array of pathsGrzegorz Bizon2016-06-241-0/+34
| | * | | Add ci config class that represents a boolean valueGrzegorz Bizon2016-06-241-0/+34
| | * | | Add ci config class that represents a key valueGrzegorz Bizon2016-06-241-0/+34
| | * | | Minor refactorings in new CI configuration classesGrzegorz Bizon2016-06-231-2/+2
| | * | | Move CI stages configuration to new CI configGrzegorz Bizon2016-06-233-3/+84
| | * | | Assume that unspecified CI config is undefinedGrzegorz Bizon2016-06-234-77/+96
| | * | | Return default config value when entry is undefinedGrzegorz Bizon2016-06-223-31/+42
| | * | | Handle CI environment variables in a new CI configGrzegorz Bizon2016-06-222-1/+75
| | * | | Rename CI config null node entry to undefined nodeGrzegorz Bizon2016-06-222-7/+7
| | * | | Handle after script CI config in new classesGrzegorz Bizon2016-06-213-7/+14
| | * | | Handle CI services config in new CI config classesGrzegorz Bizon2016-06-212-2/+52
| | * | | Move CI image configuration entry to new CI configGrzegorz Bizon2016-06-211-8/+20
| | * | | Add image configuration entry to new ci configGrzegorz Bizon2016-06-211-0/+46
| | * | | Use generic type validator in new ci configurationGrzegorz Bizon2016-06-211-0/+6
| * | | | Merge branch 'master' into dev-masterTomasz Maczukin2016-07-0224-2053/+4150
| |\ \ \ \