-
Notifications
You must be signed in to change notification settings - Fork 56
Run reports via CLI and API #2298
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
167
commits into
main
Choose a base branch
from
feat/2288-report-trigger-api
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,242
−26
Open
Changes from all commits
Commits
Show all changes
167 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 f6e1e10
feat: CRUD for automations via API and UI
Flix6x 073abd9
docs: changelog entry for automations CRUD
Flix6x 6184940
feat: reports can run as background jobs
Flix6x 79e1609
feat: reports as automations
Flix6x 5eac468
docs: changelog entry for reports as jobs and automations
Flix6x 791fcf4
feat: anchor default report windows to the automation's actual last run
Flix6x 0dca8fc
docs: add an Automations concept page
Flix6x 93ee584
feat: API endpoint to trigger reports as jobs
Flix6x 176d800
fix: address stack code review findings
Flix6x d5210c8
Merge branch 'feat/2288-report-automations' into feat/2288-report-tri…
Flix6x df77725
fix: check sensor access when triggering reports via the API
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 2237245
data/services: only let a user automate sensors they can access thems…
Flix6x 4765fd8
api/v3_0: regenerate the OpenAPI specs
Flix6x 5d92ea0
api/v3_0/tests: cover automating an inaccessible sensor
Flix6x d4bf80e
docs: describe which sensors an automation may involve
Flix6x d8701c6
data/services: check every sensor a schedule would be recorded on
Flix6x 05e00ac
api/v3_0/tests: cover a schedule aggregated onto an inaccessible sensor
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 db0a57b
Merge the schedule automations into the automations CRUD
BelhsanHmida 1f68beb
data/migrations: rejoin the two automation migration branches
BelhsanHmida f625330
Merge branch 'work/2293-sync' into work/2294-sync
BelhsanHmida 64ad898
data/services: let the forecaster say which sensors an automation inv…
BelhsanHmida 7a3c38a
api/v3_0: let an automation's timezone be set and changed through the…
BelhsanHmida 5612387
data/services: set up the forecaster's data source only once the auto…
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 87f670b
Merge reviewed schedule automation fixes
BelhsanHmida 1c7b3d3
fix(data/services): hide inaccessible sensor names
BelhsanHmida b7979b5
test(api/v3_0): isolate automation endpoint tests
BelhsanHmida 10b9155
feat(ui/views): provide automation timezones
BelhsanHmida a39c4ed
feat(ui): edit automation recurrence timezones
BelhsanHmida 69fd5bf
test(ui): cover automation timezone controls
BelhsanHmida aa469bc
docs(changelog): mention automation timezones
BelhsanHmida 9b5af64
fix(data/services): preserve schedule validation errors
BelhsanHmida 881c9bd
feat(automations): integrate reports with the CRUD stack
BelhsanHmida 292a0fa
fix(automations): authorize reporter sensor dependencies
BelhsanHmida 8b76815
fix(reporting): require report inputs and outputs
BelhsanHmida 82cb3bb
fix(automations): constrain report output scope
BelhsanHmida 3e6c2ec
fix(automations): require generators for reports
BelhsanHmida 601f951
fix(automations): anchor reports to claimed occurrences
BelhsanHmida f0c3fce
fix(automations): advance report coverage monotonically
BelhsanHmida 2350b68
test(ui): cover report automation listings
BelhsanHmida 77c6c2d
docs(automations): document report occurrence semantics
BelhsanHmida 95b6187
test(api): close rejected report transactions
BelhsanHmida ed64921
Merge report automation base into trigger API
BelhsanHmida 1b6b8cd
test(api/v3_0): secure report trigger dependencies
BelhsanHmida db27c1b
docs(api): define report trigger authorization
BelhsanHmida c5971d6
feat(reporting): run one-off reports as jobs
BelhsanHmida ab5bc11
feat(api/v3_0): trigger one-off report jobs safely
BelhsanHmida 28c9c90
test(reporting): cover secured report job entry points
BelhsanHmida 07bc596
docs(reporting): describe one-off report jobs
BelhsanHmida aadbdd0
docs(changelog): announce one-off report jobs
BelhsanHmida 47b7946
fix(reporting): reject incomplete reporter dataflows
BelhsanHmida c3faaa0
test(reporting): cover incomplete queued reports
BelhsanHmida 3e59d3c
Merge the standalone report trigger work with its former branch history
BelhsanHmida f122fdc
style(tests): format error message for clarity in data source validation
BelhsanHmida 982355f
fix(reporting): honor configured job timeouts
BelhsanHmida 623f1d2
fix(data/services): identify failed jobs by queue
BelhsanHmida 89316d1
fix(deployment): process reporting jobs by default
BelhsanHmida 7271aae
docs(api): define accepted report job responses
BelhsanHmida 99f3002
docs(host): complete reporting worker setup
BelhsanHmida 20bd04c
test(reporting): cover timeout and status contracts
BelhsanHmida 4f020e9
Merge branch 'main' into feat/2288-report-trigger-api
nhoening d5c9e39
Merge branch 'main' into feat/2288-report-trigger-api
Flix6x 28d7ce2
api/common: drop the duplicate asset_is_in_subtree import
Flix6x d1e7ba5
Update flexmeasures/ui/static/openapi-specs.json
BelhsanHmida 2e68b35
Update flexmeasures/data/models/data_sources.py
BelhsanHmida 268f311
fix(data): import Sensor for type annotation
BelhsanHmida d09c8bf
docs(api): announce report trigger in v3.0-33
BelhsanHmida a3926be
docs(cli): announce report jobs in v1.1.0
BelhsanHmida 62f50cd
docs: link report jobs changelog entry to PR
BelhsanHmida c4a6823
test(api): clarify sibling asset ownership
BelhsanHmida 910c05c
test(api): document report trigger message helper
BelhsanHmida 8cd55df
test(api): explain resampled report values
BelhsanHmida 9e34871
Update flexmeasures/api/v3_0/assets.py
BelhsanHmida 4120da2
api/v3_0: rename report job result variable
BelhsanHmida 04b5915
test(cli): verify persisted reporter configuration
BelhsanHmida f90a8eb
docs(reporting): describe report computation return values
BelhsanHmida eafe65c
feat(reporting): log when a report job ran successfully
BelhsanHmida 5feaf83
docs(reporting): explain why the data source is committed before enqu…
BelhsanHmida 3f7427c
fix(reporting): exclude dropped values from report row counts
BelhsanHmida 4db23e1
test(api): cover invalid and unpersistable report results
BelhsanHmida 2cd5c40
Merge origin/main into feat/2288-report-trigger-api
BelhsanHmida 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
Some comments aren't visible on the classic Files Changed page.
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.