Sin descripción

Djordje Lukic 3891c8c414 Put all magic strings in variables in context store hace 5 años
.github 693aa7b849 Remove golangci-lint action, use executable hace 5 años
azure a26dd81307 Add timeout as a parameter to the stop action hace 5 años
backend 1e19d977e0 Initial functional login command : added Cloud API with generic Login() hace 5 años
cli 0bd18986dd Add "*" for the current context hace 5 años
client 7edc6659a2 Add unit tests for login process hace 5 años
compose 14fb12c8c8 Let `make protos` affect host files hace 5 años
containers a26dd81307 Add timeout as a parameter to the stop action hace 5 años
context 3891c8c414 Put all magic strings in variables in context store hace 5 años
docs 44712ab3c4 Move CLI UX docs into folder hace 5 años
errdefs a26dd81307 Add timeout as a parameter to the stop action hace 5 años
example a0dda2d094 Add tests for ps --all hace 5 años
moby a26dd81307 Add timeout as a parameter to the stop action hace 5 años
multierror 6486f199e2 Add multierror hace 5 años
server a26dd81307 Add timeout as a parameter to the stop action hace 5 años
tests 0bd18986dd Add "*" for the current context hace 5 años
.dockerignore cbfcd5cf64 Add dockerignore hace 5 años
.gitignore fcc7582826 Remove non-project path hace 5 años
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock hace 5 años
Dockerfile d8a38afecc Implement printing published ports hace 5 años
Makefile ee4ffcb5f4 Extend lint timeout hace 5 años
README.md f71ef61fef Remove unused setup-dev.sh, add protoc to the readme hace 5 años
builder.Makefile 7b26e8e836 Faster build hace 5 años
go.mod f118856076 Merge pull request #112 from rumpl/chore-clean-deps hace 5 años
go.sum b854cf2114 go mod tidy hace 5 años

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.