Seth Call
795f0b5375
* allow a non-video client into a session on a server configured with video
2015-08-10 11:05:24 -05:00
Seth Call
aec3d106fa
* more scopes for onboarding
2015-08-09 17:27:30 -05:00
Seth Call
da726a574b
* remove unique constraint on jamtrack name
2015-08-09 14:20:21 -05:00
Seth Call
af355ec096
* get activeadmin working for JamTracks after onboarding enhancements were added
2015-08-09 13:47:49 -05:00
Seth Call
557e19e5e7
* allow better onboarding of JamTracks including audio from Tency Music (VRFS-3296, VRFS-3386)
2015-08-09 13:37:43 -05:00
Jonathan Kolyer
c11cc5eb9e
added fixmes for sql injection vulnerabilities
2015-08-04 14:11:46 +00:00
Jonathan Kolyer
aa36b2f215
merging develop
2015-08-04 13:44:47 +00:00
Seth Call
6fede36b04
* protect against double-activation of search of find session screen
2015-07-22 08:16:00 -05:00
Seth Call
bade8884f3
* stop influxdb prints in web tests
2015-07-22 07:52:41 -05:00
Seth Call
131c2dc95b
* mark another test intermittent
2015-07-20 14:10:01 -05:00
Seth Call
b11c707155
* add intermittent:true to avoid certain tests
2015-07-20 12:56:47 -05:00
Seth Call
2171f06685
* VRFS-3347 - disable metronome in master mix view (still can't get helpbubble to show), update password of google account
2015-07-20 11:38:04 -05:00
Seth Call
e53af19dc6
* fixing more tests
2015-07-20 08:59:24 -05:00
Seth Call
f6d54a57f5
* test fixes
2015-07-19 09:57:40 -05:00
Seth Call
35e07c3d7f
* trying to protect against leaky data in ruby tests
2015-07-18 14:41:29 -05:00
Seth Call
a9dc1c92b7
* VRFS-3344 - ensure popups are all removed when you leave a session
2015-07-18 14:26:50 -05:00
Seth Call
2a2ad4a378
* test fix
2015-07-17 19:32:58 -05:00
Seth Call
1cec394698
Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
2015-07-17 16:02:45 -05:00
Seth Call
d280a53e48
* fix metronome personal/master bug; try to fix intermittent fail
2015-07-17 16:02:36 -05:00
Steven Miers
339c681900
Fix musician search spec to pass updated user validation logic.
2015-07-17 16:01:43 -05:00
Steven Miers
d999978f84
VRFS-3335 : Conditional validation for hourly rate and daily minimum when editing profile.
...
* Use conditional validation on server side
* Don’t always convert empty to 0 on client side
* On view, manipulate visibility of dependent items through classes.
2015-07-17 13:42:48 -05:00
Seth Call
40d5e2bc17
* delete all music sessions before ruby test (uncessary until figure out root cause)
2015-07-17 09:50:48 -05:00
Seth Call
c5033435f2
* fixing feed_spec
2015-07-17 07:18:27 -05:00
Seth Call
be26beae09
* fix band_spec intermittent test
2015-07-16 13:12:48 -05:00
Seth Call
efe3dea8e3
* updating Rails to 3.2.22 to allow compat with ruby 2.2.2
2015-07-16 10:58:03 -05:00
Seth Call
db3ffafd38
* adding SHOULD BE unnecessary before-all rspec blocks to clean db state for tests that tend to fail intermittently. (workaround for some real problem)
2015-07-15 21:00:35 -05:00
Steven Miers
f389f07b52
VRFS-3338 : Tests for genre validation behavior.
2015-07-15 19:33:10 -05:00
Steven Miers
7f35bab8c7
Fixes VRFS-3338 : Set & validate genres on updates to a valid band.
2015-07-15 18:56:45 -05:00
Seth Call
946313d56b
* more clean up to ensure clean start on test
2015-07-15 15:13:44 -05:00
Seth Call
c7dd8fe095
* whack bands created in 'shared_example' manually
2015-07-15 14:57:24 -05:00
Seth Call
6b70483743
* restoring admin packaging phase, debugging ruby test problem
2015-07-15 12:12:29 -05:00
Seth Call
393696a0f8
* fixing ruby tests and trying to harvest up db deb's better
2015-07-15 11:25:58 -05:00
Seth Call
3b71931e73
merge conflict from feature/new_session (VRFS-3283)
2015-07-15 10:04:45 -05:00
Steven Miers
a467388ac8
Merge test fix
2015-07-10 11:09:16 -05:00
Steven Miers
2761ea8ed7
Merged session reminder feature branch.
...
Squashed commit of the following:
commit 84293ed637
Author: Steven Miers <steven.miers@gmail.com>
Date: Thu Jul 9 17:52:26 2015 -0500
VRFS-3300 : Reminder notification functionality -- sends in-app/1-day/upcoming emails as necessary.
commit 521b0f4ba7
Author: Steven Miers <steven.miers@gmail.com>
Date: Thu Jul 9 17:50:33 2015 -0500
VRFS-3300 : Reminder mails on user mailer. Also add tests to spec.
commit ed487e11a3
Author: Steven Miers <steven.miers@gmail.com>
Date: Thu Jul 9 17:48:04 2015 -0500
VRFS-3300 : Music session reminder job and spec
commit e5c7f50cd2
Author: Steven Miers <steven.miers@gmail.com>
Date: Thu Jul 9 17:46:55 2015 -0500
VRFS-3300 : Reminder cron setting
2015-07-10 10:51:12 -05:00
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
Jonathan Kolyer
832e716e8b
Merge branch 'feature/musician_profile_enhancements' into feature/musician_search2
2015-06-28 19:52:45 +00:00
Jonathan Kolyer
4f2f37f7a9
removed latency as search; fixed regressions
2015-06-28 19:49:02 +00:00
Jonathan Kolyer
4f897fc6aa
VRFS-3036 fixed typo referencing old constant SKILL_VAL_STRS
2015-06-28 04:00:44 +00:00
Steven Miers
cfda14e16e
VRFS-3190 : Merge with latest develop branch
2015-06-16 12:23:57 -05:00
Steven Miers
02be103694
VRFS-3190 : Fix band model tests
2015-06-15 19:09:25 -05:00
Steven Miers
8cd3b836ea
VRFS-3247 : Band's online presence and performance samples specify foreign key so it won’t default to a nonexistent field name.
2015-06-10 15:31:36 -05:00
Jonathan Kolyer
5d8ba22172
VRFS-3036 added performance sample test case
2015-06-10 16:36:58 +00:00
Jonathan Kolyer
ebe620a3b3
VRFS-3036 fixed performance sample query and test
2015-06-10 16:35:39 +00:00
Seth Call
0dbbfc0ee7
* VRFS-2855 - broadcast notifications done
2015-06-10 08:26:45 -05:00
Jonathan Kolyer
745c448e6b
VRFS-3036 CSS tuning and integration testing
2015-06-09 06:46:34 +00:00
Jonathan Kolyer
d099ca039d
VRFS-3036 description testing
2015-06-04 08:17:46 +00:00
Jonathan Kolyer
0691e079af
VRFS-3036 description testing
2015-06-04 08:11:41 +00:00
Jonathan Kolyer
965ee2e0bc
VRFS-3036 tests for description
2015-06-04 07:38:16 +00:00
Jonathan Kolyer
3eca6aeee5
Merge branch 'feature/musician_profile_enhancements' into feature/musician_search2
2015-06-04 05:59:31 +00:00
Jonathan Kolyer
56af10afb3
VRFS-3036 results / builder page swpping
2015-06-04 05:54:02 +00:00
Steven Miers
6c5ffd6644
VRFS-3246 : Cleanup code and style
2015-06-03 16:34:37 -05:00
Steven Miers
d5a8959677
Merge with develop.
2015-06-03 14:22:21 -05:00
Jonathan Kolyer
dde84587b9
VRFS-3036 syncing ui/json
2015-06-03 06:41:21 +00:00
Steven Miers
d60eff50ba
VRFS-3246 : Support online presences and performance samples through sub-widget. Incremental.
2015-06-02 15:13:41 -05:00
Steven Miers
bd8287b528
VRFS-3246 : Remove references to current_user, change to target_player.
2015-05-31 21:50:04 -05:00
Steven Miers
4dbf2e1c95
VRFS-3246 : Refactoring to allow online presence and samples controls to be used on bands -- incremental.
2015-05-31 17:35:09 -05:00
Seth Call
43b92d4a17
* VRFS-3264 - help bubbles on jamtrack browse screen when not logged in, VRFS-3267 help IE11 visualize jamtrack browse page correctly
2015-05-29 15:30:23 -05:00
Seth Call
de4411fbdd
* add preview text and preload master on landing page
2015-05-28 13:52:20 -05:00
Seth Call
31a0803019
* VRFS-3226 - default WDM to 48000 on selection. fix bad filter logic for monthly payments (VRFS-3030)
2015-05-28 08:53:24 -05:00
Seth Call
d959a17be4
* affiliate program in place VRFS-3030
2015-05-28 08:20:14 -05:00
Jonathan Kolyer
4f5a39db18
VRFS-3036 band results display
2015-05-27 15:08:04 +00:00
Jonathan Kolyer
e50dc6e20d
VRFS-3036 band search results
2015-05-27 12:17:42 +00:00
Jonathan Kolyer
b64aff9fdc
VRFS-3036 merging
2015-05-27 09:17:36 +00:00
Jonathan Kolyer
1bd1794318
VRFS-3036 band web search args
2015-05-27 08:20:46 +00:00
Jonathan Kolyer
8480f582ad
VRFS-3036 tuning band search filter spec
2015-05-27 05:08:56 +00:00
Jonathan Kolyer
f66cf79cf2
VRFS-3036 band search filter tests
2015-05-27 04:10:05 +00:00
Jonathan Kolyer
9757712977
VRFS-3036 testing filter by key
2015-05-27 02:58:04 +00:00
Jonathan Kolyer
38881216fc
VRFS-3036 genre filter spec
2015-05-27 02:14:39 +00:00
Jonathan Kolyer
7edee8d494
VRFS-3036 first pass testing
2015-05-26 08:43:11 +00:00
Jonathan Kolyer
2f28d3a342
VRFS-3036 band query
2015-05-26 06:39:43 +00:00
Jonathan Kolyer
cb7b48b4ec
VRFS-3036 band search querying
2015-05-22 12:09:14 +00:00
Jonathan Kolyer
da58ac6eab
merging
2015-05-22 08:20:07 +00:00
Jonathan Kolyer
3af55a3c14
VRFS-3036 tohire builder
2015-05-21 05:47:14 +00:00
Seth Call
8a82f86e64
fix the fully redeemed count
2015-05-20 10:17:01 -05:00
Seth Call
c96f0a7859
* VRFS-3260 - fraud check code and admin helpers complete
2015-05-20 09:24:17 -05:00
Jonathan Kolyer
8d3247e084
VRFS-3036 to hire builder
2015-05-20 09:24:53 +00:00
Jonathan Kolyer
1a91704532
VRFS-3036 band search filters
2015-05-20 06:25:22 +00:00
Steven Miers
f16bd28574
VRFS-3243 : Ability to selectively skip genre validation
2015-05-19 13:32:15 -05:00
Jonathan Kolyer
e794ccc7af
VRFS-3036 bands to_join builder controls
2015-05-19 05:48:29 +00:00
Jonathan Kolyer
d76f54b40e
VRFS-3036 fixed broken merge
2015-05-19 00:52:35 +00:00
Jonathan Kolyer
21f90d7352
merging
2015-05-19 00:45:53 +00:00
Steven Miers
d684ecda3b
Merge with latest from develop and manually fix.
2015-05-18 16:02:07 -05:00
Seth Call
781a9838b7
* VRFS-3216 - add virtual page views for JamTrack funnels, add test mode for fraud check VRFS-3260
2015-05-18 10:33:58 -05:00
Jonathan Kolyer
737367b016
VRFS-3036 building out band search filter features, refactoring musician search filter
2015-05-18 04:00:12 +00:00
Seth Call
f5595a03d5
* actually send email when fraud detected
2015-05-16 10:18:35 -05:00
Seth Call
792212e952
* VRFS-3260 - disable fraud
2015-05-15 23:28:46 -05:00
Seth Call
0264c539b1
*hardcoding https where http is found
2015-05-15 18:25:47 -05:00
Seth Call
8e7ebcf3d6
* VRFS-3236 - update landing pages for jamtracks
2015-05-15 15:02:00 -05:00
Seth Call
939f8cdf82
* VRFS-3255 (shopping cart only on /client) , VRFS-3253 - frictionless shopping done with tests
2015-05-15 12:34:35 -05:00
Steven Miers
c5ee5a58fd
VRFS-3242 : Fix one last reference to user_id.
2015-05-13 23:23:30 -05:00
Steven Miers
11f60b71e4
VRFS-3242 : Schema and model changes required for band profile functionality.
...
* Additional attributes for band_type, band_status, concert_count,
add_new_members, play_commitment, touring_option, paid_gigs,
hourly_rate, gig_minimum
* For joined table musician_instruments, remove the hard requirement
that they be joined to a user, rather a “player” that is polymorphic.
* For joined table performance_stamples, remove the hard requirement
that they be joined to a user, rather a “player” that is polymorphic.
* For joined table online_presences, remove the hard requirement that
they be joined to a user, rather a “player” that is polymorphic.
* Change models as appropriate with new attributes and modify
belongs_to / has_many directives as necessary.
* Fix existing usages of user_id to work with polymorphic player_id.
* Fix tests that use user_id
* Add new tests that exercise online_presence, performance_samples, and
instruments that target a band, rather than a user.
2015-05-13 21:06:14 -05:00
Steven Miers
193888f960
VRFS-3242 : Merge with latest develop
2015-05-13 20:56:58 -05:00
Seth Call
831fdf8c8e
* add https to artifact update
2015-05-12 11:55:55 -05:00
Seth Call
64a64e99bb
* VRFS-2680 - try out audiomixer/quick mixer without secure PUT
2015-05-12 08:47:26 -05:00
Steven Miers
294c01d44a
Merge with latest develop
2015-05-11 17:25:37 -05:00
Seth Call
4709622546
* VRFS-2680 - adding redirect logic for ssl
2015-05-11 16:52:58 -05:00
Seth Call
f2aba1e390
* VRFS-3235 - download helper
2015-05-11 11:15:57 -05:00
Seth Call
2495f58bf5
* VRFS-3220 - estimated taxes fixed
2015-05-07 14:48:16 -05:00
Jonathan Kolyer
6fb07d8a31
VRFS-3036 more refactoring
2015-05-07 19:02:21 +00:00
Jonathan Kolyer
13c1c5311e
VRFS-3036 more refactoring
2015-05-07 19:02:21 +00:00
Jonathan Kolyer
0b64986766
VRFS-3036 refactoring musician_search into base_search for band_search
2015-05-07 19:02:21 +00:00
Jonathan Kolyer
674d1de2d3
VRFS-3036 refactoring band search
2015-05-07 19:02:21 +00:00
Jonathan Kolyer
7e2e5241bf
VRFS-3036 refactoring musician_search into base_search for band_search
2015-05-07 19:02:21 +00:00
Jonathan Kolyer
5a6049c935
VRFS-3036 more refactoring
2015-05-07 18:08:36 +00:00
Seth Call
4df95f45fe
* jamtrack cleaner needs to be tested manually
2015-05-07 12:18:24 -05:00
Jonathan Kolyer
6a23477c4e
VRFS-3036 more refactoring
2015-05-07 17:11:24 +00:00
Jonathan Kolyer
4658f72f98
VRFS-3036 refactoring musician_search into base_search for band_search
2015-05-07 14:41:27 +00:00
Seth Call
0ea2931837
* add config to remove whitespace from credit card number. probably unnecessary; just doing now before release
2015-05-07 09:02:58 -05:00
Seth Call
12eeb460a3
* VRFS-3212 - track counts of concurrent packaging attempts
2015-05-07 08:49:15 -05:00
Jonathan Kolyer
749c58f377
VRFS-3036 refactoring band search
2015-05-07 13:21:53 +00:00
Jonathan Kolyer
ce3bf635f0
VRFS-3036 refactoring musician_search into base_search for band_search
2015-05-07 12:55:13 +00:00
Seth Call
05f5cd619a
* VRFS-3193 - indicate on jamtrack browse page that 1st jamtrack is free
2015-05-05 16:38:29 -05:00
Seth Call
ceb00c1735
* remove jamtrack download ready notification
2015-05-05 14:36:07 -05:00
Seth Call
6c40ede050
* bug in VRFS-3176 jamtrack preview regenerator
2015-05-05 11:46:58 -05:00
Seth Call
96df8cbfea
* disabling teaspoon gemfile for now, because of weird errors; and also VRFS-3176 (jamtrack preview regen task)
2015-05-05 11:44:28 -05:00
Seth Call
d13204336b
* VRFS-3189 - don't include master track when checking for instruments
2015-05-04 22:06:35 -05:00
Seth Call
f31a40343e
* add jmep as warning to onboarding flags column
2015-05-04 21:45:26 -05:00
Seth Call
4d28915381
* VRFS-3177 - add spinner to playback and stop preloading all media on page
2015-05-04 17:48:14 -05:00
Seth Call
9144efb8fa
* VRFS-3175 - order filter by band dropdown
2015-05-04 14:50:27 -05:00
Seth Call
d77ee8cd23
* VRFS-3173 - stats on active sessions
2015-05-04 14:37:49 -05:00
Steven Miers
4c4121e4d7
Merge with latest develop
2015-05-01 20:00:08 -05:00
Steven Miers
571ae9a3d6
VRFS-3007 : Fix another musician search issue and a few tests.
2015-05-01 13:22:34 -05:00
Seth Call
1cd57cb4e8
* VRFS-3118 - check for high latency while in session, VRFS-3138 - fix tons of issues with user downloading both sample rates
2015-05-01 12:09:18 -05:00
Steven Miers
86c483a0d5
VRFS-3007 : Fix tests that intermittently fail depending on order (always whack users before starting).
2015-04-30 13:14:25 -05:00
Steven Miers
4ffb46b755
VRFS-3007 : Fix feed spec test failure (was intermittently passing only).
2015-04-29 19:36:50 -05:00
Steven Miers
64e84c17eb
VRFS-3007 : Fix feed spec test failure (was intermittently passing only).
2015-04-29 19:09:30 -05:00
Steven Miers
2e33851e30
VRFS-3007 : Fix band filter search test failure.
2015-04-29 19:08:59 -05:00
Steven Miers
03bab53b2f
VRFS-3007 : Remove redundant "model" suffix from spec name as folder is already named "model".
2015-04-29 19:06:33 -05:00
Steven Miers
5b43688443
VRFS-3007 : Fix failure on musician search spec.
2015-04-29 15:34:28 -05:00
Steven Miers
cf515a9cf0
VRFS-3007 : Fix tests and models failing due to PermissionError
2015-04-29 12:56:16 -05:00
Steven Miers
2260d21fc1
VRFS-3007 : Merge with latest develop
2015-04-28 16:43:38 -05:00
Seth Call
1bd054d050
* VRFS-3094 - update style and minor issues in shopping cart screen
2015-04-27 15:42:38 -05:00
Seth Call
907e2a4552
* fix jamtrack shopping tests for the change in button text
2015-04-27 13:42:03 -05:00
Seth Call
933d56524c
* poke downloaded_since_sign on jamtrackright page
2015-04-24 14:58:31 -05:00
Seth Call
4cce21e7f8
* VRFS-3080 - partial refund manual process done
2015-04-23 16:20:21 -05:00
Seth Call
989518fa68
* VRFS-3082 - email alert if jamtrack fails
2015-04-23 10:34:17 -05:00
Seth Call
091f2be556
* make the nobody@jamkazam.com configurable so that we can override it in chef to provide context clues
2015-04-22 15:43:36 -05:00
Seth Call
05b4b8f3fa
* VRFS-2605 -tested mixer manifest with latest client with jamtrack offsets and all of that
2015-04-22 14:02:44 -05:00
Seth Call
a3021479fd
Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
2015-04-22 09:45:08 -05:00
Seth Call
49ef08ff5d
* prepare production db for preview URLS, and save jam_track after setting duration in the sync task
2015-04-22 09:44:57 -05:00
Steven Miers
8f49d7b83f
Merge remote-tracking branch 'origin/develop' into develop
2015-04-21 18:30:17 -05:00
Seth Call
1ce41c5a54
* VRFS-2605 - refining jamtrack offset values and manifest for audiomixer, and fixnig bug with jamtrack monitoring applied to playcontrols.js by accident
2015-04-21 16:24:10 -05:00
Steven Miers
74a0cbd18e
Fix intermittent failure.
2015-04-21 16:23:10 -05:00
Seth Call
655f59fc52
* remove puts
2015-04-21 14:08:16 -05:00
Seth Call
ed0d69db13
* require tzinfo explicitely
2015-04-21 13:54:08 -05:00
Seth Call
556347f35b
* VRFS-2605 compute offset and seeks in manifest
2015-04-21 13:46:33 -05:00
Seth Call
03072b2e8d
* VRFS-2605 - compute offset and seek based on client info
2015-04-21 11:26:55 -05:00
Seth Call
c29af72938
* fix jamtrack landing page formatting VRFS-3056
2015-04-20 22:13:30 -05:00
Seth Call
2480be23ab
* make the addition of duration column to jam tracks failable, since this has been applied to production in advance of the real migration
2015-04-20 20:40:50 -05:00