summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Update .NET Core YAML template - improve cachingPiotr Wosiek2019-03-221-27/+22
| | | | | | | | Revise logic of dependency caching, add cache key, make before script global.
| * Update .NET Core YAML template - add cachePiotr Wosiek2019-03-201-22/+77
| | | | | | | | Update the template showing how to cache restored dependencies, add few variables, reduce before_script part, add and improve descriptions.
| * Make the testing section more genericPiotr Wosiek2019-03-131-6/+8
| |
| * Remove the diagram of project directories structurePiotr Wosiek2019-03-131-10/+0
| |
| * Improve note about building not .NET Core based projectsPiotr Wosiek2019-03-131-5/+5
| |
| * Add .NET Core YAML templatePiotr Wosiek2019-02-271-0/+75
| |
* | Merge branch 'autodevops_remote_private_helm_repository' into 'master'Stan Hu2019-04-241-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Adding ability to specify helm chart repo using environment variables Closes #49520 See merge request gitlab-org/gitlab-ce!27123
| * | Adding ability to specify helm chart repo using environment variablesStuart Moore2019-04-081-1/+1
| | | | | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/49520 (Covers helm charts; does not cover docker repos)
* | | Support negative matchesKamil Trzciński2019-04-234-2/+74
| | | | | | | | | | | | | | | This adds support for != and !~ operators giving more flexibility in comparing values
* | | Merge branch ↵Kamil Trzciński2019-04-171-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '60500-disable-jit-kubernetes-resource-creation-for-project-level-clusters' into 'master' Disable JIT Kubernetes resource creation for project level clusters Closes #60500 See merge request gitlab-org/gitlab-ce!27352
| * | | Disable JIT resource creation for project clusters60500-disable-jit-kubernetes-resource-creation-for-project-level-clustersTiger2019-04-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JIT resource creation blocks deployments if a user is self-managing their cluster, as it will fail the build if unable to create a namespace and service account. Using a custom namespace and service account was previously supported for project level clusters, so we should preserve this functionality. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27352
* | | | Merge branch 'tortuetorche/gitlab-ce-patch-auto-deploy-extra-values' into ↵Grzegorz Bizon2019-04-171-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Allow extra args for helm in Auto-DevOps See merge request gitlab-org/gitlab-ce!26838
| * | | | Rename HELM_EXTRA_ARGS to differentiate between helm invocationstortuetorche/gitlab-ce-patch-auto-deploy-extra-valuesJames Fargher2019-04-171-3/+3
| | | | |
| * | | | Add HELM_EXTRA_ARGS to all Auto-DevOps helm invocationsJames Fargher2019-04-081-0/+1
| | | | |
| * | | | Allows extra arguments in helm commands for auto-deploying applicationTortue Torche2019-04-081-0/+2
| | |/ / | |/| |
* | | | Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda2019-04-162-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix styling for `app/assets/stylesheets/pages/status.scss` Closes #59929 See merge request gitlab-org/gitlab-ce!26875
| * | | | Rename CI related selectorsGeorge Tsiolis2019-04-162-2/+2
| | | | |
* | | | | Merge branch 'mc/feature/custom-metrics-ce' into 'master'Kamil Trzciński2019-04-161-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport metrics report type See merge request gitlab-org/gitlab-ce!26798
| * | | | | Backport changes from EEMatija Čupić2019-04-161-1/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | This backports the changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10452
* | | | | Merge branch '58748-update-nodejs-to-10.15.3' into 'master'Kamil Trzciński2019-04-161-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Update Node.js to 10.15.3 in CI template for Hexo See merge request gitlab-org/gitlab-ce!25943
| * | | | Update node.js to 10.15.3 in CI template for HexoTakuya Noguchi2019-03-101-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | catching and cleanly reporting SSL errors in Ci::Config::External::Processordrew cimino2019-04-151-1/+2
| | | | |