该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 24, 2024
-
-
由 moaz-khalifa 创作于
Package Registry pagination returns empty results on group pages when ordered by project_path. In this MR, we fix the sorting scopes in the Packages::Package model to return correct results. Changelog: fixed
-
由 Phil Hughes 创作于
This is part of the new merge request dashboard we will be working on. We need to be able to search for merge requests that have certain reviewer states. This includes 2 different ways to query - with a reviewer and without. With the reviewer will search for merge requests that have the assigned reviewer with the passed in state. Without the reviewer will search for merge requests that have any reviewer with the passed in state. This is useful for when we will search for merge requests a user is an assignee on and has reviews with certain states.
-
由 Luke Duncalfe 创作于
This reverts commit 7b4eca5d.
-
- 4月 23, 2024
-
-
由 Pavel Shutsin 创作于
Pure specs refactoring
-
由 Dylan Griffith 创作于
Merge branch '1072-graphql-subscription-scope-validation' into 'master' See merge request gitlab-org/security/gitlab!3963 Changelog: security
-
由 Pedro Pombeiro 创作于
Changelog: removed
-
由 Pedro Pombeiro 创作于
Changelog: changed
-
- 4月 22, 2024
-
-
由 Jannik Streek 创作于
Changelog: other
-
由 Gerardo Navarro 创作于
- Changing to positive logic for the attributes related to access levels - Renaming the fields `push_protected_up_to_access_level` and `delete_protected_up_to_access_level` in order to apply a positive logic (instead of negative logic), i.e. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/135969#note_1688854082 - Renaming the field `push_protected_up_to_access_level` is renamed to field `minimum_access_level_for_push` - Renaming the field `delete_protected_up_to_access_level` is renamed to field `minimum_access_level_for_delete` Changelog: other
-
- 4月 20, 2024
-
-
由 Jennifer Li 创作于
-
- 4月 18, 2024
-
-
由 Marc Saleiko 创作于
When managing external participants in an issue we add system notes to display which email was added or removed. On public issues or for guest users this information should not be visible. Adds obfuscation to issue email participant system notes, so no email addresses are disclosed if the user does not have the needed role. Changelog: added
-
由 Ivane Gkomarteli 创作于
Changelog: added
-
- 4月 17, 2024
-
-
由 Marco Zille 创作于
Changelog: added
-
由 Alejandro Rodríguez 创作于
Currently when a user submits feedback for a Duo Chat question, the tracking event is sent from the front-end. This has the downside of being caught by Ad/Tracking blockers on the client-side. We add the ability for the backend to perform this task to avoid this. An upcoming change will switch sending events from the frontend to the backend.
-
由 Avielle Wolfe 创作于
This commit updates the Catalog::Resources::CreateService to fetch the verification level from a resource's root namespace and save it with the resource. It also updates the `verification_level` field on the Resource model so it has the same values as the `verification_field` on VerifiedNamespace Changelog: changed Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/455530
-
- 4月 16, 2024
-
-
由 Eduardo Bonet 创作于
-
由 Pavel Shutsin 创作于
Pure specs refactoring
-
由 Marco Zille 创作于
Changelog: added
-
- 4月 15, 2024
-
-
由 Eduardo Bonet 创作于
Required as part of moving show_ml_model_version.vue to graphql, adds a property to ModelType to allow for fetching a specific model version
-
- 4月 12, 2024
-
-
由 Pavel Shutsin 创作于
Pure spec refactoring
-
由 Pavel Shutsin 创作于
Tired of `create(:project).tap { |p| p.add_reporter(user)}` ? Try `create(:project, reporters: user)`
-
由 Marc Saleiko 创作于
This reverts merge request !141612
-
由 Pavel Shutsin 创作于
-
由 Andrew Fontaine 创作于
Only expose the web path when the `deployment_details_page` feature flag is enabled. This covers a few ways the user can make it into the deployment details page.
-
- 4月 11, 2024
-
-
由 Pavel Shutsin 创作于
Tired of `before { group.add_developer(user)}`? Use `create(:user, developer_of: group)`!
-
由 Marc Saleiko 创作于
When managing external participants in an issue we add system notes to display which email was added or removed. On public issues or for guest users this information should not be visible. Adds obfuscation to issue email participant system notes, so no email addresses are disclosed if the user does not have the needed role. Changelog: added
-
由 Gavin Hinfey 创作于
Add a new graphql field which will return delimited UTF codes instead of removing invalid UTF characters. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139090
-
- 4月 10, 2024
-
-
由 Kushal Pandya 创作于
Exposes fields `upcoming`, `project`, and `group` on Milestone graphql type Changelog: added
-
由 Aaron Huntsman 创作于
Changelog: added
-
由 Alexandru Croitor 创作于
Front end makes use of the returned namespace_type#id which in case of projects is expected to be project id and not project namespace id.
-
- 4月 08, 2024
-
-
由 Eduardo Bonet 创作于
- Adds CandidateParamType, CandidateMetricType, CandidateMetadataType - Adds params, metrics and fields to CandidateType - Adds packageId field to ModelVersionType
-
由 Yasutaka Kono 创作于
For Epic: `Migrate Your Work > Projects list to Vue and modernize`, add a `personal` argument to `Query.projects` of GraphQL to render the projects in the `Personal` tab. issue: https://gitlab.com/gitlab-org/gitlab/-/issues/450189 Changelog: changed
-
由 Abdul Wadood 创作于
We are adding these fields to the `organizationUser` GraphQL query so check if the current user is the last owner of the organization to see if the user can leave the organization or not. Changelog: added
-
- 4月 05, 2024
-
-
由 Daniel Duvall 创作于
Modified `Integrations::Phorge#reference_pattern` to use a regular expression more closely resembling that of Phorge's own parser, and documented the method's expected behavior as well as justifications for the regex differences. Implemented additional specs for cases where the pattern should and should not match.
-
- 4月 04, 2024
-
-
由 Aaron Huntsman 创作于
Adds `containerRepositoryManifest` base query type for GraphQL API. This allows fetching of an image manifest from the container registry via the API. These manifests may contain signature data for other images, which can in turn be displayed in the repository UI.
-
- 4月 02, 2024
-
-
由 Joe Snyder 创作于
Change the frontend experience for the groups to use emails_enabled instead of emails_disabled. Properly "ignore" the emails_disabled column in the model Changelog: added EE: true
-
- 3月 29, 2024
-
-
由 Alex Pooley 创作于
Bump query counts Reset admin factory
-