Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 126ium/ds3_java_cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SpectraLogic/ds3_java_cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 10, 2026

  1. Configuration menu
    Copy the full SHA
    7404d75 View commit details
    Browse the repository at this point in the history
  2. Fix testFileCreatedTime failure and refactor Posix time parsing

    Modified PosixFileMetadata_Test to account for modern Linux environments where file birth time (creation time) is readable via statx but cannot be modified. Changing the assertion to greaterThanOrEqualTo(0) prevents failures on systems where birth time restoration is a no-op.
    
    Additionally refactored PosixFileMetadata to use OffsetDateTime for more direct and robust time parsing, avoiding unnecessary local timezone conversions.
    RachelTucker committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    46848e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request SpectraLogic#232 from RachelTucker/fix-display-get…

    …-object-versions
    
    Fix swapped Bucket Id and Version Id columns in get_object_versions.
    RachelTucker authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    74f226a View commit details
    Browse the repository at this point in the history
Loading