Website and backend of Re-Volt America

# Revision Author Description When
1 2c5dd0a BGM
Pin connection-pool gem to the 2.x line ActiveSupport 7.2.x

RedisCacheStore is incompatible with connection_pool 3.x (ConnectionPool.new became keyword-only). See https://github.com/rails/rails/issues/56291.

22 days ago
2 92d08b6 BGM
Bump Rails to version 7.2
23 days ago
3 99ba13a BGM
Add developer role Cherry-picked from

https://github.com/Re-Volt-America/RVA/pull/198

23 days ago
4 de2bb81 GitHub
Season car usage stats in admin panel (#193) * Add admin season car

usage stats page and aggregation filters

  • Move Season stats to a proper admin-scoped controller and fix several performance issues

  • Upload general enhancements

  • Upload visual enhancements


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

25 days ago
5 c7613f6 BGM
Add missing permission check on profile updates
28 days ago
6 31bfe78 BGM
Fix incorrect triggering of async job
about 1 month ago
7 5371827 BGM
Upload missing job
about 1 month ago
8 183bc6f BGM
Add Cron tab to sidekiq
about 1 month ago
9 565123b BGM
Update Gemfile.lock
about 1 month ago
10 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 1 month ago
11 f2f7981 BGM
Add ruby to Gemfile.lock platforms
about 1 month ago
12 25c5795 BGM
Switch from using "byebug" to the new "debug" gem
about 1 month ago
13 7ab167d BGM
Extend support for "n" number of racers per session Resolves

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

about 1 month ago
14 7a209a9 BGM
Speed up user profile load times Resolves

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

about 1 month ago
15 7a3117b BGM
Add deployment step to add and remove mongoid indexes automatically
about 1 month ago
16 5a51bf1 BGM
Add basic guards and cache to IP lookup service
about 1 month ago
17 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 1 month ago
18 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 1 month ago
19 c0455c1 BGM
Fix Session log parsing
about 1 month ago
20 2426281 BGM
Enhance Session parsing flow
about 1 month ago