jam-cloud/ruby/lib/jam_ruby
Steven Miers 614cfcbe85 Merge feature/calendaring branch:
commit 8023d6481c
    VRFS-3276 : Hook calendar creation into user controller API.  Add test to verify.

commit 3a35002a46
    VRFS-3276 : Calendar cleanup job

    * Add cleanup method to calendar manager
    * Create a daily job.
    * Add calendar cleanup to that job.
    * Add CRON entry
    * Daily job/ calendar cleanup test cases
    * Fix calendar manager spec for new required attribute

commit 3ff5910f1f
    VRFS-3276 : Add a delete-calendar directive when RSVP is canceled.
    VRFS-3276 : Include path to partial.  This fails depending on the method used to start the web server.

commit d2441cbf57
    VRFS-3276 : Test new calendar features. Use icalendar gem in test mode only to more deeply verify calendar in strict mode.

commit 9ac272a0fb
    VRFS-3276 : Calendar manager updates to include manual calendars.  Some refactoring to keep common stuff in one place.

commit b5d0c758f0
    VRFS-3276 : Schema, model updates and new calendar model.

commit 20472b6b26
    VRFS-3276 : Change initial submit behavior of RSVP dialog to display calendar info.  The user can then close the dialog after this prompt.

commit 77c99103d0
    VRFS-3276 : Calendar feed markup and styling.  Included as partial.

commit e632f48600
    VRFS-3276 : Routes and controller implementation of user calendar ICS feed, which uses calendar manager.

commit 21fd80a188
    VRFS-3276 : Initial tests for calendar manager

commit 92a2524c65
    VRFS-3276 : Calendar manager

    * Streamline logic
    * Enable recurring sessions through rrule
    * Implement method to create ics feed for user
    * Extract a type-safe scheduled duration method on music_session for
    external and internal use.

commit b71ad3a4cd
    VRFS-3276 : Include calendar manager

commit f8eaafd036
    VRFS-3276 : Calendar Manager - initial checkin

    * Create ICS events given individual parameters
    * Create calendar from music session
    * Also will create ICS “delete” events
2015-07-06 15:34:27 -05:00
..
amqp * make reconnect messages warn 2015-01-12 14:10:26 -06:00
app *hardcoding https where http is found 2015-05-15 18:25:47 -05:00
constants Merge branch 'develop' into feature/musician_profile_enhancements 2015-03-09 20:25:28 -04:00
errors * VRFS-3065 - permission error name change 2015-04-20 10:42:09 -05:00
geodata * wip 2014-07-14 15:53:04 -05:00
lib * VRFS-2938 - packaging phase now shows % indicator 2015-04-16 14:45:29 -05:00
models Merge feature/calendaring branch: 2015-07-06 15:34:27 -05:00
resque Merge feature/calendaring branch: 2015-07-06 15:34:27 -05:00
base_manager.rb
calendar_manager.rb Merge feature/calendaring branch: 2015-07-06 15:34:27 -05:00
connection_manager.rb * VRFS-2922 - show spinner for pending metronome 2015-03-12 21:53:23 -05:00
database.rb * VRFS-1992 finished (daily session email improvements) 2014-08-01 16:17:04 -05:00
dbutil.rb
environment.rb
init.rb * VRFS-2909 - jam tracks importer 2015-03-09 09:44:12 -05:00
jam_track_importer.rb Merge with latest develop 2015-05-11 17:25:37 -05:00
jam_tracks_manager.rb * VRFS-2680 - adding redirect logic for ssl 2015-05-11 16:52:58 -05:00
jmep_manager.rb Merge with develop 2015-02-27 11:51:45 -06:00
message_factory.rb * VRFS-2629 - one can follow the progression of a jam track being signed with detail 2015-01-09 11:23:20 -06:00
mq_router.rb * VRFS-3065 - permission error name change 2015-04-20 10:42:09 -05:00
recurly_client.rb Merge with latest develop 2015-05-11 17:25:37 -05:00
version.rb