-
Notifications
You must be signed in to change notification settings - Fork 30
feat: add support for processing schedules #846
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
Conversation
…to feature/schedule/database
…to feature/schedule/database
Codecov Report
@@ Coverage Diff @@
## main #846 +/- ##
==========================================
+ Coverage 66.78% 66.79% +0.01%
==========================================
Files 283 283
Lines 14129 14144 +15
==========================================
+ Hits 9436 9448 +12
- Misses 4247 4249 +2
- Partials 446 447 +1
|
wass3rw3rk
left a comment
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.
Apologies as I missed that PR 😅 I've updated this PR to also use Please let me know if you have any additional feedback or there is anything else I'm missing 👍 |
ecrupper
left a comment
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.
Nice, I like it a lot. Small thing I noticed but that's it 👍
xref: go-vela/community#538
Part of go-vela/community#772
Dependent on #836
This adds support for Vela to interact with
schedulescreated in the database and spawn builds accordingly.