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
2022-11-17Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot
2021-01-08Add latest changes from gitlab-org/gitlab@13-7-stable-eeGitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-13Fix performance issue in Helm#can_uninstall?Dylan Griffith
Calling #present? was causing a DB query to happen each time around the loop. We only wanted to check for nil as it's nil in the first loop around so there is no need for #present?
2019-08-02Implement Helm ResetCommand for removing TillerDylan Griffith
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
2019-04-30Expose can_uninstall in cluster_status.jsonThong Kuah
Only prometheus can be uninstalled atm, the rest will be dealt with later. Presumption is that new application types will have uninstallation implmemented at the same time.
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-09-06Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah
2018-08-07Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera
2018-08-03Enable frozen string for app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-07-31Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera
This reverts merge request !20801
2018-07-30Minor refactoring of Helm and ApplicationDataDylan Griffith
2018-07-30Ensure CA + Tiller cert never expire and Helm client cert expires quicklyDylan Griffith
2018-07-30Get mutual SSL working with helm tillerDylan Griffith
2018-07-28Refactor Cluster Application classes to pass through a has of config filesDylan Griffith
This is refactoring in the lead up to passing mutual TLS certs for helm applications. As such we expect all applications to need config files so we can remove the logic about which applications need and do not need this (ie `#config_map?`).
2018-03-02Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-11-07Add Helm InstallCommandAlessio Caiazza
2017-11-07Fix tests for initial statusKamil Trzcinski
2017-11-07Fix initial status againKamil Trzcinski
2017-11-07Rework initial stateKamil Trzcinski
2017-11-07Fix static analysys in app/models/clusters/applications/helm.rb:15Shinya Maeda
2017-11-06Fix small error [ci skip]Kamil Trzcinski
2017-11-06Add support for not_installable/scheduled and to not show created bannerKamil Trzcinski
2017-11-03Add Clusters::Applications::Helm testsAlessio Caiazza
2017-11-03Schedule k8s application installation with a serviceAlessio Caiazza
2017-11-02Expose applications as array via APIKamil Trzcinski
2017-11-02General cleanupAlessio Caiazza
2017-11-02Fix and add applications controllerKamil Trzcinski
2017-11-02Improve backend structure of dataKamil Trzcinski