summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Collapse)AuthorAgeFilesLines
* Adds missing class63417-add-missing-classFilipa Lacerda2019-06-191-1/+1
| | | | | Will apply identation from CSS to collapsible sections
* Introduce default: for gitlab-ci.ymlKamil Trzciński2019-06-188-128/+291
| | | | | | | | | | | This moves all existing `image/services/before_script/variables` into `default:`. This allows us to easily add a default and top-level entries. `default`: is keep backward compatible: to be considered to be job if `default:script:` is specified. This behavior should be removed. All existing `image/services/before_script/variables` are properly handled in root context.
* Merge branch 'mc/feature/required-template-inclusion-single-commit-ce' into ↵Grzegorz Bizon2019-06-181-3/+12
|\ | | | | | | | | | | | | 'master' Enforce template inclusion in pipelines - CE See merge request gitlab-org/gitlab-ce!29296
| * Backport CE changesmc/feature/required-template-inclusion-single-commit-ceMatija Čupić2019-06-171-3/+12
| | | | | | | | | | Backports CE changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14011/
* | Merge branch '55362-refresh-blank-service-account-token' into 'master'Thong Kuah2019-06-171-1/+1
|\ \ | | | | | | | | | | | | Refresh service_account_token for kubernetes_namespaces See merge request gitlab-org/gitlab-ce!29657
| * | Refresh service_account_token for kubernetes_namespaces55362-refresh-blank-service-account-tokenDylan Griffith2019-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | There seems to be several examples where service_account_token is blank even in GitLab.com newly created kubernetes_namespaces . We have not figured out why they are blank but this should hopefully fix some issues similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/55362
* | | Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern2019-06-171-12/+75
|\ \ \ | | | | | | | | | | | | | | | | Add collapsible sections to job log See merge request gitlab-org/gitlab-ce!28642
| * | | Remove unused lineFabio Pitino2019-06-171-1/+0
| | | |
| * | | Compact syntax for default class namesFabio Pitino2019-06-171-5/+3
| | | |
| * | | Fix integration specs for tracingFabio Pitino2019-06-141-0/+2
| | | |
| * | | Merge branch 'generate-spans-for-sections' of ↵Fabio Pitino2019-06-141-1/+1
| |\ \ \ | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce into generate-spans-for-sections
| | * | | Update class namesFilipa Lacerda2019-06-141-1/+1
| | | | |
| * | | | Fixing specsFabio Pitino2019-06-141-2/+5
| |/ / /
| * | | Adds margins to the section linesFilipa Lacerda2019-06-121-4/+4
| | | |
| * | | Moves JS into the vue componentFilipa Lacerda2019-06-121-47/+4
| | | |
| * | | Merge branch 'master' into generate-spans-for-sectionsFilipa Lacerda2019-06-1265-494/+612
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (784 commits) Update Serverless.gitlab-ci-yml to fix lint warning Document when milestones and labels links are missing Update git object deduplication overview Apply tooltip on truncated commit title Add link to import video Update merge options for auto merge strategies Update note style in various docs Add link to Auto DevOps demo video Add link to Groups video Remove glossary content and make necessary doc edits to clarify terms Docs for Gitlab Runner docker use of private registries Metrics reports documentation is incomplete Update issues/index.md with note on label priority sorting API issues - minor cleanup of permission check Fix gl_dropdown scrolling to top on assignee click Final doc review Remove docs for a removed ES rake task Fixed markdown link in Docker compose note Documented the Admin Area's *Groups* page Docs: Updating issue data and actions doc ...
| * | | | Generate <span> with all sectionsKamil Trzciński2019-05-231-12/+116
| | | | |
* | | | | 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
| |