- May 24, 2022
-
-
-
Kerri Miller authored
A continuation of the effort to move our terminology from "WIP" to "Draft"
-
David Kim authored
-
- 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
-
-
Introduce new method to refresh authorizations on group member
-
Mikołaj Wawrzyniak authored
Extract ServicePing payload computation and persistance out of SubmitService into GitlabServicePingWorker in order to pre compute SerivcePing data for preview for instance admins even if those instances does not submit this data later on to GitLab Changelog: performance
-
- 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
-
-
- Add top level query to fetch an epic list Update graphql docs - Modify list service to take board and list Modify Boards::BaseItemsListService to use list from params if present Modify Boards::Epics::ListService to use board rom params if present Add specs Changelog: added EE: true
-
- 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
-
Alishan Ladhani authored
Changelog: added
-
- 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
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
-
- 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
-
- 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
-
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.
-
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
-
Kerri Miller authored
-
Steven Van der Jeugt authored
Changelog: added
-
kmcknight authored
-
kmcknight authored
-
kmcknight authored
-
Changelog: added
-
Changelog: added
-
Updates permissions to change namespace package settings from developer to maintainer. This includes duplicate package settings. This aligns with settings permissions throughout the rest of GitLab. Changelog: changed
-
Patrick Bajao authored
When closing issues errors out, it can stop the execution of `PostMergeService` which can result to other operations not being executed. To ensure that we still run the rest of logic in `PostMergeService` when that happens, we close issues asynchronously. This is behind the `async_mr_close_issue` feature flag as a new worker is being introduced.
-