woodpecker/web
Anbraten 556607b525
Rework log streaming and related functions (#1802)
closes #1801
closes #1815 
closes #1144
closes  #983
closes  #557
closes #1827
regression of #1791

# TODO
- [x] adjust log model
- [x] add migration for logs
- [x] send log line via grpc using step-id
- [x] save log-line to db
- [x] stream log-lines to UI
- [x] use less structs for log-data
- [x] make web UI work
  - [x] display logs loaded from db
  - [x] display streaming logs
- [ ] ~~make migration work~~ -> dedicated pull (#1828)

# TESTED
- [x] new logs are stored in database
- [x] log retrieval via cli (of new logs) works
- [x] log streaming works (tested via curl & webui)
- [x] log retrieval via web (of new logs) works

---------

Co-authored-by: 6543 <6543@obermui.de>
2023-06-06 09:52:08 +02:00
..
public/favicons Improve favicons (#576) 2021-12-08 13:58:00 +01:00
src Rework log streaming and related functions (#1802) 2023-06-06 09:52:08 +02:00
.eslintignore Update dependencies and tiny adjustments to UI (#1083) 2022-08-09 14:13:32 +02:00
.eslintrc.js Hide not owned repos from sidebar and repo list (#1453) 2023-01-31 09:37:11 +01:00
.gitignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.prettierignore Replace yarn with pnpm (#1240) 2022-10-08 16:15:07 +02:00
.prettierrc.js Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
components.d.ts Do not store inactive repos (#1658) 2023-03-21 23:01:59 +01:00
index.html Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632) 2021-12-21 02:26:42 +01:00
LICENSE Pull in frontend 2019-11-12 14:27:39 +01:00
package.json Update pnpm lock file version (#1688) 2023-04-02 13:03:23 +02:00
pnpm-lock.yaml Update pnpm lock file version (#1688) 2023-04-02 13:03:23 +02:00
tsconfig.eslint.json Update dependencies and tiny adjustments to UI (#1083) 2022-08-09 14:13:32 +02:00
tsconfig.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
vite.config.ts Update frontend dependencies (#1655) 2023-03-20 00:07:18 +01:00
web.go Update Go dependencies and minimal Go version to 1.20 (#1650) 2023-03-21 00:48:15 +01:00
windi.config.ts Unify buttons, links and improve focus styles (#1317) 2022-11-18 08:10:43 +01:00