-
Notifications
You must be signed in to change notification settings - Fork 428
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
chore: remove generating integration tests placeholder file #3256
chore: remove generating integration tests placeholder file #3256
Conversation
pkg/sdk/poc/generator/templates/sub_templates/implementation_functions.tmpl
Show resolved
Hide resolved
Integration tests failure for 425b967a04f1892d1cea129e9f5e43d7c0db3291 |
Integration tests failure for c24627ff1a0fc7f16035c3d8b802990a95187f3c |
b058577
Integration tests failure for 235da097b3c1ff70e6dffb993c9800108039085c |
Integration tests failure for b058577f01dc00503a4fa9b0833d062ee0a106a9 |
Integration tests failure for f6a0e67126a087d42e5a1d7c5c47ce51f380e2a5 |
Integration tests failure for e97a0f5d2959875c88970067fc7982d20631c930 |
Integration tests failure for de6191799ead338bef687658735d81ec4db91bf7 |
…nowflake into sdk-remove-integration-tests-generation
Integration tests failure for 5759b9cb5cad83878ce79ffd89b7894b732abc95 |
<!-- Feel free to delete comments as you fill this in --> <!-- summary of changes --> ## Changes - removed generation of integration_tests file - added a print for the user to create the integration tests manually - changed the `ShowByIdOperation` name to `ShowByIdOperationNoFiltering` for no automatic generation of filtering options - adjusted the template for ShowByID filtering - removed `ShowByIDNoFiltering` option (replaced by `ShowByIdOperationNoFiltering`) - adjusted README of the SDK generator to the current state ## References <!-- issues documentation links, etc --> * #3227 * #3240
Changes
ShowByIdOperation
name toShowByIdOperationNoFiltering
for no automatic generation of filtering optionsShowByIDNoFiltering
option (replaced byShowByIdOperationNoFiltering
)References