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 bob version information #247

Closed
ikopylov opened this issue Jul 1, 2021 · 1 comment · Fixed by #248
Closed

Extend bob version information #247

ikopylov opened this issue Jul 1, 2021 · 1 comment · Fixed by #248
Assignees

Comments

@ikopylov
Copy link
Member

ikopylov commented Jul 1, 2021

  1. --version parameter should additionally print commit hash from which the binary was built
  2. Bob version should also be available from REST API (version + commit hash)
@idruzhitskiy idruzhitskiy self-assigned this Jul 1, 2021
@idruzhitskiy idruzhitskiy linked a pull request Jul 2, 2021 that will close this issue
@ikopylov
Copy link
Member Author

ikopylov commented Jul 3, 2021

It is also required to include backend (Pearl) version to the output. We found a problem that an old version of Bob was unexpectedly built with a new version of Pearl, so we need a way to diagnose such problems in the future.

If possible, it would be nice to include commit hash for Pearl as well.

Additionally, it would be nice to include build time to the output of --version.

For the REST API the output should be JSON with Bob version, Pearl version and build time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants