-
Notifications
You must be signed in to change notification settings - Fork 0
chore: [PAGOPA-2289] Massive queries #10
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
Conversation
This pull request does not contain a valid label. Please add one of the following labels: |
The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually. |
The default action is to increase the |
src/main/java/it/gov/pagopa/apiconfig/testingsupport/service/GenericQueryService.java
Fixed
Show fixed
Hide fixed
src/main/java/it/gov/pagopa/apiconfig/testingsupport/service/GenericQueryService.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/it/gov/pagopa/apiconfig/testingsupport/service/GenericQueryService.java
Dismissed
Show dismissed
Hide dismissed
…nfig-testing-support into PAGOPA-2289-massive
|
||
resource "azurerm_api_management_api_version_set" "api_version_set_oracle" { | ||
count = local.count | ||
count = 0 |
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.
Why not remove them if count is 0?
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.
To make sure there will never be a need again :)
I will remove it after it is accepted in SIT env
src/main/java/it/gov/pagopa/apiconfig/testingsupport/service/GenericQueryService.java
Outdated
Show resolved
Hide resolved
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.
Good work! 🚀
I've just added a comment about the exclusion of comments in files.
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Comment this PR with update_code to format the code. Consider to use pre-commit to format the code. |
|
List of Changes
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: