1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/src/lib
Nuno Góis f68b0ad001
fix: env variants event changelog (#4712)
https://linear.app/unleash/issue/2-1397/fix-environment-variants-change-event-does-not-include-changelogs

By running `applyPatch` without cloning the `oldVariants`, `applyPatch`
would patch the `oldVariants` by reference, effectively making them the
same as the `newVariants`. This fix `deepClone`s the oldVariants when
sending them in as an `applyPatch` parameter so that the `oldVariants`
variable is left untouched.


![image](https://github.com/Unleash/unleash/assets/14320932/089e118d-c5c4-432e-b11c-08d362ce155d)
2023-09-14 12:22:20 +01:00
..
__snapshots__ fix: Integrations quality updates (#4677) 2023-09-14 10:17:33 +02:00
addons fix: use postmessage in slack app addon (#4688) 2023-09-14 08:19:38 +01:00
db feat: add service method to retrieve group and project access for all users (#4708) 2023-09-14 11:43:39 +02:00
domain/project-health
error feat: disallow description when no pattern exists (#4679) 2023-09-14 09:32:07 +02:00
features feat: playground custom properties are nested (#4686) 2023-09-14 12:28:28 +02:00
middleware fix: Integrations quality updates (#4677) 2023-09-14 10:17:33 +02:00
openapi fix: add additionalproperties to the sdkContextSchema (#4682) 2023-09-13 12:39:36 +02:00
proxy refactor: playground in feature oriented architecture (#3942) 2023-06-09 12:55:54 +02:00
routes feat: Limit exclude archived features (#4680) 2023-09-13 11:48:22 +02:00
schema chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
segments feat: protect segment operations for change requests (#4417) 2023-08-04 12:23:19 +02:00
services fix: env variants event changelog (#4712) 2023-09-14 12:22:20 +01:00
types fix: include tags in variants event (#4711) 2023-09-14 13:16:40 +02:00
util feat: import service validate duplicates (#4558) 2023-08-24 10:05:21 +02:00
app.test.ts
app.ts fix: remove consecutive slashes (#3882) 2023-05-27 16:16:51 +00:00
create-config.test.ts chore: remove optimal 304 flag (#3665) 2023-05-05 09:18:04 +02:00
create-config.ts fix: Integrations quality updates (#4677) 2023-09-14 10:17:33 +02:00
default-custom-auth-deny-all.ts
internals.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts feat: add prom metric for total custom root roles (#4435) 2023-08-07 14:59:29 +01:00
metrics.ts feat: add prom metric for total custom root roles in use (#4438) 2023-08-08 08:14:40 +01:00
server-impl.test.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
server-impl.ts feat: disable scheduler for tests (#4496) 2023-08-15 15:58:36 +02:00