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

Activity Log backend and WebUI #110

Merged
merged 21 commits into from
Sep 15, 2022
Merged

Activity Log backend and WebUI #110

merged 21 commits into from
Sep 15, 2022

Commits on Sep 13, 2022

  1. feat: add ActivityLog backend

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    45d9eb0 View commit details
    Browse the repository at this point in the history
  2. feat: record ActivityLog entries

    - When the Station starts/stops
    - When the Saturn Module starts/stops
    - INFO & ERROR logs from Saturn
    
    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    733f4e2 View commit details
    Browse the repository at this point in the history
  3. feat: expose ActivityLog to renderer

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ac0abd9 View commit details
    Browse the repository at this point in the history
  4. fixup! address Julian comments

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    aad1f6e View commit details
    Browse the repository at this point in the history
  5. fixup! use String(val) instead of '' + val

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    780b762 View commit details
    Browse the repository at this point in the history
  6. fixup! remove unused clone()

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    610e8cf View commit details
    Browse the repository at this point in the history
  7. fixup! import types via JSDoc

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3e97d6a View commit details
    Browse the repository at this point in the history
  8. feat: limit ActivityLog size to 100 items

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4b8ddab View commit details
    Browse the repository at this point in the history
  9. fixup! remove forgotten console log

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0359412 View commit details
    Browse the repository at this point in the history
  10. fixup! add more typedefs

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4fd20c4 View commit details
    Browse the repository at this point in the history
  11. fixup! extract isDev variable

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d6eb214 View commit details
    Browse the repository at this point in the history
  12. fixup! fix deregistration of the IPC listener

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3271350 View commit details
    Browse the repository at this point in the history
  13. fixup! rework activity streaming to renderer

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7e2dcad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0aaa890 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Refactor activity log types (#127)

    * prototype activity log layout
    
    * fix types
    
    * refactor types
    
    * refactor names
    
    * refactor variable names
    
    * fix sorting bug
    
    * docs
    juliangruber authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d8e010f View commit details
    Browse the repository at this point in the history
  2. fix: fix eslint issue in tests

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    cf3e3f1 View commit details
    Browse the repository at this point in the history
  3. refactor: with Julian

    Co-authored-by: Julian Gruber <[email protected]>
    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos and juliangruber committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    cde1d46 View commit details
    Browse the repository at this point in the history
  4. feat: renderer integration & component

    Co-authored-by: Julian Gruber <[email protected]>
    bajtos and juliangruber committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    cd4157d View commit details
    Browse the repository at this point in the history
  5. fixup! more tweaks

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    Co-authored-by: Julian Gruber <[email protected]>
    bajtos and juliangruber committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6bff5be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3259737 View commit details
    Browse the repository at this point in the history
  7. fixup! fix store loading and tests

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    739b4a6 View commit details
    Browse the repository at this point in the history