Нема описа

Guillaume Tardif 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
.github 7b26e8e836 Faster build пре 5 година
azure 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
backend 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
cli 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
client 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
compose 14fb12c8c8 Let `make protos` affect host files пре 5 година
containers 14fb12c8c8 Let `make protos` affect host files пре 5 година
context 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
docs 44712ab3c4 Move CLI UX docs into folder пре 5 година
errdefs a1e83109cd Replace require with assert for errors test пре 5 година
example 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
moby 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
multierror 6486f199e2 Add multierror пре 5 година
server 40fa78ac5d Add rm command пре 5 година
tests cc23137945 Merge pull request #82 from chris-crone/context-use пре 5 година
.dockerignore cbfcd5cf64 Add dockerignore пре 5 година
.gitignore fcc7582826 Remove non-project path пре 5 година
.golangci.yml 9a2ec752b5 Add ACI compose basic e2e test пре 5 година
Dockerfile a506b7f4e9 Fix `make protos` пре 5 година
Makefile 14fb12c8c8 Let `make protos` affect host files пре 5 година
README.md f71ef61fef Remove unused setup-dev.sh, add protoc to the readme пре 5 година
builder.Makefile 7b26e8e836 Faster build пре 5 година
go.mod 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година
go.sum 1e19d977e0 Initial functional login command : added Cloud API with generic Login() пре 5 година

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.