该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 25, 2023
-
-
由 Missy Davies 创作于
Fixed the issue and merge request update mutations to include a validation to ensure time estimates are greater than or equal to zero. Changelog: fixed
-
由 Jerry Seto 创作于
Frontend changes to support fully qualified refs on blob and tree view Changelog: fixed
-
- 7月 24, 2023
-
-
由 Erick Bajao 创作于
This prevents environment scopes to be queried by non-group-owners through GraphQL. Changelog: fixed
-
由 Lucas Zampieri 创作于
Added diffs to commit endpoint, similar to "GET /projects/:id/repository/commits/:sha/diff"; Added Graphql diffs type; Changelog: added Signed-off-by:
Lucas Zampieri <lzampier@redhat.com>
-
- 7月 21, 2023
-
-
由 Lee Tickett 创作于
-
- 7月 20, 2023
-
-
由 Kasia Misirli 创作于
-
由 Patrick Bajao 创作于
The REVIEW_SUBMITTED todo gets created when a review is submitted. This links to the MR that was reviewed.
-
由 Lee Tickett 创作于
Changelog: added
-
- 7月 19, 2023
-
-
由 Ahmed Hemdan 创作于
-
由 Amy Qualls 创作于
Emoji shouldn't be pluralized with an 's'. We can't fix the backend, but we can definitely fix the user-facing text. Fixes backend tests as well.
-
由 Joe Woodward 创作于
Branch rules requires us to display when a deploy key is assigned to the push access levels. Prior to this change we didn't return deploy key's as a type. In EE we expose `user` and `group` as their own types so clients can differentiate between role access levels. Used as inspiration to expose `deploy_key`s. Adds a new policy rule to `DeployKeyPolicy` to enable `read_deploy_key` if the deploy key is public or the user has access to a project where the key is assigned. Changelog: added
-
- 7月 18, 2023
-
-
由 Heinrich Lee Yu 创作于
This is equivalent to the AutocompleteController#users endpoint
-
由 Furkan Ayhan 创作于
It refactors pipeline schedule create and update services. Changelog: other
-
- 7月 17, 2023
-
-
由 Patrick Bajao 创作于
Preload the `latest_merge_request_diff` when `diffStats` field is queried by using lookahead. Changelog: performance
-
- 7月 14, 2023
-
-
由 Alper Akgun 创作于
Changelog: added
-
由 Lee Tickett 创作于
Changelog: added
-
- 7月 13, 2023
-
-
由 Pedro Pombeiro 创作于
EE: true
-
由 Jason Goodman 创作于
Add cost_factored_storage_size method to RootStorageStatistics model Use in RootSize#current_size Adjust specs accordingly
-
由 Jason Goodman 创作于
The cost factored storage size is the total storage size of the project with any cost factor for forks applied. A fork may have a cost factor applied based on its visibility and the root namespace subscription. For a project that is not a fork, the cost factored storage size will always equal the total storage size.
-
- 7月 11, 2023
-
-
由 Hordur Freyr Yngvason 创作于
This flag was used to control the rollout of a breaking change on GitLab.com during the 16.0 development cycle and can now be removed. See https://gitlab.com/gitlab-org/gitlab/-/issues/409885 Changelog: other
-
由 Kos Palchyk 创作于
Renames `registry_size_estimated` GraphQL field to `container_registry_size_is_estimated`, and deprecates proper name. Changelog: deprecated
-
由 Lee Tickett 创作于
Changelog: added
-
由 Dmytro Biryukov 创作于
Fix graphql name and default sort value Update graphql documentation Fix finder naming and execution Add order tests Return none if no variables found Changelog: changed
-
由 Furkan Ayhan 创作于
There were three problems; 1. The relation name was previousStageJobsAndNeeds, then it was changed to previousStageJobsOrNeeds. However, the include_needs condition stayed the same. 2. Batch loader of Job.previous_stage_jobs was not working well. 3. N+1 tests were not working well
-
- 7月 07, 2023
-
-
由 Payton Burdette 创作于
Add the ability to update pipeline schedule behind pipeline_schedules_vue feature flag refactor to Vue.
-
- 7月 06, 2023
-
-
由 Pedro Pombeiro 创作于
Change CiRunner.jobCount field to use a new resolver accepting a statuses argument
-
- 7月 05, 2023
-
-
由 Rajendra Kadam 创作于
-
由 Anna Vovchenko 创作于
Add kubernetes_namespace to the environments table. Update environment query, create_environment and update_environment mutations to include the new field. Changelog: added
-
由 Vijay Hawoldar 创作于
Addresses line length rubocop violations in the RootStorageStatisticsType class
-
由 Rajendra Kadam 创作于
Add/update specs for the removal changes Update GQL docs for removed type Changelog: removed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125209
-
- 7月 04, 2023
-
-
由 Sarah Yasonik 创作于
-
由 Sarah Yasonik 创作于
API URL field on Prometheus integrations is no longer used. It should not be required via API. Changelog: changed
-
- 6月 30, 2023
-
-
由 Maxime Orefice 创作于
This commit introduces a new optional field allowing users to better describe the use of a given key. This field is available at the group and project variable level. Changelog: added
-
由 Eugenia Grieff 创作于
Fix target_type todos column for work items Update documentation Changelog: added
-
由 Dmytro Biryukov 创作于
Changelog: changed
-
- 6月 29, 2023
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/416638 **Problem** When user is not authorized, then `visible_to_user_and_access_level` scope raises an exception. **Solution** Return an empty collection of visible forks with minimal access for unauthorized users. Changelog: fixed
-
由 Stan Hu 创作于
In GitLab 16.1, https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123228 disabled the Prometheus metrics in the GraphQL generic tracer under a feature flag since it was generating high-cardiunality metrics that weren't being used. We now drop this module entirely now that it's been replaced with MetricsTracer. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/345396 Changelog: changed
-
- 6月 28, 2023
-
-
由 Furkan Ayhan 创作于
- Create Ci::PipelineSchedules::CreateService - Add error messages to the model in both Ci::PipelineSchedules services - Use Ci::PipelineSchedules::UpdateService in a missing place
-
- 6月 27, 2023
-
-
由 Mario Celi 创作于
All the proper indexes have been created in .com and the feature has been enabled globally in .com for enough time. This change is not visible to users. Changelog: changed
-
- 6月 23, 2023
-
-
由 Joseph Wambua 创作于
Add filters that are missing in the issues graphql query. These are: - epic_wildcard_id - assignee_wildcard_id - weight_wildcard_id - iteration_title - iteration_candence_id Changelog: changed EE: true
-