Skip to content

Conversation

@ruanwenjun
Copy link
Member

@ruanwenjun ruanwenjun commented Sep 22, 2025

Purpose of the pull request

close #17703

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

Pull Request Notice

Pull Request Notice

If your pull request contains incompatible change, you should also add it to docs/docs/en/guide/upgrade/incompatible.md

@ruanwenjun ruanwenjun marked this pull request as draft September 22, 2025 14:31
@ruanwenjun ruanwenjun force-pushed the dev_wenjun_supportSerialStrategy branch 2 times, most recently from 934e24d to 6f992ab Compare September 25, 2025 13:48
@ruanwenjun ruanwenjun force-pushed the dev_wenjun_supportSerialStrategy branch 2 times, most recently from 7c6aa80 to ab93648 Compare October 16, 2025 09:19
@ruanwenjun ruanwenjun force-pushed the dev_wenjun_supportSerialStrategy branch 2 times, most recently from 625e396 to 0aebdb1 Compare October 30, 2025 15:18
@github-actions github-actions bot added the CI&CD label Oct 30, 2025
@ruanwenjun ruanwenjun added this to the 3.4.0 milestone Oct 30, 2025
private Long workflowDefinitionCode;
private Integer workflowDefinitionVersion;
private WorkflowExecutionTypeEnum executionType;
private List<SerialCommandDto> serialCommands;

Check notice

Code scanning / CodeQL

Exposing internal representation Note

getSerialCommands exposes the internal representation stored in field serialCommands. The value may be modified
after this call to getSerialCommands
.
@SbloodyS SbloodyS modified the milestone: 3.4.0 Nov 11, 2025
@ruanwenjun ruanwenjun force-pushed the dev_wenjun_supportSerialStrategy branch 3 times, most recently from 0f8ac4d to 86830db Compare November 19, 2025 02:10
@ruanwenjun ruanwenjun changed the title Support workflow serial strategy [DSIP-92][Master] Refactor workflow serial strategy Nov 19, 2025
@ruanwenjun ruanwenjun marked this pull request as ready for review November 19, 2025 02:18
fail-fast: false
matrix:
version: ["3.1.9", "3.2.0"]
version: ["3.3.1"]
Copy link
Member Author

Choose a reason for hiding this comment

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

I will revert this

@SbloodyS SbloodyS added the DSIP label Nov 19, 2025
@ruanwenjun ruanwenjun force-pushed the dev_wenjun_supportSerialStrategy branch from 86830db to 9113a61 Compare November 20, 2025 14:02
@ruanwenjun ruanwenjun force-pushed the dev_wenjun_supportSerialStrategy branch from 9113a61 to 06858a0 Compare November 20, 2025 14:42
@ruanwenjun ruanwenjun force-pushed the dev_wenjun_supportSerialStrategy branch from 06858a0 to fd369b7 Compare November 20, 2025 14:47
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
15.5% Coverage on New Code (required ≥ 60%)

See analysis details on SonarQube Cloud

Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

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

Gernerally LGTM.

*/

UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%';
UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%';
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%';
UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%';

delete from t_ds_serial_command where workflow_instance_id = #{workflowInstanceId}
</select>

</mapper> No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
</mapper>
</mapper>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DSIP-92][Master] Refactor workflow serial strategy

2 participants