add post_spreadsheet to create encoded objects from a excel like spreadsheet
[htsworkflow.git] / htsworkflow / submission / encoded.py
2015-03-31 Diane Troutadd post_spreadsheet to create encoded objects from...
2015-03-31 Diane Troutalso validate documents before creating them
2015-03-31 Diane Troutactually complain if we get the wrong type
2015-03-31 Diane Troutadd a docstring to validate
2015-03-31 Diane TroutAdd get_accession_name to use collection name to find...
2015-03-31 Diane Troutsupport trying to figure out object type based on what...
2015-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-20 Diane TroutUse isinstance(object, (types)) pattern instead of...
2015-01-29 Diane Troutuse six.moves to work around urllib / urllib2 / urlpars...
2015-01-28 Diane Troutmake the search tool more flexible
2015-01-13 Diane TroutDon't pass null authentication information to ENCODED.
2015-01-10 Diane Troutget_schema_url only works on object types now, so chang...
2015-01-10 Diane Troutat some point I added code that used base64, hashlib...
2014-12-13 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2014-12-13 Diane TroutAdd document registration class.
2014-12-13 Diane Troutadd more type checking for parsing object type from...
2014-12-13 Diane Troutadd some helpful log messages
2014-11-07 Diane TroutAdd some code to help read metadata out of spreadsheets.
2014-09-12 Diane Troutmake it easier to override variables in ENCODED class
2014-07-24 Diane TroutDCC example code sets both content-type and accept...
2014-07-24 Diane Troutpep8 whitespace cleanup.
2014-06-10 Diane TroutAdd post_json as some DCC objects are created with...
2014-06-10 Diane TroutRename headers to json_headers for requests (seemed...
2014-06-10 Diane TroutUpdates to jsonld context for the DCC schemas.
2014-06-10 Diane TroutDCC switched to https
2014-06-10 Diane TroutJust use the python 2 url parsers instead of trying...
2014-01-22 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-01-17 Diane TroutImplement a encoded search to json-ld wrapper.
2014-01-17 Diane Troutmake sure @vocab url has a trailing #. Its needed to...
2014-01-17 Diane TroutUse new context creation functions to attach context...
2014-01-17 Diane TroutAdd functions to create a json-ld context and add names...
2014-01-15 Diane TroutUtility class for accessing ENCODE3's submit / data...