Skip to content
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

introduce an upgrade framework and related testing #659

Merged
merged 5 commits into from
Nov 17, 2020

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    bdc696d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10ebfcc View commit details
    Browse the repository at this point in the history
  3. cloudinit: introduce support for versioning pickled objects

    This introduces a utility mixin class, ``CloudInitPickleMixin`` which
    implements the pickling magic methods (``__getstate__`` and
    ``__setstate__``) to add a version to the state persisted for classes to
    which it is added.
    OddBloke committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e714046 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0744369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c211cc7 View commit details
    Browse the repository at this point in the history