- 06 Sep, 2017 1 commit
-
-
John Chilton authored
Now that newer releases require a library that the mere presence of breaks an older version of Galaxy, I think this will be encountered more during development. It is breaking Planemo's ability to switch between different versions of Galaxy. https://github.com/galaxyproject/galaxy/pull/2836
-
- 01 Mar, 2016 2 commits
-
-
Dannon Baker authored
-
Dannon Baker authored
This silences logging when display whitelist isn't explicitly defined and the default file doesn't exist. Explicit usage still logs a failure.
-
- 17 Feb, 2016 1 commit
-
-
Dannon Baker authored
This is a sensible enough default, and requiring the option to be set in galaxy.ini is cumbersome and unnecessary since it's admin-only functionality.
-
- 02 Feb, 2016 1 commit
-
-
John Chilton authored
This way resolvers like the Module resolver work even if tool_dependency_dir is not set.
-
- 14 Jan, 2016 2 commits
-
-
John Chilton authored
-
John Chilton authored
I'm making more things configurable in case someday the BSD user wants to use Galaxy - the default shell for jobs can be configured at the galaxy or job destination level now.
-
- 05 Jan, 2016 1 commit
-
-
Dannon Baker authored
-
- 03 Jan, 2016 2 commits
-
-
John Chilton authored
- Add monitor tag on toolbox root elements to force Galaxy to watch the toolbox for changes. - Refactoring and test improvements for existing tool monitoring code. - Implement toolbox shutdown process to ensure different watchers don't compete with each other. - Set the default tool conf to be monitored.
-
John Chilton authored
Introduce an app ToolCache to help ensure this operation remains speedy.
-
- 02 Jan, 2016 1 commit
-
-
John Chilton authored
-
- 18 Dec, 2015 1 commit
-
-
Dannon Baker authored
-
- 15 Dec, 2015 1 commit
-
-
shane authored
-
- 14 Dec, 2015 3 commits
- 10 Dec, 2015 1 commit
-
-
Dannon Baker authored
-
- 09 Dec, 2015 1 commit
-
-
Nicola Soranzo authored
Also fix the log message.
-
- 03 Dec, 2015 1 commit
-
-
John Chilton authored
Should work when mapping over collections or for big muli-run tool submissions. Because of database tension with sqlalchemy it is not strictly a linear increase, but the end user walltime experience for a 24 dataset collection being submitted using 4 threads instead 1 drops execution time from 68 seconds to 35. Rebased with fixes thanks to @nsoranzo - https://github.com/jmchilton/galaxy/commit/7f6514a21222ea787a0676764e4a4fe825891b27#commitcomment-14712999.
-
- 18 Nov, 2015 1 commit
-
-
carlfeberhard authored
Webpack: allow extending options from template call, add /login as app entry point for login app (still allowing user/login), add root/welcome and /login to allowed paths when require_login, fix None type error for redirect when visiting user/login directly, fix rendering of masthead, add query string to object util, correct job_id loading from index
-
- 30 Oct, 2015 1 commit
-
-
Eric Rasche authored
-
- 07 Oct, 2015 1 commit
-
-
John Chilton authored
These "Text file busy" errors are occasionally encountered in the wild in production settings and more commonly when running Galaxy in Docker containers. Simply sycning the file system has proven insufficient to prevent the problem and I do not want to add an arbitrary sleep. So this new strategy is used. - Inject special functionality into each job script that when executed with a certain environment variable set causes the script to exit with a specific return code. - Have Galaxy rerun this script in that configuration until it can succeed in executing the script. - In between each iteration sleep for a small amount of time and try to cause a file system sync. This entire is ... insane ... so I have added a configuration option to disable it entirely check_job_script_integrity=False.
-
- 01 Oct, 2015 1 commit
-
-
Dannon Baker authored
-
- 30 Sep, 2015 1 commit
-
-
Dannon Baker authored
-
- 23 Sep, 2015 1 commit
-
-
Eric Rasche authored
Normally the proxy binds to :8800 and runs containers under :8800/ipython/... which is great... until you have an upstream proxy like apache wrapping that at the url FQDN/ipython and suddenly your cookies aren't available because they're specific to /galaxy. Thus, when an upstream proxy is in use, we correct the proxy's path to: with :8800/{cookie_path}/gie_proxy/ipython/... which behaves much more nicely with upstraem proxies.
-
- 16 Sep, 2015 1 commit
-
-
John Chilton authored
Unifies logging through the testing process. Requires adding a Galaxy option to disable its own attempts to configure a different root logger.
-
- 12 Aug, 2015 1 commit
-
-
Dannon Baker authored
Remove old cloudlaunch in favor of https://github.com/galaxyproject/cloudlaunch, at launch.usegalaxy.org
-
- 01 Aug, 2015 1 commit
-
-
Dannon Baker authored
Swap track_jobs_in_database to be True by default. This removes the current multiprocess detection logic in favor of simplifying the configuration, and fixes a bug where uwsgi + 1 handler will not work.
-
- 30 Jul, 2015 1 commit
-
-
Dannon Baker authored
Swap track_jobs_in_database to be True by default. This removes the current multiprocess detection logic in favor of simplifying the configuration, and fixes a bug where uwsgi + 1 handler will not work.
-
- 27 Jul, 2015 3 commits
-
-
Carl Eberhard authored
Interactive environments: move static base url from 'visualizations' to 'interactive_environments' for int env plugins
-
Dannon Baker authored
-
Dannon Baker authored
-
- 15 Jul, 2015 1 commit
-
-
Nate Coraor authored
-
- 13 Jul, 2015 1 commit
-
-
Nate Coraor authored
`{eggs,pkg_resources}.require`. Probably broke some stuff where we were trying to be smart about whether a particular egg was available, but Galaxy does at least start.
-
- 16 Jun, 2015 1 commit
-
-
Dannon Baker authored
-
- 15 Jun, 2015 1 commit
-
-
Dannon Baker authored
-
- 01 May, 2015 3 commits
-
-
Dannon Baker authored
-
Dannon Baker authored
-
Dannon Baker authored
Factor out is_uwsgi_process, apply to use_interactive so I don't have to keep changing my config (and hopefully to benefit others ;) )
-
- 27 Apr, 2015 1 commit
-
-
Nate Coraor authored
sample config file. Also disables checks at startup.
-