This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
Releases: YaleSTC/shifts
Releases · YaleSTC/shifts
Shifts v3.0.0 Release Candidate 2
Shifts v3.0.0 Release Candidate 1
- Development Side:
- More test coverage (100 examples!)
- Continuous Integration setup through Travis
- Production Side:
- Various critical bugfixes with calendars, and the shift scheduling process.
- Rewrote
#check_for_conflicts
and#make_future
forShift
andTimeSlot
with cleaner implementation to ensure stability across mysql versions and platforms, and with better error feedback. - Re-implemented autocomplete token input for user/role/department
- Fixes Group Job creation
- More user-friendly stats page with better forms
- Fixes Announcement default end-time
v3.0.0-beta9
- Development side:
- Setup for Integration Testing, implemented factories and 76 tests
- Complete seed script for populating the database
- Production side:
- Complete restore of Email Services and Cronjobs
- shift reports, sub requests, payform reminders, daily stats, stale shift reminder etc
- populate missed tasks, generate shifts stats, run enqueued jobs for delayed_job
- Fixes Calendar Feeds
- fix incorrect "sub requested!" content
- fix calendar feed download
- fix calendar feed hash reset
- More robust data_entry parser
- Fixed location link under "Active Shift" in dashboard
- Workday XML integration
- Complete restore of Email Services and Cronjobs
v3.0.0-beta8: Merge pull request #428 from YaleSTC/421_default_time
Fix Sprocket gem, various bugs about user deactivation, link deletion, monitoring data object and tooltip
v3.0.0-beta7
- Fixed (temporarily) the font asset loading path issue
v3.0.0-beta6
Fixed typo in the relative_root_url
v3.0.0-beta5
Further changes to facilitate test deployment
v3.0.0-beta4
Small sub-release, primarily adding the staging
environment for the Yale RailsFarm.
v3.0.0-beta3
Pushes bugfixes to broken functionality; restores most Shifts v2 functionality for Rails 3; replaced old js libraries with Bootstrap. Among others, makes tooltips functional and recurring timeslots/shifts possible.
v3.0.0-beta2
Beta 2! SO CLOSE!
Changes in this version:
- Complete restructuring of almost every view and every asset in the app
- Implementation of Bootstrap
- Restoring some lost functionality
- Removing deprecated, unnecessary, and unused parts of the app to make it easier to maintain going forward