[Bug][TimeAfter] Bug title The timeAfter parameter in the DevLake sync API isn't functioning as expected. #7886
Labels
component/config-ui
This issue or PR relates to config-ui
severity/p1
This bug affects functionality or significantly affect ux
type/bug
This issue is a bug
Search before asking
What happened
The timeAfter parameter in the DevLake sync API isn't functioning as expected; it's using the time range configured in the config-ui instead.
ex:
What do you expect to happen
The timeAfter value provided in the API parameter should take precedence over the default timeRange in DevLake.
How to reproduce
Monitor the sync process and observe whether it respects the timeAfter parameter you provided.
Verify if the sync is using the time range from the config-ui instead.
Expected Behaviour
The sync process should respect the timeAfter parameter provided in the API call and use "2024-08-11T05:00:00Z" as the starting point.
Actual Behavior
The sync process ignores the timeAfter parameter and uses the time range configured in the config-ui.
Anything else
No response
Version
v0.17.0-beta2
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: