This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dataclass | |
class Status: | |
# important bits pulls from juju FullStatus | |
... | |
def check(full_status: juju.FullStatus, **kwargs) -> Status: | |
# simple, sync code here | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --color=auto -ur juju-2.9.49.0/PKG-INFO juju-2.9.49.1/PKG-INFO | |
--- juju-2.9.49.0/PKG-INFO 2024-05-02 19:20:55 | |
+++ juju-2.9.49.1/PKG-INFO 2024-11-29 16:15:21 | |
@@ -1,6 +1,6 @@ | |
Metadata-Version: 2.1 | |
Name: juju | |
-Version: 2.9.49.0 | |
+Version: 2.9.49.1 | |
Summary: Python library for Juju | |
Home-page: https://github.com/juju/python-libjuju |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
connection id: 253219152672480 ---> { | |
"type": "Charms", | |
"request": "ResolveCharms", | |
"version": 7, | |
"params": { | |
"macaroon": null, | |
"resolve": [ | |
{ | |
"reference": "ch:ubuntu", | |
"charm-origin": { |
NewerOlder