Test htsworkflow under several different django & python versions
[htsworkflow.git] / htsworkflow / util /
2017-03-09 Diane TroutMake times a bit sloppier as my test vm was kind of...
2017-03-09 Diane Troutdelete jsonld helpers, as rdflib has its own jsonld...
2017-03-08 Diane TroutMake compatbile with rdflib and python 2/3
2017-03-08 Diane TroutBind the right XML namespace variable in our header
2017-02-28 Diane TroutPort rdfinfer to rdflib (fixing a hidden bug)
2017-02-28 Diane TroutPort rdfhelp to rdflib from redland librdf.
2015-09-08 Diane Troutcovert to using python3 config.get fallback=
2015-04-06 Diane TroutOops I had a test function name collision. Rename one...
2015-04-06 Diane TroutDrop support for simplejson
2015-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-20 Diane TroutTry to detect if an object is a file type on python...
2015-03-20 Diane TroutUse ''.splitlines() instead of split('\n')
2015-03-20 Diane Troutadd more from __future__ import print_function, unicode...
2015-03-20 Diane Troutspecial case unicode handling that differs between...
2015-03-20 Diane TroutReplace some unicode() with str()
2015-03-20 Diane TroutUse isinstance(object, (types)) pattern instead of...
2015-03-20 Diane TroutSpecify text vs binary mode for opening files.
2015-03-20 Diane Troutprefer native string types.
2015-03-19 Diane TroutUse django.utils.encode smart_text or smart_str for...
2015-02-03 Diane Troutconvert to unicode_literals
2015-02-02 Diane Troutbase64.encodestring needs a bytearray in python3
2015-01-30 Diane Troutproperly call usrlib.parse instead of urlparse
2015-01-30 Diane TroutConvert alphanum sort from comparitor to key operator
2015-01-29 Diane Troutconvert has_key to X in dictionary
2015-01-29 Diane Troutuse six.moves to work around urllib / urllib2 / urlpars...
2015-01-29 Diane Troutremove unicode_literals from things going to redland RDF
2015-01-29 Diane Troutconvert some print statements to logger messages
2015-01-29 Diane Troutconvert to print_function, and start adding unicode_lit...
2015-01-29 Diane Troutmore use six.moves to import StringIO
2015-01-29 Diane Troutuse six.moves to get to python3-style urllib
2015-01-29 Diane Troutuse six to work around rename of configparser
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2014-07-25 Diane TroutUse two-scoop style multiple settings file.
2014-07-24 Diane Troutpep8 whitespace cleanup.
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...
2014-06-19 Diane TroutChange unittest2 back into unittest.
2014-06-10 Diane TroutIgnore the path when comparing filenames from the md5...
2014-01-22 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-01-15 Diane TroutAdapter to use PyLD's json-ld parser to add triples...
2014-01-15 Diane TroutAdd option to get_model to disable RDF graph context.
2014-01-08 Diane TroutRename stripNamespace strip_namespace
2013-12-23 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2013-12-17 Diane Troutremove some test code debugging print statements
2013-12-17 Diane TroutMerge branch 'django1.4'
2013-12-17 Diane TroutMove loading DTD into a function as the call caused...
2013-12-05 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-05 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-05 Diane TroutProvide reporting of what command failed when bigWigInf...
2013-12-05 Diane TroutAdd a way to report what url was failing
2013-10-21 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-10-17 Diane TroutMerge branch 'master' into django1.4
2013-10-17 Diane TroutFix typo.
2013-10-17 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-10-17 Diane TroutImplement a wrapper around bigWigInfo to report bigWig...
2013-10-08 Diane TroutBe more forgiving about the md5sum filename path
2013-07-22 Diane TroutMove version finding code into the util directory.
2013-07-22 Diane Troutturtle writing improvements.
2013-07-20 Diane TroutAdd python namespace for encode3 RDF namespace
2013-07-17 Diane TroutAdd function to parse scp / ssh style URLs.
2013-07-01 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-07-01 Diane Trouttype checking more detailed than Literal doesn't work...
2013-06-18 Diane TroutUpdate tests for new version of redland rdf lib.
2012-12-13 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkfl...
2012-12-12 Diane TroutSimplify linking fastq files to their library id.
2012-11-29 Diane TroutRemove prints that were being called in test code.
2012-11-28 Diane TroutConvert to unittest2
2012-11-28 Diane TroutConvert to unittest2
2012-11-27 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-27 Diane TroutIgnoring the missing type RDF error for the page under...
2012-11-20 Diane TroutFix RDF schema problems with lane_number and species.
2012-11-20 Diane TroutChange add_default_schema to use pkg_resources feature...
2012-11-20 Diane Troutrdf:Resource can be either a resource or a blank node.
2012-11-16 Diane TroutFurther attempts to validate RDF models.
2012-11-14 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-09-27 Diane Troutolder librdf wanted to include type information when...
2012-09-24 Diane TroutDefine XHTML_RDF_DTD as None when we can't load the DTD
2012-09-24 Diane TroutMake the public html pages valid xhtml, and validate...
2012-09-20 Diane TroutMake a validation error message between different ages...
2012-09-20 Diane TroutMinor tweaks to deal with the older version of librdf...
2012-09-19 Diane TroutUse htsworkflow ontology to validate various RDF using...
2012-09-19 Diane TroutRefactor property type validator to support multiple...
2012-09-19 Diane TroutAdd stub xhtml vocab ontology, to make model validation...
2012-09-18 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-09-18 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-09-18 Diane TroutImprovements to rdfinfer.
2012-09-18 Diane TroutChange rdfhelp.dump_model so you can specify a destinat...
2012-09-18 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-09-15 Diane TroutStart implementing infering triples.
2012-09-12 Diane TroutAnother tweak to allow parser detection to work on...
2012-09-11 Diane TroutBetter parser guessing when grabbing plain text from...
2012-09-10 Diane TroutAllow retrying retrieving rdf from website a few times.
2012-09-01 Diane TroutHave librdf open the urls in load_into_model instead...
2012-08-31 Diane TroutAllow option to save/restore a sequence class to a...
2012-08-28 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-08-28 Diane Troutsanitize_literal had trouble with empty strings.
2012-06-27 Diane TroutAuto-generate a secret key for django and store in...
2012-06-21 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-05-25 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-05-25 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-05-23 Diane TroutGenerate html reports when doing sparql queries with...
next