logscreen

Crates.iologscreen
lib.rslogscreen
version0.0.0-development
sourcesrc
created_at2024-03-06 17:27:17.620344
updated_at2024-03-06 17:27:17.620344
descriptionRust end-to-end application
homepage
repositoryhttps://github.com/kristof-mattei/logscreen
max_upload_size
id1165020
size273,963
Kristof Mattei (kristof-mattei)

documentation

README

Rust end-to-end application

It's written in Rust!

This is a framework for building Rust applications in combination with building Docker containers and never rebuilding code on release, instead we promote existing code.

TODO and done

  • Figure out how to deal with PRs pushing too many Docker containers

    We only build containers on the tip of the PR, so even if you're pushing 10 commits, we'll only build one.

  • Remove old containers when the new one gets build for a PR?
    Or rely on a general weekly untagged cleanup?
  • Remove PR containers when PR closed

    API currently unavailable

  • How do we deal with older containers on main?

    We move tags, so we'll need to wait for the API to clean up untagged versions

Commit count: 0

cargo fmt