Skip to content

Releases: pil0u/lewagon-aoc

2024.11.6

20 Nov 16:51
6098f65
Compare
Choose a tag to compare

What's Changed

  • Truncate username upon sign in, to match validation by @pil0u in #691

Full Changelog: 2024.11.5...2024.11.6

2024.11.5

20 Nov 16:22
6ccfb5e
Compare
Choose a tag to compare

What's Changed

  • Allow alternative log level and break app on user not saved by @pil0u in #689

Full Changelog: 2024.11.4...2024.11.5

2024.11.4

19 Nov 10:33
d1ed082
Compare
Choose a tag to compare

What's Changed

  • Change the Slack thread for setup help & fix achievement display by @pil0u in #686
  • Add Postgres export command in admin by @pil0u in #687

Full Changelog: 2024.11.3...2024.11.4

2024.11.3

18 Nov 23:31
7929d28
Compare
Choose a tag to compare

What's Changed

  • Hide tables when empty + rework links in header and footer by @pil0u in #674
  • Add placeholder for new achievements by @pil0u in #675
  • Remove unnecessary parameters and constraint to the snippets routes by @pil0u in #679
  • Change insanity ranking for users with 0 points: latest created ranks higher by @pil0u in #680
  • Revamp achievements for 2024 by @pil0u in #677
  • Better default squad name and simpler ranking criteria for insanity by @pil0u in #681

Full Changelog: 2024.11.2...2024.11.3

2024.11.2

14 Nov 07:30
f5aec4b
Compare
Choose a tag to compare

What's Changed

  • Fix sponsors underline colour in footer by @pil0u in #666
  • Various improvements based on beta testers feedback by @pil0u in #670
  • Fix: avoid nil current_user breaking stats page by @pil0u in #672

Full Changelog: 2024.11.1...2024.11.2

2024.11.1

11 Nov 10:31
2ed4cc1
Compare
Choose a tag to compare

What's Changed

  • Rework event_awareness enum and pluralise "year(s) of service" by @pil0u in #660
  • Add sponsors explicitly + misc style improvements by @pil0u in #661
  • Feature Dijkstra on some pages 🐱 by @pil0u in #664

Full Changelog: 2024.11.0...2024.11.1

2024.11.0

04 Nov 00:52
c5eb3d5
Compare
Choose a tag to compare

What's Changed

  • Update the XML schema based on additions of the past year by @pil0u in #647
  • Truncate long snippets by @pil0u in #652
  • Improve reactions style slightly by @pil0u in #656
  • Refactor the user model & allow beta users to access the platform earlier by @pil0u in #649
  • Add beta_tester role to pil0u in seed by @pil0u in #657

Full Changelog: 2024.10.1...2024.11.0

2024.10.1

23 Oct 20:29
b01fe93
Compare
Choose a tag to compare

What's Changed

  • Add a step in bin/setup related to .env file by @pil0u in #635
  • Enable Blazer alerts by @pil0u in #629
  • Disable countdown for admins by @pil0u in #628
  • refactor(countdown): clearInterval after countdown finished by @wJoenn in #637
  • Misc fixes by @pil0u in #638
  • Remove solargraph dependency by @pil0u in #639
  • Update SSH Host key of aoc.lewagon.engineering by @ssaunier in #642
  • Improve squads by @pil0u in #630
  • Make campus editable again by @pil0u in #640
  • Improve the Buddy feature by @pil0u in #641
  • Fix JS date parsing to display countdown across all browsers by @pil0u in #643
  • Update rails 7.1 -> 7.2 + other gems by @pil0u in #644

Full Changelog: 2024.10.0...2024.10.1

2024.10.0

13 Oct 18:20
5e3e82b
Compare
Choose a tag to compare

Massive initial release for 2024 edition.

What's Changed

  • Upgrade Ruby and gems by @pil0u in #471
  • Monkey patch turbo-rails dependency on ActionCable by @pil0u in #478
  • Move from Heroku to Dokku (on Scaleway) by @ssaunier in #477
  • Upgrade Ruby & gems by @pil0u in #527
  • Bump actions/checkout v3 --> v4 by @pil0u in #528
  • Run GoodJob update migrations by @pil0u in #530
  • Show new Rails version by @pil0u in #531
  • Move score pages under admin permission by @pil0u in #532
  • Rework some navigation links by @pil0u in #534
  • Restore RuboCop complexity rules with specific exclusions by @pil0u in #536
  • Update the aura formula for referrals by @pil0u in #535
  • Upgrade to Ruby 3.3.5 by @pil0u in #566
  • Bumping gems & properly update good_job by @pil0u in #572
  • Icons cleaning by @pil0u in #573
  • Remove code related to the rank evolution feature by @pil0u in #574
  • Remove font files of Font Awesome by @pil0u in #576
  • feat(snippets): Update reactions with javascript by @wJoenn in #419
  • Make all users opt-in the Ladder of Insanity by @pil0u in #577
  • Update insanity scoring by @pil0u in #580
  • Make the Ladder of Insanity page public + hide users without score by @pil0u in #581
  • Fix dependabot issues by @pil0u in #588
  • Limit username length to 16 chars by @pil0u in #589
  • Revamp the profile page by @pil0u in #591
  • feat(slack): daily thread by @wJoenn in #585
  • feat(puzzles): slack thread url in puzzle page by @wJoenn in #587
  • Access solutions if user solved the challenge OR 5 users solved the challenge by @pil0u in #596
  • Revamp squads - first pass by @pil0u in #592
  • Make the FAQ as wide as the Code of Conduct by @pil0u in #603
  • Replace languagues logos by SVGs + misc improvements by @pil0u in #595
  • Add the official AOC gif next to contributors in the daily pages by @pil0u in #604
  • Replace the score in the day page with the insanity score by @pil0u in #605
  • Merge the profile & the settings pages by @pil0u in #597
  • Add the "years of service" badges by @pil0u in #601
  • Clarify the setup even more, make account settings brighter by @pil0u in #608
  • Mobile fixes by @pil0u in #613
  • Restore all users insanity by @pil0u in #602
  • Set dates for 2024 by @pil0u in #610
  • Standardise copyable text + make the squad PIN copyable by @pil0u in #616
  • Update the FAQ for 2024 by @pil0u in #615
  • feat(puzzles): post solution in thread by @wJoenn in #606
  • Misc changes by @pil0u in #617
  • Fix seed for local development by @pil0u in #618
  • Explicitly specify branch to deploy staging by @pil0u in #620
  • Fix the clipboard Stimulus controller by @pil0u in #621
  • Fix randomness in tests by @pil0u in #622
  • Opinionated improvements of the JavaScript code by @pil0u in #623
  • Explicity specify UNKNOWN in the CSV when the kitt_uid is unknown by @pil0u in #624

New Contributors

Full Changelog: 2023.12.7...2024.10.0

2023.12.7

08 Dec 09:02
fc85e8e
Compare
Choose a tag to compare

What's Changed

  • feat(snippets): add style for ul and li by @wJoenn in #409

Full Changelog: 2023.12.6...2023.12.7