- May 24, 2022
-
-
- May 20, 2022
-
-
- May 19, 2022
-
-
Avielle Wolfe authored
Using a relative namespace incorrectly fetches `Ci::Sources::Project` in EE
-
- May 18, 2022
-
-
Darby Frey authored
Project-level secure files are now sorted by the time they are created. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87546
-
Maxime Orefice authored
This commit refactors how we fetch the next batch of artifacts that needs to be updated. It creates new scopes for Ci::JobArtifacts and order the result data by ascending (created_at, id).
-
- May 17, 2022
-
-
Frederick Bajao authored
To track if ever we miss any entrypoints that may cause artifact deletion while project is undergoing refresh, we added some log calls.
-
- May 16, 2022
-
-
Andrew Cimino authored
-
-
Maxime Orefice authored
This commit removes a worker used to remove artifacts for a given job. Prefer using ExpireBuildArtifactsWorker which is more performant.
-
- May 14, 2022
-
-
Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/361643
-
- May 13, 2022
-
-
Bob Van Landuyt authored
This sets the data_consistency for the Ci::ArchiveTraceWorker to sticky. Allowing the read queries before any write to be handled by a replica. The job is scheduled from the Ci::BuildFinishedWorker with some delay built in. Which means this job can take the 0.8s wait in the beginning, and is very likely to find a replica that is up to date with the WAL locations at the time of scheduling. To increase the effect of this, this also preloads some associations in the worker. That way, we can take advantage of loading them from a replica rather than doing it lazily from the primary.
-
Shinya Maeda authored
This commit cleans up ci_reduce_persistent_ref_writes feature flag. Changelog: other
-
- May 11, 2022
-
-
Pedro Pombeiro authored
This applies to the following situations: - REST API calls - GraphQL API calls when "legacyMode" is unset or set to default value of "14.5". See https://gitlab.com/gitlab-org/gitlab/-/issues/347303 Changelog: changed
-
Changelog: removed
-
This opens the runner job artifact request API to requests that use either of the following tokens: 1. Job token belonging to the job that owns the artifact (existing behaviour). This token is valid regardless of the status of the job. 2. Job token belonging to the job that depends on the artifact (new behaviour). This token is valid only if the dependent job is still running.
-
Darby Frey authored
The permissions attribute in the Secure Files model is not used and has been removed. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86598
-
Tomasz Maczukin authored
Changelog: added
-
Anshul Riyal authored
See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86990
-
Pedro Pombeiro authored
-
Pedro Pombeiro authored
-
Pedro Pombeiro authored
-
- May 10, 2022
-
-
Andrew Cimino authored
-
- May 06, 2022
-
-
Kamil Trzcińśki authored
This removes all `default_enabled: :yaml | true | false`
-
- May 04, 2022
-
-
Hordur Freyr Yngvason authored
This has been a deprecated no-op since 14.0. It was never documented and no GitLab-provided CI/CD template has relied on it since 14.0. See https://gitlab.com/gitlab-org/gitlab/-/issues/333441 Changelog: removed
-
- Apr 28, 2022
-
-
We want to show included files on the CI Linter page. To do that, backend needs to send this information to frontend via the ciConfig result. Changelog: other
-
Changelog: deprecated
-
- Apr 27, 2022
-
-
Merge branch 'pedropombeiro/330047/use-protected-suffix-for-cache-name' into 'master' See merge request gitlab-org/security/gitlab!1551 Changelog: security
-
Subashis Chakraborty authored
Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/85963 EE: true
-
- Apr 26, 2022
-
-
Changelog: changed
-
- Apr 25, 2022
-
-
Maxime Orefice authored
This MR removes our coverage detection at the projet setting level. It is still possible to parse coverage from job log by using the coverage keyword. Changelog: deprecated
-
- Apr 21, 2022
-
-
Dropped runner_features column from ci_build_metadata Changelog: changed
-
Miguel Rincon authored
This change removes the ability to convert a instance (shared) runner to a project (specific) runner. Changelog: removed
-
Shinya Maeda authored
This commit reduces the persistent ref creation for pipelines.
-
Logged details can help making informed decisions on limit thresholds for pipeline hierarchy sizes.
-
- Apr 20, 2022
-
-
Changelog: fixed Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/356758
-
- Apr 19, 2022
-
-
Allison Browne authored
Fix issues with extra non-applicable statuses in the STARTED_STATUSES array
-
- 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
-
-
Furkan Ayhan authored
We support variables for YAML attributes of environment:name and environment:url. However, we expand those variables only 1-level. In this commit, we start supporting infinite level expansion. These changes are behind a FF ci_expand_environment_name_and_url
-
Marius Bobin authored
-
- Apr 12, 2022
-
-
Pipeline schedule variables have the same priority as pipeline variables. We decided that we could consider pipeline schedule variables as pipeline variables.
-