1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/interfaces
Nuno Góis fe1e3566ee
fix: assume undefined instead of null on segment project (#3304)
Assume `undefined` instead of `null` for project in terms of interfacing
with segments: If the `project` field is not present, that means that it
is not set, which means we're dealing with a "global" segment. If we
want to unset `project` and make a segment global, we simply don't send
the `project` property on our PUT method.
2023-03-13 10:25:48 +00:00
..
addons.ts
application.ts
context.ts
environments.ts
event.ts
featureToggle.ts feat: adds CR to variants per env UI (#2989) 2023-01-25 14:10:35 +00:00
featureTypes.ts
group.ts
instance.ts
invoice.ts
loginEvent.ts refactor: rename sign-on log to login history (#3245) 2023-03-02 13:49:50 +00:00
personalAPIToken.ts Feat sa table info (#2848) 2023-01-09 16:18:37 +00:00
profile.ts
project.ts Feat/project stats types (#3012) 2023-01-27 17:19:27 +01:00
publicSignupTokens.ts
role.ts
route.ts Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
segment.ts fix: assume undefined instead of null on segment project (#3304) 2023-03-13 10:25:48 +00:00
service-account.ts Feat sa table info (#2848) 2023-01-09 16:18:37 +00:00
strategy.ts feat: update strategy segments with edit / create strategy (#2420) 2022-11-16 15:35:39 +01:00
tags.ts
toast.ts
token.ts
uiConfig.ts feat: Project scoped stickiness (#3289) 2023-03-10 12:28:02 +02:00
user.ts feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00