History¶
1.2.3¶
Fix path to version file for graceful under Galaxy 26.1 by @natefoo in https://github.com/galaxyproject/gravity/pull/156
Increase STARTUP_TIMEOUT to 90 for Galaxy dev startup by @natefoo in https://github.com/galaxyproject/gravity/pull/156
Use default celery beat schedule filename by @nsoranzo in https://github.com/galaxyproject/gravity/pull/150
Migrate from
setup.pytopyproject.tomlby @nsoranzo in https://github.com/galaxyproject/gravity/pull/155
1.2.2¶
Use scripts/galaxy-main for source-mode standalone start by @mvdbeek in https://github.com/galaxyproject/gravity/pull/146
Make
is_ready()abstract in newRollingRestartableServicesubclass by @nsoranzo in https://github.com/galaxyproject/gravity/pull/149
1.2.1¶
Update
settings_to_sample()to new Pydantic by @nsoranzo in https://github.com/galaxyproject/gravity/pull/140Add GRAVITY_SKIP_SYSTEMD env var to bypass root user checks by @mvdbeek in https://github.com/galaxyproject/gravity/pull/141
Fix version check by @mvdbeek in https://github.com/galaxyproject/gravity/pull/142
Dispatch option on gunicorn version by @mvdbeek in https://github.com/galaxyproject/gravity/pull/143
Modernize remaining pydantic v1 syntax to v2 by @mvdbeek in https://github.com/galaxyproject/gravity/pull/145
1.2.0¶
Breaking Changes¶
Dropped support for Python 3.7 by @nsoranzo
Removed support for deprecated unicornherder by @nsoranzo in https://github.com/galaxyproject/gravity/pull/130
Major Changes¶
Updates to systemd memory controls by @natefoo in https://github.com/galaxyproject/gravity/pull/131
Add support for Python 3.14 by @nsoranzo in https://github.com/galaxyproject/gravity/pull/133
Add option for setting journald log namespace under systemd by @natefoo in https://github.com/galaxyproject/gravity/pull/134
Other Changes¶
Bump actions/setup-python from 5 to 6 in https://github.com/galaxyproject/gravity/pull/136
Bump codecov/codecov-action from 2 to 5 in https://github.com/galaxyproject/gravity/pull/138
Bump actions/checkout from 4 to 6 in https://github.com/galaxyproject/gravity/pull/137
Add missing space to systemd description by @natefoo in https://github.com/galaxyproject/gravity/pull/135
Fix tests by @nsoranzo in https://github.com/galaxyproject/gravity/pull/139
1.1.1¶
Fix standalone server invocation in installed mode in https://github.com/galaxyproject/gravity/pull/129
1.1.0¶
Support running Galaxy without a root (i.e. from an installed location) in https://github.com/galaxyproject/gravity/pull/126
Add a simple multiprocessing-based process manager for running a Galaxy in the foreground in https://github.com/galaxyproject/gravity/pull/126
1.0.8¶
Update interactive tool command to reflect new package namespace by @dometto in https://github.com/galaxyproject/gravity/pull/125
1.0.7¶
Support new Galaxy configuration setting interactivetoolsproxy_map by @kysrpex in https://github.com/galaxyproject/gravity/pull/120
Add a command line flag for controlling systemd user mode by @natefoo in https://github.com/galaxyproject/gravity/pull/122
1.0.6¶
Support pydantic v1 and v2 by @mvdbeek in https://github.com/galaxyproject/gravity/pull/118
Fix GalaxyReportsService crash and remove config_type by @jvanbraekel in https://github.com/galaxyproject/gravity/pull/116
Support running multiple tusds and controlling the value of hooks-http by @natefoo in https://github.com/galaxyproject/gravity/pull/119
1.0.5¶
Support pydantic v1 and v2 by @heisner-tillman in https://github.com/galaxyproject/gravity/pull/118
1.0.4¶
Supervisor: more readable program name + reread config on each change by @abretaud in https://github.com/galaxyproject/gravity/pull/110
Remove unneeded supervisorctl update call by @abretaud in https://github.com/galaxyproject/gravity/pull/112
Minimal path change needed for galaxy PR 16795 by @sveinugu in https://github.com/galaxyproject/gravity/pull/114
1.0.3¶
Don’t create supervisor conf dir unless necessary, create the gravity data dir as the correct user by @natefoo in https://github.com/galaxyproject/gravity/pull/105
1.0.2¶
Pin a minimum package version of gx-it-proxy by @natefoo in https://github.com/galaxyproject/gravity/pull/102
1.0.1¶
Added configuration of gx-it-proxy to support path-based proxying by @sveinugu in https://github.com/galaxyproject/gravity/pull/100
1.0.0¶
Version 1.0.0 represents a significant update to Gravity, its features and functionality. Although Gravity 1.x is intended to be backwards compatible with 0.x, you are strongly encouraged to [read the documentation](https://gravity.readthedocs.io/en/latest/) if upgrading to Gravity 1.x or to Galaxy 23.0 (which depends on Gravity 1.x) in order to get the most out of the new features.
Support systemd as a process manager by @natefoo in https://github.com/galaxyproject/gravity/pull/77
Full stateless mode when working with single instances and other improvements for 1.0 by @natefoo in https://github.com/galaxyproject/gravity/pull/80
Multi-unicorn rolling restart and general multi-instance service support by @natefoo in https://github.com/galaxyproject/gravity/pull/81
Don’t clobber other Galaxies’ systemd units when managed by different Gravity config files by @natefoo in https://github.com/galaxyproject/gravity/pull/83
Don’t restart tusd on graceful by @natefoo in https://github.com/galaxyproject/gravity/pull/85
Read job_conf.yml by default if job_config_file is unset by @natefoo in https://github.com/galaxyproject/gravity/pull/86
Fixes for spaces in the galaxy root path, fix the galaxy entrypoint by @natefoo in https://github.com/galaxyproject/gravity/pull/87
Update existing env with program env when running exec, rather than the other way around by @natefoo in https://github.com/galaxyproject/gravity/pull/93
Hide the “exec” ServiceCommandStyle from documentation since it is only used internally by @natefoo in https://github.com/galaxyproject/gravity/pull/94
Updates for settings documentation generation by @natefoo in https://github.com/galaxyproject/gravity/pull/95
Set $VIRTUAL_ENV if virtualenv is set in config by @natefoo in https://github.com/galaxyproject/gravity/pull/97
Always add venv bin dir to $PATH if virtualenv is set by @natefoo in https://github.com/galaxyproject/gravity/pull/98
0.13.6¶
Fix graceful method for gunicorn
--preloadby @Slugger70 in https://github.com/galaxyproject/gravity/pull/76Add
--versionoption to get Gravity version by @natefoo in https://github.com/galaxyproject/gravity/pull/79Fix stopping of gx-it-proxy by @abretaud in https://github.com/galaxyproject/gravity/pull/91
0.13.5¶
If virtualenv is set in the Gravity config, automatically add its bin dir to $PATH if the gx-it-proxy is enabled by @natefoo in https://github.com/galaxyproject/gravity/pull/71
Support converting settings to command line arguments in a generalized way by @natefoo in https://github.com/galaxyproject/gravity/pull/73
0.13.4¶
Fixes for startup test by @natefoo in https://github.com/galaxyproject/gravity/pull/68
Fix setting environment vars on handlers by @natefoo in https://github.com/galaxyproject/gravity/pull/70
0.13.3¶
Don’t use gunicorn logging options with unicornherder by @natefoo in https://github.com/galaxyproject/gravity/pull/65
0.13.2¶
Don’t override PATH in subprocess call by @jdavcs in https://github.com/galaxyproject/gravity/pull/62
Only send pre create hook by @mvdbeek in https://github.com/galaxyproject/gravity/pull/64
0.13.1¶
Set correct default for environment settings by @natefoo in https://github.com/galaxyproject/gravity/pull/58
Don’t catch exceptions in the deregister, register, and rename subcommands by @natefoo in https://github.com/galaxyproject/gravity/pull/59
processesin thehandlingdict in the job conf dict is a dict, not a list by @natefoo in https://github.com/galaxyproject/gravity/pull/60
0.13.0¶
Add options to enable/disable gunicorn, celery, and celery-beat services by @natefoo in https://github.com/galaxyproject/gravity/pull/47
Add ability to include gravity config from a separate file and document by @natefoo in https://github.com/galaxyproject/gravity/pull/48
Only default to preload = true for gunicorn if not using unicornherder by @natefoo in https://github.com/galaxyproject/gravity/pull/49
Add option to specify tusd path by @natefoo in https://github.com/galaxyproject/gravity/pull/50
Support setting per-service environment variables by @natefoo in https://github.com/galaxyproject/gravity/pull/56
0.12.0¶
Fix typo in
log_dirdescription by @nsoranzo in https://github.com/galaxyproject/gravity/pull/44Shortcut individual services fix by @natefoo in https://github.com/galaxyproject/gravity/pull/45
Add additional options to celery beat / celery workers by @mvdbeek in https://github.com/galaxyproject/gravity/pull/46
0.11.0¶
Allow setting supervisor socket path via environment variable by @mvdbeek in https://github.com/galaxyproject/gravity/pull/36
Automatically switch to non-sample galaxy.yml if it exists by @mvdbeek in https://github.com/galaxyproject/gravity/pull/39
Add pydantic config schema by @mvdbeek in https://github.com/galaxyproject/gravity/pull/42
Add –quiet option to galaxy and galaxyctl start by @mvdbeek in https://github.com/galaxyproject/gravity/pull/40
Add support for yaml job config by @mvdbeek in https://github.com/galaxyproject/gravity/pull/37
Add –preload support for gunicorn by @mvdbeek in https://github.com/galaxyproject/gravity/pull/41
Support running tusd by @natefoo in https://github.com/galaxyproject/gravity/pull/23
0.10.0¶
Fix for the case where a job_conf.xml exists but no handlers are defined by @natefoo in https://github.com/galaxyproject/gravity/pull/24
Do not raise error if config file section is empty by @nsoranzo in https://github.com/galaxyproject/gravity/pull/25
Add tests for static handlers and a defined job_conf.xml with no handlers by @natefoo in https://github.com/galaxyproject/gravity/pull/26
Fix minor typos in readme by @ic4f in https://github.com/galaxyproject/gravity/pull/27
Move configuration to gravity key of galaxy.yml file by @mvdbeek in https://github.com/galaxyproject/gravity/pull/28
Fix for resolved galaxy.yml.sample symlink by @mvdbeek in https://github.com/galaxyproject/gravity/pull/31
Support managing gx-it-proxy via gravity by @mvdbeek in https://github.com/galaxyproject/gravity/pull/32
0.9¶
Gunicorn/fastAPI support, click support, tests by @mvdbeek in https://github.com/galaxyproject/gravity/pull/14
Don’t test on Python 3.6, which is unsupported by @natefoo in https://github.com/galaxyproject/gravity/pull/17
Update README. Also some various small bugfixes and fixes for other stuff mentioned in the README by @natefoo in https://github.com/galaxyproject/gravity/pull/18
Add unicornherder support by @natefoo in https://github.com/galaxyproject/gravity/pull/15
Expose the log following used by start -f as its own subcommand. by @natefoo in https://github.com/galaxyproject/gravity/pull/16
Better integration with Galaxy’s run.sh by @natefoo in https://github.com/galaxyproject/gravity/pull/19
Use relative paths in supervisord by @natefoo in https://github.com/galaxyproject/gravity/pull/21
Stole ideas and code from planemo in general.
Improve the AttributeDict so that it can have “hidden” items (anything that starts with a
_) that won’t be serialized. Also, it serializes itself and can be created via deserialization from a classmethod. This simplifies using it to persist state data in the new GravityState subclass.
0.8.3¶
Merge
galaxycfgandgalaxyadmcommands togalaxy.
0.8.2¶
Allow for passing names of individual services directly to
supervisorctlvia thestart,stop, andrestartmethods.Fix a bug where uWSGI would not start when using the automatic virtualenv install method.
0.8.1¶
Version bump because I deleted the 0.8 files from PyPI, and despite the fact that it lets you delete them, it doesn’t let you upload once they have been uploaded once…
0.8¶
Add auto-register to
galaxy startif it’s called from the root (or subdirectory) of a Galaxy root directory.Make
galaxycfg removeaccept instance names as params in addition to config file paths.Use the same hash generated for an instance name as the hash for a generated virtualenv name, so virtualenvs are more easily identified as belonging to a config.
Renamed from
galaxyadmintogravity(thanks John Chilton).
0.7¶
Added the
galaxyadmsubcommandgracefulon a suggestion from Nicola Soranzo.Install uWSGI into the config’s virtualenv if requested.
Removed any dependence on Galaxy and eggs.
Moved project to its own repository from the Galaxy clone I’d been working from.
Older¶
Works in progress as part of the Galaxy code.