[Box Backup-commit] [boxbackup/boxbackup] 38ee18: Fix output format of bbackupobjdump

GitHub noreply at github.com
Tue Jan 30 22:16:09 GMT 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 38ee18a21fbefc269c43591f88ab817091e62f94
      https://github.com/boxbackup/boxbackup/commit/38ee18a21fbefc269c43591f88ab817091e62f94
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
    M bin/bbackupobjdump/bbackupobjdump.cpp
    M lib/backupstore/BackupStoreDirectory.h
    M lib/backupstore/BackupStoreFile.h
    M lib/backupstore/BackupStoreObjectDump.cpp
    M test/backupstorepatch/testbackupstorepatch.cpp

  Log Message:
  -----------
  Fix output format of bbackupobjdump

Use C++ streams for output everywhere, for consistency and to avoid mismatches
in how output is formatted (some BOX_TRACEd, some not).


  Commit: 304f770c5c04873324cfe2665eb660ebf01d9377
      https://github.com/boxbackup/boxbackup/commit/304f770c5c04873324cfe2665eb660ebf01d9377
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
    M lib/backupstore/BackupStoreCheck2.cpp
    M lib/backupstore/BackupStoreContext.cpp
    M lib/backupstore/BackupStoreDirectory.cpp
    M lib/backupstore/BackupStoreDirectory.h
    M lib/backupstore/BackupStoreObjectDump.cpp
    M lib/backupstore/HousekeepStoreAccount.cpp
    M test/backupstore/testbackupstore.cpp
    M test/backupstorefix/testbackupstorefix.cpp
    M test/backupstorepatch/testbackupstorepatch.cpp

  Log Message:
  -----------
  Rename Depends{Older,Newer} to DependsOn and RequiredBy

This will make the code clearer when implementing support for patches in
S3BackupFileSystem, where DependsNewer and DependsOlder have a very different
meaning, and also for RaidBackupFileSystem where DependsOlder does not mean
that we depend on the old file at all, but that it depends on us.


  Commit: 6df32f038e777656e2d6e8b3ab563ec5aefca9d8
      https://github.com/boxbackup/boxbackup/commit/6df32f038e777656e2d6e8b3ab563ec5aefca9d8
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
    M lib/backupstore/BackupFileSystem.cpp
    M lib/backupstore/BackupFileSystem.h
    M lib/backupstore/BackupStoreContext.cpp
    M lib/backupstore/BackupStoreException.txt
    M lib/backupstore/BackupStoreFile.cpp
    M test/backupstore/testbackupstore.cpp

  Log Message:
  -----------
  Add support for merging patches in S3BackupFileSystem

Enable test_multiple_uploads(s3) which requires this.


Compare: https://github.com/boxbackup/boxbackup/compare/905f73e0f68d...6df32f038e77


More information about the Boxbackup-commit mailing list