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

433 patch sensor #773

Merged
merged 28 commits into from Aug 2, 2023
Merged

433 patch sensor #773

merged 28 commits into from Aug 2, 2023

Commits on Jul 5, 2023

  1. feat(sensors): adds fetch_one sensor endpoint to API

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fa465c8 View commit details
    Browse the repository at this point in the history
  2. feat(sensors): adds post sensor to API

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    415f861 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. post sensor still needs work

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4e3f6c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. feat(sensor): adds post sensor

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    714b1a0 View commit details
    Browse the repository at this point in the history
  2. docs(sensor): changes the docstring of the post function

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    058cb41 View commit details
    Browse the repository at this point in the history
  3. clearer names for the arguments to permission_required_for_context de…

    …corator, especially arg_loader was misleading
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5691405 View commit details
    Browse the repository at this point in the history
  4. one more renaming

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ed53575 View commit details
    Browse the repository at this point in the history
  5. expanding possibilities in the require_permission_for_context decorat…

    …or, for when we only have an AuthModelMixin ID.
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2376148 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. feat(sensor): post sensor without schema changes

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    957c144 View commit details
    Browse the repository at this point in the history
  2. feat(sensor): adds patch sensor

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4d87396 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. feat(sensor): change importin users services

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c0ba110 View commit details
    Browse the repository at this point in the history
  2. docs(sensor): update changelogs and fix import

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5e6caa6 View commit details
    Browse the repository at this point in the history
  3. feat(sensor): update failing test

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    697270f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. feat(sensor): Merge branch 'main' into 433-patch-sensor

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d7d1717 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 433-patch-sensor

    GustaafL committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    33fa892 View commit details
    Browse the repository at this point in the history
  3. feat(sensor): tests for patching excluded attributes and no auth

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7c706e8 View commit details
    Browse the repository at this point in the history
  4. feat(sensor): remove NewDurationField since it's unused

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5d425a3 View commit details
    Browse the repository at this point in the history
  5. feat(sensor): removes print statement

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ddc9c78 View commit details
    Browse the repository at this point in the history
  6. feat(sensor): test if database changed after patch

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    559593e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbca0dc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. feat(sensor): tests for patch response json

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 2, 2023
    1 Configuration menu
    Copy the full SHA
    37d8359 View commit details
    Browse the repository at this point in the history
  2. docs(sensor): updates docstrings patch sensor

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1cdf476 View commit details
    Browse the repository at this point in the history
  3. tests(sensor): test for updating fields that are not allowed and impr…

    …oved docs
    
    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8c684ab View commit details
    Browse the repository at this point in the history
  4. docs(sensor): updated api changelog typo

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c039fb9 View commit details
    Browse the repository at this point in the history
  5. feat(sensor): add id field(dump_only) to schema and response json

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c094558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf3f9b0 View commit details
    Browse the repository at this point in the history
  7. docs(sensor): edit docstrings to include id in example response

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3ca31cf View commit details
    Browse the repository at this point in the history
  8. 433 delete sensor (#784)

    * feat(sensor): adds delete sensor endpoint
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    * docs(sensor): updated api changelog
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    * docs(sensor): updated api changelog whitespace
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    * docs(sensor): updated api changelog missing /
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    * docs(sensor): update changelog
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    * docs(sensor): update changelog typo
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    * docs(sensor): update changelog missing space
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    * tests(sensor): check for float instead of exact value
    
    Signed-off-by: GustaafL <guus@seita.nl>
    
    ---------
    
    Signed-off-by: GustaafL <guus@seita.nl>
    Signed-off-by: GustaafL <41048720+GustaafL@users.noreply.github.com>
    GustaafL committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ad1c345 View commit details
    Browse the repository at this point in the history