-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make DBus calls Async (2nd attempt) #608
base: main
Are you sure you want to change the base?
Commits on Apr 10, 2024
-
Problem: dbus call were not async
dbus call to systemd were not called asyncronously. Modify all call to asynchronous, this required switching from python-dbus to dbus-fast which offer an asyncio backend.
Configuration menu - View commit details
-
Copy full SHA for 1ebf125 - Browse repository at this point
Copy the full SHA 1ebf125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e9e6d - Browse repository at this point
Copy the full SHA 13e9e6dView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 421515b - Browse repository at this point
Copy the full SHA 421515bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c43547 - Browse repository at this point
Copy the full SHA 0c43547View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7d3da - Browse repository at this point
Copy the full SHA fc7d3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c9343 - Browse repository at this point
Copy the full SHA f8c9343View commit details
Commits on Apr 22, 2024
-
Problem: dbus call were not async
dbus call to systemd were not called asyncronously. Modify all call to asynchronous, this required switching from python-dbus to dbus-fast which offer an asyncio backend.
Configuration menu - View commit details
-
Copy full SHA for afbdd0c - Browse repository at this point
Copy the full SHA afbdd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a50080 - Browse repository at this point
Copy the full SHA 2a50080View commit details -
Configuration menu - View commit details
-
Copy full SHA for a77cc0d - Browse repository at this point
Copy the full SHA a77cc0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f43de - Browse repository at this point
Copy the full SHA 56f43deView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee3cfbb - Browse repository at this point
Copy the full SHA ee3cfbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc961fc - Browse repository at this point
Copy the full SHA dc961fcView commit details
Commits on Apr 24, 2024
-
Problem: Makefile for publishing example were not working
'aleph program' now need an 'update' argument. Solution: Update makefile and documentation
Configuration menu - View commit details
-
Copy full SHA for 4ac9099 - Browse repository at this point
Copy the full SHA 4ac9099View commit details
Commits on Apr 25, 2024
-
Problem: could not start Instances from command line (#597)
Problem: could not start Instances from command line Problem happened when launching with --run-fake-instance Solution: Adapt to new VMPool API that take a loop Also fix benchmarks function
Configuration menu - View commit details
-
Copy full SHA for 18bb56f - Browse repository at this point
Copy the full SHA 18bb56fView commit details
Commits on Apr 26, 2024
-
Solve last CORS issues about duplicated headers (#604)
Fix: Solve last CORS errors raised cause by duplication of headers returned.
Configuration menu - View commit details
-
Copy full SHA for 84614a5 - Browse repository at this point
Copy the full SHA 84614a5View commit details -
Fix: Diagnostic API was not updated
We published multiple changes to the diagnostic VM recently but none of these was released. This provides a new diagnostic VM, based on a new runtime [1], with fixes: - Reading messages with the newer SDK - Better handling of IPv6 detection errors - Two different tests for signing messages (local and remote) - aleph-message version was not specified - fetching a single message was not tested
Configuration menu - View commit details
-
Copy full SHA for 5a01c42 - Browse repository at this point
Copy the full SHA 5a01c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4681906 - Browse repository at this point
Copy the full SHA 4681906View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7086b2 - Browse repository at this point
Copy the full SHA e7086b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 314666b - Browse repository at this point
Copy the full SHA 314666bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c59d47 - Browse repository at this point
Copy the full SHA 0c59d47View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e2a445 - Browse repository at this point
Copy the full SHA 2e2a445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 067d6ee - Browse repository at this point
Copy the full SHA 067d6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for eacd7da - Browse repository at this point
Copy the full SHA eacd7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc496dc - Browse repository at this point
Copy the full SHA bc496dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12743f6 - Browse repository at this point
Copy the full SHA 12743f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58b9ad - Browse repository at this point
Copy the full SHA e58b9adView commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6174c96 - Browse repository at this point
Copy the full SHA 6174c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f913398 - Browse repository at this point
Copy the full SHA f913398View commit details -
remove force settings the loop which was causing problem with future …
…from different loop in web requests
Configuration menu - View commit details
-
Copy full SHA for fdbc765 - Browse repository at this point
Copy the full SHA fdbc765View commit details -
Configuration menu - View commit details
-
Copy full SHA for f59cc5f - Browse repository at this point
Copy the full SHA f59cc5fView commit details -
Fix inconsistant execution state
this was occasionally causing crash when trying a second launch
Configuration menu - View commit details
-
Copy full SHA for 4aa3eb8 - Browse repository at this point
Copy the full SHA 4aa3eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ed555 - Browse repository at this point
Copy the full SHA 69ed555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e84b26 - Browse repository at this point
Copy the full SHA 6e84b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for b800612 - Browse repository at this point
Copy the full SHA b800612View commit details -
Problem: allocation endpoints was not tested
Solution: Start by adding some simple tests We don't test the full allocation and deallocation here. just auth
Configuration menu - View commit details
-
Copy full SHA for 5fe46ac - Browse repository at this point
Copy the full SHA 5fe46acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82398b9 - Browse repository at this point
Copy the full SHA 82398b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aabea2 - Browse repository at this point
Copy the full SHA 5aabea2View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c000350 - Browse repository at this point
Copy the full SHA c000350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 975ada6 - Browse repository at this point
Copy the full SHA 975ada6View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e2ca01 - Browse repository at this point
Copy the full SHA 0e2ca01View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6073c - Browse repository at this point
Copy the full SHA bb6073cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e7842 - Browse repository at this point
Copy the full SHA f0e7842View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad0b397 - Browse repository at this point
Copy the full SHA ad0b397View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6ed6ff - Browse repository at this point
Copy the full SHA f6ed6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b02c3c2 - Browse repository at this point
Copy the full SHA b02c3c2View commit details