mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* ui: Add oauth applications to ui (PROJQUAY-7737) * fixed endpoints and made changes from prev PR * add modal for create and use react-hook-form * oauth app edit and delete structure * settings tab and empty state now functional * fully functional except token generation * generate token tab working ties into oauth flow on 8080 * add cypress tests for oauth application * adding parameter to return oauth endpoint as json * returning oauth endpoints as json instead of html * fetch json for react-based acknowledge modal * failed attempt to get token with cors error * display generated token in server popup page * allow assign token to another user * names now show in confirm for oauth app bulk delete * is_robot flag added to entity seach and used in gen token * fix for token gen confirming a second time in angular * fix timing issue with test on CI * skip test, passes locally but CI has timing issue --------- Co-authored-by: Jonathan King <jonathankingfc@gmail.com> Co-authored-by: mfrances <mfrances@redhat.com> Co-authored-by: bcaton <bcaton@redhat.com>