- 03 Sep, 2024 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This ticket list is broken and it is duplicated with Panel View anyway.
-
Rafael Monnerat authored
This information is duplicated with Panel View anyway, no reason to keep it
-
- 02 Sep, 2024 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Be consistent and also search for a Remote Node, since it can also contain Compute Partitions.
-
- 29 Aug, 2024 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Otherwise, whenever you run the tests multiple times, it ends up failing by selecting the wrong one on the listbox.
-
- 28 Aug, 2024 20 commits
-
-
Rafael Monnerat authored
Accountant should create the proper document rather them use this workarround action.
-
Rafael Monnerat authored
Let the site administrator configure proper accounting instead.
-
Rafael Monnerat authored
Business Process are mandatory for Trade Condition, so this process covers manual accounting.
-
Rafael Monnerat authored
This helps to emulate payments, so we can test outcome before/after payment to wechat
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Only launch caucase when needed. Not all tests need caucase, this saves a bit the overhead to run it
-
Rafael Monnerat authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
slapos_accounting: a single payment transaction can be used to pay multiple invoices with different destinations
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Define the source_project on the newly created Sale Trade Condition
-
Romain Courteaud authored
-
Romain Courteaud authored
slapos_subscription_request: cancel existing subscription request if a new trade condition is detected Do not crash if subscription could not be created anymore
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 27 Aug, 2024 5 commits
-
-
Romain Courteaud authored
slapos_upgrader: do not fixup instance tree virtual master if one software instance is in the same virtual master
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Ensure people can see projects they used to see before migration
-
Romain Courteaud authored
-
- 24 Aug, 2024 6 commits
-
-
Rafael Monnerat authored
Whenever the allocated shared (slave) instance is destroyed or stopped, isn't included on the getComputerInformation, so the timestamp can eventually go back in time (so partition skips process). This ensures that the partition information gets a newer timestamp (larger them the previous one).
-
Rafael Monnerat authored
-
Rafael Monnerat authored
All timestamps parameters should be int, and be consistent accross the parameters. The client compare previous/fetched as float, so use string can break later on if we introduce a non-numeric value on returned dict.
-
Rafael Monnerat authored
Check if bang_timestamp is consistent and updated accordingly by the normal usage. Whenever an instance is allocated the partition must update its bang_timestamp.
-
Rafael Monnerat authored
Ensure the implementation is consistent with the precision (1e6) otherwise partition modification date will never ever be larger, when compared.
-
Rafael Monnerat authored
This ensure that timestamp is updated, and enforces that cache is updated
-
- 21 Aug, 2024 1 commit
-
-
Romain Courteaud authored
Instances were not allocated on this project in reality.
-