Commit graph

71 commits

Author SHA1 Message Date
siiky
5feee6d5df Merge branch 'dev' into feat/lam-1291/stress-testing
* dev: (41 commits)
  build: use bullseye as target build
  chore: remove whitespace
  refactor: simplify denominations list construction
  fix: sort coins by descending denomination
  feat: address prompt feature toggle on ui
  feat: reuse last address option
  fix: performance issues on SystemPerformance
  chore: clarify requirements on comment
  feat: allow address reuse if same customer
  feat: address reuse is now per customer
  fix: hide anon and show phone on customers
  fix: dev environment restarts
  feat: batch diagnostics script
  fix: custom info request returns array
  fix: name on customer if custom data is filled
  build: testing cache hit
  build: server cache improvements
  build: node_modules was ignored on .dockerignored
  build: leftovers from npm
  chore: commented by mistake
  ...
2025-06-02 13:35:44 +01:00
Rafael Taranto
e8deff7a88 Merge pull request #1870 from RafaelTaranto/feat/reject-address-per-customer
LAM-1432 feat: reject address per customer
2025-05-29 07:35:10 +01:00
Rafael Taranto
007320cfbc Merge pull request #1873 from RafaelTaranto/feat/reuse-last-address
LAM-1433 feat: reuse last address option
2025-05-28 15:36:21 +01:00
Rafael Taranto
4b0459cb15 chore: remove whitespace 2025-05-28 15:35:39 +01:00
siiky
4191a8cd7b refactor: simplify denominations list construction 2025-05-28 12:06:08 +01:00
siiky
c42153d3c5 fix: sort coins by descending denomination 2025-05-28 12:05:50 +01:00
Rafael Taranto
a4bdbd1416 feat: address prompt feature toggle on ui 2025-05-28 10:19:01 +01:00
Rafael Taranto
e6ffcacb78 feat: reuse last address option 2025-05-28 07:11:37 +01:00
Rafael Taranto
064b104ef3 fix: performance issues on SystemPerformance 2025-05-27 19:51:22 +01:00
Rafael Taranto
dff4fadc9c chore: clarify requirements on comment 2025-05-27 13:52:29 +01:00
Rafael Taranto
1cf692946e feat: allow address reuse if same customer 2025-05-27 07:28:44 +01:00
Rafael Taranto
546f446523 feat: address reuse is now per customer 2025-05-26 21:43:08 +01:00
Rafael Taranto
a16abfb709 Merge pull request #1865 from RafaelTaranto/feat/batch-diagnostics-script
LAM-1425 feat: batch diagnostics script
2025-05-26 21:15:08 +01:00
Rafael Taranto
5f67ff584f fix: hide anon and show phone on customers 2025-05-26 11:06:06 +01:00
Rafael Taranto
325844624f fix: dev environment restarts 2025-05-26 07:45:20 +01:00
Rafael Taranto
4a00fad44c feat: batch diagnostics script 2025-05-25 14:21:31 +01:00
Rafael Taranto
c7b1ff4c7d fix: custom info request returns array 2025-05-24 07:28:02 +01:00
Rafael Taranto
b252333702 fix: name on customer if custom data is filled 2025-05-23 22:17:05 +01:00
Rafael Taranto
e1f17b1787 chore: commented by mistake 2025-05-23 18:34:36 +01:00
Rafael Taranto
e84490bbca chore: some small fixes and native deps config 2025-05-23 18:09:20 +01:00
Rafael Taranto
465dd5af7c build: ubuntu 20 deprecated 2025-05-23 16:53:05 +01:00
Rafael Taranto
bac8813a8d build: use pnpm for the deploy 2025-05-23 16:53:04 +01:00
Rafael Taranto
64e358f61c feat: typesafe query and more UI changes 2025-05-23 16:53:04 +01:00
Rafael Taranto
23e1b30e65 tests: getAuthorizedStatus preparation for refactor 2025-05-23 16:53:04 +01:00
Rafael Taranto
ffb66814f6 chore: update ramda 2025-05-23 16:53:04 +01:00
Rafael Taranto
82132e8eb8 refactor: simplify naming after filter removal 2025-05-23 16:53:04 +01:00
Rafael Taranto
8e4bb9a3fb fix: remove query limit 2025-05-23 16:53:03 +01:00
Rafael Taranto
e3335d69b4 feat: advanced table for customers 2025-05-23 16:53:01 +01:00
Rafael Taranto
16c1709e99 Merge pull request #1862 from RafaelTaranto/fix/forex-on-dev
LAM-1435 fix: forex retry and error logging on dev
2025-05-23 16:05:29 +01:00
Rafael Taranto
33a310779b Merge pull request #1859 from RafaelTaranto/fix/cash-out-handling
LAM-1430 fix: keep handling non error code as errors
2025-05-23 16:05:07 +01:00
Rafael Taranto
b290f9e34c Merge pull request #1855 from RafaelTaranto/fix/ui-migration-fixes
LAM-1421 fix: UI migration fixes
2025-05-23 16:04:24 +01:00
Rafael Taranto
5b7f028636 Merge pull request #1860 from RafaelTaranto/chore/verify-postgres-version-before-migrate
LAM-1405 chore: verify postgres version before migrate
2025-05-23 16:04:05 +01:00
Rafael Taranto
6f4a0b775b Merge pull request #1857 from RafaelTaranto/fix/customer-history-query
LAM-1392 fix: customer history with large threshold days
2025-05-23 16:03:50 +01:00
Rafael Taranto
118e4571fd fix: forex retry and error logging on dev 2025-05-22 19:30:19 +01:00
siiky
0642ee301e feat: generate fake machine IDs instead of client certificates 2025-05-20 18:05:49 +01:00
siiky
6443eafeed refactor: memoize pings 2025-05-20 17:21:04 +01:00
siiky
d689927b01 refactor: use matching names 2025-05-20 16:56:53 +01:00
Rafael Taranto
c379596b6b Merge pull request #1858 from RafaelTaranto/fix/machine-file-uploads
LAM-1300 fix: diagnostics and upload size
2025-05-20 12:16:29 +01:00
Rafael Taranto
7ac3884fbc chore: verify postgres version before migrate 2025-05-20 12:09:56 +01:00
siiky
e10493abc6 Merge branch 'dev' into feat/lam-1291/stress-testing
* dev: (85 commits)
  chore: console.log debug leftovers
  fix: third level navigation links
  fix: show subheader on refresh
  fix: machines/:id routing
  fix: customer route
  chore: update wallet nodes
  feat: shorten long addresses in funding page
  feat: shorten long addresses
  refactor: support copied text different from presented text
  chore: udpate react, downshift and routing
  refactor: use Wizard component on first route
  fix: autocomplete component rendering
  feat: skip2fa option on .env
  fix: drop contraint before dropping index
  chore: stop using alias imports
  fix: re-instate urlResolver
  chore: server code formatting
  chore: reformat code
  chore: adding eslint and prettier config
  chore: typo
  ...
