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

Allow editing asset attributes in the UI #474

Merged
merged 13 commits into from Aug 25, 2022

Commits on Aug 11, 2022

  1. Allow asset attributes in the UI (more specifically, the JSON attribu…

    …tes column on the generic_asset table)
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    844c0ca View commit details
    Browse the repository at this point in the history
  2. Avoid redundant serialization step

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    1a0c1e0 View commit details
    Browse the repository at this point in the history
  3. Move attributes field down

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    fce9fef View commit details
    Browse the repository at this point in the history
  4. Rename field label

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    bbed3b4 View commit details
    Browse the repository at this point in the history
  5. changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    d13a173 View commit details
    Browse the repository at this point in the history
  6. Add field to new asset page

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    38a1c18 View commit details
    Browse the repository at this point in the history
  7. Add empty default attributes

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

Commits on Aug 24, 2022

  1. Clarify attributes label

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 24, 2022
    Copy the full SHA
    f79b80f View commit details
    Browse the repository at this point in the history
  2. Raise ValidationError if not able to deserialize JSON string

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 24, 2022
    Copy the full SHA
    8a53b92 View commit details
    Browse the repository at this point in the history
  3. Update documentation for asset page

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 24, 2022
    Copy the full SHA
    981e7bf View commit details
    Browse the repository at this point in the history
  4. flake8

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 24, 2022
    Copy the full SHA
    1aa0927 View commit details
    Browse the repository at this point in the history
  5. Add tests

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

Commits on Aug 25, 2022

  1. improve error visualisation in asset form

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