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

Annotations #343

Merged
merged 32 commits into from Feb 2, 2022
Merged

Annotations #343

merged 32 commits into from Feb 2, 2022

Commits on Jan 31, 2022

  1. Add Annotation db model, including relationships

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    45a19ce View commit details
    Browse the repository at this point in the history
  2. Add representation of Annotation objects

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    32d2716 View commit details
    Browse the repository at this point in the history
  3. Add CLI command to add holidays

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

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    245c83e View commit details
    Browse the repository at this point in the history
  5. One source per country

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

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    14a8882 View commit details
    Browse the repository at this point in the history
  7. Add annotations_assets table

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    7393c85 View commit details
    Browse the repository at this point in the history
  8. Improve inflection of plural

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    4fc0f5b View commit details
    Browse the repository at this point in the history
  9. Add a CLI option to relate new holidays annotations to assets

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    5233d79 View commit details
    Browse the repository at this point in the history
  10. Add a CLI option to relate new holidays annotations to all assets of …

    …an account
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    783d503 View commit details
    Browse the repository at this point in the history
  11. Add annotations_sensors table

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

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

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    518e70b View commit details
    Browse the repository at this point in the history
  14. Fix table name

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    8e56e26 View commit details
    Browse the repository at this point in the history
  15. Add downgrade prompt

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

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

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

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

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 31, 2022
    Copy the full SHA
    5890aad View commit details
    Browse the repository at this point in the history
  20. Add missing enum name

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

Commits on Feb 2, 2022

  1. Clarify use of workalendar registry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    ffbb184 View commit details
    Browse the repository at this point in the history
  2. Use recommended way of setting up UniqueConstraint

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    f880ac2 View commit details
    Browse the repository at this point in the history
  3. Fix setup of many-to-many relationships between annotations, generic …

    …assets and sensors
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    17807b3 View commit details
    Browse the repository at this point in the history
  4. Refactor loop

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    2b570fc View commit details
    Browse the repository at this point in the history
  5. Log the string representation of the newly created Source object, whi…

    …ch print its description instead of just its name
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    a95e2ca View commit details
    Browse the repository at this point in the history
  6. flake8

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    a237ee9 View commit details
    Browse the repository at this point in the history
  7. Add changelog warning to upgrade the database

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

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

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    afd18f8 View commit details
    Browse the repository at this point in the history
  10. Refactor: move new annotation classes to dedicated module

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Feb 2, 2022
    Copy the full SHA
    619f986 View commit details
    Browse the repository at this point in the history
  11. Refactor: factor out import statement

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