Releases: codeRIT/hackathon-manager
Releases · codeRIT/hackathon-manager
v1.8.0
v1.7.0
1.7.0 (2019-05-29)
Features
- Add ability to mark a school as a home school (86cad60), closes #157
- Always show interested bus captains table (e0142d9)
- Rename RIT/non-RIT to Home/Away (3d1d1c1), closes #157
- Use interactive table on bus list passengers (90f3b7b)
- Use interactive table on school questionnaires list (7364223)
Maintenance
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
1.2.0 (2019-05-25)
Deployment
- Upgrade Ruby from 2.6.1 to 2.6.2 (5401144)
Documentation
- Add deploy to Heroku button on README and homepage (4279f3f), closes #158
- Fit project title on one line on small devices (eff8cc5)
- Update links & add logo to app.json (32f2dad)
- heroku: Clarify AWS_REGION env var (e35ca69)
- heroku: Make AWS_ENDPOINT not a required env var (b9ac1d6)
- okd: Add post-installation steps (ef885a7)
v1.1.0
v1.0.0
1.0.0 (2019-05-23)
Breaking Changes
- 1.0 standalone app release (5c081ce)
Bug Fixes
- Display login error messages (978d6d3), closes #28
- Fall back to DATABASE_URL if BLAZER_ isn't set (b93763e)
- Fix message form UI controls (4ea9e09), closes #146
- Hide empty disclaimer message on register page (b176891)
- Include admins in everyone message recipient (8ac979f), closes #145
- Only use S3 storage when AWS_ACCESS_KEY_ID is present (7d40baa)
- Remove hard-coded debug flashes (faf2a9a)
- Restore ajax calls with CSRF protection (b42cfea)
- Selectize style on message form (a869445)
- Usage of HackathonConfig values in initializers (c0f5403)
Code Refactoring
- Migrate from Paperclip to ActiveStorage (#152) (6a956aa)
- Migrate from Sidekiq workers to ActiveJob jobs (#153) (cb0aa16), closes #26
- Standardize on flash[:alert] instead of flash[:error] (6231f6b)
Deployment
- dokku: Add CHECKS file (8366716)
- dokku: Scale worker process from 0 -> 1 (3941567)
- dokku: Tweak checks schedule (88f4bca)
- heroku: Add db:migrate step to release phase (d22f9aa)
Documentation
- Add documentation section (c9419f6)
- Add notes on usage + deployment platforms (2da8d33)
- Move to dedicated documentation site (#155) (fa45732)
- Rename hackathon_manager to hackathon-manager (4ddbe56)
Features
- Add ability to deactivate accounts (bd934a5), closes #129
- Configure remaining automated emails from UI (#148) (c79b76d)
- Enable template variables in messages (#143) (a3927dc), closes #139
- Enable UI-customizable message layout (#156) (3c760d0), closes #140
- Support third-party S3 providers (61b9f83), closes #151