1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib
Gastón Fournier 7fb9308b3e
feat: ability to configure when users are considered inactive (#8454)
Give the ability to change when users are considered inactive via an
environment variable `USER_INACTIVITY_THRESHOLD_IN_DAYS` or
configuration option: `userInactivityThresholdInDays`. Default remains
180 days
2024-10-15 16:34:04 +02:00
..
__snapshots__ feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
addons chore: improve addon metrics usage 2024-10-14 09:20:27 +02:00
db chore: add timers to count queries (#8393) 2024-10-08 15:41:00 +02:00
domain/project-health chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
error fix: validate patched data with schema (#7616) 2024-07-18 13:26:50 +01:00
features chore: wrapTimer function types (#8428) 2024-10-15 11:18:22 +02:00
middleware fix: same site api call with session cookie (#8435) 2024-10-15 13:16:16 +02:00
openapi chore: add unleashAI chat schemas (#8405) 2024-10-10 09:43:28 +01:00
routes chore: add OpenAI API key configuration (#8400) 2024-10-10 09:43:14 +01:00
schema fix: trim role names before validation (#8277) 2024-09-26 11:52:51 +00:00
services feat: now you can add env type to env order (#8442) 2024-10-14 13:26:38 +03:00
types feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
users feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
util chore: wrapTimer function types (#8428) 2024-10-15 11:18:22 +02:00
app.test.ts
app.ts chore: origin middleware (#7695) 2024-07-30 10:42:50 +01:00
create-config.test.ts fix: prevent config resolver snapshot test (#8041) 2024-09-02 15:14:34 +02:00
create-config.ts feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
default-custom-auth-deny-all.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
internals.ts refactor: rename proxy to frontend api (#6502) 2024-03-11 17:30:46 +01:00
logger.test.ts
logger.ts
metric-events.ts feat: user loging event emitting with login order (#8021) 2024-08-30 11:28:19 +02:00
metrics.test.ts fix: extend feature_toggle_update counter with details about action (#8202) 2024-09-30 12:16:03 +00:00
metrics.ts chore:origin middleware flag cleanup (#8402) 2024-10-10 14:26:35 +02:00
server-impl.test.ts chore: remove featureLifecycle and featureLifecycleMetrics flags (#7808) 2024-08-08 13:45:23 +02:00
server-impl.ts feat: file import (#7219) 2024-05-31 13:21:41 +02:00