Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Release v0.23.0 #136

Merged
merged 16 commits into from
Sep 23, 2019
Merged

Release v0.23.0 #136

merged 16 commits into from
Sep 23, 2019

Commits on Sep 3, 2019

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

Commits on Sep 4, 2019

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

Commits on Sep 6, 2019

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

Commits on Sep 12, 2019

  1. Merge pull request #127 from secrethub/feature/uuid-validate

    Add function to validate uuid strings
    SimonBarendse authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    8fbed5e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Make service.created_by non-optional

    Use a value instead of pointer for created_by field of service,
    as services are always created by an account. This field is not
    optional.
    SimonBarendse committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    6ee85d9 View commit details
    Browse the repository at this point in the history
  2. Make repo created_at and last_modified_at non-optional

    These fields are always set.
    SimonBarendse committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    a74c881 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #131 from secrethub/feature/service-created-by-not…

    …-optional
    
    Make created_by field of service non-optional
    SimonBarendse authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    725b90b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #132 from secrethub/feature/timestamps-non-optional

    Make repo created_at and last_modified_at non-optional
    SimonBarendse authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    f3114bb View commit details
    Browse the repository at this point in the history
  5. Add Read and ReadString convenience functions

    This makes it easier to use the client directly in applications.
    SimonBarendse committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    1e8e13a View commit details
    Browse the repository at this point in the history
  6. Make clearer that Read and ReadString are convenience functions

    This is done to make clear more elaborate use is possible.
    SimonBarendse committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    44456a6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #133 from secrethub/feature/read

    Add Read and ReadString convenience functions
    SimonBarendse authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    bc00c89 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    4a63eed View commit details
    Browse the repository at this point in the history
  2. Rename dirfs.go to tree.go

    DirFS was a legacy remnant that we renamed to the much simpler Tree.
    mackenbach committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    18dbe86 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #135 from secrethub/feature/file-rename

    Rename dirfs.go to tree.go
    SimonBarendse authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    b261a45 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #134 from secrethub/feature/godoc

    Add/improve godoc package comments
    mackenbach authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    7af6f6a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Bump version to v0.23.0

    SimonBarendse committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a587173 View commit details
    Browse the repository at this point in the history