- 20 Apr, 2021 40 commits
-
-
Mike Kozono authored
The default deduplication setting is `:until_executing`. For cronjobs which are enqueued every minute, we can confidently take it a bit further and use `:until_executed`. This should be slightly more efficient, and it should help some edge cases like https://gitlab.com/gitlab-org/gitlab/-/issues/328057. The modified classes are inherited in the following class files, as shown in grep output: ``` ./ee/app/workers/geo/scheduler/primary/scheduler_worker.rb: class SchedulerWorker < Geo::Scheduler::SchedulerWorker ./ee/app/workers/geo/scheduler/primary/per_shard_scheduler_worker.rb: class PerShardSchedulerWorker < Geo::Scheduler::PerShardSchedulerWorker ./ee/app/workers/geo/scheduler/secondary/scheduler_worker.rb: class SchedulerWorker < Geo::Scheduler::SchedulerWorker ./ee/app/workers/geo/scheduler/secondary/per_shard_scheduler_worker.rb: class PerShardSchedulerWorker < Geo::Scheduler::PerShardSchedulerWorker ./ee/app/workers/geo/repository_sync_worker.rb: class RepositorySyncWorker < Geo::Scheduler::Secondary::PerShardSchedulerWorker ./ee/app/workers/geo/registry_sync_worker.rb: class RegistrySyncWorker < Geo::Scheduler::Secondary::SchedulerWorker ./ee/app/workers/geo/repository_verification/primary/shard_worker.rb: class ShardWorker < Geo::Scheduler::Primary::SchedulerWorker ./ee/app/workers/geo/repository_verification/primary/batch_worker.rb: class BatchWorker < Geo::Scheduler::Primary::PerShardSchedulerWorker ./ee/app/workers/geo/repository_verification/secondary/shard_worker.rb: class ShardWorker < Geo::Scheduler::Secondary::SchedulerWorker ./ee/app/workers/geo/repository_verification/secondary/scheduler_worker.rb: class SchedulerWorker < Geo::Scheduler::Secondary::PerShardSchedulerWorker ./ee/app/workers/geo/container_repository_sync_dispatch_worker.rb: class ContainerRepositorySyncDispatchWorker < Geo::Scheduler::Secondary::SchedulerWorker ./ee/app/workers/geo/repository_shard_sync_worker.rb: class RepositoryShardSyncWorker < Geo::Scheduler::Secondary::SchedulerWorker ./ee/app/workers/geo/file_download_dispatch_worker.rb: class FileDownloadDispatchWorker < Geo::Scheduler::Secondary::SchedulerWorker ``` Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/328364 Changelog: performance
-
Lin Jen-Shin authored
ci: Run package_hunter on MRs that updates yarn.lock See merge request gitlab-org/gitlab!58780
-
Achilleas Pipinellis authored
Add FAQ entry about enabling incremental logging (required when using object storage) See merge request gitlab-org/gitlab!59670
-
Brie Carranza authored
-
Sean McGivern authored
Do not require declarative_policy See merge request gitlab-org/gitlab!59780
-
Miguel Rincon authored
Content Editor toolbar See merge request gitlab-org/gitlab!59303
-
Stan Hu authored
Adjust stackprof default sampling intervals See merge request gitlab-org/gitlab!59630
-
Markus Koller authored
Externalize strings in application_settings/_terminal.html.haml See merge request gitlab-org/gitlab!58081
-
Marvin Karegyeya authored
-
Achilleas Pipinellis authored
Add docs about project upload API size enforcement See merge request gitlab-org/gitlab!59692
-
Stan Hu authored
-
Martin Wortschack authored
Display relevant titles for the VSA stage table See merge request gitlab-org/gitlab!59485
-
Ezekiel Kigbo authored
-
Markus Koller authored
Remove the longer_count_cache_validity_period feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!59746
-
Markus Koller authored
Resolve "Expose webhook data for Project via its own data-builder class" See merge request gitlab-org/gitlab!59614
-
John Jarvis authored
Revert "Merge branch 'update-auto-build-image-to-0-6-0' into 'master'" See merge request gitlab-org/gitlab!59775
-
Scott Hampton authored
Manual Sync: Add Alert Notifications See merge request gitlab-org/gitlab!59647
-
Angelo Gulina authored
Introduce a component responsible to handle the user notifications for successful or failing (manual) sync.
-
Amy Qualls authored
Docs: Remove leftover line from changelog docs See merge request gitlab-org/gitlab!59766
-
Craig Norris authored
Fix Rake command for Pages deploys to object storage See merge request gitlab-org/gitlab!59764
-
Amy Qualls authored
Update mirroring docs to correct who can force updates See merge request gitlab-org/gitlab!59782
-
Enrique Alcantara authored
- Add inline comment about padding in contenteditable element - Use icon button instead of icon inside a button - Consolidate labels - Validate that ContentEditor is provided a valid TipTap Editor instance
-
Alex Kalderimis authored
-
Alper Akgun authored
Extract intersection calculation in respective sources See merge request gitlab-org/gitlab!56605
-
Rajendra Kadam authored
-
Savas Vedova authored
Move project level vulnerabilities to vulnerability report component See merge request gitlab-org/gitlab!59586
-
Savas Vedova authored
-
Daniel Gruesso authored
-
Enrique Alcántara authored
Externalise strings in shared/_links.erb See merge request gitlab-org/gitlab!58278
-
Marvin Karegyeya authored
-
Alex Kalderimis authored
-
Ezekiel Kigbo authored
Externalize strings in reset_password_instructions.html.haml See merge request gitlab-org/gitlab!58224
-
Marvin Karegyeya authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!59768
-
Enrique Alcantara authored
-
Enrique Alcantara authored
-
Enrique Alcantara authored
The top toolbar is an always visible toolbar that contains controls to format text and insert new blocks of content
-
Enrique Alcantara authored
A toolbar button provides a view for the status of a content type in the editor. It also allows executing a command when the button is clicked
-
John Jarvis authored
This reverts merge request !59525
-
Vitaly Slobodin authored
Get Started page for the continuous onboarding experiment See merge request gitlab-org/gitlab!58688
-