Website and backend of Re-Volt America

# Revisión Autor Descripción Cuándo
22 2396407 BGM
Harden Redis and fail stranded session imports Add a sidekiq-cron

sweeper that marks imports stalled past a grace window (pending >5m, processing >1h) as failed with a clear message, so lost jobs surface in the admin panel instead of hanging. SessionImportJob now claims imports atomically (pending -> processing) to stay idempotent.

about 2 months ago
23 f2f7981 BGM
Add ruby to Gemfile.lock platforms
about 2 months ago
24 25c5795 BGM
Switch from using "byebug" to the new "debug" gem
about 2 months ago
25 7ab167d BGM
Extend support for "n" number of racers per session Resolves

ithub.com/Re-Volt-America/RVA/issues/191

about 2 months ago
26 7a209a9 BGM
Speed up user profile load times Resolves

https://github.com/Re-Volt-America/RVA/issues/192

about 2 months ago
27 7a3117b BGM
Add deployment step to add and remove mongoid indexes automatically
about 2 months ago
28 5a51bf1 BGM
Add basic guards and cache to IP lookup service
about 2 months ago
29 002ff07 BGM
Bump rack-mini-profiler to version 4 This version mismatch was causing

rack-mini-profiler not to show up in development mode.

about 2 months ago
30 517aa07 GitHub
Fix 422 Error in csv_import_sessions_service.rb (#190) * Fix 422 Error

in csv_import_sessions_service.rb

  • Fix CodeQL warning in CSV upload reader

  • Fix parsing shift behaviour


Co-authored-by: José Benavente [email protected]

about 2 months ago
31 c0455c1 BGM
Fix Session log parsing
about 2 months ago
32 2426281 BGM
Enhance Session parsing flow
about 2 months ago
33 60591a1 BGM
Update Procfile.dev
about 2 months ago
34 f3838a9 BGM
Update Procfile.dev to include Sidekiq
2 months ago
35 e029807 BGM
Show Session ID to link to Session models in admin panel
2 months ago
36 9bffb9d BGM
Update deploy pipeline
2 months ago
37 ad2b522 BGM
Fix uninitialized constant Sidekiq error
2 months ago
38 2a1ca5f BGM
Add a proper administration panel and background jobs for session

uploads

2 months ago
39 f558f41 BGM
Update MongoDB to version 7.0
2 months ago
40 b09070e BGM
Add missing database and collection for tournaments
2 months ago
41 899bd50 BGM
Update creation forms for car and track models
2 months ago