Commit f3ab8be
authored
Feat/dora mvp (#5)
* feat: Add automated CI failure investigator workflow to analyze and report on CI failures.
* Remove frontend application files and add GitHub Action for DORA metrics generation
- Deleted frontend source files including App, Dashboard, and Login components.
- Removed package.json and vite.config.js for the frontend.
- Added .env.example for environment variable configuration.
- Introduced action.yml for GitHub Action to calculate DORA metrics and upload CSV artifacts.
- Created dora_metrics_csv.py script to generate DORA metrics from GitHub repositories.
* feat: Enhance GitHub API request handling with retry logic and timeout
* fix: Correct dependency installation in action.yml to ensure proper environment setup1 parent fb3a9c1 commit f3ab8be
50 files changed
Lines changed: 1082 additions & 26414 deletions
File tree
- .github/workflows
- backend
- auth
- __pycache__
- common
- __pycache__
- data
- metrics
- __pycache__
- frontend
- src
- pages
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
This file was deleted.
This file was deleted.
0 commit comments