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 attributes column to data_source table #750

Merged

Commits on Jun 20, 2023

  1. feat: revision to add attributes column to the data_source table

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6684258 View commit details
    Browse the repository at this point in the history
  2. feat: add attributes column to the DataSource model

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    abfe310 View commit details
    Browse the repository at this point in the history
  3. feat: add sensors relationship in DataSource

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c5fddad View commit details
    Browse the repository at this point in the history
  4. fix: make sensors relationship viewonly

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

Commits on Jun 23, 2023

  1. feat: add helper methods to DataSource

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

Commits on Jun 26, 2023

  1. feat: add attributes hash

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4567c23 View commit details
    Browse the repository at this point in the history
  2. feat: add attributes to the function get_or_create_source

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    773dc9d View commit details
    Browse the repository at this point in the history
  3. feat: add attribute hash to get_or_create_source

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

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    c644875 View commit details
    Browse the repository at this point in the history
  2. changing backref from "dynamic" to "select"

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ef63067 View commit details
    Browse the repository at this point in the history
  3. feat: add hash_attributes static method

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8ea2702 View commit details
    Browse the repository at this point in the history
  4. fix: use hash_attributes static method

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e717a4e View commit details
    Browse the repository at this point in the history
  5. feat: adding attributes_hash to the DataSource unique constraint list

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ec3b370 View commit details
    Browse the repository at this point in the history
  6. fix: add constraint to migration and downgrade

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ab4b0ae View commit details
    Browse the repository at this point in the history
  7. fix: only returning keys from the attributes field

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6b3a585 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/feature/reporting/add-attributes…

    …-column-data-source' into feature/reporting/add-attributes-column-data-source
    victorgarcia98 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3d373df View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. docs: fix docstring

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    95518e0 View commit details
    Browse the repository at this point in the history
  2. fix: use default value

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3cdf91b View commit details
    Browse the repository at this point in the history
  3. fix: allow creating new attributes with the method set_attributes

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b347cb2 View commit details
    Browse the repository at this point in the history
  4. docs: add changelog entry

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

Commits on Jul 4, 2023

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

Commits on Jul 6, 2023

  1. docs: add db upgrade warning

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    58a42d8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/reporting/add-attributes…

    …-column-data-source' into feature/reporting/add-attributes-column-data-source
    victorgarcia98 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    19f1d89 View commit details
    Browse the repository at this point in the history