rbstp opened a new pull request, #8631:
URL: https://github.com/apache/incubator-devlake/pull/8631
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes.
Please fill out as many sections below as possible.
-->
### Summary
Adds ArgocdRevisionImage model + migration, and extractor fallback logic.
The fallback is used for Argo Rollouts, which does not directly provide the
image information, it must be fetched via the ArgoCD Application table instead.
A new table is introduced to be able to keep a history of those type of images.
It also supports deployments with multiple images in the same pod.
### Does this close any open issues?
Closes issue [8630](https://github.com/apache/incubator-devlake/issues/8630)
### Screenshots
New tiles in Grafana Dashboard:
<img width="1379" height="208" alt="image"
src="https://github.com/user-attachments/assets/d1db7cd1-5168-4119-9e38-b809a15587d6"
/>
In the database:
<img width="1211" height="419" alt="image"
src="https://github.com/user-attachments/assets/dddbda4d-d9ce-4386-ab94-c2d2e223d989"
/>
Also available via the sync operations table:
<img width="1015" height="496" alt="image"
src="https://github.com/user-attachments/assets/d2fd4a4e-e557-4398-8659-48c36b4609ae"
/>
### Other Information
If you can validate it is what you need @ppapp92
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]