Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 99c2a6b623ef063d9b3611d7b5621b737cbe12ab
https://github.com/galaxyproject/galaxy/commit/99c2a6b623ef063d9b3611d7b562…
Author: carlfeberhard <carlfeberhard(a)gmail.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M lib/galaxy/managers/configuration.py
M lib/galaxy/web/framework/base.py
M lib/galaxy/web/framework/helpers/__init__.py
Log Message:
-----------
API: add server_starttime to api/configuration
Adds key server_starttime to the JSON returned from api/configuration.
This is the epoch time since the last server restart and may be
convenient for use in client-side caching.
This moves server_starttime from web/framework/helpers/__init__.py
(for use in script cache-busting) to web/framework/base.py.
On the client, this should be available to all pages as:
Galaxy.config.server_starttime.
Commit: ebb3c1fcec988a96f2cd46309096140087ba5aaf
https://github.com/galaxyproject/galaxy/commit/ebb3c1fcec988a96f2cd46309096…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M lib/galaxy/managers/configuration.py
M lib/galaxy/web/framework/base.py
M lib/galaxy/web/framework/helpers/__init__.py
Log Message:
-----------
Merge pull request #2124 from carlfeberhard/config-restart-time
API: add server_starttime to api/configuration
Compare: https://github.com/galaxyproject/galaxy/compare/bf83b39e0d30...ebb3c1fcec98
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: af42338ecca940a6d40f356a18fd78e6a8c995af
https://github.com/galaxyproject/galaxy/commit/af42338ecca940a6d40f356a18fd…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M Makefile
M scripts/bootstrap_history.py
Log Message:
-----------
Automate and clarify more of the release process.
upstream is used repeatedly and just assumed to be a remote - this tests for it and adds it if it doesn't exist before using in make commands now. This also automates the previous release to dev merge in the instructions with a new Make command.
Additionally, two PRs need to be created to update versions. This prints a reminder to do this and adds it to the release checklist. Ideally, these PRs could be avoided with a direct push or automatically created with hub (https://github.com/github/hub).
Commit: 428c30680eb40c6d5456b2b0ce80610642da548f
https://github.com/galaxyproject/galaxy/commit/428c30680eb40c6d5456b2b0ce80…
Author: Martin Cech <cech.marten(a)gmail.com>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M Makefile
M scripts/bootstrap_history.py
Log Message:
-----------
Merge pull request #2117 from jmchilton/release_improve
Automate and clarify more of the release process.
Compare: https://github.com/galaxyproject/galaxy/compare/aa69d5007d99...428c30680eb4