-
Notifications
You must be signed in to change notification settings - Fork 20
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
[DPE-2717] Copy dashboard changes from K8s and use the correct topology dispatcher #248
Conversation
dragomirp
commented
Oct 12, 2023
•
edited
Loading
edited
- Copy over dash changes from the K8s charm.
- Use the correct custom event dispatcher depending on the juju version
Codecov Report
@@ Coverage Diff @@
## main #248 +/- ##
==========================================
+ Coverage 80.67% 80.72% +0.05%
==========================================
Files 10 10
Lines 1920 1925 +5
Branches 313 314 +1
==========================================
+ Hits 1549 1554 +5
Misses 317 317
Partials 54 54
|
if juju_version.major > 2: | ||
run_cmd = "/usr/bin/juju-exec" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The command name changed in juju 3
c633b35
to
11c1ee1
Compare
}, { | ||
"matchPackageNames": ["urllib3"], | ||
"allowedVersions": "<2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Botocore moved the pin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
…gy dispatcher (canonical#248) * Copy dashboard changes from K8s * Tweak exec command for the topology observer * Unit test * Bump libs