- 1月 18, 2024
-
-
由 JH_SYNC_TOKEN 创作于
-
由 JH_SYNC_TOKEN 创作于
-
由 JH_SYNC_TOKEN 创作于
-
由 Etienne Baqué 创作于
Stop preloading policies for namespaces on self-managed instances See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141774 Merged-by:
Etienne Baqué <ebaque@gitlab.com> Approved-by:
Bishwa Hang Rai <bhrai@gitlab.com> Approved-by:
Etienne Baqué <ebaque@gitlab.com> Reviewed-by:
Etienne Baqué <ebaque@gitlab.com> Reviewed-by:
Bishwa Hang Rai <bhrai@gitlab.com> Reviewed-by:
Mohamed Hamda <mhamda@gitlab.com> Co-authored-by:
Mohamed Hamda <mhamda@gitlab.com>
-
由 Mohamed Hamda 创作于
Load GroupPolicy only for SaaS
-
由 Jose Ivan Vargas 创作于
Build add pipeline subscription form See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141929 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Reviewed-by:
Briley Sandlin <bsandlin@gitlab.com> Co-authored-by:
Payton Burdette <pburdette@gitlab.com>
-
由 Payton Burdette 创作于
-
由 Suzanne Selhorn 创作于
Add default role and custom role to word list See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142021 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Jonathan Glassman <jglassman@gitlab.com>
-
由 Jon Glassman 创作于
-
由 Chloe Liu 创作于
[E2E] Set old_otp variable to use current_otp See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142031 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Co-authored-by:
John McDonnell <jmcdonnell@gitlab.com>
-
由 Dan Davison 创作于
Fix incompatibility of gitlab-qa test logger See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142048 Merged-by:
Dan Davison <ddavison@gitlab.com> Approved-by:
Dan Davison <ddavison@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
由 Andrejs Cunskis 创作于
-
由 Suzanne Selhorn 创作于
Add note to footnotes style guide See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142019 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
-
由 Marcin Sedlak-Jakubowski 创作于
-
由 Lysanne Pinto 创作于
Add version note for description parameter See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141776 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Mireya Andres <mandres@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Reviewed-by:
Mireya Andres <mandres@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
由 Marcel Amirault 创作于
-
由 Savas Vedova 创作于
Introduce enhanced filtering See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140984 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Harsha Muralidhar <hmuralidhar@gitlab.com> Reviewed-by:
David Pisek <dpisek@gitlab.com> Reviewed-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
-
由 Savas Vedova 创作于
Introduce this advanced filtering behind a feature flag. When enabled, the a placeholder filtered search component will be shown but it won't have any functionality.
-
由 Kerri Miller 创作于
Merge branch '437004-resetting-a-vulnerability-from-dismissed-to-detected-does-not-reset-dismissal-feedback-in' into 'master' Nullify `dismissal_reason` when a vulnerability is un-dismissed See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141245 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Mehmet Emin INAC <minac@gitlab.com> Approved-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Co-authored-by:
Michael Becker <11881043-wandering_person@users.noreply.gitlab.com>
-
由 Michael Becker 创作于
When a vulnerability is dismissed, we save the `dismissal_reason` to the `vulnerability_reads` table in the [dismissal_service][0] When we want to un-dismiss a vulnerability, we use the [`revert_to_detected_service.rb`][1] to reset a vulnerability from `dismissed` to `detected` However, we do not also wipe away the `dismissal_reason` that was written to the `vulnerability_reads` table from the `dismissal_service`. Because of this, we will be left with a situation where `vulnerability.dismissed?` will return `false`, while at the same time `vulnerability.vulnerability_read.dismissal_reason` will still return a populated `dismissal_reason` --- When we reset a vulnerability to detected, we should nullify the `dismissal_reason` field in the associated `vulnerability_read` Related to https://gitlab.com/gitlab-org/gitlab/-/issues/437004 Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/437815 [0]:https://gitlab.com/gitlab-org/gitlab/-/blob/c54b5454ede338e5fcb1e13df81a507394211b9a/ee/app/services/vulnerabilities/dismiss_service.rb#L30 [1]:https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/services/vulnerabilities/revert_to_detected_service.rb#L13 Changelog: fixed EE: true
-
由 Phillip Wells 创作于
Review iterations doc for accuracy See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141889 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Eulyeon Ko <5961404-euko@users.noreply.gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
Gabe Weaver <gweaver@gitlab.com> Co-authored-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Co-authored-by:
Gabe Weaver <gweaver@gitlab.com>
-
由 Suzanne Selhorn 创作于
Security departments updates to responding to security incidents guide See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140677 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Harjeet Sharma <hsharma@gitlab.com> Co-authored-by:
Kenneth Chu <ksiuhengchu@gitlab.com> Co-authored-by:
Frederic Loudet <floudet@gitlab.com> Co-authored-by:
Chris Moberly <cmoberly@gitlab.com> Co-authored-by:
Janina Roppelt <jroppelt@gitlab.com> Co-authored-by:
Jon Glassman <jglassman@gitlab.com>
-
由 Harjeet Sharma 创作于
-
由 Imre Farkas 创作于
Allow adding service accounts to LDAP-synced groups See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139606 Merged-by:
Imre Farkas <ifarkas@gitlab.com> Approved-by:
Imre Farkas <ifarkas@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Imre Farkas <ifarkas@gitlab.com> Co-authored-by:
agius <andrew@atevans.com>
-
由 Andrew Evans 创作于
See [425947](https://gitlab.com/gitlab-org/gitlab/-/issues/425947) for details. Allows adding service account users to groups even when LDAP sync is enabled. To do this, we make some major changes: - Add a new permission: `admin_service_account_members` ; this way we can check for group admin permissions even when those have been mostly disabled by setting the group to LDAP syncing - Switch which permission we check in the service layer when creating new `Member` objects for groups <-> service account users - Remove multiple layers of duplicative permission checking from the API and upper-level services The new permission is only valid when the `service_accounts` licensed feature is enabled. Added some additional error handling to ensure there are no changes in the API status codes or object returns. Changelog: changed EE: true
-
由 Pedro Pombeiro 创作于
Change column type in clickhouse audit events table See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141796 Merged-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Co-authored-by:
harsimarsandhu <hsandhu@gitlab.com>
-
由 Harsimar Sandhu 创作于
This commits adds 2 migrations to drop audit events table and recreate it with correct column types in clickhouse
-
由 Adam Hegyi 创作于
Remove temporary index for migration See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/136787 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Co-authored-by:
j.seto <jseto@gitlab.com>
-
由 Anna Vovchenko 创作于
Issues list: spacing between labels See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141760 Merged-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Diana Zubova <dzubova@gitlab.com> Approved-by:
Julia Miocene <jmiocene@gitlab.com> Reviewed-by:
Niklas <mc.taucher2003@gmail.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
由 John McDonnell 创作于
-
由 Alper Akgun 创作于
Merge branch '435524-add-index_events_author_id_group_id_action_target_type_created_at' into 'master' Add index for events to efficiently query user contributions [SYNC] See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141695 Merged-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Zakir Dzhamaliddinov <zakir.dzhamaliddinov@gmail.com>
-
由 Zakir Dzhamaliddinov 创作于
Changelog: changed
-
由 Stan Hu 创作于
Bump gitlab-sdk to 0.3.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141882 Merged-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Michał Wielich <mwielich@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
Piotr Skorupa <pskorupa@gitlab.com>
-
由 Marcin Sedlak-Jakubowski 创作于
Add api document for group approval rule post endpoint See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138522 Merged-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Reviewed-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Co-authored-by:
ghinfey <ghinfey@gitlab.com>
-
由 Gavin Hinfey 创作于
-
由 Phillip Wells 创作于
Add docs for collapsing generated files See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141452 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
Sincheol (David) Kim <dkim@gitlab.com> Reviewed-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
David Kim <dkim@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com>
-
由 Sincheol (David) Kim 创作于
Blend these into the page so I can edit.
-
由 Phillip Wells 创作于
Cross-link PAT docs to API settings docs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141997 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Adil Farrukh <afarrukh@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Jonathan Glassman <jglassman@gitlab.com>
-
由 Jon Glassman 创作于
-