jam-cloud/ruby/spec/jam_ruby/models
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
..
active_music_session_spec.rb * VRFS-2855 - broadcast notifications done 2015-06-10 08:26:45 -05:00
affiliate_partner_spec.rb Merge with develop. 2015-06-03 14:22:21 -05:00
affiliate_payment_spec.rb Merge with develop. 2015-06-03 14:22:21 -05:00
affiliate_referral_visit_spec.rb Merge with develop. 2015-06-03 14:22:21 -05:00
artifact_update_spec.rb merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00
band_filter_search_spec.rb VRFS-3007 : Fix band filter search test failure. 2015-04-29 19:08:59 -05:00
band_location_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
band_search_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
band_spec.rb VRFS-3242 : Schema and model changes required for band profile functionality. 2015-05-13 21:06:14 -05:00
broadcast_notification_spec.rb * VRFS-2855 - broadcast notifications done 2015-06-10 08:26:45 -05:00
claimed_recording_spec.rb * VRFS-1764 - fix for content falling out of bounds; VRFS-1762 - tracking audio latency now; need to still make sure this works with new create session flow when it arrives 2014-06-09 15:43:16 -05:00
connection_spec.rb * fix bug in connection stats 2015-01-01 21:45:07 -06:00
country_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
crash_dump_spec.rb merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00
diagnostic_spec.rb * more websocket/heartbeat fixes 2014-04-30 03:01:28 +00:00
email_batch_spec.rb * typo in user wipe to fix test 2015-01-07 18:24:48 -06:00
email_batch_spec_new_musicians.rb * merge in faster score searches (VRFS-2202) 2014-09-30 10:51:23 -05:00
email_batch_spec_scheduled_session.rb VRFS-3242 : Schema and model changes required for band profile functionality. 2015-05-13 21:06:14 -05:00
event_session_spec.rb * working on event page 2014-03-10 06:31:20 +00:00
event_spec.rb * working on event page 2014-03-10 06:31:20 +00:00
facebook_signup_spec.rb * VRFS-1025 finished 2014-02-03 21:19:14 +00:00
feed_spec.rb VRFS-3007 : Fix feed spec test failure (was intermittently passing only). 2015-04-29 19:36:50 -05:00
feedback_spec.rb merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00
friendship_spec.rb VRFS-2244 handle duplicate friend requests better 2014-10-14 02:12:33 -04:00
generic_state_spec.rb * rename new column because it's not working for reasons I can't understand on the build server 2014-07-30 21:05:59 -05:00
geo_ip_blocks_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
geo_ip_locations_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
get_work_spec.rb * VRFS-2304 - create scoring timeout when doing a network test 2014-10-06 16:44:30 -05:00
icecast_admin_authentication_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_directory_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_limit_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_listen_socket_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_logging_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_master_server_relay_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_mount_spec.rb * VRFS-2456 - add listen function to find session page, and update of join/rsvp icons 2014-12-19 14:00:49 -06:00
icecast_mount_template_spec.rb * renaming of tables in 2014-05-06 17:50:41 -05:00
icecast_path_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_relay_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_security_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_server_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_source_change_spec.rb Conflicts: 2014-12-18 15:13:55 -06:00
icecast_template_spec.rb * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
icecast_user_authentication_spec.rb * fixing tests, and adding a bunch more jam-admin page work for managing icecast, as well as the beginnings of the REST API for icecast (VRFS-1002 and VRFS-1006) 2014-01-19 02:20:44 +00:00
invitation_spec.rb * wip 2014-05-06 08:34:38 -05:00
invited_user_spec.rb vrfs152: fixed broken tests 2014-02-01 21:48:46 -06:00
isp_score_batch_spec.rb * VRFS-773 - isp page avaible 2013-10-16 11:20:37 -05:00
jam_isp_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
jam_track_licensor_spec.rb Initial merge and manual conflict and fix for tests. 2014-11-04 14:55:12 -06:00
jam_track_right_spec.rb Merge with develop. 2015-06-03 14:22:21 -05:00
jam_track_spec.rb Fix intermittent failure. 2015-04-21 16:23:10 -05:00
jam_track_tap_in_spec.rb * VRFS-2606 - add new tap in fields, support them in activeadmin 2015-01-07 09:30:05 -06:00
jam_track_track_spec.rb Fix test to match new behavior. 2015-03-27 12:45:17 -05:00
join_request_spec.rb * wip 2014-05-06 08:34:38 -05:00
latency_tester_spec.rb * VRFS-2909 - jam tracks importer 2015-03-09 09:44:12 -05:00
max_mind_releases_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
mix_spec.rb * VRFS-1764 - fix for content falling out of bounds; VRFS-1762 - tracking audio latency now; need to still make sure this works with new create session flow when it arrives 2014-06-09 15:43:16 -05:00
music_notation_spec.rb VRFS-2094 fix tests 2014-09-08 22:23:35 -04:00
music_session_perf_data_spec.rb * wip 2014-05-06 08:34:38 -05:00
music_session_spec.rb * VRFS-2981 - check for create_type = nil in scheduled_rsvp 2015-03-25 11:26:32 -05:00
music_sessions_user_history_spec.rb * merging develop into feature/scheduled_sessions 2014-05-07 15:04:41 -05:00
musician_search_spec.rb VRFS-3007 : Fix tests that intermittently fail depending on order (always whack users before starting). 2015-04-30 13:14:25 -05:00
notification_spec.rb * VRFS-2530 - denormalize online for performance reasons 2014-12-07 16:04:10 -06:00
online_presence_spec.rb VRFS-3242 : Schema and model changes required for band profile functionality. 2015-05-13 21:06:14 -05:00
payment_history_spec.rb * VRFS-3080 - partial refund manual process done 2015-04-23 16:20:21 -05:00
performance_sample_spec.rb VRFS-3242 : Schema and model changes required for band profile functionality. 2015-05-13 21:06:14 -05:00
quick_mix_spec.rb * many recording features/improvements: VRFS-2151, VRFS-1551, VRFS-2360, VRFS-2290, VRFS-2002, VRFS-2181 2014-10-22 23:10:49 -05:00
recorded_backing_track_spec.rb * merged 2015-02-15 22:01:06 -06:00
recorded_track_spec.rb * many recording features/improvements: VRFS-2151, VRFS-1551, VRFS-2360, VRFS-2290, VRFS-2002, VRFS-2181 2014-10-22 23:10:49 -05:00
recorded_video_spec.rb Fixes VRFS-2334 : re-add filter for users 2014-10-10 11:07:36 -05:00
recording_spec.rb * VRFS-2991 - sitemap generator done (but still vetting other parts of the site for basic SEO) 2015-04-14 16:39:39 -05:00
recurly_transaction_web_hook_spec.rb * VRFS-3028 - switch to using Recurly Adjustments for JamTrack purchases 2015-04-10 15:19:08 -05:00
region_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
rsvp_request_spec.rb Merge feature/calendaring branch: 2015-07-06 15:34:27 -05:00
rsvp_slot_spec.rb * VRFS-1889 completed; VRFS-1879 - partially done 2014-07-08 13:34:03 -05:00
sale_line_item_spec.rb VRFS-2821 - payment history screen added 2015-04-12 13:46:22 -05:00
sale_spec.rb Merge with develop. 2015-06-03 14:22:21 -05:00
score_history_spec.rb * VRFS-1968 - locids are now in score history 2014-07-29 18:11:00 -05:00
score_spec.rb * VRFS-2613 - optimizing hourly cleanup by moving it to the score report routine 2015-01-30 10:46:02 -06:00
search_spec.rb VRFS-1110 changed param name; added api request support 2014-02-16 01:28:39 -06:00
share_token_spec.rb * wip 2014-05-06 08:34:38 -05:00
shopping_cart_spec.rb * VRFS-3255 (shopping cart only on /client) , VRFS-3253 - frictionless shopping done with tests 2015-05-15 12:34:35 -05:00
signup_hint_spec.rb * VRFS-3255 (shopping cart only on /client) , VRFS-3253 - frictionless shopping done with tests 2015-05-15 12:34:35 -05:00
text_message.spec.rb VRFS-2465 wip text message changes 2015-01-12 01:26:27 -05:00
track_spec.rb * VRFS-2922 - show spinner for pending metronome 2015-03-12 21:53:23 -05:00
user_location_spec.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
user_search_spec.rb vrfs988: refactored search with one accessor for text and filter type searches 2014-01-11 09:27:56 -06:00
user_spec.rb VRFS-3242 : Schema and model changes required for band profile functionality. 2015-05-13 21:06:14 -05:00
user_sync_spec.rb * merged 2015-02-15 22:01:06 -06:00
video_source_spec.rb VRFS-2023 - Migration, models and spec for recorded_video, a video analog to recorded_track. 2014-10-03 14:12:09 -05:00