Commit graph

7 commits

Author SHA1 Message Date
Hernâni Marques
d391b42c52
bank: account QR encodes payto (was wrong webui homepage)
Was broken: after Create my bank account the QR encoded only
https://bank.hacktivism.ch/webui/, not the new account. Also payto
wrongly forced :443 while libeufin issues host without port.

Now: prefer bank internal_payto_uri; QR + blue link = payto:// of
the account; webui stays a separate login button.
2026-07-10 23:12:00 +02:00
Hernâni Marques
f4129e0988
monitoring: fail bank auto-account if payto/webui invalid (like 405)
Public GET /intro/auto-account.json must return 200 with host:port payto
and absolute webui; 405/501/404 etc. are hard failures.
2026-07-10 22:28:00 +02:00
Hernâni Marques
04bafc84a6
taler-monitoring: shop e2e uses catalog list and random pick of two
The GOA shop e2e path used to walk every product template every run, which
was slow and often hit balance or time budgets after the first few pays.

Keep the full catalog in E2E_SHOP_PRODUCTS (id|name|amount, synced with the
merchant landing). Each e2e run shuffles that list and pays only
E2E_SHOP_PICK_N products (default 2). Shop pays pin instance goa-shop for
public template POSTs; settlement payto matches the landing shop popup.

Docs in README.md and TESTS.md describe the pick behaviour and env overrides.
2026-07-10 20:28:15 +02:00
Hernâni Marques
38dd829d26
taler-monitoring: document GOA shop e2e products 2026-07-10 20:07:37 +02:00
Hernâni Marques
250d4ad75b
taler-monitoring: e2e public template pays by product name 2026-07-10 20:07:27 +02:00
Hernâni Marques
1181680a4b
monitoring: versions vs deb.taler.net trixie; outside+inside 2026-07-09 19:56:47 +02:00
Hernâni Marques
95499a7f59
monitoring: taler-monitoring www/inside/sanity/server/e2e scaffold 2026-07-09 19:54:42 +02:00