Proto commits in AmbientRun/Ambient

These 5 commits are when the Protocol Buffers files have changed:

Commit:443265d
Author:Kuba
Committer:GitHub

Propagate deploy server warnings (#806) * Propagate deploy server warnings * Fix formatting

The documentation is generated from this commit.

Commit:d0580d9
Author:Philpax

update deploy

Commit:5cba1c1
Author:Kuba Jaroszewski

Rename version to deployment

Commit:b91a5e2
Author:Kuba
Committer:GitHub

Revamp deployments (#511) * Implement chunked upload * Change proto for differential uploads * Switch to ember on gRPC level * Implement differential uploads * Finish differential uploads for deploy * Move dependencies to the main Cargo.toml * Handle empty files * Fail early on non-valid paths

Commit:6c526f6
Author:Kuba
Committer:GitHub

Add `deploy` command (#368) * WIP * Add file reading task and copy .proto * Move deploy specific deps to deploy crate * Add feature gate for deploy * Clean up * Re-generate Cargo.lock * Fix path handling after the merge * Only deploy build dir * Add compression * Prevent task panic on error * Add TLS * Minor * Add protobuf-compiler installation * Switch protoc installation to taiki-e/install-action@v2