[Box Backup-commit] [boxbackup/boxbackup] 71c201: Move BackupStoreObjectDump.cpp.

GitHub noreply at github.com
Sat Oct 22 10:22:43 BST 2016


  Branch: refs/heads/s3_support_merge
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 71c2015eaf5648462460529e3dee517bf0dfb34e
      https://github.com/boxbackup/boxbackup/commit/71c2015eaf5648462460529e3dee517bf0dfb34e
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    R lib/backupclient/BackupStoreObjectDump.cpp
    A lib/backupstore/BackupStoreObjectDump.cpp

  Log Message:
  -----------
  Move BackupStoreObjectDump.cpp.

It doesn't depend on any part of the client library, so it belongs in
lib/backupstore.


  Commit: 4fb232f099c98fc46b6df2893d29a57ea0383f08
      https://github.com/boxbackup/boxbackup/commit/4fb232f099c98fc46b6df2893d29a57ea0383f08
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
    M infrastructure/cmake/build/bin_bbackupd.vcxproj.user
    M infrastructure/cmake/build/bin_bbstored.vcxproj.user
    M infrastructure/cmake/build/test_backupstore.vcxproj.user
    M infrastructure/cmake/build/test_backupstorefix.vcxproj.user
    M infrastructure/cmake/build/test_bbackupd.vcxproj.user
    M infrastructure/cmake/build/test_common.vcxproj.user
    M infrastructure/cmake/build/test_httpserver.vcxproj.user
    M infrastructure/cmake/build/test_raidfile.vcxproj.user

  Log Message:
  -----------
  Fix line endings on Visual Studio project user properties files.


  Commit: b1e0c0fb069b7a635895172e19c1b11d1fb9904d
      https://github.com/boxbackup/boxbackup/commit/b1e0c0fb069b7a635895172e19c1b11d1fb9904d
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
    M lib/backupstore/BackupAccountControl.cpp
    M lib/backupstore/BackupFileSystem.h
    M lib/backupstore/BackupStoreAccounts.cpp
    M lib/backupstore/BackupStoreCheck.cpp
    M lib/backupstore/BackupStoreContext.cpp
    M lib/backupstore/HousekeepStoreAccount.cpp
    M lib/backupstore/StoreTestUtils.cpp
    M test/backupstore/testbackupstore.cpp
    M test/bbackupd/testbbackupd.cpp

  Log Message:
  -----------
  Add Account ID to RaidBackupFileSystem constructor interface.

This means that every RaidBackupFileSystem object is tied to a specific
account, which matches the interface for S3BackupFileSystem and makes it easier
to use because we don't have to keep passing the account ID in for every
command. Removing those parameters will happen in future commits.


Compare: https://github.com/boxbackup/boxbackup/compare/83d68c24d63e...b1e0c0fb069b


More information about the Boxbackup-commit mailing list