Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Update /api/status to match output from lorax-composer #74

Merged
merged 1 commit into from
May 16, 2018

Conversation

bcl
Copy link
Collaborator

@bcl bcl commented May 15, 2018

Fixes issue #71

Output now looks like:

{
"build": "b18d239",
"backend": "weldr",
"schema_version": "4",
"db_supported": true,
"api": "0",
"db_version": "4"
}

Fixes issue weldr#71

Output now looks like:

{
    "build": "b18d239",
    "backend": "weldr",
    "schema_version": "4",
    "db_supported": true,
    "api": "0",
    "db_version": "4"
}
@coveralls
Copy link

Pull Request Test Coverage Report for Build 138

  • 21 of 23 (91.3%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.008%) to 72.373%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/BDCS/API/Server.hs 17 19 89.47%
Files with Coverage Reduction New Missed Lines %
src/BDCS/API/Server.hs 1 62.04%
Totals Coverage Status
Change from base Build 137: -0.008%
Covered Lines: 1577
Relevant Lines: 2179

💛 - Coveralls

@atodorov
Copy link
Member

LGTM

atodorov added a commit to atodorov/welder-web that referenced this pull request May 16, 2018
weldr/bdcs-api#74 changes the format of
Haskell API response for /api/status to match the one from
lorax-composer. This requires updating how we grep for things.
@bcl bcl merged commit 27282a2 into weldr:master May 16, 2018
atodorov added a commit to atodorov/welder-web that referenced this pull request May 16, 2018
weldr/bdcs-api#74 changes the format of
Haskell API response for /api/status to match the one from
lorax-composer. This requires updating how we grep for things.
atodorov added a commit to osbuild/cockpit-composer that referenced this pull request May 17, 2018
weldr/bdcs-api#74 changes the format of
Haskell API response for /api/status to match the one from
lorax-composer. This requires updating how we grep for things.
jkozol pushed a commit to jkozol/welder-web that referenced this pull request Jul 30, 2019
weldr/bdcs-api#74 changes the format of
Haskell API response for /api/status to match the one from
lorax-composer. This requires updating how we grep for things.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants