Commit Graph

8 Commits

Author SHA1 Message Date
ec437c6a45
Switch license to https://unlicense.org/ 2025-08-27 23:33:56 +03:00
2fe8d38156
Merge branch 'app_payment' into credits_app 2025-07-01 12:23:05 +05:30
ddba7a4f95
switch from LP to credits
As part of open sourcing the software product, we should consider that
loyalty points are not the best language. Switching to "credits" makes
sense from a lot of points of view.

At the same time, this change allows an achitectural change towards
slots. Slots allow daemon resources to get booked based on the HW ratio
configured in the daemon config.
2025-06-27 15:47:42 +03:00
41b6b9b9d0
Minor fix on app node fields
Remove offline_minutes from AppNodeWithReports and update query condition for active app node filter
2025-06-23 15:46:49 +05:30
dcacd7b6b0
App contract payment
implement online/offline status updates
add timer to charge app contract
modified app_node in schema
2025-06-20 16:08:06 +05:30
9bff01a440
add Apache-2.0 license 2025-06-14 03:40:13 +03:00
479b9b6fa4 Implement refund on delete app and vm
fix authentication and refund on delete vm
refactor app daemon register to get delete app req
db function for delete app
sample environment variable
extensive tests for delete app and vm
refactor test utilities
2025-06-04 16:01:42 +00:00
0fc9b8003a
adding payments for VM contracts 2025-05-18 16:08:18 +03:00