1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib
Jaanus Sellin 2c05f1a0ce
feat: search order by final (#6976)
Final rank has always been ordering correctly by default. But after 5.12
I see some issues that sometimes it is not ordered. Just to be extra
sure, I am for ordering it.
2024-05-03 13:30:12 +03:00
..
__snapshots__ chore: scheduled change request cache kill switch (#6957) 2024-04-30 09:33:42 +03:00
addons feat: add completed event as webhook event (#6968) 2024-05-02 14:48:33 +03:00
db [Gitar] Cleaning up stale feature flag: applicationOverviewNewQuery with value true (#6956) 2024-04-29 11:02:08 +03:00
domain/project-health fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
error chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
features feat: search order by final (#6976) 2024-05-03 13:30:12 +03:00
middleware feat: remove bearer token middleware flag (#6934) 2024-04-25 14:01:06 +00:00
openapi feat: project owners in project service (#6935) 2024-04-26 12:07:11 +02:00
routes feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
schema feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
services feat: include CR envs enabled on creation in event and update validation (#6931) 2024-04-26 07:21:29 +02:00
types chore: scheduled change request cache kill switch (#6957) 2024-04-30 09:33:42 +03:00
users feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
util feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
app.test.ts
app.ts fix: don't apply bearer token middleware to root (#6939) 2024-04-25 16:56:51 +02:00
create-config.test.ts feat: allow admin login using demo auth (#6808) 2024-04-23 08:39:33 +02:00
create-config.ts feat: allow admin login using demo auth (#6808) 2024-04-23 08:39:33 +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: start monitoring total time to update cache (#6517) 2024-03-12 14:27:04 +02:00
metrics.test.ts chore: Establish a baseline for the number of envs disabled per project (#6807) 2024-04-10 08:49:15 +02:00
metrics.ts feat: allow schedulers to run in a single node (#6794) 2024-04-10 11:47:22 +02:00
server-impl.test.ts
server-impl.ts feat: added IAuditUser to request with middleware (#6857) 2024-04-18 10:13:40 +02:00