-
Notifications
You must be signed in to change notification settings - Fork 125
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
NEOS-1639: [MIGRATION] adds JobHook with Pre and Post Sync Timing Support to API #2982
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2982 +/- ##
==========================================
+ Coverage 35.01% 35.44% +0.42%
==========================================
Files 330 334 +4
Lines 38422 38958 +536
==========================================
+ Hits 13453 13807 +354
- Misses 23404 23528 +124
- Partials 1565 1623 +58 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
func (s *Service) GetJobHooks( | ||
ctx context.Context, | ||
req *connect.Request[mgmtv1alpha1.GetJobHooksRequest], | ||
) (*connect.Response[mgmtv1alpha1.GetJobHooksResponse], error) { |
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.
👏
Coming PRs will implement this feature in Worker and then also expose via UI (and eventually terraform)