You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
When build/app logs are logged back, store the logs in the db and socket.io them to the user where they are added to the log
When the user requests the page of logs, first show previous logs
Logs should be stored as an array of lines and appended as <li>s to /dashboard/apps/status on the appropriate well in the tub collapse. Moreover, there should also be a signal to collapse sections of logs (i.e. echo "_COLLAPSE_LOGS_")
Part of issue #39
The text was updated successfully, but these errors were encountered:
➕ Added an "Download log" button to download logs @
/dashboard/apps/logs/download?app=author/app&tub=tub
🚧 TODO: Add run id field as well (#42)
:lipstick: Add border colour, text colour, background, float and margin
to download button (a bootstrap .btn .btn-primary)
Here how it should work:
Logs should be stored as an array of lines and appended as
<li>
s to /dashboard/apps/status on the appropriate well in the tub collapse. Moreover, there should also be a signal to collapse sections of logs (i.e.echo "_COLLAPSE_LOGS_"
)Part of issue #39
The text was updated successfully, but these errors were encountered: