summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '18283-pluralize-stage-headings' into 'master' Jacob Schatz2016-07-061-1/+1
|\
| * Remove plural from pipelines_spec18283-pluralize-stage-headingsAnnabel Dunstone2016-07-061-1/+1
* | Merge branch 'gh-pull-requests' into 'master' Rémy Coutable2016-07-062-14/+23
|\ \
| * | Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-062-14/+23
| |/
* | Merge branch 'remove-lowercase-gitlab-ci-yml' into 'master' Robert Speicher2016-07-061-3/+3
|\ \ | |/ |/|
| * Fix specsRémy Coutable2016-07-061-3/+3
* | Merge branch '19092-fix-event-for-legacydiffnote-not-considered-note' into 'm...Douwe Maan2016-07-061-1/+31
|\ \
| * | Use a more future-proof check for Note/LegacyDiffNote19092-fix-event-for-legacydiffnote-not-considered-noteRémy Coutable2016-07-061-4/+4
| * | Fix diff comments not showing up in activity feedRémy Coutable2016-07-041-1/+31
* | | Merge branch 'gh-labels' into 'master' Robert Speicher2016-07-065-39/+100
|\ \ \
| * | | Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-051-6/+0
| * | | Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-052-0/+56
| * | | Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-054-39/+50
| | |/ | |/|
* | | Merge branch 'fix/import-url-validator' into 'master' Robert Speicher2016-07-061-0/+12
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-3030-127/+551
| |\ \
| * \ \ fix merge conflictsJames Lopez2016-06-28109-1044/+2342
| |\ \ \
| * | | | another fix and fixed specJames Lopez2016-06-221-1/+8
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-2241-566/+987
| |\ \ \ \
| * \ \ \ \ Merge branches 'fix/import-url-validator' and 'master' of gitlab.com:gitlab-o...James Lopez2016-06-2065-224/+7472
| |\ \ \ \ \
| * | | | | | fixing URL validation for import_url on projectsJames Lopez2016-06-171-0/+5
* | | | | | | 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-053-6/+6
* | | | | | | Add more tests to the allowed protocols featurePatricio Cano2016-07-052-5/+103
* | | | | | | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-052-2/+2
* | | | | | | Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-051-0/+66
* | | | | | | Merge branch '18790-dont-show-request-button-to-project-owner' into 'master' Robert Speicher2016-07-055-69/+48
|\ \ \ \ \ \ \
| * | | | | | | New :request_access ability to replace a ugly helperRémy Coutable2016-07-055-69/+48
* | | | | | | | Set user data in profile link in the headerDmitriy Zaporozhets2016-07-051-6/+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-0517-136/+657
|\ \ \ \ \ \ \
| * | | | | | | Add minor improvements in readability in CI configrefactor/ci-config-move-global-entriesGrzegorz Bizon2016-07-043-4/+3
| * | | | | | | 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-2911-30/+45
| * | | | | | | 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-28134-1583/+3163
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | 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
| * | | | | | | Fix ci config cache validation in legacy processorGrzegorz Bizon2016-06-241-1/+14
| * | | | | | | Minor refactorings in new CI configuration classesGrzegorz Bizon2016-06-231-2/+2
| * | | | | | | Move CI stages configuration to new CI configGrzegorz Bizon2016-06-234-7/+88
| * | | | | | | Assume that unspecified CI config is undefinedGrzegorz Bizon2016-06-235-81/+100
| * | | | | | | Return default config value when entry is undefinedGrzegorz Bizon2016-06-223-31/+42
| * | | | | | | Handle CI environment variables in a new CI configGrzegorz Bizon2016-06-223-3/+77
| * | | | | | | Rename CI config null node entry to undefined nodeGrzegorz Bizon2016-06-222-7/+7
| * | | | | | | Handle after script CI config in new classesGrzegorz Bizon2016-06-214-8/+15