-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for processing schedules (#846)
* feat(api/types): add support for schedules * feat(database/types): add support for schedules * feat(database): add support for schedules * chore: update go dependencies * feat(database): add schedule engine * feat(api): add support for schedules * add routes * fix: parse entry for schedules * more wip code * add schedule allowlist * fix tests * add validation for entry * add mocks w/o updated payloads * fix issues with create * update mock responses * use schedule mocks * make linter happy * use proper func * couple more updates * fix mock pathing * enhance: switch to adhocore/gronx * chore: update go deps * goimports * yet another goimports * sigh * wildcard goimport * chore: address linter feedback * chore: save work * chore: remove new types * chore: updates for removed types * chore: update go dependencies * chore: address review feedback * chore: remove new types * feat: initial code for scheduler * chore: misc updates * chore: update go dependencies * chore: updates for local testing * chore: save work * fix: introduce jitter * chore: address review feedback * chore: address review feedback * chore: update go dependencies * chore: address review feedback * fix(scheduler): use WithCommit in compiler * chore: address review feedback --------- Co-authored-by: Jordan Sussman <[email protected]> Co-authored-by: JordanSussman <[email protected]>
- Loading branch information
1 parent
ffac676
commit 5a9a92d
Showing
18 changed files
with
675 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.