1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src/lib
Gastón Fournier 75c15e5cac
fix: proper aggregation of strategies (#4456)
## About the changes
Open API is creating 2 resources under the same URL path, we want them
aggregated:
```shell
$ curl -s https://us.app.unleash-hosted.com/ushosted/docs/openapi.json | jq '.paths."/api/admin/strategies/{name}" | keys'
[
  "delete",
  "get"
]
gaston@gaston-Summit-E16Flip-A12UCT: ~/poc/terraform-provider-unleash on main [!$]
$ curl -s https://us.app.unleash-hosted.com/ushosted/docs/openapi.json | jq '.paths."/api/admin/strategies/{strategyName}" | keys'
[
  "put"
]
```

Note one is under `{name}` while the other is under `{strategyName}`
2023-08-09 13:07:17 +00:00
..
__snapshots__ chore(#4205): add flag for segmentChangeRequests (#4401) 2023-08-03 15:20:31 +02:00
addons fix: Added cursor pagination to slackapp conversations query (#4442) 2023-08-08 12:54:32 +02:00
db fix: deletion validation didnt account for groups (#4441) 2023-08-08 13:45:19 +02:00
domain/project-health
error refactor: move status codes into classes (#4200) 2023-07-11 09:20:11 +02:00
features fix: deletion validation didnt account for groups (#4441) 2023-08-08 13:45:19 +02:00
middleware chore: increase max app names to 1000 (#4421) 2023-08-04 15:03:21 +02:00
openapi openapi: Add new tags for API operations. (#4432) 2023-08-07 13:17:53 +02:00
proxy refactor: playground in feature oriented architecture (#3942) 2023-06-09 12:55:54 +02:00
routes fix: proper aggregation of strategies (#4456) 2023-08-09 13:07:17 +00:00
schema
segments feat: protect segment operations for change requests (#4417) 2023-08-04 12:23:19 +02:00
services fix: deletion validation didnt account for groups (#4441) 2023-08-08 13:45:19 +02:00
types fix: deletion validation didnt account for groups (#4441) 2023-08-08 13:45:19 +02:00
util fix: correct escaping of ui flags for plausible (#3907) 2023-07-07 17:40:37 +02:00
app.test.ts
app.ts fix: remove consecutive slashes (#3882) 2023-05-27 16:16:51 +00:00
create-config.test.ts
create-config.ts fix: SERVER_KEEPALIVE_TIMEOUT env variable should be seconds (#4130) 2023-07-03 09:35:02 +02:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts feat: add prom metric for total custom root roles (#4435) 2023-08-07 14:59:29 +01:00
metrics.ts feat: add prom metric for total custom root roles in use (#4438) 2023-08-08 08:14:40 +01:00
server-impl.test.ts
server-impl.ts feat: improve slack app addon scalability (#4284) 2023-07-20 13:37:06 +01:00