Commit graph

5 commits

Author SHA1 Message Date
Nikos Papadakis
9b0ddf107e
ci: refactor - use cached builds, add tests and lints 2023-09-10 13:51:06 +03:00
Nikos Papadakis
7e71df8a96
app: fix dialyixir (closes ) 2023-08-29 14:17:08 +03:00
Nikos Papadakis
be7f584010
app: a nice poc background connection with the agent
Dynamically supervise a GRPC connection and keep it alive for a while,
using a timeout to kill the process on inactivity.

The Connection GenServer keeps the connection alive, while listening to
a health stream from the GRPC endpoint, notifying any subscribed
listeners about changes to health.

This health is then propagated to the main servers page.

Also create a looping get_sys_info which retrieves some basic system
information.
2023-08-26 00:51:04 +03:00
Nikos Papadakis
1a2f7d78e8
app: add user authentication 2023-07-28 23:44:00 +03:00
Nikos Papadakis
de55092ade
rename backend -> app 2023-07-19 23:24:24 +03:00
Renamed from backend/mix.exs (Browse further)