- May 24, 2022
-
-
- May 23, 2022
-
-
This is part one of a multi-part implementation to support validation of git commits signed by SSH keys. This adds the database tables and models for SSH commit signatures, using the same pattern as the existing gpg_signatures and x509_signatures tables. These will be used to show the verification status on commits which are signed. Changelog: added
-
Suraj Mahendra Tripathi authored
Added column container_registry_size as trigger for namespace_aggregation_worker in ProjectStatistics Changelog: changed
-
George Koltsov authored
- In order to migrate project designs repository as part of GitLab Migration we need to export project repository bundle so that it can be downloaded later for import Changelog: added
-
Magdalena Frankiewicz authored
As the usages where already removed
-
- May 21, 2022
-
-
Marco Zille authored
-
Marco Zille authored
Changelog: added
-
- May 20, 2022
-
-
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86639
-
João Cunha authored
Changelog: other
-
-
Introduce new method to refresh authorizations on group member
-
Suraj Mahendra Tripathi authored
Used HashWithIndifferentAccess Renamed attribute method attributes_for_container_registry_size Added Rspec for FF disabled
-
Suraj Mahendra Tripathi authored
-
alex pooley authored
Remove redundant namespaces from a base query when searching for descendants.
-
Need to get container_repository_size for entire Namespace Changelog: added
-
- In order to migrate project repository as part of GitLab Migration we need to export project repository bundle so that it can be downloaded later for import Changlog: added
-
- May 19, 2022
-
-
Romuald Atchadé authored
-
Avielle Wolfe authored
Using a relative namespace incorrectly fetches `Ci::Sources::Project` in EE
-
João Cunha authored
This table should be used as a GitLab.com only table as we don't want self-managed to be able to use it, cause it would interfere with our metrics counting how many self-managed users have opted-in into enabling the certificate_based_clusters FF globally.
-
João Cunha authored
This new table is going to be used to temporary permit a set of users to use the certificate-based-clusters feature, which allowing us to remove for the majority of other users. On our first attemp we tried to do this with FF only on the namespace leve. But the spectrum of users that need this feature enabled for longer is too big. So big that toggling the FF for all these actors is something that our FF framework wasn't ready to handle. So checking the enabled users directly from a table will be much simpler, faster and easy on memory consumption. Changelog: other
-
João Cunha authored
Changelog: other
-
- 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).
-
Changelog: fixed
-
- May 17, 2022
-
-
- Removes code to automatically create PromtheusAlerts. This includes when the Prometheus integration is created. - Also removes updates to the Prometheus Cluster. As adding and editing alerts is removed this is no longer needed.
-
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.
-
Replace MD5 hex digest usage with SHA256 to make it FIPS compliant
-
Will Chandler authored
Currently we list all non-standard ref namespaces, e.g. `refs/merge-requests` in the `Repository` model with the sole exception of `refs/tmp`, making the latter difficult to discover. Let's add `tmp` to this list so we have a single location that contains all custom ref directories used by GitLab.
-
- May 16, 2022
-
-
Luke Duncalfe authored
The signing secret allows us to verify a Slack request https://api.slack.com/authentication/verifying-requests-from-slack. The signing secret setting will be used in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86323. https://gitlab.com/gitlab-org/gitlab/-/issues/358676 Changelog: added
-
Alan (Maciej) Paruszewski authored
-
Andrew Cimino authored
-
Kerri Miller authored
We are continuing to support `(fixup!|squash!)` here as it is the prefix added by `git commit --fixup` which is used by some community members. See https://gitlab.com/gitlab-org/gitlab/-/issues/342937#note_892065311 #
-
-
Maxime Orefice authored
This commit removes a worker used to remove artifacts for a given job. Prefer using ExpireBuildArtifactsWorker which is more performant.
-
Marius Bobin authored
Changelog: added
-
Luke Duncalfe authored
This change builds the deploy web hook payload in the request, rather than delayed through `Deployments::HooksWorker`. Once the payload is built, it is sent to the queue via `WebHookWorker` and the webhook executes on the queue, as normal. This change is behind a feature flag to allow us to test whether the change will fix a problem for a particular customer who has some webhook payloads containing a "status" of "running" when the deployment has finished, when the status should be "succeeded". https://gitlab.com/gitlab-org/gitlab/-/issues/355903
-
- May 14, 2022
-
-
Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/361643
-
- May 13, 2022
-
-
Magdalena Frankiewicz authored
By saving cursor information in the Analytics::CycleAnalytics::Aggregation model, and passing it to the ConsistencyCheckService. Changelog: fixed
-
Doug Stull authored
- needed for free user cap project
-