Fără Descriere

Djordje Lukic 693aa7b849 Remove golangci-lint action, use executable 5 ani în urmă
.github 693aa7b849 Remove golangci-lint action, use executable 5 ani în urmă
azure 14fb12c8c8 Let `make protos` affect host files 5 ani în urmă
backend 14fb12c8c8 Let `make protos` affect host files 5 ani în urmă
cli 6b435cf802 Merge pull request #86 from rumpl/feat-multierror 5 ani în urmă
client 73529cc264 Refactor example/backend 5 ani în urmă
compose 14fb12c8c8 Let `make protos` affect host files 5 ani în urmă
containers 14fb12c8c8 Let `make protos` affect host files 5 ani în urmă
context a506b7f4e9 Fix `make protos` 5 ani în urmă
docs 44712ab3c4 Move CLI UX docs into folder 5 ani în urmă
errdefs a1e83109cd Replace require with assert for errors test 5 ani în urmă
example 40fa78ac5d Add rm command 5 ani în urmă
moby 6486f199e2 Add multierror 5 ani în urmă
multierror 6486f199e2 Add multierror 5 ani în urmă
server 40fa78ac5d Add rm command 5 ani în urmă
tests cc23137945 Merge pull request #82 from chris-crone/context-use 5 ani în urmă
.dockerignore cbfcd5cf64 Add dockerignore 5 ani în urmă
.gitignore fcc7582826 Remove non-project path 5 ani în urmă
.golangci.yml 9a2ec752b5 Add ACI compose basic e2e test 5 ani în urmă
Dockerfile a506b7f4e9 Fix `make protos` 5 ani în urmă
Makefile 14fb12c8c8 Let `make protos` affect host files 5 ani în urmă
README.md f71ef61fef Remove unused setup-dev.sh, add protoc to the readme 5 ani în urmă
builder.Makefile 7b26e8e836 Faster build 5 ani în urmă
go.mod d46398dbef Refactor config into package 5 ani în urmă
go.sum 4e7645aae2 Merge pull request #42 from rumpl/moby 5 ani în urmă

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.