https://github.com/hluk/retasc-konflux-test
https://github.com/hluk/retasc-konflux-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hluk/retasc-konflux-test
- Owner: hluk
- Created: 2024-03-08T10:55:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T16:21:49.000Z (about 1 year ago)
- Last Synced: 2024-05-22T10:25:45.295Z (about 1 year ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Proof of concept for an Go+OpenShift project tested and deployed via [App
Studio](https://github.com/redhat-appstudio/docs.appstudio.io).## Development
Enable pre-commit hook to lint and auto-format the code:
```
pre-commit install
```## Build and Run
Test the app locally with [odo](https://odo.dev/docs/introduction) and
[minikube](https://minikube.sigs.k8s.io/docs/):```
minikube start --driver=qemu2
odo dev
```Or with odo and podman:
```
odo dev --platform podman
```Or with go build:
```
go run .
```## Testing
```bash
odo run test
# or
odo run --platform podman test
# or
go test ./...
# or
```## TODO
- Some simple Jira API calls
- Healthchecks
- OpenTelemetry tracing