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

add custom move operations for ObjectStore::Transaction #7303

Merged
merged 5 commits into from Jan 26, 2016

Commits on Jan 22, 2016

  1. test: add unit test for Transaction move/copy

    Signed-off-by: Casey Bodley <cbodley@redhat.com>
    cbodley committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    9e37a87 View commit details
    Browse the repository at this point in the history
  2. os: move Transaction ctors closer to member variables

    this makes it easier to update constructors when adding/removing fields
    
    Signed-off-by: Casey Bodley <cbodley@redhat.com>
    cbodley committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    78cfe67 View commit details
    Browse the repository at this point in the history
  3. os: Transaction sets default values to avoid duplication in ctors

    Signed-off-by: Casey Bodley <cbodley@redhat.com>
    cbodley committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    496605c View commit details
    Browse the repository at this point in the history
  4. os: add custom move ctor/assignment for TransactionData

    Signed-off-by: Casey Bodley <cbodley@redhat.com>
    cbodley committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    fd33668 View commit details
    Browse the repository at this point in the history
  5. os: add custom move ctor/assignment for Transaction

    Signed-off-by: Casey Bodley <cbodley@redhat.com>
    cbodley committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    7f44acf View commit details
    Browse the repository at this point in the history