Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
d1e4223
ci: enable ci workflow on staging branch push
gwen-lg Aug 31, 2025
eac7941
remove unused `redox_users` from supply-chain config policy
gwen-lg Aug 7, 2025
3bab37a
add actix audits in imports list of supply-chain
gwen-lg Aug 7, 2025
95ce633
update cargo-vet to v0.10.1
gwen-lg Aug 7, 2025
82c9bc1
audits zerocopy-derive 0.7.34 -> 0.7.35
gwen-lg Aug 7, 2025
5575bc1
hack: update exemptions in supply-chain config
gwen-lg Aug 31, 2025
94844fe
test: cargo vet trust --all dtolnay
gwen-lg Aug 31, 2025
19d4d86
vet: add exemptions for argh crate ans subcrates
gwen-lg Aug 31, 2025
a8a0fc2
vet: certify for naga:25.0.0 -> 25.0.1
gwen-lg Aug 31, 2025
9bc481a
vet: additionnal exemptions
gwen-lg Aug 31, 2025
21a74f9
cargo vet trust epaint_default_fonts emilk
gwen-lg Aug 31, 2025
9ab99ce
cargo vet trust --all kennykerr
gwen-lg Aug 31, 2025
c9c70e9
cargo vet trust flate2 Byron
gwen-lg Aug 31, 2025
8c6cf5e
cargo vet trust --all epage
gwen-lg Aug 31, 2025
d70a8cf
cargo vet trust --all sunfishcode
gwen-lg Aug 31, 2025
8d43de7
cargo vet trust --all alexcrichton
gwen-lg Aug 31, 2025
3f1a3b0
cargo vet trust cc rust-lang-owner
gwen-lg Aug 31, 2025
dc6ad5a
cargo vet trust hashbrown rust-lang-owner
gwen-lg Aug 31, 2025
cbe6791
cargo vet trust libm rust-lang-owner
gwen-lg Aug 31, 2025
0c473fa
cargo vet trust windows_* kennykerr
gwen-lg Aug 31, 2025
596d5bc
cargo vet trust parking_lot Amanieu
gwen-lg Aug 31, 2025
47b0fd4
vet: fixup audit naga
gwen-lg Aug 31, 2025
520aee7
vet: add various suggested trusts
gwen-lg Aug 31, 2025
dff7a07
vet: update epaint_default_fonts
gwen-lg Aug 31, 2025
0c86f16
vet: add needed exemptions and prune
gwen-lg Aug 31, 2025
d541c5f
add a test to check PDF4 frame deserialization
gwen-lg Aug 8, 2025
f2c76dd
add a test to check PFD3 frame deserialization
gwen-lg Aug 13, 2025
f0b6a77
add a test to check PDF2 frame deserialization
gwen-lg Aug 13, 2025
7fdfc4e
add a test to check PDF1 frame deserialization
gwen-lg Aug 17, 2025
f92e8f9
introduce `DataHeader` type for use in (de)serialization
gwen-lg Aug 24, 2025
9a2aa7c
separate read data header from frame data
gwen-lg Aug 24, 2025
6b14772
serialize scope collection separatly from FrameData
gwen-lg Aug 23, 2025
3287ff8
handle scope collection message in client (puffin_http)
gwen-lg Aug 23, 2025
8c8d9af
handle scope collection in server
gwen-lg Aug 23, 2025
e1cfe64
with_fix wip: handle DataHeader for manage ScopeCollection in puffin_…
gwen-lg Aug 24, 2025
22caa42
rework send_all_scopes management in puffin server
gwen-lg Aug 24, 2025
30b9862
add test of deserialize just serialized frames
gwen-lg Aug 17, 2025
661d8c6
add integration test of profile a single frame
gwen-lg Aug 6, 2025
d6e760a
add integration test of profile multiple frames
gwen-lg Aug 6, 2025
a294e0b
add a FramesWriter to write FrameData from profiling
gwen-lg Aug 25, 2025
2ffb4a8
add a SinkManager to help handeling custom profiler
gwen-lg Aug 25, 2025
6027639
use SinkManager in puffin_http server
gwen-lg Aug 25, 2025
3d8c3f3
use SinkManager in FramesWriter
gwen-lg Aug 25, 2025
67466cb
add FrameWriter test
gwen-lg Aug 25, 2025
f72128c
add integration test of FramesWriter
gwen-lg Aug 6, 2025
917f207
style: move meta_serialized creation juste before use
gwen-lg Dec 22, 2024
e03ce5e
wip: migrate to bincode 2.0
gwen-lg Aug 6, 2025
0e394c0
wip: use encode/decode from write/read instead of use buffer
gwen-lg Aug 17, 2025
aa435b0
clean: remove patch version for crate `paste` in Cargo.toml
gwen-lg Aug 6, 2025
4602e75
update some dependencies to last minor version
gwen-lg Aug 6, 2025
ec2408f
update ruzstd to 0.8
gwen-lg Aug 6, 2025
e8feebe
wip: update web-time to 1.1
gwen-lg Aug 6, 2025
7e8d244
update `simple_logger` to 5.0 in puffin_http
gwen-lg Aug 6, 2025
6ef57f7
update some dependencies in puffin_egui to last minor version
gwen-lg Aug 6, 2025
414e43d
update some puffin_viewer dependencies to last minor version
gwen-lg Aug 6, 2025
d36e6d2
update rfd dependency to 0.15
gwen-lg Aug 6, 2025
ac1c41e
puffin add instrumentation for frame serialization
gwen-lg Sep 1, 2025
cc23d2a
puffin_http: add instrumentation
gwen-lg Sep 1, 2025
fc4fe72
split client connection and frame send management
gwen-lg Sep 1, 2025
78c302c
handle client connection and frame send in two separate threads
gwen-lg Sep 1, 2025
3f3ab3c
add wait_client functionality
gwen-lg Aug 24, 2025
e84ce44
add a test to check PDF4 frame deserialization
gwen-lg Sep 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- staging
tags:
- "*"
pull_request:
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
name: Vet Dependencies
runs-on: ubuntu-latest
env:
CARGO_VET_VERSION: 0.9.1
CARGO_VET_VERSION: 0.10.1
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -112,4 +113,4 @@ jobs:
- uses: actions/checkout@v4
- uses: gwen-lg/taplo-action@v1
with:
format: true
format: true
3 changes: 3 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

[default.extend-words]
ba = "ba" # Used in a test

[files]
extend-exclude = ["supply-chain/*"]
Loading
Loading