-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MODLISTS-129] Move migration request/response types from mod-fqm-manager #68
Conversation
Quality Gate passedIssues Measures |
@@ -197,7 +197,15 @@ | |||
<generateApiTests>true</generateApiTests> | |||
<generateApiDocumentation>true</generateApiDocumentation> | |||
<generateModels>true</generateModels> | |||
<modelsToGenerate>entityDataType,arrayType,dateType,entityTypeRelation,objectType,nestedObjectProperty,entityTypeColumn,enumType,booleanType,entityType,integerType,openUUIDType,stringType,numberType,rangedUUIDType,valueWithLabel,entityTypeDefaultSort,errors,error,parameters,parameter,resultsetPage,queryDetails,queryIdentifier,sourceColumn,valueSourceApi,columnValues,columnValueGetter,submitQuery,contentsRequest,field,entityTypeSource,entityTypeSourceJoin,stringUUIDType</modelsToGenerate> | |||
<modelsToGenerate> | |||
<!-- the commas at the start and end of each line are load-bearing, as otherwise openapi-generator will include the newline/indentation as part of the model name --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the wording here with "load-bearing" commas :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm glad there's something to love in that situation, lol
This moves the schemas for migration requests/responses out of
mod-fqm-manager
to facilitate easy sharing betweenmod-fqm-manager
andmod-lists