- May 24, 2022
-
-
- May 06, 2022
-
-
Bala Kumar Subramani authored
Changelog: changed
-
Peter Leitzen authored
Previously RSpec only warned in the following cases: expect(foo).to raise_error expect(foo).not_to raise_error(SomeSpecifcError) and suggested to correct potential false positives with: expect(foo).to raise_error(SomeSpecifcError) expect(foo).not_to raise_error This commit corrects all warnings and make RSpec fail instead of warn in such situations preventing future false positives.
-
- May 02, 2022
-
-
Aleksei Lipniagov authored
Will extract into `master`. Changelog: other
-
- Apr 27, 2022
-
-
Allen Cook authored
Changelog: removed
-
- Apr 14, 2022
-
-
Shinya Maeda authored
This commit fixes the regression that unrelated environments are teardown when a MR has been merged/closed. This fix is still behind the feature flag.
-
- Apr 13, 2022
-
-
Bala Kumar Subramani authored
Changelog: changed
-
- Apr 07, 2022
-
-
Bala Kumar Subramani authored
Changelog: fixed
-
- Apr 05, 2022
-
-
- Mar 04, 2022
-
-
Alan Andrade authored
Jira connect was guessing the deployment enrivonment type by testing a regex on the environment name. This commit updates jira connect to use the environment tier instead. Changelog: changed
-
- Jan 28, 2022
-
-
Display an environment button on the refactored blob viewer
-
- Dec 07, 2021
-
-
Alishan Ladhani authored
This is the first MR working towards an MVC for the new Deployment Approvals feature. Changelog: added
-
- Nov 02, 2021
-
-
Doug Stull authored
- continue to resolve exceptions
-
- Oct 22, 2021
-
-
Shinya Maeda authored
This commit fixes the deployment and merge request link creation that it ignores production grade environments if it's foldered. Changelog: fixed
-
- Oct 12, 2021
-
-
- Sep 15, 2021
-
-
- Aug 24, 2021
-
-
Shinya Maeda authored
This commit refactors the code not to use CTE joins between deployments/environments and ci_builds/pipelines.
-
- Jul 29, 2021
-
-
Shinya Maeda authored
This commit adds the cron worker for environments that marked for deletion. This also cleans up the unused environment refs. Changelog: added
-
- Jul 22, 2021
-
-
Tiger Watson authored
-
- Jun 29, 2021
-
-
- Jun 02, 2021
-
-
Hordur Freyr Yngvason authored
We are removing one-click applications from GitLab but leaving the integrations for Prometheus and Elastic Stack. We have code in place that keeps the integration in sync with the corresponding cluster application, and have backfilled the ingtegrations, so we can now use them as a source of truth. See - Backfill Prometheus: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61502 - Backfill Elastic Stack: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61521 - Deprecation Epic: https://gitlab.com/groups/gitlab-org/-/epics/4280
-
- Mar 30, 2021
-
-
Shinya Maeda authored
This commit replace the obsolete production identifier by the new environment tier feature.
-
- Mar 15, 2021
-
-
Shinya Maeda authored
This commit adds the documentation for environment tier feature that was added in GitLab 13.10.
-
- Mar 11, 2021
-
-
Robert May authored
Adds an API endpoint which allows for deletion of old, stopped, review app environments.
-
- Mar 04, 2021
-
-
Shinya Maeda authored
This commit introduces the 'tier' column to 'environments' table in order to explicit define environment tiers.
-
- Jan 04, 2021
-
-
Shinya Maeda authored
This commit fixes the caching issue that the cached rollout status is being used even after the entity is updated.
-
- Dec 11, 2020
-
-
João Alexandre Cunha authored
FF was already enabled by default and is working well on .com
-
- Nov 29, 2020
-
- Nov 27, 2020
-
-
Shinya Maeda authored
This commit exposes the upcoming deployment in EnvironmentEntity.
-
- Nov 19, 2020
-
-
Shinya Maeda authored
This commit introduces the auto rollback facility.
-
- Nov 06, 2020
-
-
Shinya Maeda authored
Canary Ingress weight is to control the traffic between stable and canary tracks in Auto Deployed environment.
-
- Oct 16, 2020
-
-
Dan Jensen authored
Previously Value Stream Analytics required that the production environment be named exactly "production" (lowercase) to be compatible with the default stages. This relaxes that requirement so "prod" and "gprd" are allowed, and also so capitalization is irrelevant. This will make VSA more fully usable by a wider array of customers, and also by GitLab itself.
-
- Sep 03, 2020
-
-
Eugenia Grieff authored
The feature flag check needs a persisted project
-
- Aug 28, 2020
-
-
Alishan Ladhani authored
Only on spec directory
-
- Aug 13, 2020
-
-
This commit extends GraphQL endpoint and Internal API to expose alert information for environments.
-
- Jun 26, 2020
-
-
- Add model relations and database migrations
-
- Jun 24, 2020
-
-
João Alexandre Cunha authored
- Set limits disabled by default code-wide - Activates for Environements - Adds a FF to control Environments RC easily live
-
- Jun 23, 2020
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit stops using RSpec monkey patching in several specs.
-
- May 22, 2020
-
-
Sean Arnold authored
- Update specs to match
-
- Apr 24, 2020
-
-
Sashi Kumar authored
-