Kubernetes powered PaaS that runs in your own cloud. https://porter.run

Alexander Belanger e1931df618 quick fix helm type issue 5 ani în urmă
cmd 1fbb01379a gorm migration issue 5 ani în urmă
dashboard 13f1116899 clusters -> contexts 5 ani în urmă
docker 01ee288d31 Merge branch 'dev-environment' into login-integration 5 ani în urmă
docs bddb9ef961 toc updated 5 ani în urmă
internal e1931df618 quick fix helm type issue 5 ani în urmă
server e1931df618 quick fix helm type issue 5 ani în urmă
.air.toml 4c246f59da test repository without sqlmock 5 ani în urmă
.gitignore b41fd7000c Merge branch 'master' into login-integration 5 ani în urmă
INT_TEST.md 2c05a00ead basic testing 5 ani în urmă
README.md ef3f3705be dev environment setup 5 ani în urmă
app 05a94f3c70 merge 5 ani în urmă
docker-compose.dev.yaml ef3f3705be dev environment setup 5 ani în urmă
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 5 ani în urmă
go.mod 8ff3b832a0 list charts functionality tested 5 ani în urmă
go.sum 8ff3b832a0 list charts functionality tested 5 ani în urmă
test.yaml 7ecc5f09d7 initial boilerplate 5 ani în urmă

README.md

Porter

For development:

docker-compose -f docker-compose.dev.yaml up --build

And then visit localhost:8080 in the browser.

Testing

From the root folder, run go test ./... to run all tests and ensure the builds/tests pass.