Commit graph

5031 commits

Author SHA1 Message Date
siiky
7ba9332436 refactor: simplify bills handling code 2025-06-23 17:17:53 +01:00
siiky
317660e8d9 chore: use meaningful names 2025-06-23 17:17:53 +01:00
siiky
2f7724bd12 fix: exclude unbatched bills of unpaired machines 2025-06-23 17:17:53 +01:00
siiky
1331aad0ac refactor: simplify bills query building 2025-06-23 17:03:21 +01:00
Rafael Taranto
95c8584114 fix: marging on help tooptip button 2025-06-23 14:17:53 +01:00
Rafael Taranto
ce61f5dc6c fix: tooltip button line-height 2025-06-23 14:12:54 +01:00
Rafael Taranto
22dedf1a03 fix: margin on diagnostics modal 2025-06-23 14:03:13 +01:00
Rafael Taranto
0bcc3d31f8 fix: ramda usage on top machines graph 2025-06-23 14:00:18 +01:00
siiky
e83e74f9d1 chore: format SQL queries 2025-06-23 13:18:57 +01:00
Rafael Taranto
790cdd8fec fix: add csv fields to query 2025-06-19 11:56:25 +01:00
Rafael Taranto
d6166ce752 feat: transactions table 2025-06-19 11:23:12 +01:00
Rafael Taranto
1ead9fe359 fix: multi level sort number being cut 2025-06-19 10:28:48 +01:00
Rafael Taranto
0e7aa6006c fix: errored txs may not have txhash 2025-06-19 10:28:48 +01:00
Rafael Taranto
50eb0a0933 Merge pull request #1888 from siiky/fix/lam-1456/reload-machine-name-on-change
LAM-1456 fix: reload machine name on change
2025-06-18 18:32:39 +01:00
Rafael Taranto
0937e03c77 Merge pull request #1887 from siiky/fix/lam-1454/settings-loader-tasks
LAM-1454 fix: drop all `db.task.batch()` uses
2025-06-18 18:30:20 +01:00
siiky
8b7d3e10e5 chore: drop unused reload() 2025-06-18 17:37:39 +01:00
siiky
cd7500181e fix: reload machine name on change 2025-06-18 17:36:40 +01:00
siiky
38d3c9de41 fix: drop all db.task.batch() uses 2025-06-18 14:16:57 +01:00
Rafael Taranto
1c8d542080 Merge pull request #1886 from siiky/fix/lam-1455/diagnostics
LAM-1455 fix: don't try to show diagnostics photos if they're missing
2025-06-17 13:29:13 +01:00
siiky
7f5b0bbbf5 fix: don't try to show diagnostics if they're missing 2025-06-17 12:10:34 +01:00
siiky
e9d219bc6c fix: put diagnostic timestamps in the right fields 2025-06-17 11:58:41 +01:00
siiky
fc649a0b99 fix: update diagnostics timestamps depending on photo creation 2025-06-17 11:56:02 +01:00
siiky
70b72dc27b feat: propagate photo creation success/failure 2025-06-17 11:55:35 +01:00
siiky
7d9df01eab fix: don't let lack of photo data go unnoticed 2025-06-17 11:55:09 +01:00
siiky
77347ff29c refactor: single pass through received frames 2025-06-17 11:54:31 +01:00
Rafael Taranto
c3688f975a Merge pull request #1885 from siiky/fix/lam-1450/machines-unresponsive
LAM-1450 fix: machines unresponsive
2025-06-17 09:14:55 +01:00
siiky
16761b0744 fix: don't drop pings out of the table 2025-06-16 17:35:49 +01:00
siiky
8cf68e480a refactor: replace batch() with async/await 2025-06-16 17:34:28 +01:00
Rafael Taranto
af8a8d395c Merge pull request #1883 from siiky/refactor/lam-1454/drop-configversion-pollqueries
LAM-1454 refactor: drop `configVersion` from `pollQueries()`
2025-06-12 17:48:48 +01:00
siiky
24847f173a refactor: drop configVersion from pollQueries() 2025-06-12 17:45:04 +01:00
Rafael Taranto
298b4ccb6c Merge pull request #1881 from siiky/fix/lam-1450/ping-interval
LAM-1450 fix: reduce ping timer
2025-06-12 17:36:04 +01:00
Rafael Taranto
92c955ee97 Merge pull request #1882 from siiky/refactor/lam-1454/small-performance-improvements
LAM-1454 small performance improvements
2025-06-12 17:35:38 +01:00
siiky
afae156ef9 refactor: use configs version from configs object 2025-06-12 16:19:14 +01:00
siiky
430ca16cc5 feat: add version to returned object in new-settings-loader.js:load() 2025-06-12 16:19:14 +01:00
siiky
e93c7f06c0 feat: fetch the operator ID before server startup 2025-06-12 16:19:14 +01:00
siiky
0f3df7f12c feat: cache the operator ID 2025-06-12 16:19:14 +01:00
siiky
2b07748f10 fix: reduce ping timer 2025-06-12 14:34:55 +01:00
Rafael Taranto
6d9304ca14 Merge pull request #1879 from RafaelTaranto/fix/reused-last-and-reject-reuse-interaction
LAM-1447 fix: reuse last and reject reuse interaction
2025-06-10 09:03:03 +01:00
Rafael Taranto
240d4d6f93 fix: reuse last and reject reuse interaction 2025-06-09 17:11:49 +01:00
Rafael Taranto
22938ab594 Merge pull request #1877 from siiky/feat/lam-1291/stress-testing
LAM-1291 feat: stress testing scripts and some performance improvements
2025-06-06 09:09:50 +01:00
Rafael Taranto
c96f60b8f1 Merge pull request #1878 from RafaelTaranto/fix/mock-external-compliance
LAM-1427 fix: mock compliance url return
2025-06-06 09:09:23 +01:00
siiky
ab0a5a33e5 chore: comment stress testing code by default 2025-06-05 16:32:36 +01:00
Rafael Taranto
63367a7f11 fix: mock compliance url return 2025-06-05 10:18:12 +01:00
Rafael Taranto
305cbea6c9 Merge pull request #1875 from RafaelTaranto/fix/customer-page-fixes
LAM-1442 fix: reload table when customer added
2025-06-05 10:16:40 +01:00
Rafael Taranto
d00743446b chore: small PR fixes 2025-06-05 10:15:28 +01:00
Rafael Taranto
8fe8f5505c Merge pull request #1871 from RafaelTaranto/chore/fix-external-compliance-mock
LAM-1427 chore: fix external compliance mock
2025-06-04 08:22:43 +01:00
siiky
cb046ea726 chore: drop if to idempotent op 2025-06-03 13:39:23 +01:00
siiky
aaa02e3186 refactor: populate operator after filtering old requests 2025-06-03 13:39:23 +01:00
siiky
3e83838b5a refactor: filter old requests before populating settings 2025-06-03 13:39:23 +01:00
siiky
dddbe98fca refactor: use a single DB task to load the latest settings 2025-06-03 13:39:23 +01:00