Andrey Fadeev
e6c9cd9769
Allow to build service without the private registry ( #548 )
2021-03-05 18:37:04 +03:00
Boris
9884edce70
MSPF-628: Add proto limiter integration ( #534 )
2021-03-02 22:34:19 +03:00
yuri-bukhalenkov
8f24ec5890
ED-43: Добавить поддержку RBS ( #546 )
...
* updated rebar.lock
* updated rebar.lock; removed legacy_domain_revision
* +scenario mandatory
Co-authored-by: dinama <dinama@users.noreply.github.com>
2021-03-02 17:19:00 +03:00
yuri-bukhalenkov
70ad2abc34
Hg-568: added a new field "trusted_client" for an antifraud system ( #539 )
...
* added trusted_client field to an InvoiceParams(payment_processing) and forwarded it to an Invoice(domain)
* pushed field trusted_client to a proxy_inspector
* HG-568: moved field trusted_client to an extra structure InvoiceClientInfo and renamed it to is_trusted
* update rebar.lock
2021-02-09 13:20:50 +03:00
Sergey Yelin
5b6b8e2caa
Add uzcard as payment system ( #538 )
2021-02-02 15:56:23 +03:00
dinama
8847162ef8
+fix health_check demo config ( #537 )
2021-02-01 19:07:24 +03:00
dinama
f6fef9983c
upgrade: +image +deps +endpoints ( #535 )
2021-01-31 17:39:04 +03:00
dinama
b79f6ea8b3
pass make_recurrent to inspector ( #532 )
2020-12-24 14:10:19 +03:00
dinama
108f39c88d
+upgrade all +fix after upgrade ( #531 )
2020-12-24 12:12:05 +03:00
Sergey Yelin
9cc3ff7f95
Fix leaked containers on CI ( #529 )
2020-12-17 21:20:33 +03:00
dinama
6caab9468f
update build env ( #525 )
2020-12-09 17:36:14 +03:00
Alexey
3816242608
CAPI-430: Add last_transaction_info to payproc_InvoicePayment ( #522 )
2020-12-09 14:54:16 +03:00
Andrew Mayorov
a64217d9b3
Avoid warnings spam w/ incompatible cash ranges ( #516 )
...
Prefer to return well-specified error tuple instead.
Also Bump invoice lifetimes up in customer tests.
2020-12-04 17:27:30 +03:00
Sergey Yelin
2b52307fde
Cleanup release env ( #518 )
...
* Cleanup release env
* Fix formatter version
* Fix formatter url
2020-12-02 13:55:34 +03:00
Sergey Yelin
7752578689
Revert "Cleanup release env"
...
This reverts commit 128d99f9658694468e580b7ab3e7a9bde6717499.
2020-12-02 11:57:12 +03:00
Sergey Yelin
c7fb216e64
Cleanup release env
2020-12-02 11:46:25 +03:00
Sergey Yelin
f5a0978518
Update image ( #511 )
2020-11-27 16:48:54 +03:00
George Belyakov
aabb57ab14
hitch up all routing rules damsel changes ( #507 )
2020-11-16 10:55:56 +03:00
Toporkov Igor
241c870fd0
HG-555: Refactor PM ComputeShopTerms ( #498 )
...
* Hadle varset that might be sent in future
* Leave a comment about the migration process
* Update damsel & party_client
* Use party_client to call PM, add Varset to ComputeShopTerms args
* Add Varset to pm_client and tests
* Use Varset in party management
2020-11-15 22:45:09 +03:00
Sergey Yelin
044076c404
Add risk coverage to provider ( #505 )
...
* Add risk_coverage handling
* Pass RiskScore to provider acceptor
* Make risk coverage selector optional
* Remove dead code
* Add tests for routing
* Routing tests cleanup
* Fix dialyzer
* Localize varset/0 type
* Formatting
* Remove comment
* Add tests to rule sets
* Make provider cover operation with lower risk score
* Rewrite risk compirision logic
* Formatting
* Update dominant
2020-11-12 17:29:09 +03:00
Roman Pushkov
3ba836ffb5
HG-560: routing with pm ( #495 )
...
* add collect routes handler
* add compute provider handling
* remove collect routes handler
* add faulty config test
* return undefined cash range check result
* fix logger call
* run fmt
2020-11-12 11:18:16 +03:00
Andrey Fadeev
41e865971d
Add dummy payment system ( #506 )
...
Bump damsel up to rbkmoney/damsel@3710cab
2020-11-11 14:45:46 +03:00
Toporkov Igor
adfe44a84b
Revert "Revert "HG-555: update ComputeShopTerms clients ( #497 )" ( #503 )" ( #504 )
...
This reverts commit 72f6fd5c3d9800b2e1bda1bf5e273edac8d7e72c.
2020-11-09 13:50:16 +03:00
Toporkov Igor
1b113aa752
Revert "HG-555: update ComputeShopTerms clients ( #497 )" ( #503 )
...
This reverts commit 9a8ad47008752b8af573ce8bcaa784377650e082.
2020-11-05 12:09:36 +03:00
Toporkov Igor
147e1e1694
Rollback to an old image ( #502 )
2020-11-05 11:30:07 +03:00
Sergey Yelin
786548945f
Update service erlang image ( #501 )
2020-11-03 10:09:21 +03:00
Toporkov Igor
0ba6ce3736
HG-555: update ComputeShopTerms clients ( #497 )
...
* Hadle varset that might be sent in future
* Leave a comment about the migration process
* Update damsel & party_client
* Use party_client to call PM, add Varset to ComputeShopTerms args
* Add Varset to pm_client and tests
2020-10-30 14:54:58 +03:00
Toporkov Igor
8469a2995d
HG-555: Handle Varset in ComputeShopTerms ( #496 )
...
* Hadle varset that might be sent in future
* Leave a comment about the migration process
2020-10-30 11:58:59 +03:00
Sergey Yelin
57ca9a8bd5
Add prometeus ( #494 )
2020-10-24 09:01:20 +03:00
ndiezel0
5af3baedd1
HG-452: Add PartyManagement usage to hellgate ( #485 )
...
* HG-452: Add PartyManagement usage to hellgate
* HG-452: Review fix
* HG-452: Save some lines
* HG-452: Review fix
* HG-452: Get rid of extra fields in Varset
* HG-452: Fix lint
* HG-452: Review fix
* HG-452: Fix
* HG-452: Review fix
* HG-452: Review fix
* HG-452: Format
* HG-557: Fix merge
* HG-557: Add comment
* HG-452: Update build_utils
* HG-452: Rollback hg_routing Varset changes
* HG-452: Fix spec
2020-10-20 18:16:05 +03:00
ndiezel0
9849c12150
HG-557: Add logging of cache hit/miss ( #489 )
2020-10-19 16:11:16 +03:00
ndiezel0
e9893dcc43
HG-452: Add caching for Checkout Party ( #487 )
...
* HG-452: Add caching for Checkout Party
* HG-452: Fix dialyzer
* HG-452: Format
* HG-452: Make cache work
* HG-452: Review fix
* HG-452: Fix specs
* HG-452: Review fix
* HG-452: Fix
* HG-452: Review fix
* HG-452: Format
2020-10-16 13:41:47 +03:00
Toporkov Igor
5eed85e519
HG-547: Validate cash register claims ( #484 )
...
* Assert cash registry-assosiated shop exists in party or could claimed to be created
* Filter out cash register shopIDs
* Test new validation
* Fix typo in test case name, fix missing space
* Always check cash register claims
* Fix cash register spelling
* Format code using erlfmt
* Use sets instead of lists
* Move cash_register claims validation to pm_claim_committer
2020-10-13 14:31:57 +03:00
ndiezel0
351b790873
HG-452: Fixed party_management ( #483 )
...
* HG-452: Fixed party_management
* HG-452: Add pm_varset and encode_decode test
* HG-452: Fix merge
* HG-452: Formatter
2020-09-28 12:37:41 +03:00
Andrey Fadeev
8093d04623
Try erlfmt ( #479 )
...
Co-authored-by: Sergey Yelin <elinsn@gmail.com>
2020-09-25 18:14:03 +03:00
Sergey Yelin
52967bd114
Update woody ( #482 )
...
* Revert "Update woody and fix backward clock error (#478 )"
This reverts commit 7ee4679b1ec5954962a00b4eb84108d2274dd0ba.
* Update woody and fix backward clock error (#478 )
* Fully embrace new woody args-are-tuples convention (#480 )
* Remove HG-542 revert artefact
Co-authored-by: ndiezel0 <ndiezel0@gmail.com>
Co-authored-by: Andrew Mayorov <a.mayorov@rbkmoney.com>
2020-09-18 19:18:59 +03:00
Sergey Yelin
6588cefb0f
Revert HG-452 ( #481 )
...
* Revert "Fully embrace new woody args-are-tuples convention (#480 )"
This reverts commit d95579a0d7817e2bbb93797ee6567a80063978e1.
* Revert "HG-452: Fix pm_ruleset (#477 )"
This reverts commit 6f4433bdc789b2e65590621ed8af69f331b1fd95.
* Revert "Update woody and fix backward clock error (#478 )"
This reverts commit 7ee4679b1ec5954962a00b4eb84108d2274dd0ba.
* Revert "HG-452: Add pm methods usage (#443 )"
This reverts commit 3a9142df3ba8b43433e099655a6b5a3ec4c9fd82.
2020-09-18 16:57:01 +03:00
Andrew Mayorov
8d55ad9bda
Fully embrace new woody args-are-tuples convention ( #480 )
2020-09-17 11:45:53 +03:00
Sergey Yelin
dcfbbaee96
Add missing claim ( #476 )
...
* Add missing claim
* Fix name
* Filter out unsupported event
* Remove dead code
* Simplify filter
* Do not generate events to claim with empty changeset
* Filter out claim_modification
* Leave cash_register_modification_unit for further desisions
* Cleanup
2020-09-14 18:49:59 +03:00
ndiezel0
76b759568b
HG-452: Fix pm_ruleset ( #477 )
...
* HG-452: Fix pm_ruleset
* HG-452: Revert ComputeGlobals
* HG-452: Slim down PR
* HG-452: Remove compute_globals
* HG-452: Remove unneeded reduce_payment_routing_decisions/3 clause
2020-09-11 13:11:35 +03:00
ndiezel0
02b39461c4
Update woody and fix backward clock error ( #478 )
2020-09-10 17:58:12 +03:00
ndiezel0
470a39a76d
HG-452: Add pm methods usage ( #443 )
...
* HG-452: Add compute payment institution to hellgate
* HG-452: Fix marshalling
* HG-452: Add ComputePaymentInstitution implementation
* HG-452: Fix payment_institution tests
* HG-452: Fix lint
* HG-452: Fix marshalling error
* HG-452: Fix tests
* HG-452: Add compute_contract_terms use
* HG-452: Add compute_contract_terms more use
* HG-452: Fix dialyzer
* HG-452: Update Provider
* HG-452: Remove compute p2p and withdrawal provider methods
* HG-452: Update party client
* HG-452: Add eunit test to selector
* HG-452: Fix tests
* HG-452: Review fix
* HG-452: Review fix
* Update apps/hellgate/src/hg_invoice_payment.erl
Co-authored-by: Andrey Fadeev <me@ciiol.net>
* HG-452: Review fix
* HG-452: Remove CreatedAt
Co-authored-by: Andrey Fadeev <me@ciiol.net>
2020-09-07 16:16:34 +03:00
Roman Pushkov
13979efa94
HG-545: register status change timestamps ( #473 )
...
* add occurred in invoice handlers
* store latest change in payment
* remove unused function
* update merge_change
* minor fixes
* one more fix
* store ts in payment opts
* update opts handling
* cleanup
* minor cleanup
* timestamps for invoice adjustments
* update damsel
* unify adjustment timestamps
* fix exports
2020-09-04 14:32:38 +03:00
ndiezel0
118ff48698
HG-452: Implement ComputeGlobals and ComputePaymentRoutingRuleset ( #466 )
...
* HG-452: Update Varset
* HG-452: Add ComputeGlobals and ComputePaymentRoutingRuleset implementation
* HG-452: Fix tests
* HG-452: Fix test
* HG-452: Fix dominant config in party test
* HG-452: Fix lint
* HG-452: Fix xref and tests
* Update apps/party_management/src/pm_party_handler.erl
Co-authored-by: Andrey Fadeev <me@ciiol.net>
* HG-452: Review fix
* HG-452: Update damsel
* Update apps/party_management/test/pm_party_tests_SUITE.erl
Co-authored-by: Andrey Fadeev <me@ciiol.net>
* HG-452: Add WRONG_DMT_OBJ_ID macro to pm tests
* HG-452: Add tests
* HG-452: Fix order
Co-authored-by: Andrey Fadeev <me@ciiol.net>
2020-08-07 16:02:02 +03:00
Andrew Mayorov
642a9b47fb
Bump to rbkmoney/woody_erlang@33b69913 ( #470 )
...
* benoitc/hackney#638
2020-08-04 15:48:17 +03:00
Toporkov Igor
a5d17b2b12
DC-127: Payment methods refactoring ( #445 )
...
* Use corresponding epic damsel branch
* Bump dominant
* Migrate to new bank_card payment method representation
* Simplify guard clause
Co-authored-by: Andrew Mayorov <a.mayorov@rbkmoney.com>
* Delete invalid clauses in hg_payment_tool:get_method/1
* Remove marshaling that we don't use anymore
* Correctly unmarshal tokenization_method
* Revert "Correctly unmarshal tokenization_method"
This reverts commit 6f14eefd003e3f80d087db97ca63c4ccc85152d8.
* Do not unmarshal tokenization_method because it will never be there
* Use old (_deprecated) payment methods
* Replace has_cvv with is_cvv_empty
* Upgrade damsel
* Delete outdated comentaries
* Return ordset of payment methods
* Upgrade dominant
* Upgrade damsel
* Add tokenization_method to bank_card_deprecated
* Rename function in hg_payment_tool, create function to test if payment method is supported
* Simpilfy and rename payment methods matching
* Export hg_payment_tool:get_possible_methods/1
* Upgrade damsel
* Fix mising old bank card reference
* Bump dominant
* Fix construct_payment_method
* Upgrade deps
* Suffix with _derprecated payment methods
* Bulk update deps
* Mark deprecated pms introduced by merge
Co-authored-by: Andrew Mayorov <a.mayorov@rbkmoney.com>
2020-07-29 15:02:00 +03:00
Andrey Fadeev
b85e9d3eb0
Update woody to rbkmoney/woody_erlang@b563bbb ( #467 )
2020-07-28 08:14:10 +03:00
Roman Pushkov
7a11f33fa0
HG-541: invoice adjustments ( #458 )
...
* some initial changes
* update hg_client
* change adjustment to payment adjustment in tests
* update damsel
* types in client
* Revert "change adjustment to payment adjustment in tests"
This reverts commit ff1633c41660b6f144f75ae067ea63eb33906981.
* rename payment adjustment functions
* fix hg_client adjustment calls
* update invoice events header
* add invoice adjustment tests
* working invoice adjustments
* uncomment other invoice tests
* minor cleanup
* fix some types
* fix more types
* temporarily comment out non-operational tests
* fix actions
* add more tests
* add exceptions
* run ci with disabled invoice adjustment tests
* Switch ti sequential
* uncomment tests
* minor cleanup
* uncomment pm tests
* add extra asserts
* add logging
* remove tests from invoice suite
* add invoice adjustment test suite
* minor cleanup
* fix test crashes
* minor cleanup
* more cleaning
* update invalid status exception handling
* increase party client timeout
* increase get timeout
* add pending payment test
* add pending adjustment test
* update tests
* update damsel
* update handling
* add expiration tests
* refactor tests
* update expiration handling
* tests cleanup
* do not expire while pending
* update timeouts
Co-authored-by: Sergey Yelin <elinsn@gmail.com>
2020-07-21 17:43:14 +03:00
Toporkov Igor
e91f750852
DC-122: Remove risk_coverage from Terminal ( #459 )
...
* Hard remove all risk_coverage-related code
* Upgrade dominant
* Remove risk_coverage from test terminals, rework routing tests so they pass
* Fix merge artifact
* Kek
* Remove outdated comment
* Improve test readability
* Delete trailing whitespaces
2020-07-14 16:40:04 +03:00
ndiezel0
f37f198ae9
HG-452: Update party_managements methods and tests ( #460 )
2020-07-10 16:54:31 +03:00