Rust web app and backend to submit and visualize Kotlin build reports
Go to file
Harsh Shandilya b3862e6372 chore(readme): document project goals 2022-09-16 16:30:03 +05:30
.github fix(ci): bump MSRV to 1.59.0 2022-09-16 16:08:31 +05:30
src fix: suppress `clippy::no_effect_underscore_binding` lint 2022-09-16 16:09:49 +05:30
.gitignore feat: initial release 2022-09-16 10:47:42 +05:30
Cargo.lock feat: implement submission of reports 2022-09-16 15:12:23 +05:30
Cargo.toml feat: implement submission of reports 2022-09-16 15:12:23 +05:30
LICENSE-APACHE feat: initial release 2022-09-16 10:47:42 +05:30
LICENSE-MIT feat: initial release 2022-09-16 10:47:42 +05:30
README.md chore(readme): document project goals 2022-09-16 16:30:03 +05:30
deny.toml feat(ci): setup Renovate and GHA 2022-09-16 15:22:17 +05:30
release.toml feat: initial release 2022-09-16 10:47:42 +05:30

README.md

build-report-ingestor Check Rust code

An attempt at building a Gradle Enterprise-like dashboard for Kotlin Build Reports.

TODO

  • Expose an HTTP endpoint for accepting build reports
  • Persist reports to disk
  • Expose a server-driven web dashboard that shows all reports
    • Detailed view for individual reports
    • Track trends for individual metrics across multiple reports