Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Add completed_status to build table #1059

Merged
merged 3 commits into from
Nov 12, 2020

Conversation

karenetheridge
Copy link
Contributor

add build.completed_status

..to be returned in payloads for
GET /build/:id_or_name
GET /build

Now a build can be completed even if it has unhealthy devices.
build.completed_status = 'success' iff all devices are healthy,
and 'failure' otherwise.

..to be returned in payloads for
GET /build/:id_or_name
GET /build

Now a build can be completed even if it has unhealthy devices.
build.completed_status = 'success' iff all devices are healthy,
and 'failure' otherwise.
@karenetheridge karenetheridge added enhancement extends current functionality api database involves database schema or config changes, or non-trivial query authoring labels Nov 12, 2020
@karenetheridge karenetheridge added this to the v3.0.6 milestone Nov 12, 2020
@karenetheridge karenetheridge merged commit 163dd8c into master Nov 12, 2020
@karenetheridge karenetheridge deleted the ether/build-completed_status branch November 12, 2020 19:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api database involves database schema or config changes, or non-trivial query authoring enhancement extends current functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants