summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Collapse)AuthorAgeFilesLines
* Return boolean from Lexeme::Matches#evaluateboolean-values-from-matches-operatordrew cimino2019-06-141-16/+0
|
* AutoDevops fix ensure_namespace() does not explicitly test namespaceJack Lei2019-06-131-1/+1
|
* Disable CI variable complex expressions by defaultdrew cimino2019-06-134-4/+4
|
* Move SAST docker changes to CEAvielle Wolfe2019-06-121-3/+13
|
* Update Serverless.gitlab-ci-yml to fix lint warningMarcel Amirault2019-06-121-1/+1
|
* Fix typo in a changelog descriptionGrzegorz Bizon2019-06-061-8/+2
| | | | [ci skip]
* Fix serverless app deployments by bumping `tm` versionGrzegorz Bizon2019-06-061-1/+1
| | | | | Previous version of the `tm` tool had a bug that resulted in not being able to deploy serverless applications using this version.
* Remove build policies from serverless app templateGrzegorz Bizon2019-06-061-6/+0
|
* Merge branch 'ci-variable-expression-con-dis-junction' into 'master'Kamil Trzciński2019-06-0612-56/+204
|\ | | | | | | | | CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925
| * && and || operators for CI Pipeline expressions.drew cimino2019-06-0412-56/+204
| | | | | | | | | | | | Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation.
* | Merge branch 'trizzi-master-patch-43016' into 'master'Dmitriy Zaporozhets2019-06-051-2/+2
|\ \ | | | | | | | | | | | | Update maven template with correct link See merge request gitlab-org/gitlab-ce!29149
| * | Update maven template with correct linktrizzi-master-patch-43016Tim Rizzi2019-06-041-2/+2
| | |
* | | Add yaml lintKamil Trzciński2019-06-0544-331/+334
| | | | | | | | | | | | | | | | | | | | | This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
* | | Add multiple extends supportWolphin2019-06-052-18/+43
| |/ |/|
* | Merge branch 'bump-auto-devops-helm-2-14-0' into 'master'Mayra Cabrera2019-06-041-2/+2
|\ \ | |/ |/| | | | | Bump Helm version in Auto-DevOps.gitlab-ci.yml See merge request gitlab-org/gitlab-ce!28527
| * Bump Helm version in Auto-DevOps.gitlab-ci.ymlbump-auto-devops-helm-2-14-0Thong Kuah2019-06-041-2/+2
| | | | | | | | | | See https://github.com/helm/helm/releases/tag/v2.14.0 for upstream changelog
* | Merge branch 'trizzi-master-patch-86505' into 'master'Dmitriy Zaporozhets2019-06-041-59/+15
|\ \ | |/ |/| | | | | Update maven.gitlab-ci.yml for GitLab Package See merge request gitlab-org/gitlab-ce!28796
| * Clarify error message and image in ymltrizzi-master-patch-86505Tim Rizzi2019-06-031-3/+4
| |
| * Update yml file comments re: deployTim Rizzi2019-05-301-4/+4
| |
| * Update instructions and uncomment out deployTim Rizzi2019-05-301-13/+13
| |
| * Simplify deploy script and comment out for CETim Rizzi2019-05-301-11/+16
| |
| * Update maven.gitlab-ci.yml for GitLab PackageTim Rizzi2019-05-271-59/+9
| |
* | Fix port validations in .gitlab-webide.ymlce-fj-11886-fix-port-validationFrancisco Javier López2019-06-012-1/+4
| |
* | Disable proxy in container scanning templatePhilippe Lafoucrière2019-05-291-0/+3
| | | | | | | | closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11105
* | Merge branch 'auto-devops-kubernestes-bump1-11-10' into 'master'61146-style-tertiary-button-type-to-be-aligned-with-pattern-libraryRobert Speicher2019-05-281-1/+1
|\ \ | | | | | | | | | | | | Bumps Kubernetes in Auto DevOps to 1.11.10 See merge request gitlab-org/gitlab-ce!28525
| * | Bumps Kubernetes version to 1.11.10auto-devops-kubernestes-bump1-11-10Thong Kuah2019-05-211-1/+1
| | |
* | | add postgres version to subsequent helm deploysBrandon Dimcheff2019-05-281-0/+1
| |/ |/| | | | | If the postgres image version isn't passed to upgrades, helm will revert to the default postgres version. If it crosses incompatible version boundaries, this will break postgres horribly, as it won't be able to read the data files.
* | Update SAST.gitlab-ci.yml - Add SAST_GITLEAKS_ENTROPY_LEVELLucas Charles2019-05-241-0/+1
| | | | | | | | | | This env was missing, causing the variable to not be propagated to child containers and thus, be ineffective
* | Stop emitting AUTO_DEVOPS_DOMAIN Ci variableThong Kuah2019-05-241-11/+1
| | | | | | | | Update documentation to reflect removal
* | Jobs should be better isolated to avoid interference with other `image` or ↵Luca Orlandi2019-05-211-9/+12
|/ | | | `before_script` statements.
* Make env vars consistentPhilippe Lafoucrière2019-05-211-37/+20
| | | | `DAST_TARGET_AVAILABILITY_TIMEOUT` already defaults to 60 in `analyze`
* Merge branch '61697-add-project-id-to-le-common-name' into 'master'Robert Speicher2019-05-201-2/+2
|\ | | | | | | | | | | | | Resolve "Cert Manager problems with Group/Instance cluster" Closes #61697 See merge request gitlab-org/gitlab-ce!28373
| * Add project ID to Let's Encrypt common name61697-add-project-id-to-le-common-nameTiger2019-05-161-2/+2
| |
* | Fix typos in the whole gitlab-ce projectYoginth2019-05-202-4/+4
| |
* | Merge branch 'kinolaev-master-patch-13154' into 'master'Grzegorz Bizon2019-05-201-1/+3
|\ \ | | | | | | | | | | | | Auto-DevOps: allow to disable rollout status check See merge request gitlab-org/gitlab-ce!28130
| * | Auto-DevOps: allow to disable rollout status checkSergej2019-05-171-1/+3
| | |
* | | Edit comments in CI templateEvan Read2019-05-171-41/+50
| |/ |/|
* | Removed the unnecessary line. It would be covered anyway by line 352 ↵bardia zamanian2019-05-091-1/+0
| | | | | | | | (replicas=$(get_replicas "$track" "$percentage")
* | Bump clair-local-scan to v2.0.8Olivier Gonzalez2019-05-071-1/+1
|/
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-053-4/+3
|
* Propagate excluded paths to SAST & DS jobsFabien Catteau2019-05-032-0/+3
| | | | | | | Propagate DS_EXCLUDED_PATHS to dependency_scanning job, and SAST_EXCLUDED_PATHS and SAST_BANDIT_EXCLUDED_PATHS to sast job. This makes possible to excluded certains paths from SAST reports and Dependency Scanning reports, respectively.
* Add gitlab-managed option to clusters formMayra Cabrera2019-05-031-0/+1
| | | | | | | | When this option is enabled, GitLab will create namespaces and service accounts as usual. When disabled, GitLab wont create any project specific kubernetes resources Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-022-1/+45
| | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* Remove unused projects.ci_id column27777-drop-projects-ci_id-columnDmitriy Zaporozhets2019-05-021-13/+1
| | | | | | And remove Gitlab::Ci::Trace#deprecated_path as it relies on ci_id Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Propagate ENV vars to SAST and Dependency Scanning Docker containers only if ↵Victor Zagorodny2019-05-012-18/+38
| | | | they are set
* Remove variable masking feature flagMatija Čupić2019-04-261-5/+1
|
* Add ZAP Full Scan support to DAST vendored templateVictor Zagorodny2019-04-261-1/+3
|
* Merge branch '#57351-add-dotnet-core-yaml-template' into 'master'Grzegorz Bizon2019-04-261-0/+107
|\ | | | | | | | | | | | | Fix #57351 - Add .NET Core YAML template Closes #57351 See merge request gitlab-org/gitlab-ce!25604
| * Update .NET Core YAML templatePiotr Wosiek2019-04-261-11/+10
| | | | | | | | Improve indent for cache paths
| * Update .NET Core YAML template - improve indentPiotr Wosiek2019-04-251-47/+38
| | | | | | | | Improve indent and remove empty lines