该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 6月 28, 2022
-
-
由 Eugenia Grieff 创作于
- Add services for description widget
-
由 Andrew Smith 创作于
To remove duplicated queries on the front end, the `color` and `textColor` attributes on Epics have been changed to return `null` when the the `epic_color_highlight` feature flag is disabled, rather than removing the attributes from the GraphQL schema. Front end changes will be made in a follow up MR. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89709#note_989593822 Changelog: changed EE: true Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
由 Nicolas Dular 创作于
This adds the field `freeUserCapEnforced` to the Group type in GraphQl which indicates if the group has limited free users when on a free plan. Changelog: added EE: true
-
由 Rajendra Kadam 创作于
-
- 6月 27, 2022
-
-
由 Stanislav Lashmanov 创作于
Remove unnecessary nextTicks in tests Remove unnecessary size attribute from survey buttons
-
由 Pavel Shutsin 创作于
New `deployment_tiers` param allows to aggregate data for multiple tiers data into one number. Old `deployment_tier` param is deprecated and will be removed in milestone 16.0 Changelog: added EE: true
-
由 Mario Celi 创作于
TASK needs to exist on the issue type enum before enabling the `work_items` FF,but we still need to check if the flag is enabled before allowing to create an issue of type task
-
- 6月 24, 2022
-
-
Changelog: added EE: true
-
由 Niklas van Schrick 创作于
-
- 6月 23, 2022
-
-
由 Rajendra Kadam 创作于
Add specs for mutations, service and types Add feature flag and update specs to use feature flag Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90279 EE: true
-
由 Rajendra Kadam 创作于
Add specs for mutation, service Add feature flag and update specs to use feature flag Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89991 EE: true
-
由 Niklas van Schrick 创作于
Changelog: added
-
- 6月 21, 2022
-
-
Changelog: added EE: true
-
- 6月 17, 2022
-
-
由 Rajendra Kadam 创作于
Update model to validate URL protocols Add specs for mutations, service and types Add feature flag and update specs to use feature flag Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88826 EE: true
-
由 Dallas Reedy 创作于
- Personal projects are those which are directly attached to the user's personal namespace - Create a presenter to house a lot of the logic, attributes, & text - Use the `Users::Callout` model to record that the banner has been dismissed by the user and don't show it to them again - Use the mechanisms supplied by `persistent_user_callouts.js` to connect the dismiss button to the `/-/user_callouts/` endpoint - Add specs for the new presenter & feature specs to exercise the full behavior
-
由 Marius Bobin 创作于
https://gitlab.com/gitlab-org/gitlab/-/issues/360672 Changelog: changed
-
由 Max Woolf 创作于
Adds a new mutation that allows group owners to destroy a custom HTTP header. Currently behind a default-off feature flag. Changelog: added EE: true
-
由 Marco Zille 创作于
Changelog: added
-
由 Pedro Pombeiro 创作于
Changelog: added
-
- 6月 16, 2022
-
-
由 Steve Abrams 创作于
Adds a GraphQL mutation DeletePackageFiles that allows for bulk deletion of package assets. Changelog: added
-
由 Marco Zille 创作于
-
由 Marco Zille 创作于
Changelog: added
-
由 Luke Duncalfe 创作于
`alpha` deprecations were added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84756 as a hackish way to denote an alpha field in GraphQL. This change updates the generated docs to no longer say: "Deprecated in <milestone>" for these kinds of deprecations. Partly https://gitlab.com/gitlab-org/gitlab/-/issues/336383 Changelog: changed
-
由 Mario Celi 创作于
First mutation to update work item attributes via a widget interface
-
- 6月 15, 2022
-
-
由 Jonathan Schafer 创作于
Changelog: deprecated EE: true
-
- 6月 14, 2022
-
-
由 Max Woolf 创作于
* Adds new model * Adds new migration to create table * Adds AR associations Changelog: added
-
- 6月 10, 2022
-
-
由 Jan Provaznik 创作于
Adds endpoints and resolver for listing work items.
-
Changelog: added
-
由 Subashis 创作于
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89344 EE: true
-
- 6月 09, 2022
-
-
由 Jonathan Schafer 创作于
Changelog: deprecated EE: true
-
- 6月 07, 2022
-
-
由 Tiger Watson 创作于
Changelog: added
-
由 Corinna Wiesner 创作于
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
-
由 David Fernandez 创作于
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
-
- 6月 06, 2022
-
-
由 Gregory Havenga 创作于
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 创作于
-
由 David Barr 创作于
Expose pipeline.merge_request_event_type to the GraphQL object pipeline_type. Returns "DETACHED", "MERGED_RESULT", or "MERGE_TRAIN". Changelog: added
-
- 6月 03, 2022
-
-
由 Niklas van Schrick 创作于
Changelog: added
-
由 Suraj Tripathi 创作于
Added Types::CountableConnectionType in Project Type and Compiled docs Changelog: changed
-
由 Jan Provaznik 创作于
Exposes Hiearchy widget for work item. This widget allows uses ParentLink model to expose parent/child relationship between work items.
-
由 Sarah Yasonik 创作于
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
-