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

CLI commands to edit asset/sensor attributes #380

Merged
merged 16 commits into from Mar 4, 2022
Merged

Commits on Feb 28, 2022

  1. Add CLI commands to edit attributes of assets and sensors

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    7dcc747 View commit details
    Browse the repository at this point in the history
  2. Register edit CLI commands

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    f774013 View commit details
    Browse the repository at this point in the history
  3. Move over resample-data to new CLI group

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    07efe47 View commit details
    Browse the repository at this point in the history
  4. Add marshmallow field for (de)serializing generic assets

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    d4b52f1 View commit details
    Browse the repository at this point in the history
  5. Move over asset validation to Marshmallow

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    6eb7117 View commit details
    Browse the repository at this point in the history
  6. Move over sensor validation to Marshmallow

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    7b3d979 View commit details
    Browse the repository at this point in the history
  7. More specific flags for various value types

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    04f165d View commit details
    Browse the repository at this point in the history
  8. Combine two CLI edit commands into one

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 28, 2022
    Copy the full SHA
    ac61b11 View commit details
    Browse the repository at this point in the history
  9. Allow setting attributes on multiple assets and/or sensors in one go

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

Commits on Mar 2, 2022

  1. Rename custom marshmallow fields

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 2, 2022
    Copy the full SHA
    8d8b7a9 View commit details
    Browse the repository at this point in the history
  2. Rename CLI function

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

Commits on Mar 3, 2022

  1. Add test for adding one attribute to a sensor (and skip it, due to a …

    …problem with db sessions)
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 3, 2022
    Copy the full SHA
    9cb22a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Fix CLI changelog entry for resample-data CLI command

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 4, 2022
    Copy the full SHA
    9207055 View commit details
    Browse the repository at this point in the history
  2. Add CLI changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 4, 2022
    Copy the full SHA
    47e81eb View commit details
    Browse the repository at this point in the history
  3. Add main changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 4, 2022
    Copy the full SHA
    ae2fe83 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into cli-to-edit-attributes

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    # Conflicts:
    #	flexmeasures/data/schemas/generic_assets.py
    Flix6x committed Mar 4, 2022
    Copy the full SHA
    89e5758 View commit details
    Browse the repository at this point in the history