Test htsworkflow under several different django & python versions
[htsworkflow.git] / experiments /
2017-02-28 Diane TroutPort test_experiment to rdflib
2017-02-23 Diane TroutForce a reasonable sort order for sample sheet
2017-02-23 Diane TroutA user object is not the same as a username
2017-02-22 Diane TroutExpect empty list instead of a 404.
2017-02-22 Diane TroutSet sort order on Lanes model.
2017-02-22 Diane TroutWhitespace change, wrap line for easier reading
2017-01-11 Diane TroutUpdate flowcell chage_form override
2017-01-11 Diane TroutUpdate referring to admin changelink static icons
2017-01-11 Diane TroutRemove obsolete render_options, it's available in the...
2016-09-15 Diane TroutFix test case looking for library id
2016-09-15 Diane Troutremove unused import
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 TroutDelete temp objects to avoid constraint error
2016-09-14 Diane TroutMove to render and use simple context dictionaries
2016-06-24 Diane TroutTry providing new django apps-style configuration
2016-06-24 Diane TroutThe sort order of lanes changed breaking my test
2016-06-24 Diane TroutSave new object before attaching to a collection
2016-06-24 Diane TroutAdmin url includes /change/ at the end
2016-06-24 Diane TroutRemove unused variables
2016-06-24 Diane Troutgive LaneOptions object access to the admin site
2016-06-24 Diane Troutwhite-space fix
2016-06-24 Diane TroutUse render instead of render_to_response
2016-06-24 Diane TroutReplace permalink decorator with url reverse
2016-06-24 Diane TroutUse reverse with named url patterns
2016-06-24 Diane TroutName all of the view that we need to reverse
2016-06-24 Diane TroutDjango 1.9? replaced request.REQUEST with .GET
2016-06-24 Diane TroutRemove unused imports
2016-06-24 Diane TroutCollapse multiple imports from the same module
2016-06-24 Diane TroutDjango 1.9 deprecated string based url names and django...
2015-10-27 Diane Troutuse decorator syntax for registering admin urls
2015-05-28 Diane Troutremove unused imports
2015-05-26 Diane Troutrename datarun to sequencing run, and propogate the...
2015-05-20 Diane Troutremove commented out code
2015-05-12 Diane Troutremove unused imports
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutmove comments out of experiments_flowcell flowcell...
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutflake8 whitespace change
2015-05-12 Diane Troutrecreate initial migration as strings instead of bytest...
2015-05-12 Diane Troutmove experiment templates into the experiments app
2015-05-05 Diane Troutupdate docstring
2015-05-05 Diane Troutadd in missing import
2015-05-05 Diane Troutadd in some missing imports
2015-05-05 Diane TroutRemove unused imports
2015-05-05 Diane Troutadjust whitespace
2015-05-05 Diane TroutAdd more tests for lanes_for
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-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-20 Diane TroutThe empty list is now not found
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-03-18 Diane Troutimport urljoin from six.moves.urllib.parse
2015-03-18 Diane Troutuse JsonResponse instead of making a json response...
2015-03-18 Diane Troutdrop support for simplejson. were only caring about...
2015-02-03 Diane Troutnew json code returns [] when there are no lanes
2015-02-03 Diane Troutconvert to unicode_literals
2015-01-29 Diane Troutconvert has_key to X in dictionary
2015-01-29 Diane Troutremove ,'s from more except blocks, and now a raise too
2015-01-29 Diane Troutuse force_text instead of force_unicode for python2...
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-13 Diane TroutUpdate inventory tests to use factory boy.
2015-01-12 Diane Troutmove the file type test cases out into their own module
2015-01-12 Diane Troutuse migrations for experiments, and use migrations...
2015-01-10 Diane TroutForgot to disable loading ClusterStation and Sequencer...
2015-01-10 Diane TroutConvert experiments modules to use factories instead...
2015-01-10 Diane Troutmove cluster station and sequencer tests out into their...
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-01 Diane TroutThe makemigrations code didn't like how I was setting...
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...