-
Notifications
You must be signed in to change notification settings - Fork 56
Schedules as automations #2293
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
Open
Flix6x
wants to merge
111
commits into
main
Choose a base branch
from
feat/2288-schedule-automations
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,188
−126
Open
Schedules as automations #2293
Changes from all commits
Commits
Show all changes
111 commits
Select commit
Hold shift + click to select a range
f97c2f0
feat: add Automation data model
Flix6x f410437
feat: CLI commands to manage and run automations
Flix6x 6f6591c
feat: record on forecasting jobs how they were created
Flix6x fb74bfc
feat: API endpoints to list an asset's automations
Flix6x ab62b9f
feat: UI page listing an asset's automations
Flix6x db8f288
test: cover automations CLI, API and UI
Flix6x 9cb4f63
docs: document automations
Flix6x e0575c7
docs: changelog entry for automations
Flix6x b1f56bf
fix: render cron descriptions in 24-hour format regardless of locale
Flix6x de6fb71
fix: address code review findings for automations
Flix6x bf2cc60
fix: address code review findings for automations (remaining files)
Flix6x 0b345b2
feat: record on scheduling jobs how they were created
Flix6x 4c0c5db
feat: schedules as automations
Flix6x ac4c74a
docs: changelog entry for schedule automations
Flix6x 7493c13
test: assert on the cron validation failure without pinning click's m…
Flix6x 7bc3056
merge: synchronize automations with current main
BelhsanHmida 15c9937
data/schemas: restrict automations to five-field cron
BelhsanHmida 3090cf5
data/schemas/tests: cover automation cron field count
BelhsanHmida 8cc3920
cli/jobs: retain automation guard after queueing failure
BelhsanHmida 29c46b3
cli/tests: cover partial automation queue failure
BelhsanHmida 8666c31
cli: normalize YAML forecasting option files
BelhsanHmida 3433020
cli/tests: cover automation YAML option files
BelhsanHmida 430dcef
data/services: redact inaccessible automation provenance
BelhsanHmida 6c4bbc6
api/v3_0/tests: cover automation provenance authorization
BelhsanHmida 337ad3b
ui/assets: distinguish automation load failures
BelhsanHmida 119fc9d
ui/tests: cover automation load error state
BelhsanHmida 04daae4
utils/docs: preserve standalone asterisks in RST conversion
BelhsanHmida 22addda
utils/tests: cover RST cron wildcard conversion
BelhsanHmida edf77a5
docs/forecasting: clarify automation execution contract
BelhsanHmida a6cee99
changelog: record automation API and runner contract
BelhsanHmida 194f8cc
api/docs: show job creation provenance
BelhsanHmida a3d7ebe
test: keep forecast CLI stub compatible with job provenance
BelhsanHmida de76798
Merge main into forecast automations
BelhsanHmida 646f9fd
fix: require valid automation generators
BelhsanHmida 4664afe
test: cover automation generator retention
BelhsanHmida b801d74
fix: constrain forecast automation outputs
BelhsanHmida 006f85c
test: cover forecast automation output scope
BelhsanHmida dba4edc
docs: explain forecast automation ownership rules
BelhsanHmida efdda5a
fix: merge automation and main migration heads
BelhsanHmida 5e86232
merge: synchronize schedule automations with reviewed parent
BelhsanHmida bc1fc32
data/models: allow schedule automations without generators
BelhsanHmida 2f4afe2
cli/tests: cover schedule automation validation
BelhsanHmida d3c3082
data/tests: cover schedule automation dispatch
BelhsanHmida 9505e2b
api/v3_0/tests: cover schedule job provenance
BelhsanHmida 5de1f20
ui/tests: cover automation type tabs
BelhsanHmida 6bf6143
scheduling: harden automation dispatch
BelhsanHmida 03f1b88
cli: reject forecast options for schedule automations
BelhsanHmida 75b2be6
ui/assets: resize automation tables on tab changes
BelhsanHmida 71a7196
docs: clarify schedule automation inputs
BelhsanHmida d39f60f
cli/tests: cover malformed automation YAML
BelhsanHmida 5b04664
cli: report malformed automation YAML
BelhsanHmida 1ec9324
data/tests: cover stored schedule flex configuration
BelhsanHmida 90025d3
scheduling: load stored flex config for minimal triggers
BelhsanHmida 2f0b09c
docs/scheduling: describe trigger propagation
BelhsanHmida c783e8f
data/models: let data generators report their input and output sensors
Flix6x 8b2cc73
data/models/forecasting: only announce a pipeline run when actually r…
Flix6x b37256f
cli: default the automation recurrence to daily, and reject options t…
Flix6x aa64afb
api/v3_0: report an automation's input and output sensors
Flix6x b438e8f
api/v3_0: add an endpoint for one data source
Flix6x 17f432b
api/v3_0: regenerate the OpenAPI specs
Flix6x 1ea8f78
ui: link an automation's details to its sensors, and make the listing…
Flix6x 2b87d5e
ui: show a sensor's data source record and the automations feeding it
Flix6x 1869247
tests: cover the automation and data source review follow-ups
Flix6x 03626b4
docs: describe the automation and data source follow-ups
Flix6x 0f8fe58
Merge the current automations branch into the review follow-ups
Flix6x 1dccf9f
api/v3_0: regenerate the OpenAPI specs after merging
Flix6x 9f1d075
cli: only reject configuration options that were actually given with …
Flix6x b397907
data/services: only consider automations that could feed a sensor
Flix6x 318cd91
tests: follow the merged automation behaviour
Flix6x 1eb3a50
cli: keep mypy happy about click 8 attributes
BelhsanHmida 9653e10
cli: keep the automation help focused on the automation
BelhsanHmida 87e07f6
data/models: count a source-filtered regressor as an input sensor
BelhsanHmida 8860bd0
data/services: do not report no sensors when an automation's sensors …
BelhsanHmida 2b961cc
Feat automation timezones catchup (#2396)
BelhsanHmida f75bb6d
Merge branch 'main' into feat/2288-automations-for-forecasts
BelhsanHmida 1e53696
Merge the forecast automation base into the schedule automations
BelhsanHmida 1f68beb
data/migrations: rejoin the two automation migration branches
BelhsanHmida a98b4fc
Merge origin/main into automation fixes
BelhsanHmida 8eac59f
fix(data/schemas): reject cron expressions without dates
BelhsanHmida 249642f
fix(data/services): isolate invalid recurrences and stale claims
BelhsanHmida bf23428
fix(api/v3_0): protect automation sensor details
BelhsanHmida af5957b
test(cli): cover impossible recurrence input
BelhsanHmida c18f7de
test(data/services): cover resilient automation claims
BelhsanHmida 23ea45a
test(api/v3_0): cover private automation dependencies
BelhsanHmida a7671de
Merge reviewed forecast automation fixes
BelhsanHmida 5af2170
fix(data/services): resolve schedule automation sensors
BelhsanHmida 32c4970
test(data/services): cover schedule sensor resolution
BelhsanHmida a0a1944
test(api/v3_0): expose schedule dependency details
BelhsanHmida 63fee6b
Merge branch 'main' into feat/2288-automations-for-forecasts
BelhsanHmida b8d76a9
cli: refuse forecaster options that were given, not merely ones that …
BelhsanHmida dd5fae6
data/models: name an automation's cursor after what it points at
Flix6x b3845d8
tests: follow the automation cursor rename
Flix6x dbf0bae
docs: explain the automation cursor, and say "run" instead of "occurr…
Flix6x 7e1bab2
docs/changelog: give the automation API changes their own version sec…
Flix6x d1cd0a2
docs/changelog: restore the v3.0-32 underline to full length
Flix6x 6474eec
data/services: address review findings on the automations service
Flix6x 1bda4b5
data/models: index the automation asset foreign key
Flix6x 8d8514d
api/v3_0: work out an automation's sensors once when they cannot be r…
Flix6x eca2520
cli: warn which automations a sensor deletion would break
Flix6x fc91bc4
tests: cover the sensor deletion warning, and stop depending on caplog
Flix6x 05e059e
docs/changelog: record the sensor deletion warning
Flix6x 6541676
Merge branch 'main' into feat/2288-automations-for-forecasts
Flix6x 4051dc2
docs: give automations their own page
Flix6x 208e5be
Merge branch 'feat/2288-automations-for-forecasts' into feat/2288-sch…
Flix6x 06bf14b
data/migrations: index the automation asset FK without adding a revision
Flix6x 170a38e
Merge remote-tracking branch 'origin/feat/2288-automations-for-foreca…
Flix6x 7b83dfa
Merge branch 'main' into feat/2288-schedule-automations
Flix6x 133a6e4
Merge branch 'main' into feat/2288-schedule-automations
Flix6x 0132c63
docs: document schedule automations in the automations chapter
Flix6x 940f22e
Name automation types after the task, like the rest of the codebase
Flix6x 12903db
docs/changelog: move the data source inspection entry to v1.1.0
Flix6x File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.