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

642 add report cli command #659

merged 100 commits into from May 29, 2023

Commits on Apr 14, 2023

  1. Creating Reporter and PandasReporter classes with their corresponding…

    … report_config schemas.
    
    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 14, 2023
    Copy the full SHA
    32e300c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Added Tibber Reporter.

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 17, 2023
    Copy the full SHA
    ce17568 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. - Fixing wong DA Price value.

    - Renaming BWV and EB to english words.
    - Simplifying calculation (pandas pipeline).
    - Adding units to sensors.
    - Changing units from EUR/kWh to EUR/MWh
    - Adding assert to check maximum error
    - deserialize_report_config -> deserialize_reporter_config
    - Warning when a string starting with  `@` is used in the method query or eval.
    - Making process_pandas_args, process_pandas_kwargs and apply_transformation private methods.
    
    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 20, 2023
    Copy the full SHA
    848e39a View commit details
    Browse the repository at this point in the history
  2. Updating VAT units.

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 20, 2023
    Copy the full SHA
    d9867fc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. - Attatching report to sensor

    - Output type of compute is BeliefDataFrame
    - Added a global input resolution to schem
    - ISO datetime and timedeltas
    - start, end and input_resolution are considered serialized when passed to the method compute
    - assert to check that result resolution = sensor resolution
    
    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 21, 2023
    Copy the full SHA
    1c9de43 View commit details
    Browse the repository at this point in the history
  2. Fixing wrong arguments to search_beliefs method.

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 21, 2023
    Copy the full SHA
    f61825b View commit details
    Browse the repository at this point in the history
  3. FIxing wrong type conversion logic.

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 21, 2023
    Copy the full SHA
    b01f5c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Small reporter fixes (#647)

    * No return value
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * typo
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * plural
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * indentation
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * fix return type annotations
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * format docstring example
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * add type annotations
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * predefine instance attributes
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * remove redundant variable
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * grammar
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * support aliases
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * grammar/typos
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * test exact match
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    ---------
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Apr 24, 2023
    Copy the full SHA
    487233c View commit details
    Browse the repository at this point in the history
  2. Add superclass to Reporter that will be common to all three data gene…

    …rator classes: Reporter, Scheduler, Forecaster.
    
    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 24, 2023
    Copy the full SHA
    f34f5e1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f8457e View commit details
    Browse the repository at this point in the history
  4. Add start, end, resolution, beliefs_after and beliefs_before to the `…

    …compute` method signature.
    
    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 24, 2023
    Copy the full SHA
    dd21c99 View commit details
    Browse the repository at this point in the history
  5. Add FLEXMEASURES_DEFAULT_DATASOURCE config to be the feault datasourc…

    …e for data generators.
    
    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 24, 2023
    Copy the full SHA
    58d405f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Fixing wrong input type.

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 27, 2023
    Copy the full SHA
    bebc320 View commit details
    Browse the repository at this point in the history
  2. Rename DataGenerator class to DataGeneratorMixin

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 27, 2023
    Copy the full SHA
    0dfe5f4 View commit details
    Browse the repository at this point in the history
  3. Reduce logging level from warning to debug.

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 27, 2023
    Copy the full SHA
    7830e33 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into 626-add-reporter-class

    Signed-off-by: victor <victor@seita.nl>
    victorgarcia98 committed Apr 27, 2023
    Copy the full SHA
    e378ac6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5166264 View commit details
    Browse the repository at this point in the history
  6. Register Reporter to the app context.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Apr 27, 2023
    Copy the full SHA
    6ab84df View commit details
    Browse the repository at this point in the history
  7. Allowing to use BeliefsDataFrame specific method in the schema.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Apr 27, 2023
    Copy the full SHA
    79fe12f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a64550b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Fixed wrong method. TODO: test with a plugin.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Apr 28, 2023
    Copy the full SHA
    4c86878 View commit details
    Browse the repository at this point in the history
  2. Using module name instead of the module object.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Apr 28, 2023
    Copy the full SHA
    5ca52eb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. use belief_time instead of beliefs_before and beliefs_after (#652)

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 1, 2023
    Copy the full SHA
    12267d3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    723ed02 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a6590e View commit details
    Browse the repository at this point in the history
  4. Fixing example.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 1, 2023
    Copy the full SHA
    cc47742 View commit details
    Browse the repository at this point in the history
  5. Fixing grammar.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 1, 2023
    Copy the full SHA
    cc11809 View commit details
    Browse the repository at this point in the history
  6. Require at least 1 input sensor for the tb_query_config.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 1, 2023
    Copy the full SHA
    c50df17 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Copy the full SHA
    cc8aa22 View commit details
    Browse the repository at this point in the history
  2. Bug fix: compute function was overriding the variables to the default…

    … value (None)
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 2, 2023
    Copy the full SHA
    c36b904 View commit details
    Browse the repository at this point in the history
  3. Changing end to get 24h and fix assert condition to detect NaN.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 2, 2023
    Copy the full SHA
    3ad4113 View commit details
    Browse the repository at this point in the history
  4. Adding belief time variable to schema.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 2, 2023
    Copy the full SHA
    aba68ea View commit details
    Browse the repository at this point in the history
  5. Avoid deserializing multiple times.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 2, 2023
    Copy the full SHA
    cc545e1 View commit details
    Browse the repository at this point in the history
  6. Add command flexmeasures add report.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 2, 2023
    Copy the full SHA
    a82615e View commit details
    Browse the repository at this point in the history
  7. Add scope="module" to avoid recreating objects in DB.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 2, 2023
    Copy the full SHA
    9d5dc57 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4804bcf View commit details
    Browse the repository at this point in the history
  9. Skip tests and fixtures in GitHub.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 2, 2023
    Copy the full SHA
    8b66c66 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Copy the full SHA
    9a2adb5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d1a663 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    684383b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bb045cd View commit details
    Browse the repository at this point in the history
  5. style(cli.utils): renaming function.

    style(cli.utils): changing return type.
    style(cli.utils): improving docstring.
    style(cli.utils): using utils functions.
    style(cli.data_add): moving validation of inputs to CLI function.
    victorgarcia98 committed May 4, 2023
    Copy the full SHA
    fe9f3f5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f8b05e2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. feat(cli.data_add): default start to the latest time the reporter sen…

    …sor has data and end to datetime.now().
    victorgarcia98 committed May 5, 2023
    Copy the full SHA
    83e894c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc2e63e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    adb407b View commit details
    Browse the repository at this point in the history
  4. style: add comments

    victorgarcia98 committed May 5, 2023
    Copy the full SHA
    5733bf0 View commit details
    Browse the repository at this point in the history
  5. fix: remove time paramters (start, end, ...) from the Reporter class …

    …attributes.
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 5, 2023
    Copy the full SHA
    801e358 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c0ded6d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. style: print success at the end.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    436e494 View commit details
    Browse the repository at this point in the history
  2. fix: add test for get_timerange_from_flag and fix some bugs

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    16a0aa2 View commit details
    Browse the repository at this point in the history
  3. style: move fixtures to the file conftest

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    a6ac38a View commit details
    Browse the repository at this point in the history
  4. style: add docstring to the fixture setup_dummy_data

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    124557c View commit details
    Browse the repository at this point in the history
  5. style: typo

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    910508d View commit details
    Browse the repository at this point in the history
  6. feat: check for the right values

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    75507ea View commit details
    Browse the repository at this point in the history
  7. style: delete redundant test

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    0545b3b View commit details
    Browse the repository at this point in the history
  8. style: improve docstring

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    243fd01 View commit details
    Browse the repository at this point in the history
  9. style: improving docstring.

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    7c577dc View commit details
    Browse the repository at this point in the history
  10. style: removing "In"s

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    e24bc07 View commit details
    Browse the repository at this point in the history
  11. style: change comments from triple quotes to block style

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    dbc27aa View commit details
    Browse the repository at this point in the history
  12. style: add a more informative test check

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    b7a03a2 View commit details
    Browse the repository at this point in the history
  13. style: add comment

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    6a25e07 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'main' into 642-add-report-cli-command-2

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 8, 2023
    Copy the full SHA
    755621e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Small fixes from reviewing the report cli command (#685)

    * style: help texts
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * style: capitalization
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * style: punctuation
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * feature: warn in case of empty report
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * fix: save result rather than reporter
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * feature: more informative error message for mismatching event resolutions of report results
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * feature: print out report in case of --dry-run
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * black
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * style: spacing
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    ---------
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 15, 2023
    Copy the full SHA
    c85b781 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fix: change dry_run default to False

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    e45f838 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0281ceb View commit details
    Browse the repository at this point in the history
  3. test: update field name

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    9016d11 View commit details
    Browse the repository at this point in the history
  4. fix: use timezone in get_timerange_from_flag

    fix: use get_timezone() for the default value
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    907e270 View commit details
    Browse the repository at this point in the history
  5. style: typo

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    e3bbd49 View commit details
    Browse the repository at this point in the history
  6. style: week -> day

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    ed1fb1d View commit details
    Browse the repository at this point in the history
  7. refactor: last_week -> last_7_days

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    6bc6d04 View commit details
    Browse the repository at this point in the history
  8. feat: add datasource to report

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    1ff4560 View commit details
    Browse the repository at this point in the history
  9. feat: set reporter_class default value to ReporterClass

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    b686f7c View commit details
    Browse the repository at this point in the history
  10. style: simplify reporter-config file param name

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    95d19a7 View commit details
    Browse the repository at this point in the history
  11. style: clarify help message

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    475fe67 View commit details
    Browse the repository at this point in the history
  12. style: update repoter_config param click

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    d4d6a13 View commit details
    Browse the repository at this point in the history
  13. test: update cli parameter names

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    6f18753 View commit details
    Browse the repository at this point in the history
  14. feat: fill missing indexes in beliefdataframes with default values

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    aff61eb View commit details
    Browse the repository at this point in the history
  15. style: combine two lines into one

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    3cfa921 View commit details
    Browse the repository at this point in the history
  16. test: update tests to check with considering that BeliefDataframe is …

    …the output type
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 17, 2023
    Copy the full SHA
    5313241 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. feat: add data_source property to shared mixin

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 18, 2023
    Copy the full SHA
    86257f4 View commit details
    Browse the repository at this point in the history
  2. fix: potential bug -> multiple data source creation

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 18, 2023
    Copy the full SHA
    d8bdd1e View commit details
    Browse the repository at this point in the history
  3. fix: issubclass instead of isinstance

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 18, 2023
    Copy the full SHA
    650ddd3 View commit details
    Browse the repository at this point in the history
  4. docs: clarify test_add_reporter docstring

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 18, 2023
    Copy the full SHA
    9883b49 View commit details
    Browse the repository at this point in the history
  5. feat: add function to apply an offset chain

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 18, 2023
    Copy the full SHA
    129a549 View commit details
    Browse the repository at this point in the history
  6. feat: add start_offset and end_offset to add_report

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 18, 2023
    Copy the full SHA
    a90105d View commit details
    Browse the repository at this point in the history
  7. feat: add start and end offsets

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 18, 2023
    Copy the full SHA
    86bb329 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1a73c1a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. docs: add entry for flexmeasures add report

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 19, 2023
    Copy the full SHA
    11778a0 View commit details
    Browse the repository at this point in the history
  2. feat: create the CLI command flexmeasures show reporters (#686)

    * feat: create show reporter command
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    * style: add hint to list reporters
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    * style: add module name
    style: print empty string when the author is missing
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    * style: change column order
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    * docs: add entry for PR #686
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    * docs: add command flexmeasures show reporters
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    ---------
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 19, 2023
    Copy the full SHA
    c412802 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/642-add-report-cli-command-2' in…

    …to 642-add-report-cli-command-2
    victorgarcia98 committed May 19, 2023
    Copy the full SHA
    f2bd1b7 View commit details
    Browse the repository at this point in the history
  4. docs: add entry to changelog

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 19, 2023
    Copy the full SHA
    b0813c4 View commit details
    Browse the repository at this point in the history
  5. Small report cli fixes (#691)

    * style: capitalize CSV
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * fix: reporter is no longer a required parameter
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * style: required parameters on top
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * style: fix parameter name in docstring
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * fix: avoid converting dt type
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * feature: add test case with timezone
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * feature: add test case for Pandas structure
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * fix: type annotations
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * fix: use parameter 'end'
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * style: fix type annotation
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * style: justified indentation
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    ---------
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 19, 2023
    Copy the full SHA
    1d5d7be View commit details
    Browse the repository at this point in the history
  6. docs: update PR number in the changelog

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 19, 2023
    Copy the full SHA
    db0a94c View commit details
    Browse the repository at this point in the history
  7. fix: changing types

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 19, 2023
    Copy the full SHA
    50e2dd3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. test: move fixture to conftest

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 21, 2023
    Copy the full SHA
    880232d View commit details
    Browse the repository at this point in the history
  2. fix: handle empty result

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 21, 2023
    Copy the full SHA
    954f8f0 View commit details
    Browse the repository at this point in the history
  3. style: fix inaccurate message to the user

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 21, 2023
    Copy the full SHA
    459ad9c View commit details
    Browse the repository at this point in the history
  4. refactor: remove last-X parameters

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed May 21, 2023
    Copy the full SHA
    6d0f3e0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Copy the full SHA
    36152c4 View commit details
    Browse the repository at this point in the history