Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-21Select deployments that only has the app labelThong Kuah
As Auto DevOps deployments both label and annotations, that will be included in the deploy board so need to warn at all.
2019-06-19Stop matching on legacy app labelThong Kuah
From now on, only match on the annotations, instead of falling back to legacy app label. This enables users to use the app label for other purposes such as helm charts.
2019-03-21Update dashboards to additionally use new environment selectorJames Fargher
Deploy boards now will check for app.gitlab.com/env and app.gitlab.com/app
2018-11-30Make KUBECONFIG nil if KUBE_TOKEN is nilDylan Griffith
Having an invalid KUBECONFIG without a token in it is not helpful. This only became possible recently now that we are creating a separate namespace and service account (and hence token) to send to the runners. This led to somewhat surprising results when troubleshooting https://gitlab.com/gitlab-org/gitlab-ce/issues/53879 as I found that the KUBECONFIG was still being passed but KUBE_TOKEN was not. These things really should have been linked. Furthermore now that we are also using the [presence of KUBECONFIG to decide whether or not to run build steps in Auto DevOps](https://gitlab.com/gitlab-org/gitlab-ce/blob/294d15be3e9497e7b67e1f9131ce9d5c0d68406c/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml#L164) I think it makes even more sense to ensure that KUBECONFIG is a complete config if passed to a job.
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-07-11Fix an exception seen using the online terminalNick Thomas
2017-10-03Fix broken certificate-authority-data with kubectl >= 1.8.0Alessio Caiazza
2017-07-06Encode certificate-authority-data in base64Lin Jen-Shin
2017-06-16Fix rubocop offenseLin Jen-Shin
2017-06-16Generate KUBECONFIG in KubernetesService#predefined_variablesLin Jen-Shin
2017-06-14Backport EE changes to the Kubernetes serviceNick Thomas
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-06Introduce maximum session time for terminal websocket connectionAdam Niedzielski
Store the value in application settings. Expose the value to Workhorse.
2016-12-19Add terminals to the Kubernetes deployment serviceNick Thomas