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

Simplify datamodel #213

Merged
merged 42 commits into from
Feb 22, 2023
Merged

Simplify datamodel #213

merged 42 commits into from
Feb 22, 2023

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    102a98f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb0689 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    82a5437 View commit details
    Browse the repository at this point in the history
  2. simplify datamodel

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    97cf522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3879b View commit details
    Browse the repository at this point in the history
  4. Update matter_server/client/models/node.py

    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    marcelveldt and MartinHjelmare committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    81e2eb8 View commit details
    Browse the repository at this point in the history
  5. address some comments

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    123a8c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a06f268 View commit details
    Browse the repository at this point in the history
  7. fix events logic

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    49564b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e24a60 View commit details
    Browse the repository at this point in the history
  9. address feedback

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5d36aee View commit details
    Browse the repository at this point in the history
  10. adjust node logging

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    412669f View commit details
    Browse the repository at this point in the history
  11. remaining typo

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bc3cdba View commit details
    Browse the repository at this point in the history
  12. more typos

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9b5bb1e View commit details
    Browse the repository at this point in the history
  13. some more typos

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f035e22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b12ca55 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00dd35f View commit details
    Browse the repository at this point in the history
  16. remove redundant code

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3cc5773 View commit details
    Browse the repository at this point in the history
  17. simplify a bit more

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    94cb99b View commit details
    Browse the repository at this point in the history
  18. adjust logging a bit

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    60d6054 View commit details
    Browse the repository at this point in the history
  19. lint

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    979a31a View commit details
    Browse the repository at this point in the history
  20. more lint

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    80315da View commit details
    Browse the repository at this point in the history
  21. lint

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d9f435b View commit details
    Browse the repository at this point in the history
  22. fix test

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    be02d16 View commit details
    Browse the repository at this point in the history
  23. lint

    marcelveldt committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    79b6fbf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    c1fc0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97368ce View commit details
    Browse the repository at this point in the history
  3. more flexibility

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d9f10b1 View commit details
    Browse the repository at this point in the history
  4. typo

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ac20cb8 View commit details
    Browse the repository at this point in the history
  5. add has_attribute helper

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8e2a3bd View commit details
    Browse the repository at this point in the history
  6. ignore old dumps in init

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7c6b36f View commit details
    Browse the repository at this point in the history
  7. fix some more bugs

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ebf5214 View commit details
    Browse the repository at this point in the history
  8. fixed bugs and typos

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c62ab78 View commit details
    Browse the repository at this point in the history
  9. typo

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7da3e76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2d3bad View commit details
    Browse the repository at this point in the history
  11. fix mypy issues

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2938436 View commit details
    Browse the repository at this point in the history
  12. fix test

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    080ae15 View commit details
    Browse the repository at this point in the history
  13. ignore strange mypy issue

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d3564e1 View commit details
    Browse the repository at this point in the history
  14. bump min schema version

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bf6f226 View commit details
    Browse the repository at this point in the history
  15. fix test

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ff4dd13 View commit details
    Browse the repository at this point in the history
  16. remove unused imports

    marcelveldt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    95457a6 View commit details
    Browse the repository at this point in the history