Skip to content

Releases: steveoro/goggles_main

0.8.00

04 Jan 17:45
Compare
Choose a tag to compare
  • re-sync w/ base engine;
  • bundle updates;
  • fixed current @user_teams update during #validate_team for various controllers;
  • render session dates in calendars;
  • squeeze & strip additional spaces from search queries to improve search results;

0.7.25

19 Nov 19:17
Compare
Choose a tag to compare
  • added current standard timing display in compute FIN score;
  • added dedicated "latest updates" page, reusing partial from "about" page;
  • re-sync w/ base engine;
  • bundle updates;

0.7.24

15 Nov 17:19
Compare
Choose a tag to compare
  • more FAQs;
  • replaced "where('rank > 0')" with "with_time" scope when considering swimmer best & worst timing summary stats in SwimmersController;
  • bundle & rubocop updates
  • in sync w/ latest engine version

0.7.23

25 Oct 15:25
Compare
Choose a tag to compare
  • require that a result must have both a positive rank & timing to be considered for ranking;
  • ease requirements for 'latest' build as cucumber features are currently very flaky due to query slowness;
  • bundle updates

0.7.22d

23 Oct 15:31
Compare
Choose a tag to compare
  • removed possibly the last remnant legacy usage of non-explicit file extensions in asset_path or image_tag

0.7.22c

23 Oct 15:00
Compare
Choose a tag to compare
  • use explicit (& matching) extension in asset_path
  • minor cosmetic change for main index page (animated background), plus backdrop for the search box;
  • memoized & filtered last_seasons_ids for calendars to remove just-ended seasons with results

0.7.21

21 Oct 18:51
Compare
Choose a tag to compare

(API unchanged)

  • disabled Facebook Omniauth login;
  • added more FAQs;
  • auto-clear last_season_id cookie after sign-in; minor Cucumber fixes regarding calendar features domain preparation;
  • added collapsible section to the "latest calendar updates" list in the info page to prevent very long lists from cluttering the view;
  • support for intermixed gender links in relay results on meeting/show;
  • minor optimization: removed outer joins from meetings/show components to prevent object allocations to blow up with many results on the page;
  • additional query optimizations by trial-and-error;
  • added migrations from DB project;
  • output additional user stats from stats:: rake command;
  • re-sync w/ base engine;
  • bundle updates;

0.7.18

04 Sep 16:20
Compare
Choose a tag to compare
  • re-sync w/ base engine;
  • bundle updates & misc specs adjustments;
  • added latest data update section to the info/about page;
  • removed Patreon links for sponsorship;
  • removed Twitter/X social link as that social media now sucks big time;
  • removed Capybara driver support for Galaxy Fold as it's not considered standard anymore by the SeleniumDriver: replaced with the Samsung S20U;
  • added "team manager" label display in dashboard for TMs (plus another label for admins)

0.7.16

17 Jul 14:26
Compare
Choose a tag to compare
  • re-sync w/ base engine & bundle update;
  • fixed MariaDB required version for CircleCI build;

0.7.08

12 Apr 09:01
Compare
Choose a tag to compare
  • fixes for history grid ordering & history recap list;
  • added a crude output dialog to the timing-delta compute tool page as quick copy-paste helper for TXT/CSV output;
  • speed improvements to /meetings/event detail show
  • fixed best-result calc in team_result page on team swimmers recap header & table
  • re-sync w/ base engine & bundle update
  • minor rubocop fixes