Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #528 from palourde/rbac-granular
Browse files Browse the repository at this point in the history
Refactoring of the authorization and filters
  • Loading branch information
palourde authored Jul 26, 2016
2 parents 387aea9 + 9f9a59d commit d249aa4
Show file tree
Hide file tree
Showing 100 changed files with 271 additions and 9,187 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go

go:
- 1.4
- 1.5
- 1.6

notifications:
email: false
Expand All @@ -20,6 +19,7 @@ after_success:
- go test -coverprofile=uchiwa.coverprofile ./uchiwa
- go test -coverprofile=audit.coverprofile ./uchiwa/audit
- go test -coverprofile=auth.coverprofile ./uchiwa/authentication
- go test -coverprofile=auth.coverprofile ./uchiwa/authorization
- go test -coverprofile=config.coverprofile ./uchiwa/config
- go test -coverprofile=daemon.coverprofile ./uchiwa/daemon
- go test -coverprofile=filters.coverprofile ./uchiwa/filters
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.5.4-alpine
FROM golang:1.6.3-alpine

# golang alpine doesn't have ONBUILD, do it manually, then run npm and cleanup
COPY . /go/src/github.com/sensu/uchiwa
Expand Down
3 changes: 2 additions & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

186 changes: 0 additions & 186 deletions Godeps/_workspace/src/github.com/dgrijalva/jwt-go/cmd/jwt/app.go

This file was deleted.

52 changes: 0 additions & 52 deletions Godeps/_workspace/src/github.com/dgrijalva/jwt-go/example_test.go

This file was deleted.

79 changes: 0 additions & 79 deletions Godeps/_workspace/src/github.com/dgrijalva/jwt-go/hmac_test.go

This file was deleted.

Loading

0 comments on commit d249aa4

Please sign in to comment.