Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Releases: YaleSTC/shifts

Shifts v3.0.0 Release Candidate 2

25 Aug 20:59
Compare
Choose a tag to compare
Pre-release

Minor bugfixes on the production side (#472, #478)

Shifts v3.0.0 Release Candidate 1

07 Apr 05:10
Compare
Choose a tag to compare
Pre-release
  • 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 for Shift and TimeSlot 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

24 Feb 00:19
Compare
Choose a tag to compare
v3.0.0-beta9 Pre-release
Pre-release
  • 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

v3.0.0-beta8: Merge pull request #428 from YaleSTC/421_default_time

22 Dec 22:58
Compare
Choose a tag to compare

Fix Sprocket gem, various bugs about user deactivation, link deletion, monitoring data object and tooltip

v3.0.0-beta7

12 Nov 05:10
Compare
Choose a tag to compare
v3.0.0-beta7 Pre-release
Pre-release
  • Fixed (temporarily) the font asset loading path issue

v3.0.0-beta6

07 Nov 20:57
Compare
Choose a tag to compare
v3.0.0-beta6 Pre-release
Pre-release

Fixed typo in the relative_root_url

v3.0.0-beta5

07 Nov 20:48
Compare
Choose a tag to compare
v3.0.0-beta5 Pre-release
Pre-release

Further changes to facilitate test deployment

v3.0.0-beta4

25 Oct 01:56
Compare
Choose a tag to compare
v3.0.0-beta4 Pre-release
Pre-release

Small sub-release, primarily adding the staging environment for the Yale RailsFarm.

v3.0.0-beta3

12 Oct 19:03
Compare
Choose a tag to compare
v3.0.0-beta3 Pre-release
Pre-release

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

01 Sep 20:42
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release

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