Pete
8690e927fc
Merge branch 'minor_fixes' of github.com:sneakypete81/openphoto-python into minor_fixes
2013-04-20 20:07:09 +01:00
Pete
e4e24755dd
Check that upload parameters are processed correctly
2013-04-20 18:53:14 +01:00
sneakypete81
fc234096f2
Handle case where tag count is returned as string (as was the case in APIv1)
2013-04-20 12:06:35 +01:00
sneakypete81
9cbbd1bd47
Run all tests at all API versions
2013-04-20 11:48:58 +01:00
sneakypete81
a477dc796c
Remove unneeded LOG_FILENAME variable
2013-04-20 11:20:22 +01:00
sneakypete81
afde3b2231
Add API versioning support, including tests
2013-04-15 21:32:54 +01:00
sneakypete81
e6095ec3db
Update README to stop nosetests from capturing the logging, since it gets pretty large.
...
Logs are saved to tests.log.
2013-04-15 21:30:06 +01:00
sneakypete81
ea904e4337
Not that frontend issue 955 is resolved, we should use the return value of the transform API to replace the photo object's fields
2013-04-13 13:11:26 +01:00
sneakypete81
ee3840de9f
Merge branch 'master' into transform
2013-04-13 13:05:14 +01:00
Pete
e09f166743
Update delete endpoints to return True if successful.
...
If the operation isn't successful, the API returns an error code,
which raises an OpenPhotoError exception.
2013-04-09 18:18:12 +01:00
Pete
9333ad100e
Fixed helpful test error message
2013-04-09 17:43:00 +01:00
sneakypete81
fcf43377dd
Merge remote-tracking branch 'upstream/master' into apiv2_frontend_bugfixes
...
ecially if it merges an updated upstream into a topic branch.
2013-04-02 21:31:48 +01:00
sneakypete81
c6c81b9b50
Merge branch 'master' into apiv2_tags
2013-04-02 21:30:59 +01:00
sneakypete81
95b58a0e3a
Merge branch 'master' into logging
...
Conflicts:
openphoto/openphoto_http.py
2013-04-02 21:10:42 +01:00
sneakypete81
665383a6c2
Merge branch 'master' into multipart
...
Conflicts:
tests/test_base.py
2013-04-02 20:59:26 +01:00
sneakypete81
82f7fec4c6
Merge pull request #17 from sneakypete81/minor_fixes
...
Minor fixes:
* Fix incorrect filename in comment
* Add EXIF date/time to test images, so the next/previous links work correctly
2013-04-02 12:44:58 -07:00
sneakypete81
da8fbb52cf
Updated to use Python logging module
2013-03-24 17:18:43 +00:00
sneakypete81
3c6b448460
Tag test updates.
...
Can't find a way of testing tag.update, since there are no updatable tag fields.
Tags with slashes work
Tags with double slashes don't, but at least they're no longer undeletable.
2013-03-24 12:18:32 +00:00
sneakypete81
ac5d5895a1
Ensure tag endpoints are correctly escaped
2013-03-24 12:18:32 +00:00
sneakypete81
b56e690d33
Frontend issue 927 is now fixed, so the tag.create endpoint can be used.
...
The tag.create endpoint doesn't return the newly created tag - it is invisible, since it has no photos.
2013-03-24 12:18:32 +00:00
sneakypete81
2abf46c0e6
Prettier printout when running tests
2013-03-23 16:46:47 +00:00
sneakypete81
d94c7fd8cd
Update tests to use multipart upload
2013-03-17 16:00:19 +00:00
Pete
e9df18ebbb
Log all API calls/responses during unit tests
2013-03-16 09:01:21 +00:00
sneakypete81
d3eff3edb9
album.view now requires includeElements=True in order for the album contents to be returned (issue #953 )
2013-03-16 08:52:57 +00:00
Pete
895b98dedf
Next/previous now returns a list of multiple photos (Issue #1004 )
2013-03-16 08:51:04 +00:00
Pete
4ccdceb601
Private (visible=False/True) albums are no longer supported.
...
Tag count is now returned as an integer
Explicitly add test tags, rather than removing autogenerated tags
2013-03-16 08:50:44 +00:00
Pete
be63881301
Add EXIF date/time to test images, so the next/previous links work correctly (workaround for issue #1038 )
2013-02-09 15:31:34 +00:00
Pete
889c5fa79a
Fix incorrect filename in comment
2013-02-09 14:58:08 +00:00
sneakypete81
4147029b14
Add photo.transform support and testcase.
2012-09-10 23:57:42 +01:00
sneakypete81
b900b2abd3
Fix private album testcase
2012-09-09 13:07:57 +01:00
sneakypete81
ba5be69bec
Added tests for Python API library
2012-09-04 22:08:48 +01:00