1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/src/lib
David Leek 9ac1070f43
feat: implement createdByUserId for all features (#5725)
## About the changes

Implements setting values on the created_by_user_id column on the
features table in the db
2023-12-22 14:33:16 +01:00
..
__snapshots__ feat: increase unleash width (#5707) 2023-12-21 08:42:28 +01:00
addons feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
db feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
domain/project-health
error chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
features feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
middleware feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
openapi chore: support full path schemas (#5723) 2023-12-22 08:17:23 +00:00
proxy chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
routes feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
schema feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
segments fix: missing user id in segment update (#5414) 2023-11-24 11:17:36 +01:00
services feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
types feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
util chore: helper methods to extract user data from req (#5710) 2023-12-21 12:06:20 +00:00
app.test.ts feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
app.ts feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
create-config.test.ts feat: feature search stub (#5143) 2023-10-25 10:50:59 +02:00
create-config.ts feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
default-custom-auth-deny-all.ts chore: expose custom-handler-auth type (#5287) 2023-11-07 10:37:09 +01:00
internals.ts fix: export NotFoundError and ISegmentService in internals.ts (#4997) 2023-10-11 14:31:45 +03:00
logger.test.ts
logger.ts
metric-events.ts feat: scheduled functions observability (#5377) 2023-11-21 13:42:38 +01:00
metrics.test.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
metrics.ts fix: add metrics for service account and api tokens (#5478) 2023-11-29 13:09:30 +01:00
server-impl.test.ts chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
server-impl.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00