Tags: juju/charm
Tags
Merge pull request #427 from jack-w-shaw/JUJU-5926_add_method_to_retr… …eive_raw_bundle #427 Add this RawBundle method to Bundle interface and BundleDataSource In Juju, we have come across a need to run some extra parsing + verification which we do not want to do in juju/charm. We want to keep the data model clean in juju/charm. As such, we need to way to keep the raw bundle data around for later parsing Add this to BundleDataSource, as this is what we use in Juju However, we also implement our own BundleDataSource in Juju. built with the Bundle interface here. So we need to add this method to Bundle as well You can see a draft implementation for this change here: juju/juju#17350 As a flyby, delete some incorrect comments ## QA Steps Compile into juju form the following PR and run it's QA steps: juju/juju#17350
Merge pull request #425 from SimonRichardson/remove-metrics-code #425 We no longer support metrics code, so we should remove the code. Moving it to dqlite would require understanding and maintaining code that has not full tested or integrated with romulus or omnibus is sometime. Fully understanding if all parts are correct would be challenging. If in the future we want to reuse parts, we can always look back in the history of the repo to bring back the parts that are required (if any).
PreviousNext