Skip to content

v1.0.0

Compare
Choose a tag to compare
@sman591 sman591 released this 23 May 19:05
· 518 commits to master since this release

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

Improvements

  • Add button style for emails (88a70ee)
  • Add image preview, links to config page (c0dce7b)
  • Add remaining environment variables to config screen (3dddf96)
  • Better listing display of environment var config (#150) (42a9250)
  • Separate info from error flash notices (#149) (d00dc28)