Skip to content

Releases: Project-NISEI/cobra

v1.8.5

09 Jun 23:56
3c51433
Compare
Choose a tag to compare

Upgrades and bug fixes for TO view and custom scores.

What's Changed

Full Changelog: v1.8.4...v1.8.5

v1.8.4

13 Feb 18:24
073ecf2
Compare
Choose a tag to compare

Round timer improvements, some upgrades and the ability to cut to top 3.

What's Changed

Full Changelog: v1.8.3...v1.8.4

v1.8.3

14 Dec 01:04
087b861
Compare
Choose a tag to compare

Some behind the scenes changes and a really nice improvement for the round timer.

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

27 Oct 00:45
38cdd96
Compare
Choose a tag to compare

Minor branding update and wrapping up the postgres version upgrade.

What's Changed

  • Update the footer with NSG name and new link. by @plural in #92
  • Bump version in footer to upcoming 1.8.2 by @plural in #93
  • Upgrade PostgreSQL to 14.5 by @haradan in #89

Full Changelog: v1.8.1...v1.8.2

v1.8.1

19 Oct 03:22
e153bb0
Compare
Choose a tag to compare

What's Changed

  • Update config & instructions that will allow running on apple silicon. by @plural in #52
  • Update gems to fix a vulnerability, but in a more targeted way. by @plural in #59
  • Upgrade to Rails6 by @plural in #60
  • Change ruby/setup-ruby to @v1 by @plural in #63
  • Rails7 ruby3 by @plural in #62
  • Update rails to 7.0.3.1 to fix some dependabot issues. by @plural in #73
  • Fix player registration when a tournament has no stages by @haradan in #78
  • Add a Cut to Top 16 button on the pairings page. by @plural in #75
  • Undo commit by @paulllama in #81
  • Merge pull request #1 from Project-NISEI/main by @paulllama in #80
  • Revert "Undo commit" and accidental merge by @haradan in #85
  • Add a round timer by @haradan in #84
  • Add the ability to mark a pairing as an Intentional Draw (ID) or Two for one (2 for 1) by @jhkelly6418 in #79
  • Update nokogiri to address vulnerability. by @plural in #90
  • Script PostgreSQL upgrade by @haradan in #88

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

12 May 04:16
b4b183f
Compare
Choose a tag to compare

What's Changed - User Facing

  • Player Self-Registration by @armerpaul in #42
  • Players can update registration by @armerpaul in #56
  • Remove support for importing from TOME by @locks in #46

Dev fixes

  • Allow prod docker containers to restart automatically. by @plural in #33
  • Update docker instructions for local dev. by @plural in #37
    • Troubleshooting, + "rails won't start" by @armerpaul in #41
  • [WIP] Set up CI workflow by @locks in #43
  • Improve CI by @locks in #47
  • Update some packages to help deal with dependabot issues by @plural in #49
  • Bump nokogiri from 1.13.1 to 1.13.3 by @dependabot in #51
  • Update gems to fix dependabot issue 4. by @plural in #53
  • Bump puma from 5.6.2 to 5.6.4 by @dependabot in #54
  • Bump nokogiri from 1.13.3 to 1.13.4 by @dependabot in #55
  • Fix a warning from Pundit by @plural in #50

New Contributors

  • @armerpaul made their first contribution in #41
  • @locks made their first contribution in #43
  • @dependabot made their first contribution in #51

Full Changelog: v1.7.0...v1.8.0

v1.7.0

28 Dec 03:48
008e1ef
Compare
Choose a tag to compare

Quality of life fixes for development, SSL support for production and multi-domain support.

What's Changed

  • Add some docker dev environment instructions that work. by @plural in #15
  • Fix a nil reference error on the pairings page. by @plural in #16
  • Split docker-compose into base, override (dev) and prod pieces. by @plural in #17
  • Upgrade docker-compose syntax to 3.3 by @plural in #18
  • Our servers don't support 3.3 syntax. by @plural in #19
  • Bring in the domain-configurable, ssl-enabled configs. by @plural in #20
  • Enable http2 for the SSL server. by @plural in #21
  • Fix https setup for rails on nginx. by @plural in #23
  • Update docker config to link source files instead. by @plural in #24
  • Update QR Code to account for actual server URL. by @plural in #25
  • Remove last hard-coded cobr.ai references. by @plural in #26
  • Fix call to tournament_url helper by @plural in #27
  • Add nginx config for 2 serving domains in prod. by @plural in #28
  • Make test fixes for the NRTM json generation and update docs. by @plural in #29
  • Bump to version 1.7.0 by @plural in #30
  • Allow multiple serving domains with NRDB oauth support. by @plural in #31
  • Keep asset, tmp and log volumes separate. by @plural in #32

Full Changelog: v1.6.3...v1.7.0

v1.6.3

14 Nov 23:16
ba4c680
Compare
Choose a tag to compare
  • #14: Fix typo in footer, bump version. (@plural)

v1.6.2

14 Nov 22:16
387a1c4
Compare
Choose a tag to compare

Clean up some warnings and dev quality-of-life things, add caching for pairings to help the site stay responsive under load.

  • #1: Update gems, keep bootstrap on bootstrap4 (@plural)
  • #10: Update footer for new maintainers. (@plural)
  • #11: Bring down changes johno had as local changes on the server. (@plural)
  • #13: Simple caching (@plural)
  • #2: Factory bot (@plural)
  • #4: Fix Flaky Test & Faraday warnings (@plural)