Commit Graph

4539 Commits

Author SHA1 Message Date
Steven Miers 0d1baacff7 Preliminary oauth testing documentation - will put on wiki. 2014-10-30 18:39:39 -05:00
Steven Miers 062740422a Incremental -- Tests exposed a few bugs in client - fix those. Use one-time code to obtain access_token. (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-30 18:38:00 -05:00
Steven Miers bcd0e7ebef Proper restoration of run_server attribute, so spec plays nice with others. (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-30 12:35:59 -05:00
Steven Miers 7b6e90007a Build server doesn't like webkit driver. Switch it back for now. 2014-10-29 20:19:25 -05:00
Steven Miers 907d1afbea Youtube spec and fixture - incremental (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-29 16:33:54 -05:00
Steven Miers b482253a46 Should play nicer with other specs. 2014-10-29 16:24:02 -05:00
Steven Miers f9f5fe2bd1 Mechanism to not startup server but still use JS. 2014-10-29 16:23:43 -05:00
Steven Miers 71ac39f837 Remove stray puts. 2014-10-29 13:39:09 -05:00
Steven Miers d9df0fa57e Login cleanup and assert selector before within call. 2014-10-29 13:11:48 -05:00
Steven Miers 737ad5a122 Allow blank current_driver to assume poltergeist. 2014-10-29 13:10:34 -05:00
Steven Miers 2a49ac3573 Settings for oauth spec. 2014-10-29 13:09:47 -05:00
Steven Miers 3e1f9734db More reliable web server for oauth client test. 2014-10-29 13:09:20 -05:00
Steven Miers 94c205fd0f Merge - incremental 2014-10-29 13:04:48 -05:00
Steven Miers b68ae7e420 Incremental API and test cleanup (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-28 15:13:19 -05:00
Steven Miers 2b8596607c Rename goog_auth to google_auth. 2014-10-28 14:10:55 -05:00
Steven Miers 7265379101 Update gems for google/oauth/youtube stuff and testing thereof. (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-28 14:09:44 -05:00
Steven Miers c5d0703643 Spec that logs into a real youtube/gmail account and verifies access token. (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-28 14:08:27 -05:00
Steven Miers c6ee3d01b0 A util method for testing that opens the google oauth web UI and logs in using a username password, logs in and approves. Uses our youtube client to intercept the auth token and add it to the user_authorizations. This allows us to use and test youtube API functionality as a real user. (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-28 14:07:54 -05:00
Steven Miers d3cd51d76d Other drivers, such as webkit don't have these options, so check the driver first: 2014-10-28 13:57:47 -05:00
Steven Miers e4452a5e95 Youtube client, with several methods to assist with logging in, starting and checking uploads, etc. Even contains an internal web server to intercept the callback from google for self-contained or feature testing. (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-28 13:57:06 -05:00
Steven Miers 6019aced8d Routes and controller stubs for video upload web service. (VRFS-2030, VRFS-2031, VRFS-2032). 2014-10-15 18:20:32 -05:00
Steven Miers 62d12497d8 VRFS-2029 : Fix issue where a nil (instead of false)
is causing claimed_recording not to save properly.
2014-10-15 18:17:14 -05:00
Steven Miers e3dadf9c4b VRFS-2032 : Youtube test account app name/developer key. 2014-10-15 15:17:03 -05:00
Steven Miers c1f2a2083f VRFS-2029 : Update REST API ApiRecordingsController#claim
to accept and distribute upload_to_youtube flag as appropriate.  Spec
to verify.
2014-10-15 13:54:10 -05:00
Steven Miers d95a063648 VRFS-2029 : Rails model attribute for upload_to_youtube flag
Also includes Rails validation.
2014-10-15 13:45:30 -05:00
Steven Miers dacd702bd8 VRFS-2029 : Migration/manifest for upload_to_youtube
On claimed_recordings table.
2014-10-15 13:44:31 -05:00
Steven Miers ece7cf2d56 VRFS-2033 : Spec and fixes for google_oauth2 provider-type
user_authentications.  These are named “google_login” in our app.
2014-10-15 13:41:49 -05:00
Steven Miers 077d3f4253 VRFS-2033 - YouTube client library 2014-10-15 12:25:05 -05:00
Steven Miers 10c5a66f24 VRFS-2033 - Youtube developer keys for test and dev environments 2014-10-15 12:24:58 -05:00
Steven Miers 5691fbc51f Require new scheduled_music_session_cleaner at class level.
Fixes broken unit test.
2014-10-14 14:54:18 -05:00
Jonathan Kolyer 959d68833d Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-10-14 07:33:34 +00:00
Jonathan Kolyer 2ac03a912c VRFS-2217 fixed spec test; cleanup profile feeds issue 2014-10-14 07:33:08 +00:00
Jonathan Kolyer ac57463415 Merge branch 'develop' into VRFS-2217 2014-10-14 06:21:38 +00:00
Brian Smith 3641521740 VRFS-2244 handle duplicate friend requests better 2014-10-14 02:12:33 -04:00
Brian Smith bb33421e4a Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-10-14 01:43:58 -04:00
Brian Smith d2a8ff242e VRFS-2330 resolve several issues with session details screen including RSVP cancel dialog and showing/hiding of 3 action buttons at top 2014-10-14 01:43:48 -04:00
Jonathan Kolyer 70aef73c64 Merge branch 'develop' into VRFS-2282 2014-10-14 04:09:50 +00:00
Brian Smith 9e7dc1f354 VRFS-2329 changed radio button on RSVP cancel dialog to fix Qt bug 2014-10-14 00:00:02 -04:00
Jonathan Kolyer 649027cda7 VRFS-2282 tests and music session time queries 2014-10-14 03:54:58 +00:00
Brian Smith ab66504532 VRFS-2344 show musician hover on pages 2-n on Find Session screen 2014-10-13 20:58:30 -04:00
Jonathan Kolyer 6f27455b02 Merge branch 'develop' into VRFS-2282 2014-10-13 16:18:47 +00:00
Jonathan Kolyer 38631cabde VRFS-2217 enabling feeds to work in both profile and feed screen 2014-10-13 16:18:20 +00:00
Seth Call 1673d88760 * fix broken mixer behavior 2014-10-13 09:49:52 -05:00
Seth Call 078de098ce * fix test 2014-10-13 09:48:34 -05:00
Jonathan Kolyer d5274554f0 Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-10-13 06:30:45 +00:00
Brian Smith 257421a1d0 VRFS-2318 show JOIN button for non-scheduled (future) session 2014-10-13 08:40:10 -04:00
Brian Smith 275fb34d52 Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-10-13 08:15:59 -04:00
Jonathan Kolyer 7b7a803f10 VRFS-2217 marked "between users" test pending until profile feed issues worked out 2014-10-13 06:29:39 +00:00
Jonathan Kolyer 80fc8596b1 VRFS-2217 clearResults sets didLoadAllFeeds = false 2014-10-13 03:45:45 +00:00
Jonathan Kolyer 9f869f200f VRFS-2282 added resque schedule cleaner test 2014-10-13 02:32:45 +00:00