- Jun 14, 2022
-
-
This change set adds support for [`CI_JOB_TOKEN`](https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html) authentication in the *Release Links API*. This has been a [known](#250819) and [documentation](https://docs.gitlab.com/ee/api/releases/links.html#:~:text=The%20GitLab%20CI/CD%20job%20token%20%24CI_JOB_TOKEN%20is%20not%20supported.%20See%20GitLab%20issue%20%2350819%20for%20more%20details.) limitation as of now. I've also removed the entire `Authentication` section from the *Release Links API* documentation, because it's the same as for every other API and subject to the general [Authentication](https://docs.gitlab.com/ee/api/#authentication) documentation. This will allow us to use the `CI_JOB_TOKEN` with `goreleaser` when we migrate the Terraform GitLab provider from GitHub to GitLab, see https://gitlab.com/gitlab-org/configure/general/-/issues/259 Changelog: changed Issue: #250819 MR: !89958
-
Max Woolf authored
* Adds new model * Adds new migration to create table * Adds AR associations Changelog: added
-
Adds the `/simple` API endpoints as defined by PEP 503. Changelog: added
-
- Jun 13, 2022
-
-
Adds the option to toggle delayed deletion on groups and lock the "enable delayed project deletion" on groups when delayed deletion is disabled on a instance. Changelog: changed EE: true
-
Related to group: Source Code
-
To avoid confusion, this updates the API documentation of bulk imports to make clear that 'destination_name' actually refers to the destination slug. We will eventually update the backend to change 'destination_name' to 'destination_slug', but thought that updating the documentation now was a good initial step. Changelog: other
-
Timo Furrer authored
The Group access token can generally be used to authenticate with the REST API.
-
- Jun 10, 2022
-
-
Jan Provaznik authored
Adds endpoints and resolver for listing work items.
-
Changelog: added EE: true
-
Changelog: added
-
- Jun 09, 2022
-
-
Subashis Chakraborty authored
Changelog: changed MR: !89344 EE: true
-
Changelog: deprecated EE: true
-
-
- Jun 07, 2022
-
-
Changelog: added
-
Corinna Gogolok authored
This change introduces a new callout feature name called `submit_license_usage_data_banner`. It will be used in an upcoming banner to ask an instance admin to submit seat utilization data via email. The banner can be dismissed after exporting the license usage data. But it will be reset each month relative to the license's start date. The new worker `ResetSubmitLicenseUsageDataBannerWorker` will run every day at midnight for a possible reset. Changelog: added EE: true
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/340941 We want to verify the commit range before fetching the commits to keep a good endpoint performance.
-
-
- Jun 06, 2022
-
-
David Fernandez authored
Add a GraphQL query to read the policy from a given project. Add a GraphQL mutation to update the policy of a given project. Changelog: added
-
Ben Prescott_ authored
-
Attempting to reuse the existing functionality in GitLab for language detection proved fruitless, so as a first pass this rudimentary solution should cover most bases Changelog: added EE: true
-
Marco Zille authored
-
David Barr authored
Expose pipeline.merge_request_event_type to the GraphQL object pipeline_type. Returns "DETACHED", "MERGED_RESULT", or "MERGE_TRAIN". Changelog: added
-
-
- Jun 03, 2022
-
-
feistel authored
-
Niklas van Schrick authored
Changelog: added
-
Added Types::CountableConnectionType in Project Type and Compiled docs Changelog: changed
-
Exposes Hiearchy widget for work item. This widget allows uses ParentLink model to expose parent/child relationship between work items.
-
Incidents created from alerts are automatically escalated to on-call users via the alert. This change allows users to escalate incidents which have been created manually by setting an escalation policy for the incident. The status of the incident can be used to acknowledge the pages from the escalation. Changelog: added
-
If the timebox resolver is not able to produce a result, it adds an error to the report. If the error is present, none of the other fields will be. These errors include a localized message, as well as a static code indicating the class of error, represented as an enum. Changelog: changed
-
- Jun 02, 2022
-
-
Add related epic link properties to epic type on GraphQL. Changelog: added EE: true
-
- Jun 01, 2022
-
-
A sentence about each example to help users.
-
Timo Furrer authored
This change set adds a new REST API endpoint to get the details about a single issue link relation. The main driver for this API endpoint is a new resource we want to introduce in the Terraform GitLab Provider, see [here](https://github.com/gitlabhq/terraform-provider-gitlab/issues/1080). This will ease the implementation and avoid maintenance overhead compared to using the already existing listing get API endpoint. Changelog: added MR: !88228
-
- May 31, 2022
-
-
The unit test report doc was full of examples and needed to be split into it's own page. The doc also needed to be in it's own directory so that the docs can be grouped together logically, along with the images. This new directory also needed an index.md, so the testing_and_reports... doc was moved here and made the index.md. That doc was not in active use, and not present in the docs navigation, so it's a good choice.
-
-
Alishan Ladhani authored
Changelog: added
-
- May 30, 2022
-
-
charlie ablett authored
Changelog: fixed
-
Merge branch 'security-disable_user_updates_in_scim_patch_api' into 'master' See merge request gitlab-org/security/gitlab!2441 Changelog: security
-
This adds the `Milestone.releases`, the inverse of `Release.milestones`. Changelog: added
-
Sean Arnold authored
Changelog: added
-