1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/db
Christopher Kolstad 1ecbc32e14
task: Make operations on the API Token store auditable. (#2531)
## About the changes
We need a way to have an audit log for operations made on Api Tokens.
These changes adds three new event types, API_TOKEN_CREATED,
API_TOKEN_UPDATED, API_TOKEN_DELETED and extends api-token-service to
store these to our event store to reflect the action being taken.
2022-11-28 10:56:34 +01:00
..
access-store.ts Add possibility to soft delete users (#2497) 2022-11-23 09:30:54 +02:00
addon-store.ts
api-token-store.ts
client-applications-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
client-instance-store.ts
client-metrics-store-v2.ts refactor: batch feature metric inserts (#1928) 2022-08-19 10:38:26 +02:00
context-field-store.ts
db-pool.ts
environment-store.ts
event-store.test.ts
event-store.ts
feature-environment-store.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
feature-strategy-store.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
feature-tag-store.ts
feature-toggle-client-store.ts
feature-toggle-store.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
feature-type-store.ts
group-store.ts Feat/stats service (#2211) 2022-10-25 13:10:27 +02:00
index.ts Feature toggles: Filtering by tags (#2396) 2022-11-15 10:24:36 +00:00
pat-store.ts
project-store.ts
public-signup-token-store.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
reset-token-store.ts
role-store.ts
segment-store.ts
session-store.ts
setting-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
strategy-store.ts
tag-store.ts
tag-type-store.ts
user-feedback-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-splash-store.ts
user-store.ts