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
2020-07-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-12Enable/disable Auto DevOps at Group levelMayra Cabrera
- Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
2019-02-07Addresses UX and BE comments:Mayra Cabrera
- Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
2019-02-04Moves domain setting to Cluster settingMayra Cabrera
Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-05-15Display help text below auto devops domain with nip.io domain name (#45561)Dylan Griffith
2018-02-03Refactor AutoDevopsHelper.missing_auto_devops_domain?Matija Čupić
2018-02-02Rename AutoDevopsHelper helper methodsMatija Čupić
2018-02-02Fix AutoDevOpsHelper helper methodsMatija Čupić
2018-02-02Add specs for .auto_devops_warning_messageMatija Čupić
2018-01-25Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service"Fabio Busatto
2017-12-04Remove Auto DevOps checkboxes - backendbikebilly
2017-11-30Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon
Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
2017-11-28BE for automatic pipeline when enabling Auto DevOpsMatija Čupić
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-11-28Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda
2017-09-19Improve after code-reviewKamil Trzcinski
2017-09-19Add warning message if domain or cluster are not configuredbokebilly
2017-09-13AutoDevOps banner hidden on explicit CI configZeger-Jan van de Weg
Extends the helper method to no show the banner as soon as the project has a `.gitlab-ci.yml` file on the default branch. Fixes gitlab-org/gitlab-ce#37652
2017-09-12Allow all AutoDevOps banners to be disabledZeger-Jan van de Weg
Given the default in the development and production environment is false, the negation of enabling is used in the flag to signal you'd turn it off. It reads a bit awkward, but makes us have a migration less. Fixes gitlab-org/gitlab-ce#37653
2017-09-07Add has_auto_devops_implicitly_disabledKamil Trzcinski
2017-09-07Fixes rubocop offensesFilipa Lacerda
2017-09-05Fix AutoDevopsHelper settingsKamil Trzcinski
2017-09-05Fix spelling of AutoDevopsHelperKamil Trzcinski
2017-09-05Properly decide when to show Auto DevOps bannerKamil Trzcinski
- Only if user can manage project, - When Auto DevOps is not enabled, - When project configuration is set to implicit