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

Rmb fix #146

Merged
merged 12 commits into from
May 23, 2018
Merged

Rmb fix #146

merged 12 commits into from
May 23, 2018

Commits on May 18, 2018

  1. fix rmb tool to handle 0 byte objects, fix write_operation.copy does …

    …no longer use get_last_version()
    jrse committed May 18, 2018
    Configuration menu
    Copy the full SHA
    c8d9646 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. #142: check for invalid mail objects

    - added rmb-commands.h/cpp 
    - added validate metadata function to utils
    - added metadata check to rmb tool.
    jrse committed May 22, 2018
    Configuration menu
    Copy the full SHA
    7dcb85c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba53ee4 View commit details
    Browse the repository at this point in the history
  3. #142: added unit test support.

    jrse committed May 22, 2018
    Configuration menu
    Copy the full SHA
    81cc8fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be99c3a View commit details
    Browse the repository at this point in the history
  5. #142: added unit test rmbtool print mailbox

    good case all mail metadata set.
    jrse committed May 22, 2018
    Configuration menu
    Copy the full SHA
    946c62a View commit details
    Browse the repository at this point in the history
  6. #142: added unit test

    - new unit test to evaluate handling of invalid receive / save date .
    jrse committed May 22, 2018
    Configuration menu
    Copy the full SHA
    938cffd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. #142: new rmb unit test

    - unit test: skip invalid rados object (no metadata and size < 0)
    - moved metadata module creation to rmb-commands.
    jrse committed May 23, 2018
    Configuration menu
    Copy the full SHA
    e081b77 View commit details
    Browse the repository at this point in the history
  2. #142: new unit tests (read metadata goodcase, read metadata (recv. date)

    - added new unit tests
      read object with metadata good case
      read object with invalid receive date.
    jrse committed May 23, 2018
    Configuration menu
    Copy the full SHA
    ac76882 View commit details
    Browse the repository at this point in the history
  3. #142: removed some logs and added additional try catch

    removed some unnecessary log messages and added additional try catch
    statements around stol statements.
    jrse committed May 23, 2018
    Configuration menu
    Copy the full SHA
    7608f2b View commit details
    Browse the repository at this point in the history
  4. #142: fix sort

    jrse committed May 23, 2018
    Configuration menu
    Copy the full SHA
    3eb10da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5d662b View commit details
    Browse the repository at this point in the history