rbstp opened a new pull request, #8610:
URL: https://github.com/apache/incubator-devlake/pull/8610

   <!--
   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.
   -->
   
   ### Summary
   This commit implements a new ArgoCD plugin that enables deployment frequency 
tracking and DORA metrics calculation by collecting sync operation data from 
ArgoCD applications. It covers rollouts, deployments, replicaset, etc and are 
sorted per project.
   
   Included is also a grafana dashboard to show simple statistics for the 
applications.
   
   IMPORTANT: The applications in ArgoCD must be synced at least once for the 
plugin to collect data. Importing them via an application set does not count as 
a sync operation.
   
   ### Does this close any open issues?
   https://github.com/apache/incubator-devlake/issues/5207
   
   ### Screenshots
   <img width="237" height="409" alt="image" 
src="https://github.com/user-attachments/assets/a9d38750-d6b8-4f6e-aeb1-16bbd686990a";
 />
   <img width="777" height="280" alt="image" 
src="https://github.com/user-attachments/assets/ab9040f6-c43d-4a0d-b9a7-a7b47eb558cf";
 />
   <img width="1283" height="607" alt="image" 
src="https://github.com/user-attachments/assets/08a4bb9d-95ae-4671-a4be-ffaed1c12ebb";
 />
   <img width="1327" height="991" alt="image" 
src="https://github.com/user-attachments/assets/c530335a-80ec-48bb-badd-c6574e751bed";
 />
   
   ### Other Information
   Since I used the .devcontainers, I also updated the version or else mockery 
would not work. The sorting of the plugins was also updated to keep them in 
order.
   


-- 
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]

Reply via email to