1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/lib/db
Ivar Conradi Østhus f00eac0881
fix: User audit events (create, update, delete) should include rootRole. (#5399)
Audit events for USER_CREATE, USER_UPDATE and USER_DELETE did not
include the users rootRole.


![image](https://github.com/Unleash/unleash/assets/158948/fcbc1407-e4f0-438f-86cf-7073205cd8c2)

---------

Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2023-11-24 16:06:37 +01:00
..
access-store.test.ts
access-store.ts fix: User audit events (create, update, delete) should include rootRole. (#5399) 2023-11-24 16:06:37 +01:00
account-store.ts
addon-store.ts
api-token-store.ts chore: handle transactions already started at the controller layer (#4953) 2023-10-06 13:38:32 +02:00
client-applications-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
client-instance-store.ts refactor: move metrics service scheduling (#5129) 2023-10-23 16:28:19 +02:00
client-metrics-store-v2.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
context-field-store.ts
db-pool.ts
db.ts
environment-store.ts
event-store.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
event-store.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
favorite-features-store.ts
favorite-projects-store.ts
feature-environment-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
feature-strategy-store.test.ts Refactor/move features to feature oriented architecture (#4994) 2023-10-11 09:38:57 +02:00
feature-tag-store.ts
feature-type-store.ts feat: feature type updated audit log (#5415) 2023-11-24 14:24:31 +01:00
group-store.ts fix: only delete SSO-synced group membership where membership was added by SSO sync (#4929) 2023-10-05 13:22:46 +02:00
index.ts fix: add sort to deep diff (#5084) 2023-10-18 16:34:42 +02:00
pat-store.ts
project-stats-store.ts
project-store.ts fix: hardcoded stickiness and mode fields (#5342) 2023-11-17 12:32:13 +01:00
public-signup-token-store.ts
reset-token-store.ts
role-store.ts
segment-store.test.ts chore: only return change request data if the unleash instance is an enterprise instance (#5331) 2023-11-22 12:15:29 +00:00
segment-store.ts chore: only return change request data if the unleash instance is an enterprise instance (#5331) 2023-11-22 12:15:29 +00:00
session-store.ts
setting-store.ts chore: expose instanceId so it can be used from addons (#5231) 2023-10-31 12:38:21 +01:00
strategy-store.ts
tag-store.ts
tag-type-store.ts
transaction.ts chore: introduce type to prevent potential issues (#5066) 2023-10-17 12:30:44 +02:00
user-feedback-store.ts
user-splash-store.ts
user-store.ts