Website and backend of Re-Volt America

# Revisión Autor Descripción Cuándo
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.

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

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

2 days hace
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]

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

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

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

18 days hace
14 7a209a9 BGM
Speed up user profile load times Resolves

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

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

18 days hace
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]

18 days hace
19 c0455c1 BGM
Fix Session log parsing
19 days hace
20 2426281 BGM
Enhance Session parsing flow
19 days hace