1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib
Thomas Heartman b04920602b
fix: Add deprecated openapi tags as valid tags for operations (#1916)
## PR text

I realized that the tag changes we introduced in #1907 would be breaking for people who use the unleash-server package and implement their own endpoints on top of it (as we do in unleash-enterprise).

This change makes it possible to still use the old tags. However, these tags are purposefully not added to the root schema or the list of OpenAPI tag types. Any of our endpoints still using them (I think there is one in Unleash enterprise, see ivarconr/unleash-enterprise#109) should switch over when possible.

## Commits

* fix: Add deprecated openapi tags as valid tags for operations

* Docs: add explanatory comment for why the type exists.
2022-08-12 12:06:21 +00:00
..
__snapshots__ feat: default to memoizing client features (#1674) 2022-06-08 09:43:37 +02:00
addons fix: correct types used in addon.ts 2022-05-10 09:35:39 +02:00
db Fix/remove group owner concept (#1905) 2022-08-11 08:23:08 +02:00
error fix: changeRole to assign roles without existing members 2022-03-03 14:33:32 +01:00
middleware fix: Remove unneeded ts-expect-error now that types in knex are in sync (#1866) 2022-07-28 10:34:19 +02:00
openapi fix: Add deprecated openapi tags as valid tags for operations (#1916) 2022-08-12 12:06:21 +00:00
routes docs: prep to add OpenAPI spec to Unleash docs (#1907) 2022-08-12 11:37:57 +02:00
schema fix: copy feature variants (#1750) 2022-06-28 07:54:09 +01:00
services Fix/remove group owner concept (#1905) 2022-08-11 08:23:08 +02:00
types Fix/remove group owner concept (#1905) 2022-08-11 08:23:08 +02:00
util Feat(#1873): return 'unknown' for application hostname strategies (#1889) 2022-08-05 11:09:55 +02:00
app.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
app.ts fix: openapi spec should only include base path once (#1755) 2022-06-27 15:39:08 +02:00
create-config.test.ts feat: default to memoizing client features (#1674) 2022-06-08 09:43:37 +02:00
create-config.ts feat: add support for handling non standard postgres dates (#1689) 2022-06-10 08:47:31 +02:00
default-custom-auth-deny-all.ts
event-hook.test.ts
event-hook.ts
experimental.ts Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts task: add sdk version metric (#1828) 2022-07-22 09:00:22 +00:00
metrics.ts task: add sdk version metric (#1828) 2022-07-22 09:00:22 +00:00
server-impl.test.ts
server-impl.ts refactor: fix a few eslint module boundary type overrides (#1542) 2022-04-28 12:40:38 +02:00