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

Issue 160 auth policy #162

Closed
wants to merge 19 commits into from
Closed

Issue 160 auth policy #162

wants to merge 19 commits into from

Commits on Jul 20, 2021

  1. Create draft PR for #155

    Flix6x committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a593ebd View commit details
    Browse the repository at this point in the history
  2. Two db migrations introducing the new tables GenericAssetType and Gen…

    …ericAsset.
    
    Check out the revision files for details on how to set up user defined table contents while migrating.
    Flix6x committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f5723ab View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Fix tests

    Flix6x committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6554d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4770f View commit details
    Browse the repository at this point in the history
  3. Resolve type warnings

    Flix6x committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    5482343 View commit details
    Browse the repository at this point in the history
  4. Add CLI commands to create generic assets and generic asset types, an…

    …d add corresponding Marshmallow schemas to validate input parameters
    Flix6x committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    dd6c551 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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

Commits on Aug 11, 2021

  1. Create draft PR for #158

    nhoening committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0f8b812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bce19d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

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

Commits on Aug 13, 2021

  1. fix the preservation of generic_asset.owner_id information between up…

    … & downgrading the database migration
    nhoening committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    a4eec8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f154c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    00a1d4e View commit details
    Browse the repository at this point in the history
  2. adapt data.services.users:create_user to deal with the account_id; ma…

    …ke sure all test users have an account
    nhoening committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    8a30b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3e58db View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. give automatically generated generoc assets the correct account ID (d…

    …erived from asset.owner_id)
    nhoening committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    d80338e View commit details
    Browse the repository at this point in the history
  2. Support adding & deleting accounts in CLI, also add --account-id to t…

    …he add user command. Make sure deleting GenericAssets actually csscades to deleting the connected sensors.
    nhoening committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    98e0d30 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    8d6819d View commit details
    Browse the repository at this point in the history
  2. a few user/asset API docs improvements found on the way, also adding …

    …account_id to /user docs
    nhoening committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d50caab View commit details
    Browse the repository at this point in the history