Skip to content

Releases: steveoro/goggles_db

0.7.18

04 Sep 14:44
Compare
Choose a tag to compare
  • minor bundle updates;
  • removed Patreon links for sponsorship as Patreon now requires to be "digital content creators" (which is something I'm not willing to do) in order to receive payments;

0.7.16

16 Jul 13:42
Compare
Choose a tag to compare
  • bundle update & minor rubocop adjustments;
  • added missing catch-all U100 relay categories for seasons 182, 192, 202, 212, 222, 232;
  • handle nil search values in DbFinders::BaseStrategy;
  • fixed MariaDB required version for CircleCI build;
  • data-fix for more null badge numbers found laying around; bundle update; DB dump fix for unsupported (yet) sandbox parameter;

0.7.10

25 Apr 12:40
Compare
Choose a tag to compare
  • added IndividualRecord with specs;
  • improved skeleton models for future GoggleCups implementation;

Ignore rel. 0.9.10 created by human mistake

0.7.09

15 Apr 14:34
Compare
Choose a tag to compare
  • SwimmerStat query fix: wasn't getting the proper min FIN score right;
  • split fulltext indexes for Meeting, UserWorkshop & Team: search individual columns instead of groups to yield better results
  • bundle update

0.7.08

09 Apr 10:18
Compare
Choose a tag to compare
  • added some delegation helpers to Badge;
  • added triggers and events to MariaDB dump file generated by "db:dump" (even if those are not currently used);
  • minor rubocop fixes & bundle updates

0.7.06

27 Mar 18:14
Compare
Choose a tag to compare
  • fix for SwimmerStat internal query

0.7.00

04 Mar 17:05
Compare
Choose a tag to compare
  • upgrade to Rails 6.1.7
  • minor specs adjustments

0.6.30

19 Feb 19:47
Compare
Choose a tag to compare
  • counter_cache for MRR-MRS-RL chain association;
  • added Prosopite gem for additional query checks;
  • improved default scopes for all AR Models;
  • added GrantChecker helpers for the instance in case of multiple consequent checks for the same user;
  • data-fix migration for existing MRS with zero timing "from_start" & length_in_meters;
  • added delegation for length_in_meters for MRR & MRS & alias for MRS#meeting_relay_result as #parent_result
  • bundle update

0.6.10

18 Dec 19:13
Compare
Choose a tag to compare
  • added RelayLap as sub-lap part of MeetingRelaySwimmer (used to store inner fractions of the same swimmer during a relay; e.g.: 4x200m => 3x 50m RelayLaps + 1x MeetingRelaySwimmer, the latter storing the final delta timing & the final resulting "timing from start")
  • added support for absolute timings in MeetingRelaySwimmer
  • improved helpers for TimingManageable
  • upgrade to Ruby 3.1.4

0.5.22

18 Jun 17:13
Compare
Choose a tag to compare
  • fixes & refactorings for AbstractLap;
  • amend upgrade to Rubocop 2.20 which is currently having issues;
  • fixes for TimingManageable & Timing;
  • bundle update.