- Feb 27, 2024
-
-
Suzanne Selhorn authored
Related to: #439130
-
Phillip Wells authored
Change 'private' to 'public' in index.md See merge request !145884 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
kolonist_minjun <mj.kim@tilda.co.kr>
-
Gary Holtz authored
Add feature tests for group analytics dashboard visualizations See merge request !145684 Merged-by:
Gary Holtz <gholtz@gitlab.com> Approved-by:
Minahil Nichols <minahilnichols@gitlab.com> Approved-by:
Gary Holtz <gholtz@gitlab.com> Co-authored-by:
Alex Pennells <apennells@gitlab.com>
-
Stanislav Lashmanov authored
New custom roles empty state (FE) See merge request !145465 Merged-by:
Stanislav Lashmanov <slashmanov@gitlab.com> Approved-by:
Daniel Tian <dtian@gitlab.com> Approved-by:
Ian Anderson <ianderson@gitlab.com> Approved-by:
Mohamed Hamda <mhamda@gitlab.com> Approved-by:
Stanislav Lashmanov <slashmanov@gitlab.com> Reviewed-by:
Hinam Mehra <hmehra@gitlab.com> Reviewed-by:
Mohamed Hamda <mhamda@gitlab.com> Reviewed-by:
Ilonah Pelaez <ipelaez@gitlab.com> Co-authored-by:
Hinam Mehra <hmehra@gitlab.com>
-
Hinam Mehra authored
- Create a new MemberRolesApp Vue component, initialized by the initRolesAndPermissionsNewApp method - Not currently visible to any users until all development of the new UI is complete EE: true
-
Peter Leitzen authored
Include dotfiles when matching the .markdownlint folder See merge request !145924 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Co-authored-by:
ddieulivol <ddieulivol@gitlab.com>
-
Marcel Amirault authored
Added documentation for workflow:auto_cancel:on_job_failure See merge request !145709 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Reviewed-by:
Marco Zille <marco.zille@gmail.com> Reviewed-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Marco Zille <marco.zille@gmail.com>
-
Marco Zille authored
Changelog: added
-
David Dieulivol authored
-
Jannik Lehmann authored
Update dependency @gitlab/web-ide to `^0.0.1-dev-20240226152102` See merge request !145900 Merged-by:
Jannik Lehmann <jlehmann@gitlab.com> Approved-by:
Jannik Lehmann <jlehmann@gitlab.com> Co-authored-by:
Denys Mishunov <dmishunov@gitlab.com>
-
Jon Glassman authored
Update Permissions table: Only Owner may list group deploy tokens See merge request !145891 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Mike Lockhart | GitLab <mlockhart@gitlab.com>
-
Mike Lockhart | GitLab authored
-
Alper Akgun authored
Use primary DB for computing issuable updates See merge request !145792 Merged-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Reviewed-by:
Eulyeon Ko <5961404-euko@users.noreply.gitlab.com> Co-authored-by:
Eulyeon Ko <5961404-euko@users.noreply.gitlab.com> Co-authored-by:
Eulyeon Ko <eko@gitlab.com>
-
euko authored
The DB load balancer _switches_ to the primary when it detects a transaction or other statements that modify data or schema. This behavior might lead to the issuable update services to read lagging data from a replica to compute the desired updated states. While it's desirable to use a transaction in conjunction with locking to compute updates, the issuable services have not been designed to retroactively accomodate such change. To ensure that the issuable services compute new states using the latest data, the update method is updated to switch to read from the primary from the beginning. This won't address the existing data race conditions but might abate them.
-
Huzaifa Iftikhar authored
Update CODEOWNERS files for compliance group See merge request gitlab-org/gitlab!145798 Merged-by:
Huzaifa Iftikhar <hiftikhar@gitlab.com> Approved-by:
Nate Rosandich <nrosandich@gitlab.com> Approved-by:
Harsimar Sandhu <hsandhu@gitlab.com> Approved-by:
Phil Calder <pcalder@gitlab.com>
-
Eugie Limpin authored
Remove identity_verification_auto_ban feature flag See merge request !145781 Merged-by:
Eugie Limpin <elimpin@gitlab.com> Approved-by:
Adie (she/her) <avpfestin@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com>
-
Denys Mishunov authored
Change DuoChat z-index value to put it behind the feedback modal See merge request !145802 Merged-by:
Denys Mishunov <dmishunov@gitlab.com> Approved-by:
Denys Mishunov <dmishunov@gitlab.com> Reviewed-by:
Denys Mishunov <dmishunov@gitlab.com> Co-authored-by:
Jannik Lehmann <jlehmann@gitlab.com>
-
Jannik Lehmann authored
This commit changes the DuoChat z-index value to solve an Issue where the DuoChat component would be on top of the Feedback modal. EE: true Changelog: fixed
-
Jarka Košanová authored
Description updates to permissions for custom roles See merge request !142952 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
mo khan <mo@mokhan.ca> Co-authored-by:
Joe Randazzo <jrandazzo@gitlab.com> Co-authored-by:
Jon Glassman <jglassman@gitlab.com>
-
Joe Randazzo authored
-
Dat Tang authored
Upgrade redis gem - 3rd attempt See merge request !145203 Merged-by:
Dat Tang <dattang@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Sam Word <sword@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Dat Tang <dattang@gitlab.com> Approved-by:
charlie ablett <cablett@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Co-authored-by:
Sylvester Chin <schin@gitlab.com>
-
Alper Akgun authored
Merge branch '417474-geo-remove-the-force_to_redownload-column-on-the-registry-tables' into 'master' Remove the `force_to_redownload` column on the registry tables See merge request !144824 Merged-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Sincheol (David) Kim <dkim@gitlab.com> Reviewed-by:
Sincheol (David) Kim <dkim@gitlab.com> Co-authored-by:
Kyle Yetter <kyetter@ebackpack.com>
-
David Dieulivol authored
Remove automation for fixing trailing spaces See merge request !145892 Merged-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Ankit Panchal authored
Add submit/cancel button to metrics query builder See merge request !144629 Merged-by:
Ankit Panchal <apanchal@gitlab.com> Approved-by:
Jay Montal <jmontal@gitlab.com> Approved-by:
Ankit Panchal <apanchal@gitlab.com> Reviewed-by:
Justin Mandell <jmandell@gitlab.com> Reviewed-by:
Ankit Panchal <apanchal@gitlab.com> Co-authored-by:
Daniele Rossetti <drossetti@gitlab.com>
-
Daniele Rossetti authored
- Add submit/cancel button to metrics query builder - Abort API call when cancel is clicked - Add loading state to chart and filtered-search component
-
Justin Ho Tuan Duong authored
Remove/convert to utility classes non-page specific styles for profile 2 See merge request !145197 Merged-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Approved-by:
Panos Kanellidis <pkanellidis@gitlab.com> Approved-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Reviewed-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Reviewed-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Co-authored-by:
Elwyn Benson <ebenson@gitlab.com>
-
Elwyn Benson authored
Class is only used in this one place and does not rely on any scss variables.
-
Aaron Huntsman authored
Enable continuous container scanning by default See merge request !145723 Merged-by:
Aaron Huntsman <ahuntsman@gitlab.com> Approved-by:
Aaron Huntsman <ahuntsman@gitlab.com> Co-authored-by:
Oscar Tovar <otovar@gitlab.com>
-
Andy Schoenen authored
Check merge request's head_sha pipeline instead of latest See merge request !144919 Merged-by:
Andy Schoenen <asoiron@gitlab.com> Approved-by:
Marcos Rocha <mrocha@gitlab.com> Approved-by:
Andy Schoenen <asoiron@gitlab.com> Co-authored-by:
Sashi Kumar <skumar@gitlab.com>
-
Sashi Kumar Kumaresan authored
This change fixes the check with a merge requests latest? pipeline and replace it with head_sha pipeline to fix race condition. EE: true Changelog: fixed
-
Denys Mishunov authored
Changelog: changed
-
Bojan Marjanovic authored
Fix Layout/ArgumentAlignment offenses in spec/requests See merge request !145506 Merged-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Co-authored-by:
Vitali Tatarintev <vtatarintev@gitlab.com>
-
Marcel Amirault authored
Update nav instructions in Create pages See merge request !145832 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Reviewed-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Amy Qualls authored
Make the instructions complete.
-
Ashraf Khamis authored
Fix API example See merge request !145870 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Kent Japhet Ballon <kballon@gitlab.com>
-
Adam Hegyi authored
Add new checkbox for optional data in service ping See merge request !141540 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Jay Montal <jmontal@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Michał Wielich <mwielich@gitlab.com> Reviewed-by:
Coung Ngo <cngo@gitlab.com> Reviewed-by:
Jay Montal <jmontal@gitlab.com> Reviewed-by:
Ankit Panchal <apanchal@gitlab.com> Reviewed-by:
Sebastian Rehm <srehm@gitlab.com> Co-authored-by:
Piotr Skorupa <pskorupa@gitlab.com> Co-authored-by:
Ankit <apanchal@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Michał Wielich <mwielich@gitlab.com>
-
Ankit Panchal authored
Changelog: added
-
Marcel Amirault authored
Updates pub date See merge request !145837 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
Tiger Watson authored
Add link from gitlab-housekeeper readme to blueprint See merge request !145888 Merged-by:
Tiger Watson <twatson@gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
Dylan Griffith <dyl.griffith@gmail.com>
-