- 03 Apr, 2014 2 commits
-
-
abuddenberg authored
-
abuddenberg authored
Added create_or_update methods to client. Disabled SSL verification on all webservice calls due to possible python SSL library limitation
-
- 27 Mar, 2014 2 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
- 26 Mar, 2014 2 commits
-
-
abuddenberg authored
Conflicts: .gitignore
-
abuddenberg authored
Attempting to apply packaging best practices for *several* definitions of best practices. Sometimes I miss Java. Sometimes.
-
- 25 Mar, 2014 3 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
- 24 Mar, 2014 1 commit
-
-
abuddenberg authored
-
- 21 Mar, 2014 3 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
- 18 Mar, 2014 8 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Explicitly setting chapter_identifier field on Figure object during update. has_all_assoc_imgs now also returns the subset of images that are missing
-
abuddenberg authored
Explicitly setting chapter_identifier field on Figure object during update. has_all_assoc_imgs now also returns the subset of images that are missing
-
abuddenberg authored
-
abuddenberg authored
-
- 07 Mar, 2014 10 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Added optional argument to get_webform() to download images to reduce the number of steps required to sync images. Removed "return a list of responses" behavior; now raises exceptions
-
abuddenberg authored
Added optional argument to get_webform() to download images to reduce the number of steps required to sync images. Removed "return a list of responses" behavior; now raises exceptions
-
abuddenberg authored
create_figure() now explicitly sets the chapter_identifier on the outgoing Figure object since the API is apparently not inferring it from the url. Added function to check for presence of associated images in a figure to support problem-solving. Disabling SSL verification to work around a python bug
-
abuddenberg authored
create_figure() now explicitly sets the chapter_identifier on the outgoing Figure object since the API is apparently not inferring it from the url. Added function to check for presence of associated images in a figure to support problem-solving. Disabling SSL verification to work around a python bug
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Found yet another bug in chapter processing (during merges). Changed merge behavior to favor incoming object structure. Refactored base class merge to not rely on __dict__
-
abuddenberg authored
Found yet another bug in chapter processing (during merges). Changed merge behavior to favor incoming object structure. Refactored base class merge to not rely on __dict__
-
- 04 Mar, 2014 4 commits
-
-
abuddenberg authored
Fixed subtle property accessor bug in Gcisbase class stemming from excessive cleverness creating attributes and properties on subclasses. Added assertions to test suite
-
abuddenberg authored
Fixed subtle property accessor bug in Gcisbase class stemming from excessive cleverness creating attributes and properties on subclasses. Added assertions to test suite
-
abuddenberg authored
Refactored date handling in Dataset from __init__ to properties to make handling available throughout object lifecycle; added test cases for same
-
abuddenberg authored
Refactored date handling in Dataset from __init__ to properties to make handling available throughout object lifecycle; added test cases for same
-
- 27 Feb, 2014 5 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Added methods to test for the existence of certain entities without retrieving them. Now swallowing error code associating datasets with images when association already exists
-
abuddenberg authored
Added methods to test for the existence of certain entities without retrieving them. Now swallowing error code associating datasets with images when association already exists
-
abuddenberg authored
-