2025-05-20 11:59:44 +01:00
Rafael Taranto
6824dbb6e9 fix: keep handling non error code as errors 2025-05-20 11:33:12 +01:00
Rafael Taranto
118e27ff32 fix: diagnostics and upload size 2025-05-20 09:37:59 +01:00
Rafael Taranto
6b353af1e3 Merge pull request #1851 from CrypticaScriptura/25-05-wallet-updates
LAM-1424 chore: update wallet nodes
2025-05-20 07:25:34 +01:00
Rafael Taranto
6fa3ebd8c1 fix: customer history with large threshold days 2025-05-19 13:42:26 +01:00
Rafael Taranto
45f0b987d7 chore: console.log debug leftovers 2025-05-19 13:32:11 +01:00
Rafael Taranto
22af42636b fix: logs table height 2025-05-19 10:24:55 +01:00
Rafael Taranto
2b8f140c77 fix: label color on Cashbox component 2025-05-19 10:24:55 +01:00
Rafael Taranto
1f24cddc06 fix: margin at the bottom of Machines 2025-05-19 10:24:54 +01:00
Rafael Taranto
1ddf8d5a38 fix: custom requirement toggle button 2025-05-19 10:24:54 +01:00
Rafael Taranto
628e8a4407 fix: alerts width 2025-05-19 10:24:43 +01:00