Test htsworkflow under several different django & python versions
[htsworkflow.git] / samples /
2017-02-28 Diane TroutPort test_samples to rdflib
2016-09-14 Diane TroutAdapt response.content for RDF and xhtml validator
2016-09-14 Diane Troutelpy+flake8 suggested some formatting improvements
2016-09-14 Diane TroutMove to render and use simple context dictionaries
2016-06-24 Diane TroutDefine filters variable again
2016-06-24 Diane TroutUpdate custom user model for django 1.9ish.
2016-06-24 Diane TroutRemove null=True from a few fields
2016-06-24 Diane TroutUpdate multiplex_id max length to 255
2016-06-24 Diane Troutgive LaneOptions object access to the admin site
2016-06-24 Diane TroutReplace permalink decorator with url reverse
2016-06-24 Diane TroutName all of the view that we need to reverse
2016-06-24 Diane TroutDjango 1.9 deprecated string based url names and django...
2016-03-12 Diane TroutIncrease size of Library.multiplex_id field
2015-05-26 Diane Troutset a created datetime in the factory, since I removed...
2015-05-21 Diane Troutremove unused import
2015-05-21 Diane Troutadd a few common accession agencies to the standard...
2015-05-21 Diane TroutAdd AccessionAgency and LibraryAccession
2015-05-20 Diane Troutlocalize all the RDF imports and use skipUnless to...
2015-05-20 Diane Troutremove commented out code
2015-05-20 Diane Troutimport specific names instead of import factory
2015-05-20 Diane Troutremove some unused imports
2015-05-12 Diane Troutremove unused imports
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutrecreate samples initial migration as strings instead...
2015-05-05 Diane Troutsimplify library report
2015-05-05 Diane TroutRemove unused imports
2015-05-05 Diane Troutadjust whitespace
2015-05-05 Diane TroutMove lanes_for from samples to experiments
2015-05-05 Diane Troutremove extra blank line
2015-04-06 Diane TroutDrop support for simplejson
2015-04-06 Diane TroutRemove suprious comma. Fixing a tuple <= int bug
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-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-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 TroutConvert old style except blocks to except Exception...
2015-01-21 Diane TroutUpdate test_retrieve_config to work with factories
2015-01-10 Diane TroutImprove samples_factory generated objects.
2015-01-10 Diane Troutunimportant whitespace changes, at least the lines...
2015-01-10 Diane Troutwhitespace changes
2015-01-10 Diane Troutfix typo -- or at least make it consistent. antigen...
2015-01-10 Diane TroutUse logger instead of trying to print to stdout. especi...
2015-01-09 Diane Troutone should only return json objects. so put our arrays...
2014-12-13 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2014-11-03 Diane Troutforgot to change one test to use factory
2014-11-01 Diane Troutname get_query_set was deprecated in favor of get_queryset
2014-11-01 Diane TroutConvert samples app to use migrations.
2014-07-24 Diane Troutpep8 whitespace cleanup.
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...