- Sep 06, 2023
-
-
Migrates data-qa-selectors in Gitlab::Page::Group::Settings::UsageQuotas to data-testids
-
- Sep 01, 2023
-
-
Jennifer Li authored
Update comment of executed queries in spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130743 Merged-by:
Jennifer Li <jli@gitlab.com> Approved-by:
Jennifer Li <jli@gitlab.com> Co-authored-by:
Alex Buijs <abuijs@gitlab.com>
-
Diogo Frazão authored
Add `finding_id` foreign key to `vulnerabilities` See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130007 Merged-by:
Diogo Frazão <dfrazao@gitlab.com> Approved-by:
Diogo Frazão <dfrazao@gitlab.com> Approved-by:
Dmytro Biryukov <dbiryukov@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Reviewed-by:
Michał Zając <mzajac@gitlab.com> Reviewed-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
Michael Becker <11881043-wandering_person@users.noreply.gitlab.com>
-
There is an existing `has_many`/`belongs_to` association between the `vulnerabilities` and `vulnerability_occurrences` tables. We want to make this a legit 1-to-1 relationship eventually. As a step towards that we are adding an `id` column that will eventually be used for a foreign ey constraint. after adding the column and updating the app code to write to the column, we need to backfill the new column. [MR 130058][0] will handle the backfill resolves: https://gitlab.com/gitlab-org/gitlab/-/issues/418970 [0]:https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130058 Changelog: changed EE: true
-
Phillip Wells authored
Fix the reference to the agent token secret See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130631 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Taka Nishida <tnishida@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
Viktor Nagy (GitLab) <vnagy@gitlab.com> Co-authored-by:
Viktor Nagy (GitLab) <vnagy@gitlab.com>
-
Phillip Wells authored
Add experiment and beta badges to package managers docs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130732 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
David Fernandez <dfernandez@gitlab.com>
-
Phillip Wells authored
Add vulnerabilities warning to the debian registry See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130411 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Greg Myers <gmyers@gitlab.com> Approved-by:
Tim Rizzi <trizzi@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
David Fernandez <dfernandez@gitlab.com> Co-authored-by:
David Fernandez <dfernandez@gitlab.com>
-
David Fernandez authored
-
Amy Qualls authored
Adding a note about adding an API to your GCP project See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130696 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Gary Holtz <gholtz@gitlab.com>
-
Gary Holtz authored
Bring closer to our style guide.
-
Ahmed Hemdan authored
Remove MailGun product onboarding email See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130318 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Reviewed-by:
Mireya Andres <mandres@gitlab.com> Reviewed-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
syarynovskyi <syarynovskyi@gitlab.com>
-
Marketing emails are being sent via Iterable now
-
James Fargher authored
Remove seats_in_use_for_free_or_trial flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130383 Merged-by:
James Fargher <jfargher@gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Approved-by:
James Fargher <jfargher@gitlab.com> Co-authored-by:
Mark Chao <mchao@gitlab.com>
-
Phil Hughes authored
Open details drawer on span selection Closes gitlab-org/opstrace/opstrace#2310 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130434 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Briley Sandlin <bsandlin@gitlab.com> Approved-by:
Phil Hughes <me@iamphill.com> Reviewed-by:
Briley Sandlin <bsandlin@gitlab.com> Reviewed-by:
Daniele Rossetti <drossetti@gitlab.com> Co-authored-by:
Daniele Rossetti <drossetti@gitlab.com>
-
Daniele Rossetti authored
Upon selecting a span on the details chart, a sidebar drawer is shown with the span details
-
Kati Paizee authored
Updates stage for Auth & Auth to Govern See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130742 Merged-by:
Kati Paizee <kpaizee@gitlab.com> Approved-by:
Kati Paizee <kpaizee@gitlab.com> Co-authored-by:
Jonathan Glassman <jglassman@gitlab.com>
-
Jon Glassman authored
-
Marcin Sedlak-Jakubowski authored
Add draw.io support version history See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130690 Merged-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Co-authored-by:
Ben Bodenmiller <bbodenmiller@gmail.com>
-
Miguel Rincon authored
Changes default sorting for UQ under project limits See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130036 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Ammar Alakkad <aalakkad@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Ammar Alakkad <aalakkad@gitlab.com> Reviewed-by:
Kos Palchyk <kpalchyk@gitlab.com> Co-authored-by:
Kos Palchyk <kpalchyk@gitlab.com>
-
-
Alex Buijs authored
Updates comment with the executed queries on DesignManagement spec to account for new changes introduced by https://gitlab.com/gitlab-org/security/gitlab/-/merge_requests/3483.
-
Marcin Sedlak-Jakubowski authored
Create new central home for signed commits See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130465 Merged-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Brian Williams <bwilliams@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Reviewed-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Amy Qualls authored
Pull a bare minimum of information into a new page. Don't start moving all the other information yet.
-
Enrique Alcántara authored
Display 2 most recent failed jobs in admin runners See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129730 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com> Approved-by:
Gina Doyle <gdoyle@gitlab.com> Approved-by:
Enrique Alcántara <ealcantara@gitlab.com> Reviewed-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Enrique Alcántara <ealcantara@gitlab.com> Reviewed-by:
Ankit Panchal <apanchal@gitlab.com> Co-authored-by:
Miguel Rincon <mrincon@gitlab.com>
-
This change adds the 2 most recent failures of any job in the runners dashboard. The failures are not yet filtered by runner specific failures, so any failed job can be listed.
-
release-tools approver bot authored
Update Gitaly version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130728 Merged-by:
release-tools approver bot <project278964_bot6@example.com> Approved-by:
release-tools approver bot <project278964_bot6@example.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
Enrique Alcántara authored
Add code suggestions contact sales to billing pages See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130351 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Enrique Alcántara <ealcantara@gitlab.com> Approved-by:
Ross Byrne <robyrne@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
- more marketing for code suggestions
-
Savas Vedova authored
Cleanup blob content viewer See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130633 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Nataliia Radina <nradina@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Co-authored-by:
Jacques <jerasmus@gitlab.com>
-
Max Woolf authored
Remove scan_execution_group_bot_users feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130711 Merged-by:
Max Woolf <mwoolf@gitlab.com> Approved-by:
Martin Čavoj <mcavoj@gitlab.com> Approved-by:
Max Woolf <mwoolf@gitlab.com> Reviewed-by:
Martin Čavoj <mcavoj@gitlab.com> Co-authored-by:
Andy Soiron <asoiron@gitlab.com>
-
George Koltsov authored
Fix undefined method `labels' for Jira integration See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130717 Merged-by:
George Koltsov <gkoltsov@gitlab.com> Approved-by:
George Koltsov <gkoltsov@gitlab.com> Co-authored-by:
bmarjanovic <bmarjanovic@gitlab.com>
-
Lukas Eipert authored
Make Tracing UI a EE Premium feature Closes gitlab-org/opstrace/opstrace#2276 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129853 Merged-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by:
Ross Byrne <robyrne@gitlab.com> Approved-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by:
Piotr Skorupa <pskorupa@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Reviewed-by:
Fabio Pitino <fpitino@gitlab.com> Reviewed-by:
Piotr Skorupa <pskorupa@gitlab.com> Reviewed-by:
Daniele Rossetti <drossetti@gitlab.com> Co-authored-by:
Daniele Rossetti <drossetti@gitlab.com>
-
This is a feature-flagged feature which makes it okay to move it from core to ee. See: https://gitlab.com/gitlab-org/opstrace/opstrace/-/issues/2276
-
David Fernandez authored
-
Coung Ngo authored
Remove ApplicationSetting dependency on License See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130649 Merged-by:
Coung Ngo <cngo@gitlab.com> Approved-by:
Malcolm Locke <mlocke@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Deepika Guliani <dguliani@gitlab.com> Approved-by:
Coung Ngo <cngo@gitlab.com> Reviewed-by:
Heinrich Lee Yu <heinrich@gitlab.com> Reviewed-by:
Malcolm Locke <mlocke@gitlab.com> Co-authored-by:
Heinrich Lee Yu <heinrich@gitlab.com>
-
Etienne Baqué authored
Geo Sites Status API - Remove deprecated wiki status data See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130376 Merged-by:
Etienne Baqué <ebaque@gitlab.com> Approved-by:
Etienne Baqué <ebaque@gitlab.com> Approved-by:
Aakriti Gupta <agupta@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Etienne Baqué <ebaque@gitlab.com> Co-authored-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com>
-
The wikis_* keys are superseded by project_wiki_repositories_* because this data type is migrated to use the Geo Self-Service Framework code. Changelog: removed EE: true
-
Kushal Pandya authored
Fix a bug with virtual scroll position sync See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128354 Merged-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Kushal Pandya <kushal@gitlab.com> Co-authored-by:
Phil Hughes <me@iamphill.com>
-
Diana Logan authored
Clarify requirements for safely dropping columns See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130522 Merged-by:
Diana Logan <dlogan@gitlab.com> Approved-by:
Diana Logan <dlogan@gitlab.com> Co-authored-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Allen Cook <acook@gitlab.com>
-
Allen Cook authored
-