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

Update /api/status response to match lorax-composer #71

Open
atodorov opened this issue May 10, 2018 · 0 comments
Open

Update /api/status response to match lorax-composer #71

atodorov opened this issue May 10, 2018 · 0 comments
Assignees

Comments

@atodorov
Copy link
Member

This is what we have in lorax-composer:

{
  "api": "0", 
  "backend": "lorax-composer", 
  "build": "19.7.14-1", 
  "db_supported": true, 
  "db_version": "0", 
  "schema_version": "0"
}

Original issue:
weldr/lorax#355

@bcl bcl self-assigned this May 14, 2018
bcl added a commit to bcl/bdcs-api that referenced this issue May 15, 2018
Fixes issue weldr#71

Output now looks like:

{
    "build": "b18d239",
    "backend": "weldr",
    "schema_version": "4",
    "db_supported": true,
    "api": "0",
    "db_version": "4"
}
bcl added a commit to bcl/bdcs-api that referenced this issue May 15, 2018
Fixes issue weldr#71

Output now looks like:

{
    "build": "b18d239",
    "backend": "weldr",
    "schema_version": "4",
    "db_supported": true,
    "api": "0",
    "db_version": "4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants