- Nov 26, 2024
-
-
Jeff Tucker authored
-
- Nov 25, 2024
-
-
Douglas Barbosa Alexandre authored
For OAuth Token creation in Subscription logic, use the organization of the group See merge request !173572 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
Adie (she/her) <avpfestin@gitlab.com> Approved-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Co-authored-by:
Rutger Wessels <rwessels@gitlab.com>
-
Tiger Watson authored
Merge branch 'overdue-finalize-background-migration--backfill-dast-site-validations-project-id' into 'master' Finalize migration BackfillDastSiteValidationsProjectId See merge request !171199 Merged-by:
Tiger Watson <twatson@gitlab.com> Approved-by:
Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
gdk <gdk@example.com>
-
Thong Kuah authored
Remove individual allow_cross_foreign_keys See merge request !173497 Merged-by:
Thong Kuah <tkuah@gitlab.com> Approved-by:
Shubham Kumar <shukumar@gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com>
-
Leonardo da Rosa authored
Merge branch 'importers--bulk-imports--finish-batched-pipeline-worker--bulk-imports--pipeline-batch-worker--bulk-imports--relation-batch-export-worker--bulk-imports--stale-import-worker--gitlab--export--prune-project-export-jobs-worker' into 'master' Change data consistency for workers maintained by importers See merge request !172689 Merged-by:
Leonardo da Rosa <ldarosa@gitlab.com> Approved-by:
Keeyan Nejad <knejad@gitlab.com> Approved-by:
Piotr Skorupa <pskorupa@gitlab.com>
-
Miguel Rincon authored
Fix SidebarPeekBehavior specs in Vue 3 See merge request !172357 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com>
-
Ahmed Hemdan authored
Update SecretsCheck to perform 1-way communication with the Secret Detection Service See merge request !172745 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Rushik Subba <srushik@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Reviewed-by:
Ahmed Hemdan <ahemdan@gitlab.com> Reviewed-by:
Rushik Subba <srushik@gitlab.com> Co-authored-by:
Ethan Urie <eurie@gitlab.com>
-
Ethan Urie authored
Remove explicit guards and replace with in-line parameters.
-
Miranda Fluharty authored
Add hierarchy and color feature specs for epic work items See merge request !173447 Merged-by:
Miranda Fluharty <mfluharty@gitlab.com> Approved-by:
Roy Liu <rliu@gitlab.com> Approved-by:
Miranda Fluharty <mfluharty@gitlab.com> Reviewed-by:
Coung Ngo <cngo@gitlab.com> Co-authored-by:
Coung Ngo <cngo@gitlab.com>
-
Ryan Lehmann authored
Edit user contribution and membership mapping docs See merge request !173769 Merged-by:
Ryan Lehmann <rlehmann@gitlab.com> Co-authored-by:
Ashraf Khamis <akhamis@gitlab.com>
-
Ashraf Khamis authored
-
Aaron Huntsman authored
Update api spec descriptions to use top-level group See merge request !173444 Merged-by:
Aaron Huntsman <ahuntsman@gitlab.com> Approved-by:
Aaron Huntsman <ahuntsman@gitlab.com> Co-authored-by:
Emily Sahlani <esahlani@gitlab.com>
-
Emily Sahlani authored
-
Leonardo da Rosa authored
Merge branch 'pipeline_composition--ci--catalog--resources--process-sync-events-worker--ci--external-pull-requests--create-pipeline-worker--run-pipeline-schedule-worker' into 'master' Change data consistency for workers maintained by pipeline_composition See merge request !172691 Merged-by:
Leonardo da Rosa <ldarosa@gitlab.com> Approved-by:
Avielle Wolfe <awolfe@gitlab.com>
-
Suzanne Selhorn authored
Add Planner to word list See merge request !173754 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
-
Thong Kuah authored
This should be covered by gitlab_schema definitions
-
Michał Zając authored
added: sharding exemption to table geo_events See merge request !173487 Merged-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Co-authored-by:
Natanael Silva <nsilva@gitlab.com>
-
Natanael Silva authored
-
Ryan Lehmann authored
Add Planner history note See merge request !173757 Merged-by:
Ryan Lehmann <rlehmann@gitlab.com> Co-authored-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
-
Scott Hampton authored
Update dependency @gitlab/ui to v103.5.0 See merge request !173736 Merged-by:
Scott Hampton <shampton@gitlab.com> Approved-by:
Scott Hampton <shampton@gitlab.com> Co-authored-by:
Rahul Chanila <rchanila@gitlab.com> Co-authored-by:
Miguel Rincon <mrincon@gitlab.com>
-
Miguel Rincon authored
-
release-tools approver bot authored
Update Gitaly version See merge request !173739 Merged-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Approved-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
## What does this MR It updates workers data consistency from `:always` to `:sticky` for workers maintained by `importers`, as a way to reduce database reads on the primary DB. Check #462611. To reduce resource saturation on the primary node, all workers should be changed to `sticky`, at minimum. Since jobs are now enqueued along with the current database LSN, the replica (for `:sticky` or `:delayed`) is guaranteed to be caught up to that point, or the job will be retried, or use the primary. Consider updating the worker(s) to `delayed`, if it's applicable. You can read more about the Sidekiq Workers `data_consistency` in https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#job-data-consistency-strategies. You can use this [dashboard](https://log.gprd.gitlab.net/app/r/s/iyIUV) to monitor the worker query activity on primary vs. replicas. Currently, the `gitlab-housekeeper` is not always capable of updating all references, so you must check the diff and pipeline failures to confirm if there are any issues. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::UpdateWorkersDataConsistency 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
-
## What does this MR It updates workers data consistency from `:always` to `:sticky` for workers maintained by `pipeline_composition`, as a way to reduce database reads on the primary DB. Check #462611. To reduce resource saturation on the primary node, all workers should be changed to `sticky`, at minimum. Since jobs are now enqueued along with the current database LSN, the replica (for `:sticky` or `:delayed`) is guaranteed to be caught up to that point, or the job will be retried, or use the primary. Consider updating the worker(s) to `delayed`, if it's applicable. You can read more about the Sidekiq Workers `data_consistency` in https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#job-data-consistency-strategies. You can use this [dashboard](https://log.gprd.gitlab.net/app/r/s/iyIUV) to monitor the worker query activity on primary vs. replicas. Currently, the `gitlab-housekeeper` is not always capable of updating all references, so you must check the diff and pipeline failures to confirm if there are any issues. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::UpdateWorkersDataConsistency 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
-
Kushal Pandya authored
Fix translated string used in comparison See merge request !173749 Merged-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Kushal Pandya <kushal@gitlab.com> Co-authored-by:
Jack Chapman <jachapman@gitlab.com>
-
Douglas Barbosa Alexandre authored
Add "GET /groups/:id/enterprise_users" API endpoint See merge request !172408 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
Isaac Durham <idurham@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Paulo Barros <pbarros@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Reviewed-by:
Hannah Sutor <hsutor@gitlab.com> Reviewed-by:
Paulo Barros <pbarros@gitlab.com> Reviewed-by:
Isaac Durham <idurham@gitlab.com> Co-authored-by:
Bogdan Denkovych <bdenkovych@gitlab.com> Co-authored-by:
Jio Castillo <jcastillo@gitlab.com>
-
Bogdan Denkovych authored
Related to #438366 Changelog: added EE: true
-
Sheldon Led authored
Fix the spacing between trials title and text See merge request !173713 Merged-by:
Sheldon Led <sheldonled@gitlab.com> Approved-by:
Katie Macoy <kmacoy@gitlab.com> Approved-by:
Sheldon Led <sheldonled@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
Marcin Sedlak-Jakubowski authored
-
Max Fan authored
Adds char limit for CommitStatus See merge request !173611 Merged-by:
Max Fan <mfan@gitlab.com> Approved-by:
Max Fan <mfan@gitlab.com> Reviewed-by:
Max Fan <mfan@gitlab.com> Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
Kerri Miller authored
Add ability to reference Maintainers, Developers or Owners from CODEOWNERS See merge request !165537 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Greg Alfaro <galfaro@gitlab.com> Approved-by:
Brendan Lynch <blynch@gitlab.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Kerri Miller <kerrizor@kerrizor.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Reviewed-by:
Marc Shaw <mshaw@gitlab.com> Reviewed-by:
Brendan Lynch <blynch@gitlab.com> Co-authored-by:
ghinfey <ghinfey@gitlab.com>
-
Gavin Hinfey authored
Add ability to reference a default project role in a codeowner file using the prefix @@. MR: !165537 EE: true Changelog: changed
-
Marcin Sedlak-Jakubowski authored
-
Dylan Griffith authored
Remove feature flag lfs_misconfiguration_banner See merge request !173318 Merged-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Dheeraj Joshi authored
Remove `btn btn-sm` from buttons.scss See merge request !173528 Merged-by:
Dheeraj Joshi <djoshi@gitlab.com> Approved-by:
Daniel Tian <dtian@gitlab.com> Approved-by:
Dheeraj Joshi <djoshi@gitlab.com> Co-authored-by:
James Rushford <jrushford@gitlab.com>
-
Justin Ho Tuan Duong authored
Fix compare dropdown alignment See merge request !173556 Merged-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Approved-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Reviewed-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Co-authored-by:
Julia Miocene <jmiocene@gitlab.com>
-
Douglas Barbosa Alexandre authored
Add feature categories to wiki-related files See merge request !173357 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Co-authored-by:
Piotr Skorupa <pskorupa@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Jack Chapman authored
Changelog: fixed EE: true
-