hyperhive/hive-c0re
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 5e1863d231 fix(#2377): org_list_hooks returns Vec<Hook>, use .send() not .all()
org_list_hooks response type is Vec<Hook> (no pagination headers),
so .all() (which is impl'd for (H, Vec<T>) paginated responses) does
not compile. Switch to .send() — the non-paginated call path.

repo_list_hooks (used in workers/knowledge.rs) returns (H, Vec<T>)
and correctly uses .all(); the org variant is different.
2026-07-11 12:19:52 +02:00
..
src fix(#2377): org_list_hooks returns Vec<Hook>, use .send() not .all() 2026-07-11 12:19:52 +02:00
Cargo.toml feat(#2282): animated indicatif DAG progress render for hivectl wait 2026-07-10 19:09:14 +02:00