Skip to content

Commit

Permalink
ci: custom panic free audit tool (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: Dotan Simha <[email protected]>

hmmm

ok getting there with the Layers

ok getting there with the plugin

ok

ok using latest deps now

OK

adjustments

ok

ok getting there

ok

use otel semantic convention for graphql

jeager works, also otlp

ok

ok zipkin works

fixes, added datadog

added batch

fix config

handle shutdown

make it work on WASM runtime

doin some testin

ok added some tests

try stuff

ok

try something

ok

try

try

try something

ok

getting there

getting there

maybe like this

adjustments

fix

something else

ok one more time

try more

finally

try something

ok

fix

try

ok we need the sleep
  • Loading branch information
YassinEldeeb authored and dotansimha committed Jan 14, 2024
1 parent a91be5c commit 11565d4
Show file tree
Hide file tree
Showing 43 changed files with 1,675 additions and 180 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: cargo install -q worker-build && worker-build

- name: test
run: cargo test
run: cargo test -- --nocapture
env:
RUST_BACKTRACE: full

- name: install node
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 11565d4

Please sign in to comment.