1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src
Nuno Góis 076a007b42
fix: PATs should have an unique description (per user) (#2191)
* fix: PATs should have an unique description

* add pat validation on the back-end service

* Update src/lib/services/pat-service.ts

Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>

* fix: only consider current user's PATs

* fix tests

* cleanup

* Update frontend/src/component/user/Profile/PersonalAPITokensTab/CreatePersonalAPIToken/CreatePersonalAPIToken.tsx

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>

* Update src/test/e2e/api/admin/user/pat.e2e.test.ts

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>

Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-10-14 13:28:29 +01:00
..
__mocks__
assets Feat/dark mode exp (#1137) 2022-08-23 14:20:02 +02:00
component fix: PATs should have an unique description (per user) (#2191) 2022-10-14 13:28:29 +01:00
constants Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
contexts Custom event tracking (#2151) 2022-10-10 14:06:44 +02:00
hooks fix: invite link page docs (#2166) 2022-10-14 09:54:15 +02:00
interfaces feat: add SSO mappings to groups (#2175) 2022-10-13 11:34:47 +01:00
openapi
themes feat: new profile page and PATs front-end (#2109) 2022-10-03 10:49:52 +01:00
types
utils feat: prettify large numbers in metrics (#2176) 2022-10-12 16:19:37 +01:00
index.tsx Feat/dark mode exp (#1137) 2022-08-23 14:20:02 +02:00
setupTests.ts
vite-env.d.ts