Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Adapt settings bundle to new data model #54

Closed
wants to merge 20 commits into from

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    072efca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c54c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b8ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d876433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73e4abf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f5318a View commit details
    Browse the repository at this point in the history
  7. use latest changes

    refs authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    614a024 View commit details
    Browse the repository at this point in the history
  8. Fix bundle field

    kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    011ba3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9dcd1e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef09400 View commit details
    Browse the repository at this point in the history
  11. Add basic role management UI

    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    5fdaa37 View commit details
    Browse the repository at this point in the history
  12. Add settings client

    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    148e28c View commit details
    Browse the repository at this point in the history
  13. Use generated API to fetch roles

    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    09ad72c View commit details
    Browse the repository at this point in the history
  14. Stop removing previous assignments

    The assignments are now removed through the server. No need to do this via JS anymore
    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8690876 View commit details
    Browse the repository at this point in the history
  15. Use settings client

    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    d367840 View commit details
    Browse the repository at this point in the history
  16. Fixed typo in eslint

    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    e14b867 View commit details
    Browse the repository at this point in the history
  17. Turn roles buttons into radio inputs

    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    5d6e8ab View commit details
    Browse the repository at this point in the history
  18. Add basic test scenario

    LukasHirt authored and kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3e51fad View commit details
    Browse the repository at this point in the history
  19. Use ids from request for logging when service call failed

    The previous code was creating nil dereferencing in case of errors,
    since it was trying to read an Id from the response of a failed request.
    kulmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    08fe437 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9e52fb4 View commit details
    Browse the repository at this point in the history