- Sep 27, 2014
-
-
Vermaat authored
Upstream Spyne crashes on POST requests to the HTTP/RPC+JSON webservice. We patched it in a rather hacky way. This was a regression from the old codebase, where we installed Spyne separately from our LUMC GitHub mirror. This is now also referenced in the requirements.txt file. Thanks to Ken Doig for reporting the issue.
-
- Aug 27, 2014
-
-
Vermaat authored
See http://pytest.org/
-
- Apr 23, 2014
-
-
Vermaat authored
This is quite a large commit, touching many things related to developer documentation. It is all focussed on getting as much of this as possible into the new Sphinx-based documentation. Some highlights: - Start Sphinx-based developer documentation, including fairly complete instructions for installation and configuration. - Remove epydoc API docs. - Rework some docstrings to conform to reStructuredText, so they can be used in the API docs generated by Sphinx. - Move all of the top-level text files to reStructuredText so they can linked from the Sphinx-based docs and for consistency. - Remove many obsolete things from the extras/ directory, including old installation scripts and migrations. Many of the installation related documentation and scripts are removed or adapted in light of the new automated deployment using Ansible.
-
- Mar 08, 2014
-
-
Vermaat authored
-
- Feb 17, 2014
-
-
Vermaat authored
-
- Feb 05, 2014
-
-
Vermaat authored
-
- Jan 22, 2014
-
-
Vermaat authored
This is The Good Stuff. The entire test suite can now be run without having to setup a database, running the batch checker, any of the web services or the website. It even passes without an internet connection. In, like, 30 seconds! Awesome! This means tests don't randomly fail after some reference sequence changes on the NCBI server and it doesn't take an entire configured server with mapping database setup to run the tests. Those are things of the past! No more frustrations, Mutalyzer is testable! Going down now... The mountain screamed three times today I guess it thought it'd like to play How much does one have to pay To fry a peak and melt away Launching titan's breath on mine The sweating measure lands on time And the old man, down by the river Well he walks up and he walks on down To the spaceship that's parked at your doorstep And it's waiting to take you away now Goin' down now Goin' down now Looking for the rate that crowed He's hooked up down in Mexico Slap my nerve now give me more It's my disaster friend, not yours And the old man, down by the river Well he walks up and he walks on down To the spaceship that's parked at your doorstep And it's waiting to take you away now And the last one, it's down by the river Where he gets up and he walks on down To the spaceship that's parked at your doorstep And it's waiting to take you away now It's down by the river, it's always this way now It's down by the river, it's always this way now Going down now Going down now now, now, now down, down, down
-
- Jan 16, 2014
-
-
Vermaat authored
This includes changing a lot of routes and parameter names to be more consistent. We try to remain backwards compatible as much as possible by providing redirects from old routes and parameter names.
-
- Jan 10, 2014
- Dec 23, 2013
-
-
Vermaat authored
Port the entire batch job infrastructure, including scheduler, to use the SQLAlchemy ORM instead of the old Db module.
-
- Dec 19, 2013
-
-
Vermaat authored
Remove the dependency on configobj and have default values for all configuration settings. User settings are defined in a Python module pointed to by the MUTALYZER_SETTINGS environment variable. We also clean up many configuration settings and remove some that are no longer used.
-
- Dec 13, 2013
-
-
Vermaat authored
Do not try to implement a full UNIX daemon suitable for init.d with the batch daemon, but rather keep it simple and depend on something like supervisord to implement process control. We now also correctly handle SIGINT (Ctrl+C) and SIGTERM signals.
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
See http://stackoverflow.com/a/12297929
-
Vermaat authored
-
Vermaat authored
-