该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 24, 2023
-
-
由 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>
-
- 6月 06, 2023
-
-
由 Luke Duncalfe 创作于
This change is part of https://gitlab.com/gitlab-org/gitlab/-/issues/355896 to move all GitLab for Slack app code to FOSS. This MR moves model code related to the GitLab for Slack app.
-
由 Mehmet Emin INAC 创作于
Changelog: added EE: true
-
由 Michael Becker 创作于
We now have audit event type YMLs that are defined under [`ee/config/audit_events/types/*`][0] and [`config/audit_events/types/*`][1]. We want to expose these type definitions in the GraphQL API. This change adds a GraphQL type for the audit event definitions along with exposing the yaml definitions via and added query resolver Rubocop required a policy to be added, however this data is already public via the codebase, so I wasn't sure what to do there. Open to suggestions [0]:https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/config/audit_events/types [1]:https://gitlab.com/gitlab-org/gitlab/-/tree/master/config/audit_events/types Changelog: added
-
- 6月 05, 2023
-
-
由 Marcel Amirault 创作于
Update namespace details and runner specs to use compute instead of CI minutes. EE: true Changelog: changed
-
- 6月 02, 2023
-
-
由 Marcel Amirault 创作于
We are moving from CI/CD minutes to Compute and units of compute, so we need to update the usage pages and specs to use the new terms. Changelog: changed EE: true
-
由 Max Woolf 创作于
Also adds slug field to VisualizationType EE: true Changelog: added
-
由 Vladimir Shushlin 创作于
Changelog: added EE: true
-
由 Patrick Bajao 创作于
Adds support for `fillInMergeRequestTemplate` input for `aiAction` that has the following arguments: - `resourceId` (required) - project where the MR will be created on - `title` (required) - title of the MR to be created - `sourceProjectId` (optional, defaults to `resource`) - `sourceBranch` (required) - `targetBranch` (required) - `content` (required) The `sourceBranch` and `targetBranch` will be used to compare the changes between those branches so we can get the diff to send to the AI provider. That's why it's required. The `sourceProjectId` is needed for forks so we can compare the changes made on the fork's source branch with the target branch. Sections in the template content can add `<!-- AI Skip -->` to the body to ensure that AI won't touch the section. This uses Vertex AI as the AI provider. This is behind the `fill_in_mr_template` feature flag.
-
由 A Browne 创作于
-
- 6月 01, 2023
-
-
由 Nicolas Dular 创作于
Adds the `chat` action to `aiAction` mutation to be able to call the ZeroShot agent.
-
由 lma-git 创作于
Added GraphQL field 'readme_html' to CiCatalogResource which returns the README.md content (in GLFM) rendered as HTML
-
- 5月 31, 2023
-
-
由 Moaz Khalifa 创作于
Update the permissions level of the GitLab API to require Owner level permissions to CRUD any Package stage-related settings. Changelog: changed
-
由 Jan Provaznik 创作于
Sets message content for user requests.
-
由 lma-git 创作于
Added the root_namespace GraphQL field to CiCatalogResource. Utilized ProjectRootAncestorPreloader to avoid recursive queries and other preloaders to avoid N+1 queries.
-
由 Patrick Bajao 创作于
This adds a `diffLlmSummaries` property to MergeRequestType in GraphQL API. It returns the following properties: - `merge_request_diff_id` - `user` - `provider` - `content` - `created_at` - `updated_at` Changelog: added EE: true
-
由 Dominic Bauer 创作于
Changelog: changed
-
由 cablett 创作于
Changelog: added EE: true
-
- 5月 30, 2023
-
-
由 Jan Provaznik 创作于
* use only allowed roles for cached messages * fix minor description issues
-
- 5月 29, 2023
-
-
由 Gregory Havenga 创作于
Merge branch '390840-confidential-issue' into 'master' See merge request gitlab-org/security/gitlab!3177 Changelog: security
-
由 Eduardo Bonet 创作于
Adds a new type of package called ml_model for the Model Registry. Changelog: added
-
- 5月 28, 2023
-
-
由 Harsimar Sandhu 创作于
This commits add update mutation for google cloud logging configuration, which will be used to stream audit events to google cloud logging service EE: true Changelog: added
-
- 5月 26, 2023
-
-
由 Thomas Hutterer 创作于
-
由 lma-git 创作于
Added GraphQL fields star_count and forks_count to CiCatalogResource type.
-
- 5月 25, 2023
-
-
由 Javiera Tapia 创作于
Now that we allow Geo to reverify and resync via a GraphQL mutation, we need to add DesignManagementRegistry to the list of registrable types. This commit also adds new steps to the Geo SSF issue_templates since we want to allow new data types to use these actions in advance. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121591 EE: true
-
由 Jan Provaznik 创作于
Allows fetching current user's chat messages.
-
由 Heinrich Lee Yu 创作于
Allows querying of awarded emojis for notes in GraphQL Changelog: added
-
- 5月 24, 2023
-
-
由 Maxime Orefice 创作于
-
由 Shinya Maeda 创作于
This commit allows users to set Cluster Agent ID to a newly created environment. Changelog: added
-
由 lma-git 创作于
Added the GraphQl field 'web_path' to CiCatalogResource type.
-
由 Leaminn Ma 创作于
Added Graphql field to CiCatalogResource. Updated the ReleasesFinder so that can it take multiple projects as input. Also updated ReleasesResolver with batch loading so that releases for multiple projects can be called in one query.
-
由 Kerri Miller 创作于
Add an initial SummarizeReviewService and the beginnings of documentation updates Changelog: added EE: true
-
- 5月 23, 2023
-
-
由 Laura Montemayor 创作于
* Makes a Ci::Catalog::ResourceEnum * Adds sort_by_attribute to Ci::Catalog::Listing * Adds name sorting to the Project model Changelog: added
-
由 Daniel Vijge 创作于
Add a new integration for ClickUp project management as a new external issue tracker. Related issue https://gitlab.com/gitlab-org/gitlab/-/issues/411254 Changelog: added
-
由 Harsimar Sandhu 创作于
This commits adds destroy mutation for google cloud logging configurations EE: true Changelog: added
-
- 5月 22, 2023
-
-
由 Pedro Pombeiro 创作于
Remove remove_cicd_settings_update feature flag Changelog: removed
-
由 Shinya Maeda 创作于
This commit allows users to set Cluster Agent ID to an existing environment. Changelog: added
-
- 5月 21, 2023
-
-
由 Eugenia Grieff 创作于
Expose this permission to check create_note ability in work items Changelog: added
-
- 5月 19, 2023
-
-
由 Phil Hughes 创作于
This adds a new button to the edit commit message area of the merge request widget that will allow users to generate a commit message from AI. The AI generated commit message gets shown in a modal and the user can click the insert button to update the commit message. https://gitlab.com/gitlab-org/gitlab/-/issues/407367
-
由 Harsimar Sandhu 创作于
This commit implements GraphQL api to create google cloud logging configurations EE: true Changelog: added
-