1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/features
Jaanus Sellin b9f43f5ba0
feat: optimize search store by removing inline EXISTS (#7385)
Instead of running exists on every row, we are joining the exists, which
runs the query only once.
This decreased load time on my huge dataset from 2000ms to 200ms.

Also added tests that values still come through as expected.
2024-06-13 13:11:47 +03:00
..
access feat: add global isAdmin method for access service (#7088) 2024-05-21 11:56:22 +03:00
change-request-access-service chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
change-request-segment-usage-service chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-feature-toggles chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
dependent-features feat: Deprecate feature toggle environment variants api (#7066) 2024-05-16 13:43:21 +02:00
events feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
export-import-toggles chore: change to fs/promises and add an import from file e2e test (#7240) 2024-06-03 12:10:12 +02:00
feature-lifecycle fix: lifecycle metrics on metrics insert (#7322) 2024-06-07 15:55:15 +02:00
feature-naming-pattern chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-search feat: optimize search store by removing inline EXISTS (#7385) 2024-06-13 13:11:47 +03:00
feature-toggle test: describe default stickiness bahavior in a test (#7379) 2024-06-12 16:49:50 +02:00
frontend-api chore: remove deprecated legacy features endpoint (#7129) 2024-05-27 09:24:09 +02:00
group chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-stats feat: lifecycle prometheus metrics per project (#7032) 2024-05-10 15:24:27 +03:00
maintenance feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
metrics chore: remove debug metrics flag (#7348) 2024-06-11 10:44:16 +02:00
playground fix: playground parent deps check (#7384) 2024-06-13 10:36:44 +02:00
private-project feat: private projects in application overview (#6775) 2024-04-04 14:56:21 +02:00
project feat: show creators from non archived features (#7309) 2024-06-06 14:50:38 +02:00
project-environments chore: remove state service (#7184) 2024-05-28 14:47:31 +02:00
project-insights feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
scheduler feat: make edge use token's cache (#6893) 2024-04-19 15:40:15 +02:00
segment chore: remove deprecated legacy features endpoint (#7129) 2024-05-27 09:24:09 +02:00
tag-type chore!: [v6] remove error.description in error messages (#7157) 2024-05-27 11:26:19 +02:00
traffic-data-usage feat: traffic visibility UI and store (#6659) 2024-03-22 11:54:33 +01:00
ui-observability-controller chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
index.ts feat: feature lifecycle usage behind a flag (#6786) 2024-04-05 13:42:03 +02:00