- Sep 06, 2016
-
-
John Chilton authored
-
- Aug 31, 2016
-
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
Avoid loop when preprocessing fails and polling enabled.
-
- Aug 30, 2016
-
-
John Chilton authored
Tweak to behavior added here https://github.com/galaxyproject/pulsar/commit/8242741ba15e5b753fbd7f2845156552071adfa0. Don't postprocess the failed job, just indicate the proxy status as failed and be done with it.
-
John Chilton authored
Slew of import order fixes to bring in line with gx standard.
-
John Chilton authored
So it turns out nose.tools.timed doesn't actually kill functions on timeout. Create a new decorator that actually does using the stopit library. Add decorator to another function that appears to hang under Python 3.4 sometimes. Finally, under Python 3.4 on Traivs print the functions running so we can see hung entries.
-
John Chilton authored
-
John Chilton authored
Add install testing to Travis.
-
John Chilton authored
Finally includes testing against actual Galaxy master branch.
-
- Aug 29, 2016
-
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
- Aug 27, 2016
-
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
- Jun 09, 2016
-
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
Fix Pulsar client staging up for $__tool_directory__ references.
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
curl transport improvements (timeout handling)
-
- Jun 08, 2016
-
-
Nate Coraor authored
transport.
-
Nate Coraor authored
general framework for setting any other transport options that might be necessary), and add an exception that can be raised up to the pulsar runner in Galaxy to handle communication problems while checking state or submitting jobs. Fixes a problem encountered on usegalaxy.org where the monitor thread would encounter some network problem and block forever (until handler restart). Partially fixes #114 in that restarts will not kill running jobs, but if Galaxy attempts to submit a job while Pulsar is down it will still fail.
-
- Apr 20, 2016
-
-
John Chilton authored
-
John Chilton authored
... per my discretion as BDFN (see Project Goverance for more information https://github.com/galaxyproject/pulsar/blob/master/docs/organization.rst). Thanks for the continued awesome work on all things Galaxy @mvdbeek, your contributions rock.
-
John Chilton authored
Use managers defined in job destination parameters
-
John Chilton authored
Fix for locating cli shell/job plugins
-
- Apr 19, 2016
-
-
Marius van den Beek authored
-
Marius van den Beek authored
-
Marius van den Beek authored
The path to the CLI job/shell plugins was build based on the current working directory, but this would not work if pulsar had been installed into a virtualenv. Instead we infer the package path with inspect.getsourcefile().
-
- Apr 18, 2016
-
-
Marius van den Beek authored
and log a warning.
-
John Chilton authored
See https://pypi.python.org/pypi/pulsar-galaxy-lib.
-
John Chilton authored
-
John Chilton authored
Allow per-manager job directories.
-