Commit Graph
1011 Commits
Author SHA1 Message Date
Nate Coraor d7dd9b2b65 WIP: drop stack configurability, this will come later. Cleanup for WIP
PR
2017-08-21 21:50:46 -04:00
Nate Coraor 27a0b1ba40 WIP: attempted to support workers shared between pools, but locking
won't allow for this, since you can't wait on messages from a specific
farm.
2017-08-21 21:48:01 -04:00
Nate Coraor ece3f242fb Abandoning unprogrammed mules (for now), fixes for programmed mules 2017-08-21 21:46:39 -04:00
Nate Coraor 092a6b4923 WIP uWSGI mule job handlers - it works! 2017-08-21 21:39:30 -04:00
Nate Coraor e2e3e5f7d1 WIP job handlers as uWSGI mules from GCC 2017 Hackathon. 2017-08-21 21:39:00 -04:00
Nate Coraor 85ea2d2728 Script reusage and generate uWSGI mule args 2017-08-21 21:36:48 -04:00
Nicola Soranzo bd88524a10 Fix import order and Python3 compatibility 2017-08-18 12:35:04 +01:00
Nicola Soranzo e32ad2864f Remove container config log message from cleanup scripts logs 2017-08-18 12:35:04 +01:00
Nicola Soranzo 4e75635d62 Use log.warning() instead of deprecated warn() 2017-08-18 12:35:04 +01:00
Nicola Soranzo a8d7b2df8b Fix more indentation errors 2017-08-17 11:35:39 +01:00
Nicola Soranzo a353b2e88f Fix E127 errors introduced by previous commit
using:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E127 .
```
2017-08-17 11:35:39 +01:00
Nicola Soranzo 21b44bf348 Fix all E201 and E202 style errors
using the following command:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E201,E202 .
```
2017-08-17 11:35:39 +01:00
Matt Chambers 25bd7178c1 Remove print of non-existent attribute 'content' 2017-08-16 14:44:51 -05:00
Max Schaefer 43ddd47320 Add missing var declarations.
In all these cases, a variable was not declared to be a local using `var` (and hence was implicitly interpreted as a global variable), but all uses of that variable were preceded by a definition within the same function, suggesting that the variable was, in fact, meant to be local, not global.
2017-08-16 15:22:42 +01:00
John Chilton 8189a1f1e2 Scripts to manage configuration infrastructure.
This has been rebased several times and includes a variety of fixes (some thanks to martenson).
2017-08-10 13:14:55 -04:00
John Chilton 1bdb99bbd7 Update galaxy.util.properties to allow YAML. 2017-08-10 13:14:55 -04:00
John Chilton 72e5a00ba0 Centralize launching server for reports and tool shed.
Initial outline of allowing launch via uwsgi.
2017-08-10 13:14:55 -04:00
John Chilton 6a7cc34e1b Bring Galaxy, reports, and shed run scripts in sync.
- They now uniformly handle server option processing.
- Reports and Tool Shed now respect many new and important options such as --skip_venv.
- Reports and Tool Shed now do extra checking around Python version that Galaxy does.

In addition to improving the reports and tool shed startup scripts and reducing cognative load with respect to option handling, this is an important pre-condition to us being able us to switch on uwsgi by default for all three services simultaneously without a bunch of copy and pasting.
2017-08-10 13:14:55 -04:00
E Rasche a177ccd026 not needed 2017-08-10 14:02:18 +02:00
E Rasche 4961697194 fix extension 2017-08-10 14:01:32 +02:00
E Rasche 847df13fc0 this should not have been missed 2017-08-10 14:00:43 +02:00
E Rasche c5b3612864 cleanup url in case 2017-08-10 13:51:41 +02:00
E Rasche f4383bd983 Fun things you find in production 2017-08-10 13:48:53 +02:00
E Rasche bdbe360305 fix pardir 2017-08-10 13:44:10 +02:00
John Chilton 68c7b0982b Merge pull request #4376 from erasche/grt-update-2
Galactic Radio Telescope Update
2017-08-07 07:41:50 -04:00
E Rasche a6fcb95a15 default false with expl 2017-08-07 10:52:39 +02:00
E Rasche 5b83c6c330 Merge branch 'grt-update-2' of github.com:erasche/galaxy into grt-update-2 2017-08-07 10:50:45 +02:00
E Rasche ddcddecb4a rename scripts 2017-08-07 10:49:56 +02:00
E Rasche 7e94cf20b0 fix todo 2017-08-07 10:48:16 +02:00
E Rasche 0ed3571f0d Fix various logging statements 2017-08-07 10:48:10 +02:00
E Rasche e8b367bde3 move to subdir 2017-08-07 10:44:54 +02:00
Eric Rasche d3b271761f remove a blank line 2017-08-04 17:18:09 +02:00
E Rasche b381a90fcb flake8 2017-08-04 17:00:47 +02:00
E Rasche 7deff20622 move up to fix print statement 2017-08-04 16:17:24 +02:00
E Rasche 5ed50dba1c Allow sending subsets 2017-08-04 16:03:54 +02:00
E Rasche 70f4bc957e update documentation and fix blacklisting bug 2017-08-04 13:45:01 +02:00
E Rasche 16f17efe49 remove remenants of __any__ 2017-08-04 13:07:19 +02:00
E Rasche 058c4a74b8 remove text metrics 2017-08-04 13:05:48 +02:00
E Rasche 08aeea3e92 add headers 2017-08-04 13:05:43 +02:00
E Rasche 5e6d1cba40 Some simplification which should significantly speed up parsing 2017-08-02 18:12:39 +02:00
E Rasche 6caded2125 unused function 2017-08-01 15:40:34 +02:00
E Rasche cefa47c698 remove keys from testing 2017-08-01 15:38:48 +02:00
E Rasche cf4dc28c5f Disable sanitization by default 2017-08-01 15:16:25 +02:00
E Rasche 94a8a9a841 default to sharing toolbox 2017-08-01 15:10:36 +02:00
E Rasche 07faeaa5ce Batched sql queries, sanitization 2017-08-01 14:35:50 +02:00
E Rasche df33d4f708 Super optimised GRT 2017-08-01 13:50:21 +02:00
E Rasche 50156d8e7b import from grt 2017-08-01 12:03:18 +02:00
E Rasche 93eac6dfcf remove redundant code 2017-08-01 11:50:38 +02:00
E Rasche a0292a46c7 Revert submission of instance metadata 2017-08-01 10:56:03 +02:00
E Rasche d453231226 Various optimisations 2017-07-31 16:30:31 +02:00