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

400 support passing a custom duration to /schedules/trigger [POST] #568

Merged

Commits on Dec 29, 2022

  1. Support passing a custom duration to /schedules/trigger/ [POST]

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    30f70c0 View commit details
    Browse the repository at this point in the history
  2. Refactor: load_default becomes class method

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    4f7b546 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Merge branch 'main' into 400-support-passing-a-custom-duration-to-sch…

    …edulestrigger-post
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    # Conflicts:
    #	flexmeasures/api/v3_0/tests/test_sensor_schedules.py
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    f7b9fec View commit details
    Browse the repository at this point in the history
  2. Amend length of schedule given the duration in the trigger message

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    2f32729 View commit details
    Browse the repository at this point in the history
  3. Possibly expand duration given future-most target

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    7271e7b View commit details
    Browse the repository at this point in the history
  4. Move extension of planning window to after deserialization of SoC tar…

    …gets
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    d8dc06e View commit details
    Browse the repository at this point in the history
  5. Test extension of planning window to accommodate targets

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    13c8790 View commit details
    Browse the repository at this point in the history
  6. Limit extension of planning window by introducing the FLEXMEASURES_MA…

    …X_PLANNING_HORIZON config setting
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    fc0acf7 View commit details
    Browse the repository at this point in the history
  7. Add missing API upgrade instruction

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    4e62af0 View commit details
    Browse the repository at this point in the history
  8. Update documentation, incl. API changelog

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    1b92c24 View commit details
    Browse the repository at this point in the history
  9. typo

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    2715cf3 View commit details
    Browse the repository at this point in the history
  10. Fix type annotation

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    f240f9b View commit details
    Browse the repository at this point in the history
  11. Test failing on target datetimes exceeding max planning horizon

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    32ef070 View commit details
    Browse the repository at this point in the history
  12. Rewrite validator to be specific for soc-targets field

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    00c280b View commit details
    Browse the repository at this point in the history
  13. Clarify validation of target datetimes

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    b1b97b9 View commit details
    Browse the repository at this point in the history
  14. black and mypy

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    8231441 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    898ff0b View commit details
    Browse the repository at this point in the history
  16. Add todo

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    aba78c4 View commit details
    Browse the repository at this point in the history
  17. API changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    9a894f8 View commit details
    Browse the repository at this point in the history
  18. Changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    ebceee4 View commit details
    Browse the repository at this point in the history
  19. Extra changelog entry for new config setting

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    f30954e View commit details
    Browse the repository at this point in the history