Skip to content
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

dependencies: update openapi-generator-cli #1609

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

AndreyNenashev
Copy link
Contributor

We are heavily by restricted by openapi generator. Need to update it some we can use more features from openapi specification

Comment on lines -33 to -38
| DataEntityClassNameEnum.SET
| DataEntityClassNameEnum.CONSUMER
| DataEntityClassNameEnum.TRANSFORMER
| DataEntityClassNameEnum.INPUT
| DataEntityClassNameEnum.ENTITY_GROUP
| DataEntityClassNameEnum.QUALITY_TEST
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this used to be enum. Now with the upgraded version, openapi generates const

Comment on lines -115 to +120
type={
metadataType &&
[MetadataFieldType.INTEGER, MetadataFieldType.FLOAT].includes(metadataType)
? 'number'
: 'text'
}
type={metadataType && inputTypes.includes(metadataType) ? 'number' : 'text'}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type resolving.
[MetadataFieldType.INTEGER, MetadataFieldType.FLOAT] will be ("INTEGER" | "FLOAT")[] type but we need MetadataFieldType[]

This comment has been minimized.

anatolii-yemets
anatolii-yemets previously approved these changes Feb 7, 2024
anatolii-yemets
anatolii-yemets previously approved these changes Feb 7, 2024
Copy link

sonarcloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed for 'odd-platform-ui'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

github-actions bot commented Feb 7, 2024

Test Results

  55 files    55 suites   2m 31s ⏱️
259 tests 259 ✔️ 0 💤 0
287 runs  287 ✔️ 0 💤 0

Results for commit de4811b.

@AndreyNenashev AndreyNenashev merged commit b984d31 into main Feb 7, 2024
7 checks passed
@AndreyNenashev AndreyNenashev deleted the openapi/update-generator branch February 7, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants