[galaxyproject/galaxy] e0990e: extend API version information
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: e0990e2ab58895e9667438aa3207f1a15e9ec3bf https://github.com/galaxyproject/galaxy/commit/e0990e2ab58895e9667438aa3207f... Author: Manabu ISHII <manabu.ishii.rb@gmail.com> Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/configuration.py Log Message: ----------- extend API version information extend API version information #1907 https://github.com/galaxyproject/galaxy/issues/1907 output json file contents with version_major ``` {"extra": {"user_tag": "_fix_job_runner_issue", "commit-id": "abcde123"}, "version_major": "16.10"} ``` First check environment value GALAXY_VERSION_JSON_FILE. if it's not set, try "galaxy root direcotory"/version.json. if json file is not find, extra set empty. Commit: c2d1a2a1897ba05e5067433fcecdfcd60c761009 https://github.com/galaxyproject/galaxy/commit/c2d1a2a1897ba05e5067433fcecdf... Author: Manabu ISHII <manabu.ishii.rb@gmail.com> Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/configuration.py Log Message: ----------- fix lint Commit: 0c0e58d5fb6c48418c36e547e976dde1dfd79942 https://github.com/galaxyproject/galaxy/commit/0c0e58d5fb6c48418c36e547e976d... Author: Manabu ISHII <manabu.ishii.rb@gmail.com> Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/configuration.py Log Message: ----------- fix lint Commit: 8c34293602ec99b7deb128f60e2086f89f25e64a https://github.com/galaxyproject/galaxy/commit/8c34293602ec99b7deb128f60e208... Author: John Chilton <jmchilton@gmail.com> Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/configuration.py Log Message: ----------- More idiomatic Python for extended version information. - Eliminate the use of a bare except. - Use a ``with`` to ensure file handling is cleaned up. Commit: 9646d264a1a9d9d9107c2311deb4e6f319bb417d https://github.com/galaxyproject/galaxy/commit/9646d264a1a9d9d9107c2311deb4e... Author: John Chilton <jmchilton@gmail.com> Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/configuration.py Log Message: ----------- Merge pull request #3411 from manabuishii/extend_api_version extend API version information Compare: https://github.com/galaxyproject/galaxy/compare/29cdd6007fa3...9646d264a1a9
participants (1)
-
GitHub