Commit Graph

162 Commits

Author SHA1 Message Date
struga
13610b6e21
Change amount (#64)
Some checks failed
Deploy Docker Image / build-and-deploy (push) Has been cancelled
2024-10-03 11:26:58 +03:00
struga
572ff3bd71
Add time check (#63)
Some checks failed
Deploy Docker Image / build-and-deploy (push) Has been cancelled
2024-09-20 16:30:37 +03:00
struga
2071f1b6e0
Add check type adjustment (#61) 2024-04-26 14:57:09 +03:00
Gregory
839758bff0
Revert "Add check hook (#58)" (#60)
This reverts commit 9fe3d01970.

Co-authored-by: ggmaleva <ggmaleva@yandex.ru>
2024-04-08 11:29:04 +03:00
Gregory
948d257462
add paymentId and invoiceId for userInteraction event (#59)
* add paymentId and invoiceId for userInteraction event

* fix event

* add checking type for test

---------

Co-authored-by: ggmaleva <ggmaleva@yandex.ru>
2024-04-04 14:48:46 +03:00
struga
9fe3d01970
Add check hook (#58) 2024-03-28 14:38:04 +03:00
struga
f01f128519
Fix map (#57) 2024-03-19 21:39:30 +07:00
struga
8e010136fc
Delete filter (#56) 2024-03-19 21:04:29 +07:00
struga
4170e18a2c
Change event path filter (#55) 2024-03-19 20:28:33 +07:00
struga
94992dbb2c
Up damsel (#54) 2024-03-19 18:51:30 +07:00
struga
ccbcf02a00
Add events type (#53) 2024-03-19 17:55:16 +07:00
struga
aac6bc506e
Bump lib (#51) 2024-03-19 17:10:10 +07:00
struga
a2dd68f8db
Add user interaction for hook list (#49) 2024-02-29 14:56:52 +07:00
vitaxa
360468eaef
BUS-66: add payment cash change event (#47) 2023-11-27 14:40:29 +03:00
Ivan Martyniuk
c1aaaa172d
add externalId field to Invoice and Payment events /MI-2 (#37) 2023-05-15 12:40:17 +03:00
Inal Arsanukaev
0b55ab3998
Added event type for refunds (#35)
Co-authored-by: Inal Arsanukaev <aiz@empayre.com>
2023-01-27 13:29:33 +03:00
malkoas
f4eb04f247
Bump service-parent-pom (#33) 2023-01-13 16:44:51 +03:00
malkoas
be75d6432c
APM-273: add extra params in webhook (#32) 2023-01-13 11:31:36 +03:00
Ivan Martynyuk
caf725b6b1
add iam auth /TD-391 (#28)
* add iam auth /TD-391

* feedback fixes /TD-391
2022-09-09 11:55:47 +03:00
Inal Arsanukaev
77ddc04ee7
Removed unused tables (#27)
Co-authored-by: Inal Arsanukaev <aiz@empayre.com>
2022-08-24 17:10:09 +03:00
Inal Arsanukaev
c1d4f4f07e
Fill parent id (#26)
Co-authored-by: Inal Arsanukaev <aiz@empayre.com>
2022-08-23 19:27:33 +03:00
Inal Arsanukaev
500f734626
Logging parent Id (#25)
* Fix parent Id

* Fix test

* logging parent_id

Co-authored-by: Inal Arsanukaev <aiz@empayre.com>
2022-08-23 18:43:10 +03:00
Inal Arsanukaev
cc9a3d69a3
Bump deps (#24)
* Bump deps

* refactoring

* fix test

Co-authored-by: Inal Arsanukaev <aiz@empayre.com>
2022-08-23 14:03:13 +03:00
Vality Bot
cd9d2b0b65
🔄 Created local '.codecov.yml' from remote 'java/.codecov.yml' (#22) 2022-08-23 12:30:19 +03:00
Ivan Martynyuk
02a4309662
Fix/td 278 (#21)
* TD-278::trying to fix metrics export

* TD-278::add missing libs
2022-04-22 11:07:01 +03:00
Ivan Martynyuk
dea3d6b681
TD-278::trying to fix metrics export (#20) 2022-04-21 17:20:38 +03:00
vitaxa
83accfc758
TD-267: migrate from deprecated enum bank card (#19) 2022-04-20 15:09:07 +03:00
Vality Bot
7863958dde
🔄 Synced file(s) with valitydev/configurations (#12)
* 🔄 Synced local '.github/workflows/basic-linters.yml' with remote 'workflows/base/basic-linters.yml'

* 🔄 Synced local 'LICENSE' with remote 'LICENSE'

* 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml'

* 🔄 Created local 'CODEOWNERS' from remote 'codeowners/java'
2022-04-12 17:32:06 +03:00
Inal Arsanukaev
f4a7eac666
Fix parent id (#13)
Co-authored-by: Inal Arsanukaev <inalarsanukaev@192.168.1.4>
2022-03-15 20:12:03 +03:00
Inal Arsanukaev
aa94a879bb
Ft/td 138/gh action (#1)
* TD-138: github actions, webhook-dispatcher sending

* Fix table name

* Added workflow, removed build_utils

* Added tests

* Removed event_id

* Added test

* Optimized imports, fix codacy warnings

* fix codacy warnings

* fix codestyle

* fix codestyle

* fix codacy

* Review fixes

* Fix readme

* Fix readme(2)

* Fix readme(3)

* Feedback fix

* Fix tests

* Fix tests(1)

* Fix tests(2)

* Feedback fixes

Co-authored-by: Inal Arsanukaev <inalarsanukaev@192.168.1.5>
Co-authored-by: Inal Arsanukaev <inalarsanukaev@192.168.1.4>
2022-03-15 11:27:43 +03:00
Pavel Popov
a7b866b090
Fix npe with token provider (#11)
* Fix nullable token provider

* Fix optional variable
2022-02-24 17:22:05 +03:00
Pavel Popov
da9a36a4b0
Switch to vality.dev (#10)
* Switch to vality.dev

* Fix yamlint checks

* Add junit

* Bump test-containers

* Fix tests

* Another test fixes

* Bump postgres, fix customer test

* Main fixes with new swag-webhook-events lib
2022-02-24 17:01:12 +03:00
github-actions[bot]
a318c8e01f Update file(s) from valitydev/.github 2022-02-22 11:35:13 +00:00
Pavel Popov
c976b19cc1
Update renovate config 2022-02-21 13:44:41 +03:00
renovate[bot]
0e47d1fcc8
Add renovate.json (#2)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-21 10:56:25 +03:00
Inal Arsanukaev
0ca1582185
Removed sql-script (#150) 2021-10-19 15:52:11 +03:00
Inal Arsanukaev
dedf9896a9
Added id to webhook_to_events table (#149)
* Added id to webhook_to_events table

* Expanded * in selects

* Fix test
2021-10-19 13:51:47 +03:00
Inal Arsanukaev
26ced432e7
Disable updateAvailability (#147)
* Disable updateAvailability

* Bump parent pom

* Bump kafka common lib
2021-06-28 11:35:12 +03:00
Anatoly Karlov
28ef87522f
bump damsel, mamsel (#146) 2021-05-17 18:03:21 +07:00
mr-impossibru
ffb3087e73
JD-239: add mamsel to handle migration from enums to strings in damsel (#144)
JD-239: add mamsel to handle migration from enums to strings in damsel, bump service-parent-pom to 1.1.1
2021-04-20 20:32:34 +03:00
Anatoly Karlov
ed4d71b23f
refactor deps, rm unused libs versions, reordered, apply checkstyle formatting (#142)
Co-authored-by: ElenaKushchenko <e.kushchenko@rbkmoney.com>
2021-03-25 21:02:32 +07:00
ElenaKushchenko
c31b6440bd
JD-169 bump damsel (#141)
* JD-169 bump damsel

* JD-169 bump damsel

Co-authored-by: ElenaKushchenko <e.kushchenko@rbkmoney.com>
2021-03-25 15:57:34 +03:00
Anatoly Karlov
aeffeedb13
bump deps (#140) 2021-03-05 22:53:13 +07:00
Anatolii Karlov
6a84b9be27
bump damsel proto, parent pom (#139) 2021-02-08 19:57:14 +07:00
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
Inal Arsanukaev
ad41e65510
Independent processing of queue (#135)
* Independent processing of queue

* Fixed millis

* Fix after test in dev mirror kafka

* Disable schedulling in test

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-11-23 20:20:56 +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
eef4792426
HOOKER: Added task scheduler (#133)
* Added ThreadPoolTaskScheduler

* Extract scheduling config

* Fix

* Extract property

* Using only property instead of bean

Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
2020-11-18 18:02:10 +03:00