该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 26, 2024
-
-
由 Gary Holtz 创作于
Changelog: changed EE: true
-
由 Suzanne Selhorn 创作于
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/473082
-
由 Kushal Pandya 创作于
Fixes a bug where Roadmap breaks if any epic has a parent that's inaccessible to current user to due permissions. EE: true Changelog: fixed
-
由 Alexander Turinske 创作于
- approval_policy_disable_bot_comment - approval_policy_disable_bot_comment_group - update tests Changelog: other EE: true
-
由 Eugenia Grieff 创作于
Children with synced legacy epics should be kept in sync after moving to a new parent.
-
- 7月 25, 2024
-
-
由 Hitesh Raghuvanshi 创作于
EE: true Changelog: removed
-
由 Madelein van Niekerk 创作于
Changelog: added EE: true
-
由 David Fernandez 创作于
Add cached responses table and connect them to upstreams. Changelog: added
-
由 Vanessa Otto 创作于
The Rails helper stylesheet_link_tag_defer adds the attribute media set to all to stylesheet link tags. In the past, we used this as a feature to 'defer' loading these link tags, compared to the ones which had a media set to print. This behavior was removed and this commit cleans up the helper stylesheet_link_tag_defer by replacing it with the new helper universal_stylesheet_link_tag.
-
由 Paul Gascou-Vaillancourt 创作于
`GlPagination` now exposes all of its internal labels for translation via the configuration. This ensures all of them are properly passed to GitLab UI so we can benefit from translated labels by default.
-
由 Arturo Herrero 创作于
EE: true
-
由 Chad Woolley 创作于
Co-authored-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
-
由 Nicolas Dular 创作于
-
由 Evan Read 创作于
-
由 Lukas Wanko 创作于
Features like code suggestions, duo chat and documentation search should be available also under Duo Enterprise, as all features of Duo Pro are also available under Duo Enterprise EE: true Changelog: added
-
由 rkumar555 创作于
Set the value of reserved_storage_bytes to the space required in the node. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159736 EE: true
-
由 Artur Fedorov 创作于
New encrypted field shared secret was added to a model API services were updated accordingly Changelog: changed EE: true
-
由 Joe Woodward 创作于
This change keeps track of the last time a Path Lock changed. In a following MR we will be using this information to cache a new MR mergeability check. The check will ensure that we are not merging locked files. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/428247
-
由 Sam Figueroa 创作于
- Previously when members were removed from a group via SCIM the member's last know IP address was used int he audit event making it seem as though the member removed themselves whereas it is actually done via SCIM. https://docs.gitlab.com/ee/development/internal_api/index.html#instance-scim-api - Refs: https://gitlab.com/gitlab-org/gitlab/-/issues/259159 Changelog: fixed EE: true Add spec for destroy audit
-
由 Ravi Kumar 创作于
We need to increase the tasks pulling throuput, so sending a reduced pulling frequency from rails. It will be behind a feature flag zoekt_reduced_pull_frequency Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160575 EE: true
-
由 Nicolas Dular 创作于
-
由 Sascha Eggenberger 创作于
Updates components to use SettingsSection. Changelog: changed
-
由 Sascha Eggenberger 创作于
-
由 Dylan Griffith 创作于
The previous implementation had a bug where `declared_params` was including the `id` param which was only meant to be in the URL and only meant for looking up the workflow. But since this was being used to create the `Checkpoint` the API was only able to create 1 checkpoint for workflow because the 2nd one would have a duplicate primary key error.
-
由 Auto-quarantining bot 创作于
The `` Gitlab::Llm::Chain::Tools::SummarizeComments::ExecutorOld#execute when issue is identified when user has permission to read resource when resource has comments to summarize with raw_ai_response: true returns content when no block is given `` test has either ~"flakiness::1" or ~"flakiness::2" label set, which means the number of reported failures is at or above 95 percentile, indicating unusually high failure count. This MR quarantines the test. This is a discussion starting point to let the responsible group know about the flakiness so that they can take action: - accept the merge request and schedule the associated issue to improve the test - close the merge request in favor of another merge request to delete the test Please follow the [Flaky tests management process](https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/flaky-tests-management-and-processes/#flaky-tests-management-process) to help us increase `master` stability. Please let us know your feedback in the [Engineering Productivity issue tracker](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues). Related to https://gitlab.com/gitlab-org/gitlab/-/issues/472968. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::QuarantineFlakyTests keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other
-
由 Alexander Turinske 创作于
- scan_execution_policies_with_latest_templates - scan_execution_policies_with_latest_templates_group - update tests Changelog: other EE: true
-
由 Julie Huang 创作于
With the previous logic, errors were not being surfaced correctly. When there is an ActiveRecord error (i.e bad params that don't meet validation), then the create action is rolled back and no record will exist (can't parse errors on a nil object). This will cause a 500 error. Rescueing the error means it can be surfaced through the resolver and handled appropriately by the client.
-
由 Doug Stull 创作于
- genericize the finder so we can re-use for duo enterprise - add duo_enterprise functionality for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160106 - see https://gitlab.com/gitlab-org/gitlab/-/issues/468050
-
由 Nick Leonard 创作于
Removes type specific language in work item tree widget. Currently behind feature flags.
-
由 Julie Huang 创作于
-
由 Max Fan 创作于
As any job can be passed, if there is no jog log we return an error message EE: true
-
由 Suzanne Selhorn 创作于
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/473082
-
由 Tian Gao 创作于
-
由 Frédéric Caplette 创作于
Use the new sendDuoChatCommand util in ai summary feature to fix loading and streaming. This is behind a FF `summarize_notes_with_duo`
-
由 Terri Chu 创作于
This reverts merge request !158039
-
由 Eduardo Sanz García 创作于
We make the work item comment form action specific by clicking within the `work-item-comment-form-actions` data-testid context. However, within this specific context, we need to use a generic text because it changes depending where the work item is located.
-
由 Sahil Sarawagi 创作于
This commit removes deprecated StoreSecurityReportsWorker class file. It also regenerates the Sidekiq queue configuration file. Changelog: removed Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/467944
-
由 mo khan 创作于
This change updates the `Mutation.groupUpdate` to allow members belonging to a custom role with the `admin_runners` permission enabled to change the `shared_runners_setting`.
-
由 Hinam Mehra 创作于
- Update group links create & update service to accept member_role_id param - Fetch custom roles in the frontend - Both changes are behind feature-flag, assign_custom_roles_to_group_links Changelog: added EE: true
-