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

Role select ui #89

Merged
merged 19 commits into from
Aug 21, 2020
Merged

Role select ui #89

merged 19 commits into from
Aug 21, 2020

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    2cf9e91 View commit details
    Browse the repository at this point in the history
  2. Add basic role management UI

    LukasHirt authored and kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    72c31b4 View commit details
    Browse the repository at this point in the history
  3. Add settings client

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

    LukasHirt authored and kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    ee047d8 View commit details
    Browse the repository at this point in the history
  5. 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 21, 2020
    Configuration menu
    Copy the full SHA
    b65c692 View commit details
    Browse the repository at this point in the history
  6. Use settings client

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

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

    LukasHirt authored and kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    74bb429 View commit details
    Browse the repository at this point in the history
  9. Add basic test scenario

    LukasHirt authored and kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f8fa363 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b011fb View commit details
    Browse the repository at this point in the history
  11. Add changelog item

    kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    302dec7 View commit details
    Browse the repository at this point in the history
  12. Update changed role name

    kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    6b04954 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60957d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb05ba2 View commit details
    Browse the repository at this point in the history
  15. Use role selection response for setting role

    Previously we were fetching the role assignments again. Not necessary,
    as the request for setting a role already returns the resulting
    assignment object as a response.
    kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    0e4e211 View commit details
    Browse the repository at this point in the history
  16. Fix typo in step definition

    kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    15f2df6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3abf2bb View commit details
    Browse the repository at this point in the history
  18. Add recompiled assets

    kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    8e011b7 View commit details
    Browse the repository at this point in the history
  19. Remove page reload step definition

    Apparently the step definition for the page reload gets reused from phoenix.
    kulmann committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a2cca63 View commit details
    Browse the repository at this point in the history