v1.7.0
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