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

Add incoming test reports WebSocket feed #6

Open
preaction opened this issue May 5, 2017 · 0 comments
Open

Add incoming test reports WebSocket feed #6

preaction opened this issue May 5, 2017 · 0 comments

Comments

@preaction
Copy link
Member

We should have a WebSocket feed available for reports as they come in from testers. This feed can be used by users to get test results just as quickly as they are generated, and they can be used by the backend to trigger processing jobs as data arrives, removing the need for a cron job and improving the processing speed of the site.

This requires that we have a test report document format defined (#5). The legacy Metabase API will need to write to this feed, so we will need a translation from the Metabase structure to the new structure. This translation will need to be used in quite a few places until the existing data can be migrated.

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

1 participant