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: PowerDNS/simpleblob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: PowerDNS/simpleblob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 8 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    d6bf5e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    f547358 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. more robust syncDir

    ahouene committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b0c8504 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    269e833 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Bump github.com/minio/minio-go/v7 from 7.0.43 to 7.0.50

    Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.43 to 7.0.50.
    - [Release notes](https://github.com/minio/minio-go/releases)
    - [Commits](minio/minio-go@v7.0.43...v7.0.50)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/minio/minio-go/v7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cb188b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. convertMinioError: stop shadowing minio error with os.ErrNotExist (#31)

    * convertMinioError: stop shadowing minio error with os.ErrNotFound
    
    `convertMinioError` would ignore the actual error and return `os.ErrNotFound` when the StatusCode field of minio error is 404.
    Now, `os.ErrNotFound` and the minio error are wrapped together, allowing to propagate the original meaning of the error.
    
    * convertMinioError: wrap only one err, differentiate call from doList
    
    * convertMinioError: keep more readable `err` variable instead of `e`
    ahouene authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e936c2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from PowerDNS/dependabot/go_modules/github.com…

    …/minio/minio-go/v7-7.0.50
    
    Bump github.com/minio/minio-go/v7 from 7.0.43 to 7.0.50
    wojas authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8c0d104 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from ahouene/fs-fsync

    Call fsync from FS backend
    wojas authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2c24d20 View commit details
    Browse the repository at this point in the history
Loading