No Description

Christopher Crone 11b4bd19f5 Refactor global CLI options 5 years ago
.github 35c5073cc0 First e2e tests running locally (with example backend) 5 years ago
azure 14fb12c8c8 Let `make protos` affect host files 5 years ago
backend 14fb12c8c8 Let `make protos` affect host files 5 years ago
cli 11b4bd19f5 Refactor global CLI options 5 years ago
client 73529cc264 Refactor example/backend 5 years ago
compose 14fb12c8c8 Let `make protos` affect host files 5 years ago
containers 14fb12c8c8 Let `make protos` affect host files 5 years ago
context ad8a16a922 Do not allow changing default context 5 years ago
errdefs 96907f13e1 Add forbidden error 5 years ago
example 40fa78ac5d Add rm command 5 years ago
moby df48f4eb20 Implement `Delete` for moby 5 years ago
server 40fa78ac5d Add rm command 5 years ago
tests 90e11cf349 e2e: Use new context use command 5 years ago
.dockerignore cbfcd5cf64 Add dockerignore 5 years ago
.gitignore fcc7582826 Remove non-project path 5 years ago
.golangci.yml 9a2ec752b5 Add ACI compose basic e2e test 5 years ago
Dockerfile 4e9a4185af Add `make lint` and run it on CI 5 years ago
Makefile 14fb12c8c8 Let `make protos` affect host files 5 years ago
README.md 688e7e5deb Implement quiet flag for ps command 5 years ago
builder.Makefile 4e9a4185af Add `make lint` and run it on CI 5 years ago
go.mod d46398dbef Refactor config into package 5 years ago
go.sum 4e7645aae2 Merge pull request #42 from rumpl/moby 5 years ago
setup-dev.sh 5cbfa2778e Use github action to install protoc 5 years ago

README.md

Docker API

Actions Status

Dev Setup

The recommended way is to use the main Makefile that runs everything inside a container.

If you don't have or want to use Docker for building you need to make sure you have all the needed tools installed locally:

And then you can call the same make targets but you need to pass it the builder.Makefile (make -f builder.Makefile).

Building the project

$ make

If you make changes to the .proto files, make sure to make protos to generate go code.

Tests

To run unit tests:

make test

If you need to update a golden file simply do go test ./... -test.update-golden.