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

feat: add AggregatorReporter #712

Merged
merged 26 commits into from Jun 11, 2023
Merged

Commits on Jun 1, 2023

  1. fix: get fresh sensor instance to avoid sqlalchemy.exc.InvalidRequest…

    …Error
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6bb6933 View commit details
    Browse the repository at this point in the history
  2. fx: handle the case of not finding the sensor in the datbase

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

Commits on Jun 6, 2023

  1. feat: add AggregatorReporter

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fbbd0c2 View commit details
    Browse the repository at this point in the history
  2. feat: add fixture

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

Commits on Jun 9, 2023

  1. fix: typo in file name

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0bc9450 View commit details
    Browse the repository at this point in the history
  2. Set author in PandasReporter and AggregatorReporter

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6a2b378 View commit details
    Browse the repository at this point in the history
  3. style: remove unnecesay class property

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3447b3b View commit details
    Browse the repository at this point in the history
  4. test: add description of test

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7644cd6 View commit details
    Browse the repository at this point in the history
  5. fix: vectorized bdf creation

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    03a91d7 View commit details
    Browse the repository at this point in the history
  6. style: improve Exception message

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cfe2e49 View commit details
    Browse the repository at this point in the history
  7. fix: lowercase enum value

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ad4684e View commit details
    Browse the repository at this point in the history
  8. feat: make method and weights optional

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a8cadb1 View commit details
    Browse the repository at this point in the history
  9. feat: set SUM as the feault aggregation method

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    20ac071 View commit details
    Browse the repository at this point in the history
  10. typo

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b12054d View commit details
    Browse the repository at this point in the history
  11. refactor: simplify column value assignments

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7598b3a View commit details
    Browse the repository at this point in the history
  12. typo

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    13e00d7 View commit details
    Browse the repository at this point in the history
  13. fix: use aggregate function instead of getattr

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fad8b33 View commit details
    Browse the repository at this point in the history
  14. feat: allow users to pass any string

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fadae53 View commit details
    Browse the repository at this point in the history
  15. test: add more test cases

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3983b2b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9a876a View commit details
    Browse the repository at this point in the history
  17. feat: weights and method as class attribute

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

Commits on Jun 10, 2023

  1. simplify float to int

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7780ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ed175 View commit details
    Browse the repository at this point in the history
  3. changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    03cec94 View commit details
    Browse the repository at this point in the history
  4. black

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    3375335 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    33aca2e View commit details
    Browse the repository at this point in the history