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

Alexander Belanger 76d3e5f880 list namespaces route implementation před 5 roky
cmd 1fbb01379a gorm migration issue před 5 roky
dashboard 13f1116899 clusters -> contexts před 5 roky
docker 01ee288d31 Merge branch 'dev-environment' into login-integration před 5 roky
docs bddb9ef961 toc updated před 5 roky
internal 76d3e5f880 list namespaces route implementation před 5 roky
server 76d3e5f880 list namespaces route implementation před 5 roky
.air.toml 4c246f59da test repository without sqlmock před 5 roky
.gitignore b41fd7000c Merge branch 'master' into login-integration před 5 roky
INT_TEST.md 2c05a00ead basic testing před 5 roky
README.md ef3f3705be dev environment setup před 5 roky
app 05a94f3c70 merge před 5 roky
docker-compose.dev.yaml ef3f3705be dev environment setup před 5 roky
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration před 5 roky
go.mod 8ff3b832a0 list charts functionality tested před 5 roky
go.sum 8ff3b832a0 list charts functionality tested před 5 roky
test.yaml 7ecc5f09d7 initial boilerplate před 5 roky

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.