-
Notifications
You must be signed in to change notification settings - Fork 14
Activity Log backend and WebUI #110
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
Conversation
The PR is ready for final review. |
73f67eb
to
c90fd5e
Compare
@juliangruber Do you have any opinions on testing the renderer integration? Ideally, we should have end-to-end tests to verify that |
To keep iterating fast, if we decide to add e2e tests, then I am proposing to do so in a follow-up pull request. |
From my perspective we don't need tests for this at this stage. If anything we could start with IPC level tests, before looking at testing DOM results. And +1 to implementing both later. |
Signed-off-by: Miroslav Bajtoš <[email protected]>
- When the Station starts/stops - When the Saturn Module starts/stops - INFO & ERROR logs from Saturn Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
c90fd5e
to
4fd20c4
Compare
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
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.
see review comments above
* prototype activity log layout * fix types * refactor types * refactor names * refactor variable names * fix sorting bug * docs
Signed-off-by: Miroslav Bajtoš <[email protected]>
Co-authored-by: Julian Gruber <[email protected]> Signed-off-by: Miroslav Bajtoš <[email protected]>
d3fe20c
to
cde1d46
Compare
Co-authored-by: Julian Gruber <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]> Co-authored-by: Julian Gruber <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
We did a pair programming session with @juliangruber today and brought the PR to the finish line. @ronaldofs @jopedroliveira We implemented a simple Feel free to rework both |
See #81