Skip to content

Releases: codeRIT/hackathon-manager

v1.8.0

29 May 21:44
Compare
Choose a tag to compare

1.8.0 (2019-05-29)

Features

  • Alert confirmation after promoting/removing a bus captain (abc034d)
  • Clean up datatables (6c062c5)

Performance Improvements

  • Speed up questionnaire datatable (14643c0)

v1.7.0

29 May 19:27
Compare
Choose a tag to compare

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

  • Remove unused coffeescript gem (556ac98)
  • Update gems (342dce7)
  • Upgrade to ajax-datatables-rails 1.x (3c2d6d3)

v1.6.0

29 May 14:40
Compare
Choose a tag to compare

1.6.0 (2019-05-29)

Features

v1.5.0

29 May 03:13
Compare
Choose a tag to compare

1.5.0 (2019-05-29)

Features

v1.4.0

29 May 02:54
Compare
Choose a tag to compare

1.4.0 (2019-05-29)

Bug Fixes

  • Close tag in datetime helper (456b26a)

Features

  • Use email as fallback for User.full_name (80e06eb)

Tests

  • Add watch test/helpers/ dir for Guard (a50e9db)
  • Remove unused helper tests (87ba1d2)

v1.3.0

27 May 18:08
Compare
Choose a tag to compare

1.3.0 (2019-05-27)

Code Refactoring

Features

  • Implement weekly email report (c4df212), closes #80

Tests

  • Improve MessageTemplateTest reliability (a3fcb88)

v1.2.0

25 May 22:22
Compare
Choose a tag to compare

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

23 May 20:10
Compare
Choose a tag to compare

1.1.0 (2019-05-23)

  • feat: Add links to documentation on management pages (673af0f)
  • docs: Add 1.0.0 release to changelog (efd6d20)

v1.0.0

23 May 19:05
Compare
Choose a tag to compare

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)