1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/src/lib/routes
andreas-unleash 64b8df7ee0
fixed segments not being copied (#2105)
* fixed segments not being copied

* fix fmt

* bug fix

* return segmentId[] when getting a feature strategy

* do not return segments if they are not there

* Update src/lib/services/feature-toggle-service.ts

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

* fix lint

* fix: more explicit column sorting and bug fix

* update snapshot

* rollback

* add segment ids to feature strategies

* bug fix

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-10-10 15:32:34 +03:00
..
admin-api fixed segments not being copied (#2105) 2022-10-10 15:32:34 +03:00
auth docs: prep to add OpenAPI spec to Unleash docs (#1907) 2022-08-12 11:37:57 +02:00
client-api Personal access tokens backend (#2064) 2022-09-16 10:54:27 +03:00
edge-api Create endpoint that validates tokens for edge (#2039) 2022-09-01 13:26:26 +00:00
proxy-api fix: use correct proxy logger name (#2027) 2022-08-31 16:02:22 +02:00
backstage.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
backstage.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
controller.ts Added login endpoint rate limit (#2074) 2022-09-26 10:58:58 +03:00
health-check.test.ts task: update health endpoint to only say if express is ready (#1847) 2022-07-22 11:47:58 +02:00
health-check.ts docs: prep to add OpenAPI spec to Unleash docs (#1907) 2022-08-12 11:37:57 +02:00
index.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
logout.test.ts fix: deletes all sessions for user on logout (#2071) 2022-09-23 14:19:17 +02:00
logout.ts fix: deletes all sessions for user on logout (#2071) 2022-09-23 14:19:17 +02:00
public-invite.test.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
public-invite.ts fixed segments not being copied (#2105) 2022-10-10 15:32:34 +03:00
unleash-types.ts Add support for req.logout with passport version 0.6.0 and onwards (#2041) 2022-09-13 09:59:34 +02:00
util.ts refactor: replace ts-ignore with ts-expect-error (#1675) 2022-06-07 11:49:17 +02:00