Skip to content

Conversation

@chulanovskyi-bs
Copy link
Contributor

@chulanovskyi-bs chulanovskyi-bs commented Jan 9, 2026

Sub-taskHCK-14248 Add "Apply to Instance" action

Content

  • enabled "Apply Script" feature with appropriate API handlers
image

Technical details

  • refactored the approach of passing the connection info and query to java driver via stdin
  • invoked the reorg table while applying the script, as the CREATE -> then ALTER statements weren't processed correctly in a single script

Copy link
Contributor

@VitaliiBedletskyi VitaliiBedletskyi left a comment

Choose a reason for hiding this comment

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

Recommendation: I notice that you deleted some imports, but still use them with the full namespace paths. I would prefer to have imports - it simplifies the readability
Example:

import java.util.regex.Pattern;

Pattern pattern = Pattern.compile("\\d+");

chulanovskyi-bs and others added 4 commits January 13, 2026 12:45
Co-authored-by: Vitalii Bedletskyi <70570504+VitaliiBedletskyi@users.noreply.github.com>
Co-authored-by: Vitalii Bedletskyi <70570504+VitaliiBedletskyi@users.noreply.github.com>
@VitaliiBedletskyi VitaliiBedletskyi enabled auto-merge (squash) January 13, 2026 12:57
@sonarqubecloud
Copy link

@VitaliiBedletskyi VitaliiBedletskyi merged commit 7e980e8 into develop Jan 13, 2026
8 checks passed
@VitaliiBedletskyi VitaliiBedletskyi deleted the feat/HCK-14248-apply-to-instance branch January 13, 2026 13:13
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.

3 participants