MetaCell / MetaCell/cloud-harness
Create default version endpoint on applications
Open
scope:ci-cd
scope:code-generation
- Dominant language
- Python
- Stars
- 19
- Forks
- 5
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 3
Description
Strategy:
- add an environmental variable injected during the ci/cd process
- add the stub endpoint to the application templates
GET /api/version
```json
{
"build": "63498f19146bae1a6ae7e354"
"tag": "v1.2.0"
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the application templates and the CI/CD configuration that injects environment variables. Add the default GET /api/version endpoint to the templates and verify that it returns the specified build and tag JSON values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100