1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/services
Nuno Góis 88004a6138
feat: allows creation of PATs for other users (#2718)
https://linear.app/unleash/issue/2-530/api-allow-creation-of-pats-for-other-users


![image](https://user-images.githubusercontent.com/14320932/208720680-5d5ccee7-1972-4f5b-8024-3a69d50a571f.png)

Adds and takes into account the following permissions:
 - **READ_USER_PAT**;
 - **CREATE_USER_PAT**;
 - **DELETE_USER_PAT**;
 
 API only, will make some exploration on UI soon.

Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
2023-01-02 10:49:57 +00:00
..
client-metrics perf: Simplify queries to prometheus (#2706) 2022-12-19 17:06:59 +01:00
access-service.test.ts chore: type improvements (#1941) 2022-08-19 10:28:53 +02:00
access-service.ts Add possibility to soft delete users (#2497) 2022-11-23 09:30:54 +02:00
addon-schema.ts feat: support filtering on project and environment fields for events (#1801) 2022-07-12 12:13:25 +00:00
addon-service-test-simple-addon.ts
addon-service.test.ts
addon-service.ts
api-token-service.test.ts task: Make operations on the API Token store auditable. (#2531) 2022-11-28 10:56:34 +01:00
api-token-service.ts remove feature flag: tokens last seen (#2673) 2022-12-12 14:32:35 +00:00
client-spec-service.test.ts
client-spec-service.ts
context-schema.ts
context-service.ts
edge-service.ts
email-service.test.ts
email-service.ts
environment-service.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
event-service.ts feat: add count to event list (#2036) 2022-09-02 08:35:31 +02:00
favorites-service.ts Add favorite events (#2572) 2022-11-30 14:26:17 +02:00
feature-tag-service.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
feature-toggle-service.ts Fix PATCH variants (old endpoint) when variants per environment are enabled (#2591) 2022-12-06 09:47:54 +00:00
feature-type-service.ts
group-service.ts UX additions to groups SSO syncing (#2200) 2022-10-20 10:47:19 +03:00
health-service.ts
index.ts Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
instance-stats-service.ts feat: expose number of registered applications metric (#2692) 2022-12-16 11:16:51 +00:00
maintenance-service.ts Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
openapi-service.ts Make it possible to validate enterprise schema with respondWithValidation (#2781) 2023-01-02 12:08:27 +02:00
pat-service.ts feat: allows creation of PATs for other users (#2718) 2023-01-02 10:49:57 +00:00
playground-service.ts
project-health-service.ts Make single project endpoint also return all features favorites (#2578) 2022-12-01 09:49:49 +02:00
project-schema.ts
project-service.ts Favorite project (#2569) 2022-11-30 13:41:53 +02:00
proxy-service.ts fix: background frontend settings should not crash tests 2022-12-14 20:24:47 +01:00
public-signup-token-service.ts Hard cap expiry date of public signup token (#2308) 2022-11-01 11:38:18 +02:00
reset-token-service.ts Fix/bcryptjs (#1239) 2022-01-06 20:43:57 +01:00
segment-schema.ts
segment-service.ts
session-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
setting-service.ts Fix/remove settings cache (#2694) 2022-12-14 17:35:22 +01:00
state-schema.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
state-service-export-v1.json
state-service.test.ts fixes 2-456: Preserve all data from strategy import (#2720) 2022-12-21 13:33:41 +01:00
state-service.ts task: continue to return export v3 when variants per env disabled (#2529) 2022-12-01 11:13:49 +00:00
state-util.ts
strategy-schema.ts
strategy-service.ts openapi: improve validation testing (#2058) 2022-09-23 15:02:09 +02:00
tag-schema.test.ts
tag-schema.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
tag-service.ts
tag-type-schema.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
tag-type-schema.ts
tag-type-service.ts
user-feedback-service.ts
user-service.test.ts
user-service.ts remove feature flag: tokens last seen (#2673) 2022-12-12 14:32:35 +00:00
user-splash-service.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
version-service.test.ts fix: attempt to unflake version service tests (#2008) 2022-08-31 08:06:25 +02:00
version-service.ts