Skip to content

pluggable storage

Compare
Choose a tag to compare
@groob groob released this 05 Apr 17:24
· 12 commits to master since this release

You can now choose between a local repo(default) or one by a cloud provider (s3 or gcs).

Changelog

  • Added support for pluggable storage - Google Cloud and S3 (#4 and #7)

  • Added /version URL route (#2).

    /version returns a JSON object with detailed information of the build environment,
    including current commit and go version used to build the app. The binary must be built
    with the release script in order for the correct values to be set.

  • Added /healthz URL route (#2).

    /healthz returns either a 200 OK status or a 500 error depending on the status of the app.
    Currently, a 500 error is returned only if the repo path is not valid.

  • Fixed panic when 0 arguments were passed (#06e92dd).

Full diff: 1.0.0...1.0.1