summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Extend build badge specs to cover multiple pipelinesGrzegorz Bizon2016-08-091-14/+26
* Merge branch 'master' into feature/svg-badge-templateGrzegorz Bizon2016-08-097-14/+77
|\
| * Merge branch 'rubocop/enable-more-cops-for-empty-lines' into 'master' Robert Speicher2016-08-084-7/+0
| |\
| | * Remove empty context from CI config processor specsrubocop/enable-more-cops-for-empty-linesGrzegorz Bizon2016-08-051-3/+0
| | * Enable some Rubocop cops related to new linesGrzegorz Bizon2016-08-035-5/+0
| * | Merge branch 'git-http-push-check' into 'master' Robert Speicher2016-08-081-6/+6
| |\ \
| | * | Fix ArgumentError in GitAccess specsJacob Vosmaer2016-08-041-6/+6
| | |/
| * | Merge branch 'fix/import-pending-user' into 'master' Rémy Coutable2016-08-081-0/+20
| |\ \
| | * | Support pending invitation project members importing projectsJames Lopez2016-08-081-0/+20
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-08-081-0/+5
| |\ \ \ | | |/ /
| * | | Merge branch '14898-protected-branches-developer-can-not-push-without-permiss...Douwe Maan2016-08-051-1/+51
| |\ \ \
| | * | | changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho2016-08-041-1/+12
| | * | | developer cannot push to protected branch when project is empty or he has not...tiagonbotelho2016-08-021-0/+39
* | | | | Improve builds badge specs, remove legacy methodsGrzegorz Bizon2016-08-081-25/+15
* | | | | Merge branch 'master' into feature/svg-badge-templateGrzegorz Bizon2016-08-0839-454/+1126
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add failing test for #7032winniehell2016-08-051-0/+5
| |/ / /
| * | | Merge branch '20527-fork-commits-have-impact-on-original-project' into 'master' Rémy Coutable2016-08-041-0/+11
| |\ \ \
| | * | | Don’t close issues on original project from a forkPaco Guzman2016-08-041-0/+11
| * | | | Merge branch 'fix/import-error' into 'master' Rémy Coutable2016-08-041-0/+30
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix Import/Export error checking versionsfix/import-errorJames Lopez2016-08-031-0/+30
| | | |/ | | |/|
| * | | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-035-5/+5
| * | | Introduce Compare model in the codebase.Paco Guzman2016-08-031-4/+7
| * | | Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-2/+2
| |/ /
| * | Add failing tests for #19028winniehell2016-08-021-0/+12
| |/
| * Fix specsfix-extra-new-line-crlfRémy Coutable2016-08-011-1/+1
| * Trim extra displayed carriage returns in diffs and files with CRLFsStan Hu2016-08-011-0/+12
| * squashed - fixed label and milestone association problems, updated specs and ...fix/labels-milestones-importJames Lopez2016-08-013-141/+77
| * Merge branch 'ability-batch-issue-checking' into 'master' Robert Speicher2016-07-291-6/+6
| |\
| | * Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-6/+6
| * | Merge branch 'refactor/ci-config-move-job-entries' into 'master' Rémy Coutable2016-07-2913-83/+623
| |\ \
| | * | Improve code, remove unused validator, improve namesGrzegorz Bizon2016-07-292-3/+3
| | * | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-227-5/+248
| | |\ \
| | * | | Move job dependencies entry to the new CI configGrzegorz Bizon2016-07-201-1/+1
| | * | | Add minor readability, style improvements in CI configGrzegorz Bizon2016-07-201-1/+1
| | * | | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-2016-968/+546
| | |\ \ \
| | * | | | Move job environment validation to new CI configGrzegorz Bizon2016-07-191-3/+3
| | * | | | Move tags and allow_failure CI entries to new configGrzegorz Bizon2016-07-181-2/+2
| | * | | | Validate allowed keys only in new CI configGrzegorz Bizon2016-07-181-0/+10
| | * | | | Improve valid keys validation for CI config nodesGrzegorz Bizon2016-07-181-5/+16
| | * | | | Move job artifacts configuration new CI config codeGrzegorz Bizon2016-07-183-6/+83
| | * | | | Move job variables config entry to new CI configGrzegorz Bizon2016-07-181-1/+1
| | * | | | Move except and only job nodes to new CI configGrzegorz Bizon2016-07-182-2/+58
| | * | | | Move job image and services nodes to new CI configGrzegorz Bizon2016-07-181-4/+4
| | * | | | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-1835-71/+2992
| | |\ \ \ \
| | * | | | | Simplify abstract class for CI config entry nodesGrzegorz Bizon2016-07-151-4/+10
| | * | | | | Simplify CI config and remove logical validationGrzegorz Bizon2016-07-152-8/+2
| | * | | | | Add metadata to new CI config and expose job nameGrzegorz Bizon2016-07-154-37/+34
| | * | | | | Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-141-3/+3
| | * | | | | Remove references to global entry in new CI configGrzegorz Bizon2016-07-143-13/+4
| | * | | | | Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-142-67/+8