summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid artifact path for codequalityfix-codequalityKamil Trzciński2018-11-051-1/+1
|
* Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-013-3/+3
|\ | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
| * Fix typos in comments and specsGeorge Tsiolis2018-11-013-3/+3
| |
* | Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-1/+1
|/
* Merge branch 'support-license-management-and-performance' into 'master'Grzegorz Bizon2018-10-231-0/+2
|\ | | | | | | | | Support licenses and performance See merge request gitlab-org/gitlab-ce!22175
| * Support licenses and performancesupport-license-management-and-performanceKamil Trzciński2018-10-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | This introduces a new syntax for all licenses and performance jobs: ```yaml job: reports: performance: performance.json license_management: gl-license-management-report.json ```
* | Merge branch 'sh-pages-eof-error' into 'master'Grzegorz Bizon2018-10-231-0/+30
|\ \ | | | | | | | | | | | | | | | | | | Fix EOF detection with CI artifacts metadata Closes #36954 See merge request gitlab-org/gitlab-ce!22479
| * | Add a spec that generates the metadata dynamicallysh-pages-eof-errorStan Hu2018-10-191-0/+30
| | |
* | | Merge branch 'feature/gb/improve-include-config-errors-reporting' into 'master'Douwe Maan2018-10-226-23/+126
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve validation errors for external CI/CD configuration Closes #51369 See merge request gitlab-org/gitlab-ce!22394
| * | | Improve specs for abstract remote `include` filefeature/gb/improve-include-config-errors-reportingGrzegorz Bizon2018-10-221-4/+4
| | | |
| * | | Improve error message when `include` is blockedGrzegorz Bizon2018-10-221-0/+9
| | | |
| * | | Improve remote CI/CD config file extension validationGrzegorz Bizon2018-10-191-0/+52
| | | |
| * | | Extend error message in case of HTTP errors in `include`Grzegorz Bizon2018-10-191-3/+37
| | | |
| * | | Refactor `include` code and improve error reportingGrzegorz Bizon2018-10-184-6/+9
| | | |
| * | | Extract method that fetchesremote CI/CD included configGrzegorz Bizon2018-10-181-2/+2
| | | |
| * | | Add IncludeError exception and use it in CI configGrzegorz Bizon2018-10-181-1/+1
| | | |
| * | | Move external CI config class into proper namespaceGrzegorz Bizon2018-10-165-12/+17
| | | |
| * | | Move external CI config files into Ci class contextGrzegorz Bizon2018-10-164-0/+0
| |/ /
* | | Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master'Grzegorz Bizon2018-10-221-2/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Drop allow overflow option duration in numbers Closes #52284 See merge request gitlab-org/gitlab-ce!22246
| * | Fix specdrop-allow_overflow-option-duration_in_numbersShinya Maeda2018-10-181-2/+2
| |/
* | Merge branch 'use-raw-file-format' into 'master'Grzegorz Bizon2018-10-222-1/+48
|\ \ | | | | | | | | | | | | | | | | | | Add RAW file format which is used to store security reports Closes gitlab-ee#7996 See merge request gitlab-org/gitlab-ce!22365
| * | Make all legacy security reports to use raw formatuse-raw-file-formatKamil Trzciński2018-10-162-1/+48
| |/ | | | | | | | | | | | | | | | | - This introduces and uses `:raw` format for all legacy reports, the ones that do not have yet proper parsers on Backend - Raw format is needed to make Frontend be able to parse reports, without the need of decompressing, - This also extends fixtures to seed security reports with database, even though parser code is part of EE
* | Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-194-6/+6
|/
* Improve spec for Gitlab::Ci::Status::Pipeline::FactoryShinya Maeda2018-10-101-19/+49
|
* Rails 5: fix mysql milliseconds problems in scheduled build specsJasper Maes2018-10-061-1/+1
|
* Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-053-2/+135
|\
| * Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-041-0/+1
| |\ | | | | | | | | | # Conflicts: # app/models/ci/pipeline.rb
| * | Add Gitaly integration tests for only: changes featureGrzegorz Bizon2018-10-022-46/+86
| | |
| * | Match a dot in paths configured for only: changesGrzegorz Bizon2018-10-021-1/+7
| | |
| * | Add only/except pipeline build policy for `changes`Grzegorz Bizon2018-10-021-0/+69
| | |
| * | Make it possible to specifiy only: changes keywordsGrzegorz Bizon2018-10-021-1/+19
| | |
* | | Add limitation for start_in keywordShinya Maeda2018-10-041-4/+11
| | |
* | | Add spec for Status::Pipeline::ScheduledShinya Maeda2018-10-031-0/+42
| | |
* | | Add spec for Gitlab::Ci::Status::Build::UnscheduleShinya Maeda2018-10-031-0/+94
| | |
* | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-031-0/+1
|\ \ \ | | |/ | |/|
| * | CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić2018-10-021-0/+1
| |/
* | Fix specShinya Maeda2018-10-023-5/+10
| |
* | Fix specShinya Maeda2018-10-021-3/+3
| |
* | Add spec for Build::FactoryShinya Maeda2018-10-021-0/+49
| |
* | Add spec for YamlProcessorShinya Maeda2018-10-021-1/+16
| |
* | Add spec for scheduled statusShinya Maeda2018-10-021-0/+27
| |
* | Fix Status::Pipeline::Blocked specShinya Maeda2018-10-021-1/+1
| |
* | Fix Status::Build::Scheduled. Add spec for the class.Shinya Maeda2018-10-021-0/+58
| |
* | Fix validation methods in Config::Entry::Job. Added spec for thatShinya Maeda2018-10-021-0/+65
| |
* | Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-021-25/+10
|/
* Extend reports to support security featuresOlivier Gonzalez2018-09-273-19/+47
|
* Resolve "Un-vendor CI templates"Dylan Griffith2018-09-265-23/+22
|
* Add missing frozen string literal commentsMatija Čupić2018-09-114-0/+8
|
* Fix references to ee .gitlab-ci.yml spec fixturesMatija Čupić2018-09-082-3/+3
|
* Reconcile differences in lib/gitlab/ciMatija Čupić2018-09-081-61/+202
|