https://github.com/devtron-labs/lens
https://github.com/devtron-labs/lens
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devtron-labs/lens
- Owner: devtron-labs
- License: apache-2.0
- Created: 2020-10-23T04:44:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T08:45:34.000Z (about 1 year ago)
- Last Synced: 2025-04-20T16:38:52.740Z (about 1 year ago)
- Language: Go
- Size: 7.72 MB
- Stars: 3
- Watchers: 1
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Application to analyse git and relase data
### Initial testing the application
```bash
curl -XPOST localhost:8080/new-deployment-event -d '{
"ApplicationId": 7,
"EnvironmentId": 1,
"CiArtifactId": 9,
"ReleaseId": 16,
"PipelineOverrideId": 102,
"TriggerTime": "2019-10-28T16:41:13.698823+05:30",
"PipelineMaterials": [
{
"PipelineMaterialId": 9,
"CommitHash": "5e1bcba61adc9ee5826b56e0c3491d4aa023af33"
}
]
}'
```
change `CiArtifactId `, `ReleaseId`, `TriggerTime` and `CommitHash` for each release