Commit Graph

97 Commits

Author SHA1 Message Date
Pavel Popov
4e0ef14cf8
Bump damsel (#138)
* Bump damsel

* Bump swag with yandexpay

* bump spring boot parent

Co-authored-by: Inal Arsanukaev <in.all.young@gmail.com>
2020-12-25 13:58:29 +03:00
Inal Arsanukaev
5d74ab20c6
HOOKER: minor fixes (#137)
* Independent processing of queue

* Fixed millis

* Fix after test in dev mirror kafka

* Disable schedulling in test

* Minor fixes

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-12-02 11:57:46 +03:00
Inal Arsanukaev
80662fae75
HOOK: added priorities for hooks (#136)
* Independent processing of queue

* Fixed millis

* Fix after test in dev mirror kafka

* Disable schedulling in test

* Added priorities for hooks

* Disable scheduling in test

* Added test

* Fix test

* Fix after review

* Fix after review

* Added logs, extracted method

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-11-26 12:54:21 +03:00
Anatoly Cherkasov
1697899893
PROX-474: bump damsel (#134)
* PROX-474: bump damsel and swag-webhook-events
2020-11-19 16:12:27 +03:00
Inal Arsanukaev
7048df31bd
Changed cron from daily to hourly (#132)
Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-11-12 17:15:26 +03:00
Pavel Popov
dc15f448d4
Bump damsel (#131) 2020-11-11 14:29:31 +03:00
Alexander Romanov
a43373a188
BJ-1004: Open management port (#130) 2020-11-02 14:54:55 +03:00
a.romanov
882df06676 BJ-1004: Add prometheus metrics 2020-11-02 13:06:03 +03:00
Inal Arsanukaev
702ec68c89
Ignore chargeback (#128)
* Ignore chargeback

* Up build_utils

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-10-29 13:44:33 +03:00
vitaxa
ed1045a772
BJ-995: additional bank field (#127) 2020-10-15 11:46:49 +03:00
Inal Arsanukaev
ef17ab6aa8
HOOK-109: auto clean tables (#126)
* HOOK-109: auto clean tables

* Added code

* Changed cron

* Fixed days ago

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-08-11 12:52:34 +03:00
Inal Arsanukaev
fde61d1e0b
Fixed ordering (#125)
Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-08-07 19:09:26 +03:00
Inal Arsanukaev
c083fc4566
HOOK-108: lock queues (#124)
* HOOK-108: lock queues

* Upd libs

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-08-06 18:20:23 +03:00
Inal Arsanukaev
ab59848928
HOOK-107: bump dependencies (#123)
* HOOK-107: bump dependencies

* Fixes

* Fixed test

* Fixed test 2

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-08-03 11:18:49 +03:00
Inal Arsanukaev
c0f525c547
HOOK-107: Resend message (#122)
* HOOK-107: Resend message

* Removed log

* Fixed Jenkins

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-07-31 12:01:33 +03:00
Baikov Dmitrii
2c9f804107
HOOK-106: Add adjustment status change handler (#118) 2020-06-19 12:43:06 +03:00
Baikov Dmitrii
859d7c277f
HOOK-105: Disable bustermaze for customers (#117) 2020-05-27 11:21:49 +03:00
Inal Arsanukaev
0ec8e0dec5
Fix for first hook (#116) 2020-01-24 18:16:52 +03:00
Inal Arsanukaev
30cd6a53b0
HOOK-104: added limits per shop and per party for hooks count (#115)
* HOOK-104: added limits per shop and per party for hooks count

* Added log

* Up build utils

* Simplified queries

* fix bug
2020-01-24 15:05:16 +03:00
Inal Arsanukaev
31b80701d3
HOOK-103: Fix digital wallet payment tool (#114)
* HOOK-103: Fix digital wallet payment tool

* Bump versionId
2019-12-11 15:15:54 +03:00
Kostya
b7425ce88c
#BJ-702: Add new terminal (#113)
* Add new terminal

* bump dumsel
2019-12-11 09:43:41 +03:00
Inal Arsanukaev
01db711413
HOOK-102: Metadata deserializer (#112)
* HOOK-102: Metadata deserializer

* Fixed tests
2019-12-04 16:14:56 +03:00
Inal Arsanukaev
50e4a9919e
BJ-684: bump woody (#111) 2019-12-03 15:31:11 +03:00
Inal Arsanukaev
047caa977b
HOOK-101: Added woody context for customer management (#110) 2019-12-02 18:44:46 +03:00
Inal Arsanukaev
b2d4e333fe
HOOK-100: clear tables (#109) 2019-11-25 14:24:33 +03:00
Inal Arsanukaev
465548b280
HOOK-98: Added limit for scheduled task (#108) 2019-11-21 19:18:22 +03:00
Anatolii Karlov
9230531a3a
add rrn to response swag event message (#106) 2019-11-15 16:37:35 +03:00
Inal Arsanukaev
ed435ef492
Added client to hg (#103)
* Added client to hg

* Added test

* Fixed

* Added customer hg client

* Fixed tests

* Added converter tests

* Added exceptions handling

* fix after review

* Fix tests

* lombok for enums

* Added CustomerEventService test

* Remove refunds stuff
2019-11-08 18:35:45 +03:00
Inal Arsanukaev
a3d1938e76
Added field next_fire_time to retry_policy table (#102)
* Added field next_fire_time to retry_policy table

* Check array length

* Refactoring of MessageScheduller, added test
2019-10-21 14:49:35 +03:00
Pavel Popov
dc2c6720f1
Add mobile commerce (#100)
* Add mobile commerce

* fx with BINDING_PAYMENT_TOOL_DETAILS_TYPE

* Add new payment tool types in migration scripts
2019-09-24 19:21:13 +03:00
Inal Arsanukaev
a39178c998
Up damsel (#98) 2019-09-16 17:00:42 +03:00
Inal Arsanukaev
9530018d40
Added deduplication for customers (#97) 2019-09-16 13:14:05 +03:00
Inal Arsanukaev
55a0cacc31
HOOKER: optimization with saving tasks (#95) 2019-09-10 21:53:52 +03:00
Inal Arsanukaev
55bb63c39c
HOOK-97: Using errorCode instead of errorMessage (#94) 2019-08-26 16:30:10 +03:00
Inal Arsanukaev
6c9019b358
Disabling hooks instead of deleting (#93) 2019-08-13 15:20:22 +03:00
Inal Arsanukaev
4b8eedd778
Epic/hook/local batch (#92)
* Refactoring and fix bug with fee

* Channged list -> linked hash map

* Enum to lower case

* Changed signature of saveBatch method

* Added test

* Fixed test

* Added logs

* Fixed int stream range

* Added -3 to batch filter

* Removed batchResult analyzing

* Remove constraint

* Added test for check duplication

* Fix test

* Up kafka-common-lib
2019-08-12 15:00:46 +03:00
Inal Arsanukaev
9690d6b2ff
Epic/hook/batch (#90)
* Batch processing

* Added tests, some refactoring

* Fixed

* Fixed copy properties

* Fix after review

* Extract payerType utils

* Correct batch processing

* Moved ack into trasnactional block

* Fixed test

* Added property reWriteBatchedInserts

* Removed logs
2019-08-07 19:07:00 +03:00
vitaxa
71114fbaed
add payment fee (#88) 2019-08-01 13:44:01 +03:00
Inal Arsanukaev
70d19a48e2
Added transactionTemplate (#87)
* Added transactionTemplate

* Added test

* Fixed test

* Fix after review

* Fix after review [2]
2019-07-25 13:50:55 +03:00
Inal Arsanukaev
6a17c58495
Ignore not found, fixed empty messagesList handling (#86)
* Ignore not found, fixed empty messagesList handling

* Added exception
2019-07-12 23:52:00 +03:00
Inal Arsanukaev
ee94ab2084
Ft/hooker/removed cache (#85)
* Set sleep when errors

* Log interruption

* Interrupt

* Removed caches, fixed getting cart position

* Bump version

* Removed unused copy constructor

* Removed hashCode()
2019-07-11 18:32:32 +03:00
Inal Arsanukaev
0704c8ace6
Set sleep when errors (#84)
* Set sleep when errors

* Log interruption

* Interrupt
2019-07-10 16:04:16 +03:00
Inal Arsanukaev
3542005a17
Removed event stock for invoicing, enabled kafka (#83)
* Removed event stock for invoicing, enabled kafka

* Event id stuff

* Set final

* Removed constraint

* Fixed sql-script
2019-07-08 19:45:29 +03:00
Inal Arsanukaev
ffdc3d989d
Fixes (#82)
* Fixes

* Fixed tests

* Disabled kafka; Removed updateIfExists;
2019-07-03 17:59:39 +03:00
Inal Arsanukaev
f9aa2eccca
Set retryOnConnectionFailure=false, increase connectionPoolSize (#77)
* Set retryOnConnectionFailure=true, increase connectionPoolSize

* Increase poolSize
2019-06-24 15:30:50 +03:00
Pospolita Nikita
c5208c5a23 Kaфka consumer (#73)
* commit for CI

* updated libs, refactored for lombok

* CI fix

* added build_utils

* added port

* added sonar coverage, fixed sonar bugs, refactored error-extraction

* fixed error conversion logic

* Refactored for Kafka

* tests fixes

* added Kafka tests

* fix review

* fix review

* fix review

* fix review

* fix review

* fix review

* concurency = 5

* Added check duplicates

* Added constraint columns

* Fixed pom

* Kafka application properties config (#74)

* fix review

* test repaired

* test repaired

* kafka-common-lib added

* review fix

* Added update of old records

* Updated kafka stuff

* Fixed condition for updateIfExists
2019-06-13 19:22:14 +03:00
Inal Arsanukaev
5548c3a754 HOOK: added payment metadata (#76)
* HOOK: added payment metadata

* Fixed test

* Filled metadata

* Added sql-script
2019-06-11 16:48:43 +03:00
Inal Arsanukaev
02bf1c329d
HOOK-95: Added crypto currency as a payment tool (#75)
* HOOK-95: Added crypto currency as a payment tool

* Added test

* Bump swag-webhook-events
2019-06-06 13:09:26 +03:00
Pospolita Nikita
b99182ab7c
libs update + lombok + sonar + java11 + etc. (#72)
* updated libs, refactored for lomboк
* added build_utils
* added sonar coverage, fixed sonar bugs, refactored error-extraction
* fixed review
2019-04-03 16:00:50 +03:00
Pavel Popov
d4d640e3fd
Partial capture (#71) 2019-02-20 14:31:46 +03:00