Skip to content

Commit

Permalink
Stable release (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: arekkas <aeneas@ory.am>
  • Loading branch information
aeneasr committed Oct 25, 2018
1 parent 4f21092 commit d66f876
Show file tree
Hide file tree
Showing 23 changed files with 72 additions and 1,572 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
sudo: required

services:
- docker

env:
- DOCKER_BIND_LOCALHOST=true
- GO111MODULE=on

language: go

go_import_path: github.com/ory/ladon

go:
- 1.9
- 1.11

install:
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover
- curl -L -s https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 -o $GOPATH/bin/dep && chmod +x $GOPATH/bin/dep
- dep ensure -vendor-only

script:
- gotestcover -coverprofile="cover.out" -race -covermode="atomic" $(go list ./... | grep -v /vendor/)
Expand Down
276 changes: 0 additions & 276 deletions Gopkg.lock

This file was deleted.

62 changes: 0 additions & 62 deletions Gopkg.toml

This file was deleted.

7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## 1.0.0

The SQL storage implementation has been removed. The reason being that it had serious scalability issues which could
cause trouble in high-throughput environments.

Everything else stays the same, ORY Ladon is now feature-complete.

## 0.8.0

Managers now must implement `Update(policy Policy) error`.
Expand Down
11 changes: 0 additions & 11 deletions PULL_REQUEST_TEMPLATE.md

This file was deleted.

Loading

0 comments on commit d66f876

Please sign in to comment.