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

Add CLI command to delete unchanged beliefs #328

Commits on Jan 20, 2022

  1. Add CLI command to delete unchanged beliefs

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

Commits on Jan 21, 2022

  1. .count() instead of .all() to get to prompt faster

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 21, 2022
    Copy the full SHA
    e610be9 View commit details
    Browse the repository at this point in the history
  2. Set batch size outside of loop

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 21, 2022
    Copy the full SHA
    721985b View commit details
    Browse the repository at this point in the history
  3. Shorter statements to confirm prompts

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 21, 2022
    Copy the full SHA
    bd7633f View commit details
    Browse the repository at this point in the history
  4. Allow excluding forecasts or measurements when deleting unchanged bel…

    …iefs
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 21, 2022
    Copy the full SHA
    8617e8a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Clearer CLI option names, and use new tb method options

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 24, 2022
    Copy the full SHA
    690b582 View commit details
    Browse the repository at this point in the history
  2. Add command to delete NaN values

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 24, 2022
    Copy the full SHA
    fd6d5ec View commit details
    Browse the repository at this point in the history
  3. Streamline CLI option defaults

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 24, 2022
    Copy the full SHA
    d0a39cc View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into Issue-327_CLI_command…

    …_to_clean_database_by_removing_unchanged_beliefs
    Flix6x committed Jan 24, 2022
    Copy the full SHA
    7b8eddf View commit details
    Browse the repository at this point in the history
  5. Clarify prompt

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 24, 2022
    Copy the full SHA
    704cf3b View commit details
    Browse the repository at this point in the history
  6. Bump timely-beliefs dependency

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 24, 2022
    Copy the full SHA
    18c5622 View commit details
    Browse the repository at this point in the history
  7. Add command to delete a sensor along with its data

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

Commits on Jan 26, 2022

  1. Move commands to "official" CLI delete group, and get rid of the dev-…

    …delete group
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 26, 2022
    Copy the full SHA
    d5a30b7 View commit details
    Browse the repository at this point in the history
  2. sensor_id is required for delete_sensor

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 26, 2022
    Copy the full SHA
    118f15c View commit details
    Browse the repository at this point in the history
  3. Add option to delete NaN values for a single sensor only

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 26, 2022
    Copy the full SHA
    45613a5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into Issue-327_CLI_command_to_clean_database_by_r…

    …emoving_unchanged_beliefs
    Flix6x committed Jan 26, 2022
    Copy the full SHA
    a5e92bc View commit details
    Browse the repository at this point in the history
  5. Changelog entry

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