- May 24, 2022
-
-
- May 23, 2022
-
-
Because of the possible risk introduce in this MR, we are going to conditional turn on/off this feature using the flag: `access_token_ajax` See: https://gitlab.com/gitlab-org/gitlab/-/issues/359956 Complete plan: https://gitlab.com/gitlab-org/gitlab/-/issues/357848
-
- May 20, 2022
-
-
-
Sam Goldstein authored
-
-
- May 19, 2022
-
-
Chad Woolley authored
- Ensure current_user is available in wiki's markdown rendering context Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87611
-
Shinya Maeda authored
This commit adds the support for the multi-actor args in the feature API. Changelog: added
-
- 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
-
Ahmed Hemdan authored
Changelog: changed
-
Quang-Minh Nguyen authored
Changelog: fixed Issue: https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1725
-
mksionek authored
-
mksionek authored
-
Albert Salim authored
- ci_expose_running_job_token_for_artifacts - ci_authenticate_running_job_token_for_artifacts Changelog: changed
-
- May 17, 2022
-
-
Doug Stull authored
- to fall in line with singular type of email
-
- May 16, 2022
-
-
Marius Bobin authored
Changelog: added
-
- May 14, 2022
-
-
Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/361643
-
- May 13, 2022
-
-
Sam Goldstein authored
-
Quang-Minh Nguyen authored
Admin endpoint sidekiq/queue_metrics is returning a list of over 500 queues on production at the moment. Most of the queues are redundant. This is a result of moving from queue-per-worker to queue-per-shard. This commit updates that endpoints to return active configured queues only. Changelog: changed
-
Andy Soiron authored
This adds a public API endpoint that will be used by the frontend to subscribe namespaces using an API token rather than the cookie authentication.
-
-
Maxime Orefice authored
-
- May 12, 2022
-
-
-
This commits marks our project#build_coverage_regex as read only and expose it to the project API. This simplify the migration process to use the new coverage keyword in a ci job.
-
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
-
- May 11, 2022
-
-
kmcknight authored
-
Peter Leitzen authored
* Create AR adapter for now * Remove AR specific finder
-
kmcknight authored
-
kmcknight authored
-
kmcknight authored
-
Annabel Dunstone Gray authored
Changelog: changed
-
Jonas Wälter authored
Changelog: added
-
John Cai authored
To give administrators the ability to recalculate their repository size on demand, we first need to expose an endpoint that the UI can call to schedule an asynchronous task to recalculate repository size. Changelog: added
-
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
-
Alina Mihaila authored
- These API endpoints are used by other services - metric_definitions can have low urgency - non_sql_metrics can ha low urgency
-
This change set implements a first iteration of the Cluster Agent Tokens REST API as described in https://gitlab.com/gitlab-org/gitlab/-/issues/347046 and located at `/projects/:id/cluster_agents/:agent_id/tokens`. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/85704 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/347046 Epic: https://gitlab.com/groups/gitlab-org/-/epics/7204
-
-
Ahmed Hemdan authored
Changelog: fixed
-
- May 10, 2022
-
-
Adds storage_size_limit to the PlanLimit API entity and allows updating it's value via the internal REST API Changelog: added
-
mksionek authored
-