Няма описание

Christopher Crone 7e81f9e147 Appease linter преди 5 години
.github 693aa7b849 Remove golangci-lint action, use executable преди 5 години
azure fcb4b606e2 Add labels to containers on run преди 5 години
backend 1e19d977e0 Initial functional login command : added Cloud API with generic Login() преди 5 години
cli 7e81f9e147 Appease linter преди 5 години
client 7edc6659a2 Add unit tests for login process преди 5 години
compose 14fb12c8c8 Let `make protos` affect host files преди 5 години
containers fcb4b606e2 Add labels to containers on run преди 5 години
context 7edc6659a2 Add unit tests for login process преди 5 години
docs 44712ab3c4 Move CLI UX docs into folder преди 5 години
errdefs 69f10fe80c Extract interface / types to allow unit tests / mock преди 5 години
example 7edc6659a2 Add unit tests for login process преди 5 години
moby fcb4b606e2 Add labels to containers on run преди 5 години
multierror 6486f199e2 Add multierror преди 5 години
server 40fa78ac5d Add rm command преди 5 години
tests 7cbbab1739 Merge pull request #109 from chris-crone/context-show преди 5 години
.dockerignore cbfcd5cf64 Add dockerignore преди 5 години
.gitignore fcc7582826 Remove non-project path преди 5 години
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock преди 5 години
Dockerfile d8a38afecc Implement printing published ports преди 5 години
Makefile ee4ffcb5f4 Extend lint timeout преди 5 години
README.md f71ef61fef Remove unused setup-dev.sh, add protoc to the readme преди 5 години
builder.Makefile 7b26e8e836 Faster build преди 5 години
go.mod fcb4b606e2 Add labels to containers on run преди 5 години
go.sum fcb4b606e2 Add labels to containers on run преди 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.