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: ory/oathkeeper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0-beta.4
Choose a base ref
...
head repository: ory/oathkeeper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.0-beta.5
Choose a head ref
  • 7 commits
  • 15 files changed
  • 5 contributors

Commits on May 28, 2019

  1. docs: Incorporates changes from version v0.16.0-beta.4

    ORY Continuous Integration committed May 28, 2019
    Copy the full SHA
    1e03ee2 View commit details

Commits on Jun 11, 2019

  1. Update config.yaml (#204)

    There's no DSN in oathkeeper
    haf authored and aeneasr committed Jun 11, 2019
    Copy the full SHA
    effe9c0 View commit details

Commits on Jun 13, 2019

  1. Remove binary license (#208)

    aeneasr authored Jun 13, 2019
    Copy the full SHA
    3460d65 View commit details
  2. Copy the full SHA
    2215126 View commit details

Commits on Jun 14, 2019

  1. Copy the full SHA
    d1506dd View commit details

Commits on Jun 21, 2019

  1. Add description into the name of subtest (#212)

    Signed-off-by: minchao <minchao.220@gmail.com>
    minchao authored and aeneasr committed Jun 21, 2019
    Copy the full SHA
    230c332 View commit details

Commits on Jun 28, 2019

  1. Copy the full SHA
    f8a66b7 View commit details
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
command: |
echo 'export GO111MODULE=on' >> $BASH_ENV
source $BASH_ENV
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
- run: go mod download
- run: golangci-lint run ./...

5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ env:
before:
hooks:
- go mod download
- cp ./.releaser/LICENSE.txt ./LICENSE.txt

builds:
-
@@ -45,8 +44,6 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- LICENSE.txt

snapshot:
name_template: "{{ .Tag }}-next"
@@ -79,8 +76,6 @@ dockers:
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "oryd/oathkeeper:{{ .Env.DOCKER_SHORT_TAG }}"
- "oryd/oathkeeper:latest"
extra_files:
- .releaser/LICENSE.txt

release:
prerelease: auto
84 changes: 0 additions & 84 deletions .releaser/LICENSE.txt

This file was deleted.

Loading