1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/openapi/spec
andreas-unleash 1a27bffe4d
Complete open api schemas for project features controller (#1563)
* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* bug fix

* bug fix

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* added emptyResponse, patch feature operation schemas and request

* added emptyResponse, patch feature operation schemas and request

* patch strategy

* patch strategy

* update strategy

* update strategy

* fix pr comment

* fix pr comments

* improvements

* added operationId to schema for better generation

* fix pr comment

* fix pr comment

* fix pr comment

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* Update response types to use inferred types

* Update addTag response status to 201

* refactor: move schema ref destructuring into createSchemaObject

* made serialize date handle deep objects

* made serialize date handle deep objects

* add `name` to IFeatureStrategy nad fix tests

* fix pr comments

* fix pr comments

* Add types to IAuthRequest

* Sync StrategySchema for FE and BE - into the rabbit hole

* Sync model with OAS spec

* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* bug fix

* bug fix

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* added emptyResponse, patch feature operation schemas and request

* added emptyResponse, patch feature operation schemas and request

* patch strategy

* patch strategy

* update strategy

* update strategy

* fix pr comment

* fix pr comments

* improvements

* added operationId to schema for better generation

* fix pr comment

* fix pr comment

* fix pr comment

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* Update response types to use inferred types

* Update addTag response status to 201

* refactor: move schema ref destructuring into createSchemaObject

* made serialize date handle deep objects

* made serialize date handle deep objects

* add `name` to IFeatureStrategy nad fix tests

* fix pr comments

* fix pr comments

* Add types to IAuthRequest

* Sync StrategySchema for FE and BE - into the rabbit hole

* Sync model with OAS spec

* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* bug fix

* bug fix

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* added emptyResponse, patch feature operation schemas and request

* added emptyResponse, patch feature operation schemas and request

* patch strategy

* patch strategy

* update strategy

* update strategy

* fix pr comment

* fix pr comments

* improvements

* added operationId to schema for better generation

* fix pr comment

* fix pr comment

* fix pr comment

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* Update response types to use inferred types

* Update addTag response status to 201

* refactor: move schema ref destructuring into createSchemaObject

* made serialize date handle deep objects

* made serialize date handle deep objects

* add `name` to IFeatureStrategy nad fix tests

* fix pr comments

* fix pr comments

* Add types to IAuthRequest

* Sync StrategySchema for FE and BE - into the rabbit hole

* Sync model with OAS spec

* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* Completed OpenAPI Schemas for ProjectFeatures Controller
Completed OpenAPI Schemas for Feature Controller (tags)

* bug fix

* bug fix

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* fix merge conflicts, some refactoring

* added emptyResponse, patch feature operation schemas and request

* added emptyResponse, patch feature operation schemas and request

* patch strategy

* patch strategy

* update strategy

* update strategy

* fix pr comment

* fix pr comments

* improvements

* added operationId to schema for better generation

* fix pr comment

* fix pr comment

* fix pr comment

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* improvements to generated and dynamic types

* Update response types to use inferred types

* Update addTag response status to 201

* refactor: move schema ref destructuring into createSchemaObject

* made serialize date handle deep objects

* made serialize date handle deep objects

* add `name` to IFeatureStrategy nad fix tests

* fix pr comments

* fix pr comments

* Add types to IAuthRequest

* Sync StrategySchema for FE and BE - into the rabbit hole

* Sync model with OAS spec

* revert

* revert

* revert

* revert

* revert

* mapper

* revert

* revert

* revert

* remove serialize-dates.ts

* remove serialize-dates.ts

* remove serialize-dates.ts

* remove serialize-dates.ts

* remove serialize-dates.ts

* revert

* revert

* add mappers

* add mappers

* fix pr comments

* ignore report.json

* ignore report.json

* Route permission required

Co-authored-by: olav <mail@olav.io>
2022-05-18 16:17:09 +03:00
..
clone-feature-request.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
clone-feature-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
constraint-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
create-feature-request.ts feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
create-feature-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
create-strategy-request.ts fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
create-strategy-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
create-tag-request.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
empty-response-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
empty-response.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
feature-environment-info-response.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
feature-environment-info-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
feature-response.ts feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
feature-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
feature-strategy-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
features-response.ts feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
features-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
override-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
parameters-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
patch-operation-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
patch-request.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
strategies-response.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
strategy-response.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
strategy-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
tag-response.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
tag-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
tags-response-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
tags-response.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
update-feature-request.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
update-strategy-request.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
update-strategy-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
updateFeatureSchema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
variant-schema.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00