1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/routes
andreas-unleash 65f4f88fdf
fix: bug fix - end the response when projectScopedStickiness is disabled (#3332)
This PR fixes a bug where the api call to getProjectSettings was left
hanging because no `end` was specified on the server

<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: Nuno Góis <github@nunogois.com>
2023-03-16 12:02:23 +02:00
..
admin-api fix: bug fix - end the response when projectScopedStickiness is disabled (#3332) 2023-03-16 12:02:23 +02:00
auth docs: prep to add OpenAPI spec to Unleash docs (#1907) 2022-08-12 11:37:57 +02:00
client-api chore: refactor segments to stop depending on the implementation (#3315) 2023-03-15 14:58:19 +01:00
edge-api fix: Change format for bulk metrics. (#3229) 2023-03-01 13:08:08 +01:00
proxy-api chore: re-use the same client schema for proxy (#3251) 2023-03-03 16:36:23 +01:00
backstage.test.ts Scheduler abstraction (#2829) 2023-01-11 16:15:53 +01:00
backstage.ts fix: store snapshots in temp folder (#2864) 2023-01-10 13:53:00 +01:00
controller.ts Added login endpoint rate limit (#2074) 2022-09-26 10:58:58 +03:00
health-check.test.ts Scheduler abstraction (#2829) 2023-01-11 16:15:53 +01:00
health-check.ts
index.ts feat: update rate-limit (#3248) 2023-03-03 12:09:28 +00:00
logout.test.ts fix: deletes all sessions for user on logout (#2071) 2022-09-23 14:19:17 +02:00
logout.ts Soft landing page on projects or last viewed project (#2499) 2022-11-23 15:58:02 +02:00
public-invite.test.ts Maintenance mode middleware (#2707) 2022-12-19 09:01:04 +02:00
public-invite.ts fix: Fix broken OpenAPI (#2379) 2022-11-10 22:55:01 +01: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