Rudi Grinberg
|
4b526fe454
|
Fixed bug where post data is None
|
2012-10-30 16:16:02 -04:00 |
Rudi Grinberg
|
959cb11bec
|
Removed old code in send_media_monitor_requests
|
2012-10-30 16:11:08 -04:00 |
Rudi Grinberg
|
5a8f51fc26
|
Fixed urlencode in ApiRequest
|
2012-10-30 16:08:52 -04:00 |
Rudi Grinberg
|
83f5c9a3ce
|
Fixed typo
|
2012-10-30 16:03:33 -04:00 |
Rudi Grinberg
|
013346056e
|
Changed send_media_monitor_requests to use RequestProvider
|
2012-10-30 15:48:24 -04:00 |
Rudi Grinberg
|
845db6a3cc
|
Added TODO
|
2012-10-30 15:45:41 -04:00 |
Rudi Grinberg
|
24dce45a06
|
Added support for post data and updated test
|
2012-10-30 15:45:10 -04:00 |
Rudi Grinberg
|
b751482183
|
Formatting
|
2012-10-30 15:36:39 -04:00 |
Rudi Grinberg
|
59c55ae27f
|
Updated api client to do automatic json parsing. Updated tests to reflect that as well
|
2012-10-30 15:19:51 -04:00 |
Rudi Grinberg
|
232bbd2bb7
|
Added tests for the requestprovider class
|
2012-10-30 00:29:52 -04:00 |
Rudi Grinberg
|
a6417439af
|
Fixed a few simple bugs
|
2012-10-30 00:29:35 -04:00 |
Rudi Grinberg
|
a71bebc35b
|
Fixed typo in RequestProvider definition
|
2012-10-29 23:38:33 -04:00 |
Rudi Grinberg
|
a33a1e6e2a
|
Added more testing for ApiRequest using mocks
|
2012-10-29 23:34:26 -04:00 |
Rudi Grinberg
|
ccb4925779
|
Added tests for ApiRequest
|
2012-10-29 22:44:45 -04:00 |
Rudi Grinberg
|
593542b5ed
|
Fixed ApiRequest typo (def -> class)
|
2012-10-29 22:44:29 -04:00 |
Rudi Grinberg
|
fb59e78fda
|
Added tests for ApcUrl class
|
2012-10-29 22:19:35 -04:00 |
Rudi Grinberg
|
5ab3ba221d
|
Fixed bug in params method returning after first iteration in loop
|
2012-10-29 22:19:16 -04:00 |
Rudi Grinberg
|
5a1f405993
|
formatting
|
2012-10-29 19:53:06 -04:00 |
Rudi Grinberg
|
c9ce288a65
|
Beginning of api client refactor
|
2012-10-29 19:01:48 -04:00 |
Rudi Grinberg
|
b5bad594bf
|
Wrapping + initial ApiClient
|
2012-10-29 17:46:47 -04:00 |
Rudi Grinberg
|
0b71c913a9
|
Added TODO and removed line of code that assigned to unused variables
|
2012-10-29 17:25:53 -04:00 |
Rudi Grinberg
|
0d78a825e0
|
Formatting
|
2012-10-29 17:20:56 -04:00 |
Rudi Grinberg
|
2556f3ba30
|
added error handling on the caller of replaygain instead of in api client
|
2012-10-29 14:57:43 -04:00 |
Rudi Grinberg
|
18d8e24a56
|
Formatting
|
2012-10-29 14:40:24 -04:00 |
Rudi Grinberg
|
a3be821f3f
|
Added Url class for making Api Client requests
|
2012-10-29 12:30:53 -04:00 |
Rudi Grinberg
|
dc00528cd5
|
Merged baseUrl related conflicts
|
2012-10-29 11:56:20 -04:00 |
Rudi Grinberg
|
bf5bc3a116
|
Changed APC to new-style classes
|
2012-10-29 11:43:39 -04:00 |
Rudi Grinberg
|
3cec987d10
|
Added todo
|
2012-10-29 11:42:24 -04:00 |
Rudi Grinberg
|
31a7b8f943
|
Removed usesless try catch from send_media_monitor_requests.
|
2012-10-29 11:40:41 -04:00 |
Rudi Grinberg
|
3b51c93766
|
Refactored pyponotify. Removed code duplication and made runner reusable by other scripts.
|
2012-10-29 11:25:05 -04:00 |
Martin Konecny
|
5ab183e01e
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-10-26 18:23:36 -04:00 |
Rudi Grinberg
|
0a396378e5
|
cc-4635: Fix
|
2012-10-26 17:15:28 -04:00 |
Rudi Grinberg
|
c4f0491ff6
|
cc-4635: Fix
|
2012-10-26 17:04:42 -04:00 |
Rudi Grinberg
|
72928bb5e6
|
cc-4635: Fix
|
2012-10-26 16:59:32 -04:00 |
Rudi Grinberg
|
e10f81aec8
|
cc-4635: Fix
|
2012-10-26 16:48:03 -04:00 |
Rudi Grinberg
|
7cd8541696
|
cc-4635: Fix
|
2012-10-26 16:41:29 -04:00 |
Rudi Grinberg
|
7c48683492
|
cc-4635: Fix
|
2012-10-26 16:02:32 -04:00 |
Rudi Grinberg
|
b8a5c6ce95
|
cc-4634: Fixed
|
2012-10-26 15:44:58 -04:00 |
Rudi Grinberg
|
0135fbe9dd
|
Fixed code formatting
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
10a6a4d541
|
formatted docstrings. fixed decorator with functools
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
2e54fd64d3
|
Formatted more docstrings
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
0f1e843017
|
Formatted docstring
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
b2650b9a21
|
Added comment
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
41b1b357eb
|
formatted more docstrings
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
cccbfa2c34
|
Formatted docstrings
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
5ed86e2666
|
added docstring for wave duration
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
958b489fca
|
formatted comments and removed unused function
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
a0f83c4db0
|
removed big unused method
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
a42210e321
|
added comment for destructor
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
fb28c3a6c5
|
Formatting
|
2012-10-26 13:10:08 -04:00 |