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

[Improvement-16887][Dependent Task] Dependent task improvement #16910

Merged
merged 20 commits into from
Jan 2, 2025

Conversation

SbloodyS
Copy link
Member

Purpose of the pull request

close #16887

Brief change log

mr9O2M54vRhYXUb.png
g3O7fbEdYDXVyvA.png
AHXeuS1j2Oq54cT.png

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 contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

@SbloodyS SbloodyS added UI ui and front end related improvement make more easy to user or prompt friendly backend labels Dec 21, 2024
@SbloodyS SbloodyS added this to the 3.3.0 milestone Dec 21, 2024
@SbloodyS SbloodyS self-assigned this Dec 21, 2024
import lombok.Data;
import lombok.EqualsAndHashCode;

@EqualsAndHashCode(callSuper = true)

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
DependentItem.canEqual
; it is advisable to add an Override annotation.
@github-actions github-actions bot added the test label Dec 21, 2024
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;

@EqualsAndHashCode(callSuper = true)

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
AbstractTaskInstanceContext.canEqual
; it is advisable to add an Override annotation.
import lombok.Data;
import lombok.EqualsAndHashCode;

@EqualsAndHashCode(callSuper = true)

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
TaskInstance.canEqual
; it is advisable to add an Override annotation.
ruanwenjun
ruanwenjun previously approved these changes Jan 1, 2025
Copy link
Contributor

@caishunfeng caishunfeng left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

sonarqubecloud bot commented Jan 2, 2025

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarQube Cloud

@SbloodyS SbloodyS changed the title [Improvement-16887][Dependent Task] Dependet task improvement [Improvement-16887][Dependent Task] Dependent task improvement Jan 2, 2025
@SbloodyS SbloodyS merged commit 50923e7 into apache:dev Jan 2, 2025
70 of 71 checks passed
@SbloodyS SbloodyS deleted the improvement_16887 branch January 2, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend improvement make more easy to user or prompt friendly test UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement][Dependent Task] Dependent task improvement
3 participants