-
Notifications
You must be signed in to change notification settings - Fork 3
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 status update endpoint to receive updates from Testflinger #184
Conversation
7d3b59f
to
b8e4172
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few comments
backend/test_observer/controllers/test_executions/status_update.py
Outdated
Show resolved
Hide resolved
88a83e9
to
78a0518
Compare
42d5d77
to
885a4f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty neat and clean! Just one comment and also can you please share a video recording of how it looks like
0c60ea6
to
fdb1784
Compare
@val500 don't forget to attach a video of the frontend UI as otherwise it's difficult for me to imagine how it'll look like |
|
c6d5472
to
975081e
Compare
@@ -51,7 +51,7 @@ class TestResultsFilterExpandable extends ConsumerWidget { | |||
), | |||
children: filteredTestResults | |||
.map( | |||
(testResult) => TestResultExpandable(testResult: testResult), | |||
(testResult) => TestResultExpandable(testResult: testResult), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like unintended whitespace damage?
Nice I like the table. Just the left padding seems a bit off for some test executions/environments |
dde4022
to
8c1bba9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for being patient and following up with our concerns!
8c1bba9
to
ecab5ea
Compare
Changes: