1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/test/fixtures
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
..
access-service-mock.ts Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
fake-access-store.ts Add some extra fields for profile (#2119) 2022-09-30 14:36:45 +03:00
fake-addon-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-api-token-store.ts Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
fake-client-applications-store.ts refactor: replace ts-ignore with ts-expect-error (#1675) 2022-06-07 11:49:17 +02:00
fake-client-instance-store.ts fix: uintroduce call to update last_seen on client-instance 2021-12-10 09:31:54 +01:00
fake-client-metrics-store-v2.ts feat: remove old metrics service 2021-12-10 09:31:54 +01:00
fake-context-field-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-environment-store.ts Add a counter for total number of environments (#1964) 2022-09-06 13:24:13 +02:00
fake-event-store.ts feat: add count to event list (#2036) 2022-09-02 08:35:31 +02:00
fake-feature-environment-store.ts fix: Only trigger environment enabled/disabled events if different f… (#1053) 2021-10-21 22:33:50 +02:00
fake-feature-strategies-store.ts Strategy sort order endpoint (#1855) 2022-07-26 14:16:30 +02:00
fake-feature-tag-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-feature-toggle-client-store.ts feat: Implement multi token support for client tokens 2022-04-06 08:11:41 +02:00
fake-feature-toggle-store.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
fake-feature-type-store.ts refactor: add OpenAPI schema to feature types controller (#1684) 2022-06-09 13:17:13 +02:00
fake-group-store.ts Syncing external groups with unleash group (#2194) 2022-10-14 13:08:14 +03:00
fake-pat-store.ts fix: PATs should have an unique description (per user) (#2191) 2022-10-14 13:28:29 +01:00
fake-project-store.ts Backend for profile page (#2114) 2022-09-29 16:27:54 +03:00
fake-public-signup-store.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
fake-reset-token-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-role-store.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
fake-segment-store.ts fix: reject duplicate segment names (#1475) 2022-04-06 14:01:50 +01:00
fake-session-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-setting-store.ts feat: Disable password based login (#1046) 2021-10-29 10:25:42 +02:00
fake-strategies-store.ts refactor: add schemas to strategy controller (#1744) 2022-06-23 08:10:20 +02:00
fake-tag-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-tag-type-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-user-feedback-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
fake-user-splash-store.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
fake-user-store.ts Personal access token middleware (#2069) 2022-09-28 16:53:56 +03:00
no-logger.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
permissions.ts fix: convert files to typescript 2021-09-14 19:30:11 +02:00
store.ts Personal access tokens backend (#2064) 2022-09-16 10:54:27 +03:00