Replies: 1 comment 2 replies
-
Hey @Mandla-SM! I'm here to help with any bugs, questions, or feedback you have. Let's work together to tackle this issue! The behavior you're observing, where If the If this behavior is not what you expect, it might be worth reviewing the logic to see if adjustments are needed to align with your intended use case. |
Beta Was this translation helpful? Give feedback.
-
Greetings DevLake team,
Webhook startedDate is ignored and the deploymentCommits.startedDate date of the last commit is used instead. This has the effect that a deployment then shows as if it happened on the day of the latest commit in that deployment. I'm wondering if this is deliberate.
example:
{
"id": "",
"startedDate": "2024-02-06T19:00:00+02:00",
"finishedDate": "2024-02-06T22:00:00+02:00",
"result": "Successful",
"deploymentCommits": [
{
"repoUrl": "",
"refName": "",
"startedDate": "2024-01-16T09:20:50+02:00",
"finishedDate": "2024-01-16T09:20:50+02:00",
...
Instead of 2024-02-06T19:00:00+02:00, 2024-01-16T09:20:50+02:00 is used as the deployment date. This shows up in Grafana.
Thank you for the fantastic tool!
Regards
Beta Was this translation helpful? Give feedback.
All reactions