Skip to content
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

642 add report cli command #659

Merged
merged 100 commits into from May 29, 2023
Merged
Show file tree
Hide file tree
Changes from 93 commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
32e300c
Creating Reporter and PandasReporter classes with their corresponding…
victorgarcia98 Apr 14, 2023
ce17568
Added Tibber Reporter.
victorgarcia98 Apr 17, 2023
848e39a
- Fixing wong DA Price value.
victorgarcia98 Apr 20, 2023
d9867fc
Updating VAT units.
victorgarcia98 Apr 20, 2023
1c9de43
- Attatching report to sensor
victorgarcia98 Apr 21, 2023
f61825b
Fixing wrong arguments to search_beliefs method.
victorgarcia98 Apr 21, 2023
b01f5c3
FIxing wrong type conversion logic.
victorgarcia98 Apr 21, 2023
487233c
Small reporter fixes (#647)
Flix6x Apr 24, 2023
f34f5e1
Add superclass to Reporter that will be common to all three data gene…
victorgarcia98 Apr 24, 2023
1f8457e
Merge remote-tracking branch 'origin/626-add-reporter-class' into 626…
victorgarcia98 Apr 24, 2023
dd21c99
Add start, end, resolution, beliefs_after and beliefs_before to the `…
victorgarcia98 Apr 24, 2023
58d405f
Add FLEXMEASURES_DEFAULT_DATASOURCE config to be the feault datasourc…
victorgarcia98 Apr 24, 2023
bebc320
Fixing wrong input type.
victorgarcia98 Apr 27, 2023
0dfe5f4
Rename DataGenerator class to DataGeneratorMixin
victorgarcia98 Apr 27, 2023
7830e33
Reduce logging level from warning to debug.
victorgarcia98 Apr 27, 2023
e378ac6
Merge branch 'main' into 626-add-reporter-class
victorgarcia98 Apr 27, 2023
5166264
Merge branch 'main' into 626-add-reporter-class
victorgarcia98 Apr 27, 2023
6ab84df
Register Reporter to the app context.
victorgarcia98 Apr 27, 2023
79fe12f
Allowing to use BeliefsDataFrame specific method in the schema.
victorgarcia98 Apr 27, 2023
a64550b
Merge remote-tracking branch 'origin/626-add-reporter-class' into 626…
victorgarcia98 Apr 27, 2023
4c86878
Fixed wrong method. TODO: test with a plugin.
victorgarcia98 Apr 28, 2023
5ca52eb
Using module name instead of the module object.
victorgarcia98 Apr 28, 2023
12267d3
use belief_time instead of beliefs_before and beliefs_after (#652)
Flix6x May 1, 2023
723ed02
Merge remote-tracking branch 'origin/626-add-reporter-class' into 626…
victorgarcia98 May 1, 2023
5a6590e
Merge branch 'main' into 626-add-reporter-class
victorgarcia98 May 1, 2023
cc47742
Fixing example.
victorgarcia98 May 1, 2023
cc11809
Fixing grammar.
victorgarcia98 May 1, 2023
c50df17
Require at least 1 input sensor for the tb_query_config.
victorgarcia98 May 1, 2023
cc8aa22
Merge branch 'main' into 626-add-reporter-class
victorgarcia98 May 2, 2023
c36b904
Bug fix: compute function was overriding the variables to the default…
victorgarcia98 May 2, 2023
3ad4113
Changing end to get 24h and fix assert condition to detect NaN.
victorgarcia98 May 2, 2023
aba68ea
Adding belief time variable to schema.
victorgarcia98 May 2, 2023
cc545e1
Avoid deserializing multiple times.
victorgarcia98 May 2, 2023
a82615e
Add command flexmeasures add report.
victorgarcia98 May 1, 2023
9d5dc57
Add scope="module" to avoid recreating objects in DB.
victorgarcia98 May 2, 2023
4804bcf
Merge branch '626-add-reporter-class' into 642-add-report-cli-command-2
victorgarcia98 May 2, 2023
8b66c66
Skip tests and fixtures in GitHub.
victorgarcia98 May 2, 2023
9a2adb5
style(cli): state that --last-X can be used instead of start or end.
victorgarcia98 May 4, 2023
2d1a663
style(cli): add three dots after message
victorgarcia98 May 4, 2023
684383b
style(cli): add CLI message to show that the computation is running.
victorgarcia98 May 4, 2023
bb045cd
style(cli): add type hint for reporter and result.
victorgarcia98 May 4, 2023
fe9f3f5
style(cli.utils): renaming function.
victorgarcia98 May 4, 2023
f8b05e2
style(cli.data_add): replace --save-to-database with --dry-run.
victorgarcia98 May 4, 2023
83e894c
feat(cli.data_add): default start to the latest time the reporter sen…
victorgarcia98 May 5, 2023
bc2e63e
fix: setting a right default value for the timezone.
victorgarcia98 May 5, 2023
adb407b
style: using click parameter File instead of Path.
victorgarcia98 May 5, 2023
5733bf0
style: add comments
victorgarcia98 May 5, 2023
801e358
fix: remove time paramters (start, end, ...) from the Reporter class …
victorgarcia98 May 5, 2023
c0ded6d
Merge branch '626-add-reporter-class' into 642-add-report-cli-command-2
victorgarcia98 May 5, 2023
436e494
style: print success at the end.
victorgarcia98 May 8, 2023
16a0aa2
fix: add test for get_timerange_from_flag and fix some bugs
victorgarcia98 May 8, 2023
a6ac38a
style: move fixtures to the file conftest
victorgarcia98 May 8, 2023
124557c
style: add docstring to the fixture setup_dummy_data
victorgarcia98 May 8, 2023
910508d
style: typo
victorgarcia98 May 8, 2023
75507ea
feat: check for the right values
victorgarcia98 May 8, 2023
0545b3b
style: delete redundant test
victorgarcia98 May 8, 2023
243fd01
style: improve docstring
victorgarcia98 May 8, 2023
7c577dc
style: improving docstring.
victorgarcia98 May 8, 2023
e24bc07
style: removing "In"s
victorgarcia98 May 8, 2023
dbc27aa
style: change comments from triple quotes to block style
victorgarcia98 May 8, 2023
b7a03a2
style: add a more informative test check
victorgarcia98 May 8, 2023
6a25e07
style: add comment
victorgarcia98 May 8, 2023
755621e
Merge branch 'main' into 642-add-report-cli-command-2
victorgarcia98 May 8, 2023
c85b781
Small fixes from reviewing the report cli command (#685)
Flix6x May 15, 2023
e45f838
fix: change dry_run default to False
victorgarcia98 May 17, 2023
0281ceb
Merge branch 'main' into 642-add-report-cli-command-2
victorgarcia98 May 17, 2023
9016d11
test: update field name
victorgarcia98 May 17, 2023
907e270
fix: use timezone in get_timerange_from_flag
victorgarcia98 May 17, 2023
e3bbd49
style: typo
victorgarcia98 May 17, 2023
ed1fb1d
style: week -> day
victorgarcia98 May 17, 2023
6bc6d04
refactor: last_week -> last_7_days
victorgarcia98 May 17, 2023
1ff4560
feat: add datasource to report
victorgarcia98 May 17, 2023
b686f7c
feat: set reporter_class default value to ReporterClass
victorgarcia98 May 17, 2023
95d19a7
style: simplify reporter-config file param name
victorgarcia98 May 17, 2023
475fe67
style: clarify help message
victorgarcia98 May 17, 2023
d4d6a13
style: update repoter_config param click
victorgarcia98 May 17, 2023
6f18753
test: update cli parameter names
victorgarcia98 May 17, 2023
aff61eb
feat: fill missing indexes in beliefdataframes with default values
victorgarcia98 May 17, 2023
3cfa921
style: combine two lines into one
victorgarcia98 May 17, 2023
5313241
test: update tests to check with considering that BeliefDataframe is …
victorgarcia98 May 17, 2023
86257f4
feat: add data_source property to shared mixin
victorgarcia98 May 18, 2023
d8bdd1e
fix: potential bug -> multiple data source creation
victorgarcia98 May 18, 2023
650ddd3
fix: issubclass instead of isinstance
victorgarcia98 May 18, 2023
9883b49
docs: clarify test_add_reporter docstring
victorgarcia98 May 18, 2023
129a549
feat: add function to apply an offset chain
victorgarcia98 May 18, 2023
a90105d
feat: add start_offset and end_offset to add_report
victorgarcia98 May 18, 2023
86bb329
feat: add start and end offsets
victorgarcia98 May 18, 2023
1a73c1a
Merge branch 'main' into 642-add-report-cli-command-2
victorgarcia98 May 18, 2023
11778a0
docs: add entry for `flexmeasures add report`
victorgarcia98 May 19, 2023
c412802
feat: create the CLI command `flexmeasures show reporters` (#686)
victorgarcia98 May 19, 2023
f2bd1b7
Merge remote-tracking branch 'origin/642-add-report-cli-command-2' in…
victorgarcia98 May 19, 2023
b0813c4
docs: add entry to changelog
victorgarcia98 May 19, 2023
1d5d7be
Small report cli fixes (#691)
Flix6x May 19, 2023
db0a94c
docs: update PR number in the changelog
victorgarcia98 May 19, 2023
50e2dd3
fix: changing types
victorgarcia98 May 19, 2023
880232d
test: move fixture to conftest
victorgarcia98 May 21, 2023
954f8f0
fix: handle empty result
victorgarcia98 May 21, 2023
459ad9c
style: fix inaccurate message to the user
victorgarcia98 May 21, 2023
6d0f3e0
refactor: remove last-X parameters
victorgarcia98 May 21, 2023
36152c4
Merge branch 'main' into 642-add-report-cli-command-2
victorgarcia98 May 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion documentation/changelog.rst
Expand Up @@ -10,7 +10,8 @@ New features
-------------

* Introduction of the classes `Reporter` and `PandasReporter` [see `PR #641 <https://www.github.com/FlexMeasures/flexmeasures/pull/641>`_]

* Add CLI command ``flexmeasures add report`` [see `PR #686 <https://www.github.com/FlexMeasures/flexmeasures/pull/686>`_]
Flix6x marked this conversation as resolved.
Show resolved Hide resolved
* Add CLI command ``flexmeasures show reporters`` [see `PR #686 <https://www.github.com/FlexMeasures/flexmeasures/pull/686>`_]

Bugfixes
-----------
Expand Down
2 changes: 2 additions & 0 deletions documentation/cli/commands.rst
Expand Up @@ -39,6 +39,7 @@ of which some are referred to in this documentation.
``flexmeasures add holidays`` Add holiday annotations to accounts and/or assets.
``flexmeasures add annotation`` Add annotation to accounts, assets and/or sensors.
``flexmeasures add toy-account`` Create a toy account, for tutorials and trying things.
``flexmeasures add report`` Create a report.
================================================= =======================================


Expand All @@ -53,6 +54,7 @@ of which some are referred to in this documentation.
``flexmeasures show roles`` List available account- and user roles.
``flexmeasures show data-sources`` List available data sources.
``flexmeasures show beliefs`` Plot time series data.
``flexmeasures show reporters`` List available reporters.
================================================= =======================================


Expand Down