Sen descrición

Christopher Crone 1d3ffc0254 Add context rm command %!s(int64=5) %!d(string=hai) anos
.github 35c5073cc0 First e2e tests running locally (with example backend) %!s(int64=5) %!d(string=hai) anos
azure 13db3437fd ACI Container ids work fine between ps, log & exec, either from single container (docker run) of multi-container compose stack %!s(int64=5) %!d(string=hai) anos
backend 73529cc264 Refactor example/backend %!s(int64=5) %!d(string=hai) anos
cli 1d3ffc0254 Add context rm command %!s(int64=5) %!d(string=hai) anos
client 73529cc264 Refactor example/backend %!s(int64=5) %!d(string=hai) anos
compose 03e418cbbb Add compose up and down %!s(int64=5) %!d(string=hai) anos
containers ba455916c6 Refactor on services %!s(int64=5) %!d(string=hai) anos
context 3c43606a20 Add remove function to context store %!s(int64=5) %!d(string=hai) anos
errdefs b55f4b0547 Add common error definitions %!s(int64=5) %!d(string=hai) anos
example 73529cc264 Refactor example/backend %!s(int64=5) %!d(string=hai) anos
server 24c035e822 Add comments on exported items, remove example command %!s(int64=5) %!d(string=hai) anos
tests 153e7c1e11 Moved sample compose files in test folder %!s(int64=5) %!d(string=hai) anos
util 3bb4fe163c Add `docker context create` command %!s(int64=5) %!d(string=hai) anos
.dockerignore cbfcd5cf64 Add dockerignore %!s(int64=5) %!d(string=hai) anos
.gitignore fcc7582826 Remove non-project path %!s(int64=5) %!d(string=hai) anos
.golangci.yml 9a2ec752b5 Add ACI compose basic e2e test %!s(int64=5) %!d(string=hai) anos
Dockerfile 4e9a4185af Add `make lint` and run it on CI %!s(int64=5) %!d(string=hai) anos
Makefile eb712ac75f Added aci e2e tests, not run in CI since requiring azure login. %!s(int64=5) %!d(string=hai) anos
README.md 688e7e5deb Implement quiet flag for ps command %!s(int64=5) %!d(string=hai) anos
builder.Makefile 4e9a4185af Add `make lint` and run it on CI %!s(int64=5) %!d(string=hai) anos
go.mod 1d3ffc0254 Add context rm command %!s(int64=5) %!d(string=hai) anos
go.sum 1d3ffc0254 Add context rm command %!s(int64=5) %!d(string=hai) anos
setup-dev.sh 5cbfa2778e Use github action to install protoc %!s(int64=5) %!d(string=hai) anos

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.