Commit a4a3a5c
master-> dev (#95)
* RUSTSEC-2026-0049 (rustls-webpki) — fixed by upgrading 0.103.8 -> 0.103.10
* capture probe samples
* update notifications implemented, clippy fix, cargo fmt
* AlertManager + TokenProvider
* cargo clippy --no-default-features --features minimal fixes
* trigger pipe command
* fmt all
* feat: add real WebSocket and gRPC streaming transports
- Replace WS stub with real tokio-tungstenite client (ws_fetch_source,
ws_send_target, connect_and_stream)
- Add gRPC client transport (grpc_fetch_source, grpc_send_target) with
tonic/prost and JSON↔prost_types conversion
- Add proto/pipe.proto with PipeService (Send + Subscribe RPCs)
- Add build.rs for tonic-build protobuf compilation
- Route ws:// and grpc:// target URLs in handle_trigger_pipe to
appropriate streaming transports
- Add tokio-tungstenite, tonic, prost, prost-types dependencies
- All 371 lib tests + 19 integration tests passing
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* .claude/settings.local.json appears to be a local, developer-specific tool-permissions file. Committing it can unintentionally standardize local permissions or leak workflow assumptions. Consider removing it from version control and adding .claude/ (or at least settings.local.json) to .gitignore, or rename to a non-local template. Fix
* ignore claude files
* fix reviewer comments
* protoc deps
* clippy blockers fix
* Feature/streaming pipes (#91)
* RabbitMQ/AMQP source support is now wired into the agent pipe runtime with new source contract fields, worker support, and activation validation.
- The external pipe path no longer depends on Docker-only compilation. Default and minimal builds both support activate_pipe, trigger_pipe, signed webhook ingress, and
advertised pipe capabilities; only container-local fetch/send remains Docker-gated.
* more tests
* shared cross-repo contracts
* cross-repo contract json between stacker and status for pipe feature
* copy build.rs and proto
* PIPE_POLL_INTERVAL_SECS to a minimum of 1s, stops writing the pipe runtime file on every trigger/failure, redacts URL
credentials before persistence, writes the state file with 0600 on Unix, vendors the pipe contract fixtures into tests/fixtures/pipe-contract, removes the external fixture clone from CI, and
drops the unused shared_fixtures build context from Dockerfile.prod
* get fixtures from external repo
* status --version now prints the build version with the git short hash, e.g. 0.1.7 (a8ac35f).
* workflow fix attempt
* ci fixtures
* actions fix
---------
Co-authored-by: vsilent <jabberroid@gmail.com>
* Feature/streaming pipes (#93)
* RabbitMQ/AMQP source support is now wired into the agent pipe runtime with new source contract fields, worker support, and activation validation.
- The external pipe path no longer depends on Docker-only compilation. Default and minimal builds both support activate_pipe, trigger_pipe, signed webhook ingress, and
advertised pipe capabilities; only container-local fetch/send remains Docker-gated.
* more tests
* shared cross-repo contracts
* cross-repo contract json between stacker and status for pipe feature
* copy build.rs and proto
* PIPE_POLL_INTERVAL_SECS to a minimum of 1s, stops writing the pipe runtime file on every trigger/failure, redacts URL
credentials before persistence, writes the state file with 0600 on Unix, vendors the pipe contract fixtures into tests/fixtures/pipe-contract, removes the external fixture clone from CI, and
drops the unused shared_fixtures build context from Dockerfile.prod
* get fixtures from external repo
* status --version now prints the build version with the git short hash, e.g. 0.1.7 (a8ac35f).
* workflow fix attempt
* ci fixtures
* actions fix
* fixture repo/dir access
---------
Co-authored-by: vsilent <jabberroid@gmail.com>
* chore(release): v0.1.8
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: vsilent <jabberroid@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3860564 commit a4a3a5c
39 files changed
Lines changed: 9882 additions & 971 deletions
File tree
- .github/workflows
- docs
- proto
- src
- agent
- commands
- comms
- monitoring
- security
- transport
- static
- css
- js
- templates
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
28 | 54 | | |
29 | 55 | | |
30 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
207 | 215 | | |
208 | 216 | | |
209 | 217 | | |
210 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments