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.

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

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

12 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]

15 days ago
5 c7613f6 BGM
Add missing permission check on profile updates
18 days ago
6 31bfe78 BGM
Fix incorrect triggering of async job
20 days ago
7 5371827 BGM
Upload missing job
20 days ago
8 183bc6f BGM
Add Cron tab to sidekiq
20 days ago
9 565123b BGM
Update Gemfile.lock
20 days 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.

20 days ago
11 f2f7981 BGM
Add ruby to Gemfile.lock platforms
23 days ago
12 25c5795 BGM
Switch from using "byebug" to the new "debug" gem
23 days ago
13 7ab167d BGM
Extend support for "n" number of racers per session Resolves

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

28 days ago
14 7a209a9 BGM
Speed up user profile load times Resolves

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

28 days ago
15 7a3117b BGM
Add deployment step to add and remove mongoid indexes automatically
28 days ago
16 5a51bf1 BGM
Add basic guards and cache to IP lookup service
28 days 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.

28 days 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]

28 days ago
19 c0455c1 BGM
Fix Session log parsing
29 days ago
20 2426281 BGM
Enhance Session parsing flow
29 days ago