Steven Miers
2558c03f3d
VRFS-3359 : Updates to teacher models and tests
...
* Scope experience based on type: teaching, education, awards
* Save experience using these different types
* Add new tests to verify
2015-08-25 19:21:48 -05:00
Steven Miers
7c95e526e4
Merge branch 'develop' into feature/profile-teacher
2015-08-17 14:11:41 -05:00
Steven Miers
fea9d1e25a
Fix unit test (build instead of create).
2015-08-17 14:10:32 -05:00
Steven Miers
6edb4b6012
Merge with develop
2015-08-15 17:18:15 -05:00
Steven Miers
b4018e0124
VRFS-3359 : Teacher lookup
...
* Fix a problem with teacher query
* Addresses a few test failures
* Cleanup logging output
2015-08-15 17:11:47 -05:00
Steven Miers
8908ef3081
VRFS-3359 : Validations and tests for introductory video.
2015-08-08 15:01:38 -05:00
Jonathan Kolyer
aa36b2f215
merging develop
2015-08-04 13:44:47 +00: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
Steven Miers
c89d537904
VRFS-3359 : Teacher profile, staged validations and specs.
2015-07-28 14:00:14 -05:00
Steven Miers
98110f68bc
VRFS-3359 : Save and test other segments of teacher profile.
2015-07-27 17:00:39 -05:00
Steven Miers
460783a5aa
VRFS-3359 : Teacher models, relationships, some validations, and initial tests.
2015-07-27 10:02:37 -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
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
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
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
Steven Miers
cfda14e16e
VRFS-3190 : Merge with latest develop branch
2015-06-16 12:23:57 -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
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
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
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
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