-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Fix-11583][UI] Fix the API usage of gantt graph #13778
Conversation
Please review the backend @SbloodyS |
@caishunfeng Please review the backend |
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## dev #13778 +/- ##
============================================
- Coverage 39.02% 38.97% -0.05%
+ Complexity 4450 4442 -8
============================================
Files 1133 1133
Lines 42353 42353
Branches 4789 4793 +4
============================================
- Hits 16528 16507 -21
- Misses 23999 24021 +22
+ Partials 1826 1825 -1
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SonarCloud Quality Gate failed. |
(cherry picked from commit 4e2c220)
Purpose of the pull request
Fixes #11583, the backend passed wrong data that cannot be parsed by the frontend.
(The import items were changed because of the spotless check)
Verify this pull request
This change added tests and can be verified as follows: Manually verified the change by testing locally.