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 |
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 |
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 |
Steven Miers
|
70d58a53ec
|
Bump
|
2014-12-07 22:35:16 +00:00 |
Steven Miers
|
8634d4f726
|
VRFS-1959 : change the primary key (id) to be a big int and to share the sequence used by mixes.id and recorded_tracks.id
Also modify references as necessary, both from other tables and various
code usages.
|
2014-12-06 19:55:59 -06:00 |
Steven Miers
|
207b7b9e20
|
VRFS-1890 : Mechanism to move track up/down, hook up in admin UI.
|
2014-12-06 14:04:31 -06:00 |
Steven Miers
|
bac1f69c88
|
README.md edited online with Bitbucket
|
2014-12-04 00:32:46 +00:00 |
Steven Miers
|
b6850ccce4
|
VRFS-2481 : Cascading deletes for join table. Add s3 URL.
|
2014-12-03 16:12:47 -06:00 |
Steven Miers
|
0808ce04f9
|
Address test failure by actually creating the jam_track_right.
|
2014-12-03 13:48:14 -06:00 |
Steven Miers
|
e85be7f0d5
|
README.md edited online with Bitbucket
|
2014-12-02 20:01:20 +00:00 |
Steven Miers
|
2e5b3add3c
|
VRFS-2480: Recurly specs to verify placing an order.
|
2014-12-01 18:46:05 -06:00 |
Steven Miers
|
41096f08ad
|
VRFS-2480: Additional back-end and UI functionality required for checking out.
|
2014-12-01 18:45:41 -06:00 |
Steven Miers
|
0ec65738f1
|
Kill another puts.
|
2014-12-01 11:59:15 -06:00 |
Steven Miers
|
a77cc46b4c
|
Remove puts. Disable tracing for billing test.
|
2014-12-01 11:52:13 -06:00 |
Steven Miers
|
76548b1af1
|
Merge branch 'develop' into feature/jam_tracks_merge
|
2014-12-01 11:45:54 -06:00 |
Steven Miers
|
adecb2c9ad
|
Remove stray puts.
|
2014-12-01 11:45:44 -06:00 |
Steven Miers
|
7f59067226
|
VRFS-2480 : Refactor and cleanup, incremental.
|
2014-11-25 14:35:05 -06:00 |
Steven Miers
|
300426e2c9
|
VRFS-2480 : Additional recurly config
|
2014-11-25 14:34:07 -06:00 |
Steven Miers
|
09163d2778
|
Fix javascript to get credit card expiration year from correct field.
|
2014-11-25 13:59:24 -06:00 |
Steven Miers
|
b3d80b3be6
|
VRFS-2480 : Fix UI problem where checkout button was obscured.
|
2014-11-24 15:07:55 -06:00 |
Steven Miers
|
9e95f75e2e
|
VRFS-2480 : Card number was getting whacked from submittal due to a bad javascript assignment.
|
2014-11-24 15:06:45 -06:00 |
Steven Miers
|
b35f3ef9ef
|
Fix fat finger.
|
2014-11-24 15:05:38 -06:00 |
Steven Miers
|
0b5d85f4f2
|
VRFS-2480 : Extract recurly logic from controller for cleaner, easier-to-test code.
|
2014-11-21 17:34:30 -06:00 |
Steven Miers
|
7f88a7550c
|
VRFS-2480 : Incremental
|
2014-11-17 21:24:39 -06:00 |
Seth Call
|
d1d059b4c5
|
* disable score_histories for now
|
2014-11-17 13:28:43 -06:00 |
Seth Call
|
6ea19f35aa
|
Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
|
2014-11-16 21:40:50 -06:00 |
Seth Call
|
6b5cd42432
|
* VRFS-2097 - move around hover hookups
|
2014-11-16 21:40:21 -06:00 |
Steven Miers
|
2d3bbd2a47
|
VRFS-2480 : Recurly specs, fixes and new implementation.
|
2014-11-16 20:20:54 -06:00 |
Steven Miers
|
696cdc0283
|
VRFS-2476 : Field size and length to improve JamTracks Admin UI.
|
2014-11-16 17:30:49 -06:00 |
Steven Miers
|
220195ef5c
|
Friendlier development environment for active admin UI.
|
2014-11-16 17:00:31 -06:00 |
Steven Miers
|
3484f169ba
|
VRFS-2475 - Disallow blank option for Time Signature, Status, Type, Licensor, Pro, Genre and Sales Region fields.
|
2014-11-16 16:59:54 -06:00 |
Steven Miers
|
ab2b4fb5da
|
VRFS-2473 - Disallow blank options on jam_track track instrument field, as well as type field.
|
2014-11-16 16:58:53 -06:00 |
Steven Miers
|
4f5466948c
|
Merge branch 'develop' into feature/jam_tracks_merge
|
2014-11-16 16:26:28 -06:00 |
Steven Miers
|
de1d709621
|
Fix fat finger.
|
2014-11-16 16:24:43 -06:00 |
Steven Miers
|
497ac657ad
|
VRFS-2351 : JamTracks admin - merge from feature/jam_tracks_merge.
|
2014-11-16 16:24:00 -06:00 |