Skip to content

Commit

Permalink
add website badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicBurkart committed Jun 13, 2021
1 parent 9163494 commit 1d418e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ categories = ["build-utils", "development-tools", "concurrency", "network-progra
readme = "README.md"
homepage = "https://dominic.computer/turbolift"
license = "Hippocratic-2.1"
repository = "https://github.com/dominicburkart/turbolift/"

[features]
distributed = ["chrono", "turbolift_macros/distributed"]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
alt="turbolift’s current version badge"
title="turbolift’s current version badge" />
[![status](https://img.shields.io/github/checks-status/dominicburkart/turbolift/master)](https://github.com/DominicBurkart/turbolift/actions?query=branch%3Amaster)
[![website](https://img.shields.io/badge/-website-blue)](https://dominic.computer/turbolift)

Turbolift is a WIP distribution platform for rust. It's designed to make
distribution an afterthought by extracting and distributing specific
Expand Down Expand Up @@ -73,7 +74,7 @@ e.g. pin the env or match the OS of the current environment.

- [X] support kubernetes ([pr](https://github.com/DominicBurkart/turbolift/pull/2)).
- [ ] implement liveliness and readiness checks for pods.
- [ ] while setting up a new service, wait for the pod to come alive via
- [ ] while setting up a new service, wait for the pod to come alive via
readiness check instead of just sleeping ([code location](https://github.com/DominicBurkart/turbolift/blob/6a63d09afcd6e7234e62bcb797d31730cf49aacf/turbolift_internals/src/kubernetes.rs#L257)).
- [ ] roadmap support for other targets.
- [X] only use distributed configuration when flagged (like in
Expand Down

0 comments on commit 1d418e7

Please sign in to comment.