- 28 Feb, 2022 40 commits
-
-
Siddharth Asthana authored
Changelog: other
-
Vitali Tatarintev authored
Implement Gitlab mirror scheduling tracker to make UpdateAllMirrorsWorker independent from Sidekiq queue sizes See merge request gitlab-org/gitlab!81249
-
Andrejs Cunskis authored
Add test case links to maven repository e2e spec See merge request gitlab-org/gitlab!81315
-
David O'Regan authored
Implement loading icon JS helper See merge request gitlab-org/gitlab!81552
-
Patrick Bair authored
Recreate index for security builds to include fuzzing jobs See merge request gitlab-org/gitlab!81586
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!81818
-
Rémy Coutable authored
Use median over multiple runs for mem-on-boot See merge request gitlab-org/gitlab!81560
-
Aleksei Lipniagov authored
-
Phil Hughes authored
Replace window.confirm in deprecated_modal See merge request gitlab-org/gitlab!81051
-
Kyle Wiebers authored
ci: Fix backend patterns in .gitlab/ci/rules.gitlab-ci.yml See merge request gitlab-org/gitlab!81803
-
Rémy Coutable authored
Fix GraphQL/OrderedFields offenses See merge request gitlab-org/gitlab!81471
-
Max Woolf authored
Suggest backend reviewer for view files not .svg See merge request gitlab-org/gitlab!81542
-
John Mason authored
Changelog: changed
-
Frédéric Caplette authored
Fix group members tooltip label See merge request gitlab-org/gitlab!81210
-
Laurent Deketelaere authored
Changelog: fixed
-
Jannik Lehmann authored
-
Mark Florian authored
The loading icon/spinner wasn't visible, as the `spinner` CSS class was removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58706. Changelog: fixed
-
Mark Florian authored
This approach ensures that the spinner markup will stay in sync with how GlLoadingIcon is defined in `@gitlab/ui`, including its props' defaults.
-
Mark Florian authored
This helper should *only* be used in existing legacy areas of code where Vue is not in use, as part of the migration strategy defined in https://gitlab.com/groups/gitlab-org/-/epics/7626.
-
GitLab Release Tools Bot authored
-
Mikołaj Wawrzyniak authored
Add certificate_based_clusters FF to Service Ping See merge request gitlab-org/gitlab!81311
-
Peter Leitzen authored
Fix Layout/EmptyLinesAroundAttributeAccessor offences See merge request gitlab-org/gitlab!81264
-
Peter Leitzen authored
Resolve Rails/ShortI18n rubocop offenses See merge request gitlab-org/gitlab!81399
-
Quang-Minh Nguyen authored
This tracker is used to track the number of projects are being scheduled. This number is used in UpdateAllMirrorsWorker to control its rescheduling frequency. This number is also a replacement for UpdateAllMirrorsWorker#queue_size, in an initiative to remove the dependency to Sidekiq queues. We made two attempts to resolve this issue, but not successfully: - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80711 - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79097 Changelog: other
-
Marcin Sedlak-Jakubowski authored
Add date range info vsa for groups See merge request gitlab-org/gitlab!81810
-
Rémy Coutable authored
danger: Use changelog rule from gitlab-dangerfiles See merge request gitlab-org/gitlab!81290
-
Alex Kalderimis authored
Fix overriding the vulnerability description_html See merge request gitlab-org/gitlab!77958
-
Dheeraj Joshi authored
Changelog: fixed EE: true
-
Alex Kalderimis authored
Implement `/hooks/:id` GET API for system hooks See merge request gitlab-org/gitlab!81595 Changelog: changed
-
Bob Van Landuyt authored
Update Gitlab::JsonCache cache_key to include Gitlab.revision by default See merge request gitlab-org/gitlab!81413
-
Eugie Limpin authored
Update Gitlab::JsonCache to add Gitlab.revision to the cache_key by default instead of using Gitlab::VERSION and Rails.version. This change will result to broadcast messages (and anything that uses JsonCache going forward) cache invalidation on every deploy which should prevent the stale data issue encountered in https://gitlab.com/gitlab-com/gl-infra/production/-/issues/6372. For backwards compatibility, Gitlab::JsonCache accepts { cache_key_strategy: :version } (adds Gitlab::VERSION and Rails.version to the cache_key) which will invalidate the cache on every bump of Gitlab::VERSION (every release, once a month) and Rails.version. Changelog: changed
-
Rémy Coutable authored
Fix GraphQL/OrderedFields offenses See merge request gitlab-org/gitlab!81467
-
João Cunha authored
We want to have an idea if self-managed users will be turning this FF off before we completely remove the feature that's behind the FF. In this commit we: - Add the metric YAML definition under settings key_path - Add the Instrumentation class - Add specs Changelog: other
-
Peter Leitzen authored
Update snippet destroy logging See merge request gitlab-org/gitlab!81529
-
David O'Regan authored
Allow snippet destroy error logging to return a more granular error message from the response.
-
Peter Leitzen authored
Resolve Rails/IndexBy rubocop offenses See merge request gitlab-org/gitlab!81391
-
Rémy Coutable authored
Fix GraphQL/OrderedFields offenses See merge request gitlab-org/gitlab!81481
-
Frédéric Caplette authored
Fix vulnerability validation bug See merge request gitlab-org/gitlab!81509
-
Savas Vedova authored
Emit changes when a new row is added so that validation works properly.
-
fneill authored
-