- May 24, 2022
-
-
-
Kerri Miller authored
A continuation of the effort to move our terminology from "WIP" to "Draft"
-
- May 23, 2022
-
-
Allow merge request pipeline creation to take in input Git push options in order to support `ci.skip`. Changelog: other EE: true
-
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
-
- May 21, 2022
-
-
feistel authored
-
- May 20, 2022
-
-
Marius Bobin authored
Uses the application settings value stored into the `pipeline_limit_per_project_user_sha` column to control the pipelines creation rate limit. To enable the rate limit the value needs to be greater than zero and the feature flag `ci_enforce_throttle_pipelines_creation` has to be enabled. Otherwise the rate limit will only log the pipelines that are over the limit without preventing them from being created. Changelog: other
-
- 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
-
-
Charlie Ablett authored
- Address N+1s - Modify test to use authorisations table properly - Add faster_owner_access feature flag
-
- May 18, 2022
-
-
* respect target name and namespace provided Changelog: fixed
-
Throw an InvalidStateError if there is no public folder present inside a pages build artifact Changelog: other
-
- May 17, 2022
-
-
Doug Stull authored
- to fall in line with singular type of email
-
-
- 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.
-
Heinrich Lee Yu authored
This used to only process member invite email failures but we want to use this webhook to track other email delivery failures too Changelog: changed
-
Frederick Bajao authored
-
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
-
-
Alan (Maciej) Paruszewski authored
-
Vasilli Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/225174 * Add BlameService to control pagination and blame range calculations * Add Kaminari pagination for File Blame
-
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 13, 2022
-
-
Tracks notes left on Ipynb notes either for commits or mrs
-
Tarun Vellishetty authored
move helper classes in app/services/service_ping directory to /lib remove 'service' naming from helper classes
-
Doug Stull authored
- needed for free user cap project and the free user cap worker
-
Maxime Orefice authored
-
Shinya Maeda authored
This commit cleans up ci_reduce_persistent_ref_writes feature flag. Changelog: other
-
- May 12, 2022
-
-
Imre (Admin) authored
Calling ActiveRecord#save triggers update callbacks which enqueues unnecessary AuthorizedProjectsWorker during member creation / update.
-
Kerri Miller authored
-
Kerri Miller authored
-
pshutsin authored
Changelog: other
-
Phil Hughes authored
Adds toasts to various different actions that remove the assignees or reviewers attention request. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/357269
-
Changelog: performance
-
- caching issue - resolve.
-
- May 11, 2022
-
-
Peter Leitzen authored
* Create AR adapter for now * Remove AR specific finder
-
Steven Van der Jeugt authored
Changelog: added
-
kmcknight authored
-
kmcknight authored
-
kmcknight authored
-
Mario Sebastián Celi Calderón authored
Work item types are required for the app to work. This change ensures these types exist where needed. Changelog: fixed
-