Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend API version information #3411

Merged
merged 4 commits into from Jan 18, 2017

Commits on Jan 12, 2017

  1. extend API version information

    extend API version information galaxyproject#1907
    galaxyproject#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.
    manabuishii committed Jan 12, 2017
    Copy the full SHA
    e0990e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. fix lint

    manabuishii committed Jan 13, 2017
    Copy the full SHA
    c2d1a2a View commit details
    Browse the repository at this point in the history
  2. fix lint

    manabuishii committed Jan 13, 2017
    Copy the full SHA
    0c0e58d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. More idiomatic Python for extended version information.

    - Eliminate the use of a bare except.
    - Use a ``with`` to ensure file handling is cleaned up.
    jmchilton authored and manabuishii committed Jan 16, 2017
    Copy the full SHA
    8c34293 View commit details
    Browse the repository at this point in the history