- May 08, 2023
-
-
It allows migrations to specify that they need heavy locks on the CI tables and that the runner requests should not be accepted while the migration is in progress. Example: ``` class RunnerBackoffExample < Gitlab::Database::Migration[2.1] enable_runner_backoff! enable_lock_retries! def change; end end ``` Changelog: added
-
- May 05, 2023
-
-
Lorena Ciutacu authored
Documentation update for breaking changes in 16.0 See merge request !119601 Merged-by:
Lorena Ciutacu <lciutacu@gitlab.com> Approved-by:
Lorena Ciutacu <lciutacu@gitlab.com> Reviewed-by:
Manoj M J <mmj@gitlab.com> Reviewed-by:
Lorena Ciutacu <lciutacu@gitlab.com> Co-authored-by:
Manoj M J <mmj@gitlab.com>
-
-
GitLab Release Tools Bot authored
-
Rémy Coutable authored
Add RedisHLL counter for creating dashboards See merge request !119481 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Halil Coban <hcoban@gitlab.com> Approved-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Sebastian Rehm <srehm@gitlab.com> Reviewed-by:
Rémy Coutable <remy@rymai.me> Reviewed-by:
James Heimbuck <jheimbuck@gitlab.com> Co-authored-by:
Max Woolf <mwoolf@gitlab.com>
-
Lukas Eipert authored
Update Webpack related packages See merge request !96407 Merged-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by:
Mike Greiling <mike@pixelcog.com> Approved-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
On push, we enqueue a new worker to check if a new analytics dashboard was created and increments a project-specific counter. This will give us a count of the number of projects with at least one dashboard. EE: true Changelog: added
-
Kamil Trzciński authored
Add SaaS check to onboarding redirect setup See merge request !119072 Merged-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Reviewed-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
- our concerns here are growth and marketing related for SaaS only for trials and such which are purely SaaS concepts
-
Ash McKenzie authored
Update dependency kas to v16.0.0-rc2 See merge request !119721 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
GitLab Release Tools Bot authored
-
Kamil Trzciński authored
Remove CreateCrossProjectPipelineWorker after revert See merge request !119044 Merged-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Mohamed Hamda <mhamda@gitlab.com> Approved-by:
John Mason <9717668-john-mason@users.noreply.gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Reviewed-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Michał Zając <mzajac@gitlab.com> Reviewed-by:
Eduardo Bonet <ebonet@gitlab.com> Reviewed-by:
Mohamed Hamda <mhamda@gitlab.com> Co-authored-by:
Kasia Misirli <kmisirli@gitlab.com>
-
CreateCrossProjectPipelineWorker has been replaced by CreateDownstreamPipelineWorker in #11081 and so the former has been scheduled for removal. Changelog: deprecated
-
Matthias Käppler authored
Unbatch GraphQL queries See merge request !117407 Merged-by:
Matthias Käppler <mkaeppler@gitlab.com> Approved-by:
Matthias Käppler <mkaeppler@gitlab.com> Approved-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Reviewed-by:
Frédéric Caplette <fcaplette@gitlab.com> Co-authored-by:
Luke Duncalfe <lduncalfe@gitlab.com> Co-authored-by:
Ghost User <ghost@example.com> Co-authored-by:
NataliaTepluhina <tarya.se@gmail.com>
-
-
Ashraf Khamis authored
Add install app manually if user wants to create branch from Jira See merge request !119731 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Emily Chang <echang@gitlab.com>
-
-
Mark Florian authored
Add screen reader title to broadcast message See merge request !118200 Merged-by:
Mark Florian <mflorian@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com> Approved-by:
Alex Fracazo <afracazo@gitlab.com> Approved-by:
Stanislav Lashmanov <slashmanov@gitlab.com> Approved-by:
Rajendra Kadam <rkadam@gitlab.com> Reviewed-by:
Rajendra Kadam <rkadam@gitlab.com> Co-authored-by:
Dan Mizzi-Harris <dmizzi-harris@gitlab.com>
-
Catherine Pope authored
Clean up Jira Server credentials See merge request !119735 Merged-by:
Catherine Pope <cpope@gitlab.com> Co-authored-by:
Ashraf Khamis <akhamis@gitlab.com>
-
-
🤖 GitLab Bot 🤖 authored
-
David Dieulivol authored
Suggest partitioning new CI tables See merge request !119519 Merged-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Catherine Pope <cpope@gitlab.com> Reviewed-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Co-authored-by:
Marius Bobin <mbobin@gitlab.com>
-
Natalia Tepluhina authored
Allow setting max hours before termination See merge request !119498 Merged-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Julia Miocene <jmiocene@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Enrique Alcantara <ealcantara@gitlab.com> Co-authored-by:
Ashraf Khamis <akhamis@gitlab.com>
-
Add a numeric field to the workspace creation form that allows customizing after how many hours the workspace automatically terminates
-
Ezekiel Kigbo authored
Disable rule mode when vulnerabilities_allowed is invalid See merge request !118919 Merged-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Approved-by:
Artur Fedorov <afedorov@gitlab.com> Approved-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Reviewed-by:
Artur Fedorov <afedorov@gitlab.com> Co-authored-by:
Martin Čavoj <mcavoj@gitlab.com>
-
Jan Provaznik authored
Refactor some classes in the AI abstraction layer See merge request !119654 Merged-by:
Jan Provaznik <jprovaznik@gitlab.com> Approved-by:
Nicolas Dular <ndular@gitlab.com> Approved-by:
Jan Provaznik <jprovaznik@gitlab.com> Reviewed-by:
Nicolas Dular <ndular@gitlab.com> Co-authored-by:
Alexandru Croitor <acroitor@gitlab.com>
-
Ezekiel Kigbo authored
Removes redundant duration formatting function See merge request !119473 Merged-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Approved-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Reviewed-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Co-authored-by:
Miguel Rincon <mrincon@gitlab.com>
-
`durationTimeFormatted` can be replaced by `formatTime` which has more usage in the codebase. Handling on negative values is added to `formatTime` for full compatibity.
-
🤖 GitLab Bot 🤖 authored
-
Kamil Trzciński authored
Reflect state transition comments in system notes See merge request !119451 Merged-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Co-authored-by:
Mehmet Emin INAC <minac@gitlab.com>
-
Vitali Tatarintev authored
Upgrade `kas-grpc` gem for git push events See merge request !119077 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Aakriti Gupta <agupta@gitlab.com> Reviewed-by:
Aakriti Gupta <agupta@gitlab.com> Co-authored-by:
Timo Furrer <tfurrer@gitlab.com>
-
This version contains the new gRPC method Changelog: changed MR: !119077
-
Marius Bobin authored
Revert "Merge branch 'mg-remove-redis-config-via-env-var' into 'master'" See merge request !119730 Merged-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Co-authored-by:
David Dieulivol <ddieulivol@gitlab.com>
-
Lukas Eipert authored
[FE] Add export button for framework report See merge request !118373 Merged-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by:
Camellia X Yang <xyang@gitlab.com> Approved-by:
Jay Montal <jmontal@gitlab.com> Reviewed-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Co-authored-by:
Sam Figueroa <sfigueroa@gitlab.com>
-
Alexandru Croitor authored
Add deprecation warnings for unset moderation flag See merge request !119647 Merged-by:
Alexandru Croitor <acroitor@gitlab.com> Approved-by:
Alexandru Croitor <acroitor@gitlab.com> Reviewed-by:
George Koltsov <gkoltsov@gitlab.com> Reviewed-by:
Alexandru Croitor <acroitor@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com>
-
-
charlie ablett authored
Fix some rails/pluck rubocop violations See merge request !119726 Merged-by:
charlie ablett <cablett@gitlab.com> Approved-by:
charlie ablett <cablett@gitlab.com> Co-authored-by:
David Kim <dkim@gitlab.com>
-
Patrick Bajao authored
Bump go to 1.19.9 See merge request !119723 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Co-authored-by:
Ash McKenzie <amckenzie@gitlab.com>
-
David Dieulivol authored
This reverts merge request !119429
-