-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: history webhook api #536
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #536 +/- ##
==========================================
+ Coverage 65.97% 66.30% +0.32%
==========================================
Files 113 115 +2
Lines 12492 12570 +78
==========================================
+ Hits 8242 8334 +92
+ Misses 4250 4236 -14
☔ View full report in Codecov by Sentry. |
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
/// | ||
/// NOTE: The probability of 36% of the random number generated by | ||
/// this function is greater than [u32::MAX] | ||
fn prefer_small_random() -> u64 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
* feat: optional client param for history * feat: prefer smaller random client id & workspace history api * feat: split keck apis & catch panic if subscribe callback throw * fix: docs * feat: webhook for workspace histories * feat: use default webhook endpoint (#537) * feat: release subscriber correctly * fix: lint --------- Co-authored-by: X1a0t <[email protected]>
No description provided.