d4x1 commented on issue #7415: URL: https://github.com/apache/incubator-devlake/issues/7415#issuecomment-2085151205
To accomplish this feature. I think these things must be done: 1. Fetch upcoming and historical `releases` automatically. For example, if users are using GitHub to manage releases, then we can fetch release via GitHub's API (https://docs.github.com/en/graphql/reference/objects#release). Optional: Add a new webhook which can be used to post releases by users. 2. add a new table called `cicd_deployment_attributes`, use it to store the deployments additional attributes. It has three columns `deployment_id` `attribute_name` and `attribute_value` at least. With these changes, we can calculate deployments's metrics group by custom attributes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org