1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib
Gastón Fournier da41d3dbcf
chore: automate openapi schema list (#6463)
## About the changes
This PR automates the generation of exported open api schemas on
pre-commit, removing some manual steps and also standardizing the
process. The schema list definition now looks way simpler:

b6f3877296/src/lib/openapi/index.ts (L37-L49)

Also added
2817e66b29/src/lib/openapi/spec/index.ts (L1-L4)
for devs
2024-03-08 14:58:22 +01:00
..
__snapshots__ feat: Compare old results with new frontend api (#6476) 2024-03-08 13:03:41 +01:00
addons
db fix: mapper function should be partial (#6475) 2024-03-08 11:20:41 +01:00
domain/project-health fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
error chore: add a generic error for limit's exeeded (#6452) 2024-03-06 19:17:31 +01:00
features feat: make frontend api complexity O(n) instead of O(n2) (#6477) 2024-03-08 14:00:38 +01:00
middleware fix: path metric labels (#6400) 2024-03-05 15:25:06 +01:00
openapi chore: automate openapi schema list (#6463) 2024-03-08 14:58:22 +01:00
proxy feat: make frontend api complexity O(n) instead of O(n2) (#6477) 2024-03-08 14:00:38 +01:00
routes feat: sort frontend api features by name (#6479) 2024-03-08 15:34:33 +02:00
schema
services chore: automate openapi schema list (#6463) 2024-03-08 14:58:22 +01:00
types feat: Compare old results with new frontend api (#6476) 2024-03-08 13:03:41 +01:00
users fix: filter out service and system users from inactive users list (#6134) 2024-02-05 16:41:51 +01:00
util fix: only release migration lock if acquired (#6454) 2024-03-07 11:58:05 +01:00
app.test.ts
app.ts fix: Allow AuthType None to use valid API tokens (#6247) 2024-02-16 08:24:56 +00:00
create-config.test.ts
create-config.ts chore: consider execution limits per minute and actions limit per (#6462) 2024-03-07 13:02:49 +01:00
default-custom-auth-deny-all.ts
internals.ts refactor: segment in feature oriented architecture (#6434) 2024-03-05 14:45:41 +01:00
logger.test.ts
logger.ts
metric-events.ts chore: proxy repository load features metrics (#6314) 2024-02-22 14:29:21 +01:00
metrics.test.ts chore: reimplementation of app stats (#6155) 2024-02-08 17:15:42 +01:00
metrics.ts chore: rename incoming webhooks to signals (#6415) 2024-03-04 12:08:05 +00:00
server-impl.test.ts
server-impl.ts chore: reimplementation of app stats (#6155) 2024-02-08 17:15:42 +01:00