Commit Graph

4971 Commits

Author SHA1 Message Date
Seth Call 9ad521fa71 * comment two other noisy diagnostic reports 2014-12-31 20:47:36 -06:00
Seth Call 83396675e6 * remove a diagnostic from javascript 2014-12-31 20:44:51 -06:00
Seth Call 116cf8cfce Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-12-31 20:39:27 -06:00
Seth Call 71399dcaa7 * fixes for multiple issues: VRFS-2587 - no forking in resque, VRFS-2586 - fix influxdb client's shutdown behavior, VRFS-2585 - firefox cache busting 2014-12-31 20:39:22 -06:00
Steven Miers 83bd5b6c6e VRFS-2588 : YouTube client, remove logging
Also, do some misc cleanup.
2014-12-31 19:35:20 -06:00
Seth Call d901c3a498 * try to fix test again 2014-12-31 12:34:17 -06:00
Seth Call 2fc6edf579 * fix broken test 2014-12-30 21:14:36 -06:00
Seth Call ed15eef3ac * I'm not sure how I typo'ed this... 2014-12-30 21:06:56 -06:00
Seth Call a3f40b2f99 * fix typo in write_point /write VRFS-2569 2014-12-30 17:15:28 -06:00
Seth Call 6058b1770a Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-12-30 17:12:44 -06:00
Seth Call 6fc32f1624 add influxdb support to Ruby/Javascript code, and instrument code as a starting point VRFS-2569 2014-12-30 17:12:24 -06:00
Seth Call 786486026b * wip 2014-12-30 17:10:16 -06:00
Steven Miers bb298dd6b9 VRFS-2548 : Config-ize location of jamtracks python tool 2014-12-29 15:05:19 -06:00
Brian Smith a402e31633 VRFS-2102 dedup instruments for in session users 2014-12-28 00:19:25 -05:00
Brian Smith 9eb6870502 VRFS-2359 warn user when starting a TBD session 2014-12-23 01:50:07 -05:00
Steven Miers bbee617c4b VRFS-1960 : Jam Track Signed Notification, usage in notificationPanel, and spec. 2014-12-22 14:23:05 -06:00
Seth Call aa1706f8ac * adding diagnostic/user index 2014-12-22 09:53:49 -06:00
Seth Call 7ca3acb676 * wip 2014-12-22 09:50:59 -06:00
Seth Call 3edd37242b * VRFS-2574 bring back public/private on recording if jamtracks is disabled 2014-12-20 14:11:36 -06:00
Seth Call 4a79f0c4ec * wip 2014-12-20 14:05:31 -06:00
Seth Call 9876c00a7a * VRFS-2456 - add listen function to find session page, and update of join/rsvp icons 2014-12-19 14:00:49 -06:00
Seth Call 3bac8252e9 * fixing websocket tests 2014-12-18 16:26:56 -06:00
Seth Call 08a266a203 Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-12-18 16:08:29 -06:00
Seth Call 06906189d9 * VRFS-2229, VRFS-2523 broadcast fixes 2014-12-18 15:15:51 -06:00
Seth Call 01808e6dac * VRFS-2523 - broadcast fixes 2014-12-18 15:14:23 -06:00
Seth Call d83a632d0b Conflicts:
db/manifest
	web/app/assets/javascripts/jam_rest.js
2014-12-18 15:13:55 -06:00
Brian Smith 16fb200a2e VRFS-2162 clear out friend text entry box after selection is made (fixes bug when tabbing out of friend selector list) 2014-12-17 22:43:36 -05:00
Steven Miers 34cb617f5f VRFS-1960 : download API for JamTracks, including a new message type, rescue job that builds the JKZ, and specs that exercise it all. 2014-12-17 17:19:36 -06:00
Seth Call 566035348b * VRFS-2562, VRFS-2561, VRFS-2560 - fixes for mute state and behavior for voice chat and my tracks 2014-12-17 09:08:45 -06:00
Brian Smith 08842ae243 VRFS-2426 do not divide by 2 when calculating full score for latency badge 2014-12-17 01:14:37 -05:00
Anthony Davis 39cae7e0a0 VRFS-2559 - button spacing 2014-12-16 21:35:52 -06:00
Steven Miers 795cb6f536 Dedicated spec for testing cleaner. Some cleanup/renaming. 2014-12-15 23:57:57 -06:00
Steven Miers ff42a84598 VRFS-2482 : Jam Tracks cleanup and initial spec. 2014-12-15 20:30:46 -06:00
Steven Miers 361d88a0fa VRFS-1959 : jam_tracks#list_downloads API and model methods, as well as associated tests to verify. 2014-12-15 19:21:27 -06:00
Steven Miers 8ac9d19e73 VRFS-2481 : Use jam_tracks object hierarchy to create jkz file, and upload to AWS. Meshed out spec to verify creation and upload, including a real ogg file (required by the python tool). 2014-12-15 18:02:51 -06:00
Steven Miers 1a7420ffb1 Whack files no longer needed. 2014-12-15 12:26:38 -06:00
Steven Miers ab821ab7d4 Merge branch 'feature/jam_tracks_downloadable' into feature/jam_tracks_merge 2014-12-15 12:21:42 -06:00
Steven Miers 49ada397be Remove silly file. 2014-12-15 12:20:30 -06:00
Steven Miers 6407d2f22a Merge from working branch 2014-12-15 12:16:19 -06:00
Steven Miers ac2daed4da VRFS-2481 : Jam Tracks python layer and source. 2014-12-15 12:16:19 -06:00
Steven Miers f6fef00ea5 VRFS-1952 : Schema changes for proper type and incremental code changes. WIP. 2014-12-15 12:16:19 -06:00
Steven Miers 6a758532dc VRFS-2481 : Code and spec cleanup 2014-12-15 12:08:37 -06:00
Steven Miers 8be471fc99 Better error reporting. Test now currently fails as expected. 2014-12-15 11:59:07 -06:00
Steven Miers 4f161c44e3 VRFS-2481 : Better implementation of external script. Getting proper stdout and stderr, as well as a clean implicit shutdown. 2014-12-14 21:40:03 -06:00
Brian Smith c71b9c8f0f VRFS-2441 prevent long notation file names from overlaying buttons 2014-12-14 22:25:08 -05:00
Steven Miers aae589944d VRFS-2481 : Create test for JKZ method. Some cleanup. 2014-12-14 20:20:40 -06:00
Steven Miers 2206ba8593 VRFS-2481 : Use relative path to include jam_tracks. 2014-12-14 20:16:24 -06:00
Steven Miers f11457f5ed VRFS-2481 : Jam Tracks python layer and source. 2014-12-14 20:03:49 -06:00
Steven Miers 5c849f2faa VRFS-1952 : Schema changes for proper type and incremental code changes. WIP. 2014-12-14 18:18:04 -06:00
Jonathan Kolyer 831fe68138 VRFS-2529 fixed broken test 2014-12-09 02:57:15 +00:00