mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 01:05:21 +00:00
f84329d470
* refactor: Fix typo * ED-81:deps: Update damsel * ED-81:deps: Update build_utils * ED-81:feat: Accept RecPaymentToolID * Revert "ED-81:deps: Update build_utils" This reverts commit 5ee03f47af7a19a1d8a3f506d4cde7383f0eaea4. * ED-81:test:Fix start_two_bindings_w_tds test case * ED-81:refactor:Fix rebar.lock indentation * ED-81/fix: Add customer_binding_id from params * ED-81/test: Fix tests with two bindings * refactor: Add FIXME for uid |
||
---|---|---|
apps | ||
build_utils@56606f5cac | ||
config | ||
test/machinegun | ||
.gitignore | ||
.gitmodules | ||
docker-compose.sh | ||
Dockerfile.sh | ||
elvis.config | ||
Jenkinsfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
rebar.config | ||
rebar.lock | ||
TODO.md |
Hellgate
Core logic service for payment states processing.
Building
We widelly use Thrift to define RPC protocols. So it needs to have our Thrift compiler in PATH to build this service. The recommended way to achieve this is by using our build image.
We are still experimenting on opening our build infrastructure so that you can use the explicit public registry setting for now.
You can adjust this parameter by exporting the environment variable REGISTRY
.
Сheatsheet
To build the service image without access to the internal RBK.money registry:
make submodules && REGISTRY=ghcr.io make wc_release build_image
To compile:
make submodules && REGISTRY=ghcr.io make wc_compile
To run the service tests (you need either to have access to the internal RBK.money registry or to modify docker-compose.sh
):
make wdeps_test