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

Move /api/dev/asset to /api/v3_0 #392

Merged
merged 17 commits into from Mar 23, 2022
Merged

Move /api/dev/asset to /api/v3_0 #392

merged 17 commits into from Mar 23, 2022

Commits on Mar 22, 2022

  1. move asset API from dev to v3

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    0ca941c View commit details
    Browse the repository at this point in the history
  2. link asset API in v3 docs

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    a807fdf View commit details
    Browse the repository at this point in the history
  3. point asset crud tests to new asset API location

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    9893bad View commit details
    Browse the repository at this point in the history
  4. simplify asset view

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    5647fa8 View commit details
    Browse the repository at this point in the history
  5. upgrade asset legacy table, so it is not in the way of a sensor getti…

    …ng deleted (asset gets also deleted)
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    c73adec View commit details
    Browse the repository at this point in the history
  6. fix mock address for testing asset view responds

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    fa67a43 View commit details
    Browse the repository at this point in the history
  7. updating the list of add commands, which needed two deletions and two…

    … additions
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    ff2f5b2 View commit details
    Browse the repository at this point in the history
  8. add a changelog entry for API work (can also become multiple)

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    b9ec4b1 View commit details
    Browse the repository at this point in the history
  9. fix get_assets test: now the Supplier has two assets again (after sen…

    …sor tests landed)
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    b75ac2e View commit details
    Browse the repository at this point in the history
  10. docs: update the state of the data model transition

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    d8af3db View commit details
    Browse the repository at this point in the history
  11. update API changelog

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    6a93b5a View commit details
    Browse the repository at this point in the history
  12. remove double fixture

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 22, 2022
    Copy the full SHA
    2bc831b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Instantiate schemas outside of endpoint logic to minimize response time

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 23, 2022
    Copy the full SHA
    3467732 View commit details
    Browse the repository at this point in the history
  2. Forbid rather than ignore: id is dump_only and account_id is excluded…

    … from patching
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 23, 2022
    Copy the full SHA
    ddfdff3 View commit details
    Browse the repository at this point in the history
  3. No trailing slash is a RESTful recommendation

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 23, 2022
    Copy the full SHA
    de4e9ac View commit details
    Browse the repository at this point in the history
  4. Synchronize documentation

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Mar 23, 2022
    Copy the full SHA
    aef4b44 View commit details
    Browse the repository at this point in the history
  5. Fix API listing for v3_0

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