You need to sign in or sign up before continuing.
- Mar 23, 2020
-
-
GitLab Bot authored
-
- Mar 11, 2020
-
-
GitLab Bot authored
-
- Mar 02, 2020
-
-
GitLab Bot authored
-
- Feb 20, 2020
-
-
GitLab Bot authored
-
- Feb 17, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Feb 10, 2020
-
-
GitLab Bot authored
-
- Feb 06, 2020
-
-
GitLab Bot authored
-
- Jan 08, 2020
-
-
GitLab Bot authored
-
- Dec 24, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Dec 18, 2019
-
-
GitLab Bot authored
-
- Dec 10, 2019
-
-
GitLab Bot authored
-
- Dec 06, 2019
-
-
GitLab Bot authored
-
- Nov 18, 2019
-
-
GitLab Bot authored
-
- Nov 14, 2019
-
-
GitLab Bot authored
-
- Nov 08, 2019
-
-
GitLab Bot authored
-
- Nov 07, 2019
-
-
GitLab Bot authored
-
- Oct 31, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Oct 16, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 07, 2019
-
-
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
-
- Aug 01, 2019
-
-
Jason Goodman authored
Add spec for cases where URI.join does not work as expected
-
- Jul 19, 2019
-
-
Tiger Watson authored
If an environment slug is predictable given only the environment name, we can use the environment slug earlier in the CI variable evaluation process as we don't have to wait for the environment record itself to be persisted.
-
- Jun 24, 2019
-
-
Tiger Watson authored
This enables terminals for group and project level clusters. Previously there was no way to determine which project (and therefore kubernetes namespace) to connect to, moving this logic onto Environment means the assoicated project can be used to look up the correct namespace.
-
- Jun 19, 2019
-
-
Thong Kuah authored
available? is much cheaper than deployment_platform
-
Thong Kuah authored
If environment is not available, then no point running the more expensive `prometheus_adapter`.
-
- May 20, 2019
-
-
Thong Kuah authored
As this method does have `deployment_platform(environment: self.name)`, which is what the form EE needs. Allows us to remove two overrides in EE.
-
- May 05, 2019
-
-
Stan Hu authored
-
- Apr 11, 2019
-
-
Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: allow_nil, allow_blank, message. Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
-
- Apr 03, 2019
-
-
syasonik authored
Adds support for start and end parameters in the #additional_metrics endpoint of the EnvironmentsController. start and end are meant to be unix timestamps, per the Prometheus API (as the consumer of this endpoint will eventually be transitioned to a prometheus endpoint). This functionality is behind the :metrics_time_window feature flag for development.
-
- Mar 28, 2019
-
-
Nick Thomas authored
-
- Mar 06, 2019
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
- Feb 26, 2019
-
-
vshushlin authored
It's needed to show shorter names in environments "folders"
-
- Feb 06, 2019
-
-
Shinya Maeda authored
Add changelog Rename word to query User hash for limit Do not allow control limit Rename pluck names and add more specs
-
- Dec 20, 2018
-
-
Mike Greiling authored
-
- Nov 07, 2018
-
-
Shinya Maeda authored
-