Skip to content

Commit

Permalink
add providers, tokens, and totp packages (#2)
Browse files Browse the repository at this point in the history
* add providers, tokens, and totp packages

Signed-off-by: Sarah Funkhouser <[email protected]>

* generate

Signed-off-by: Sarah Funkhouser <[email protected]>

---------

Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade authored Aug 27, 2024
1 parent 8fcc8c8 commit 8d0d86f
Show file tree
Hide file tree
Showing 84 changed files with 6,130 additions and 183 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ steps:
command: ["task", "example:generate"]
environment:
- "GOTOOLCHAIN=auto"
- "GODEBUG=gotypesalias=0"
- group: ":closed_lock_with_key: Security Checks"
depends_on: "tests"
key: "security"
Expand Down
4 changes: 1 addition & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ issues:
fix: true
exclude-use-default: true
exclude-dirs:
- mockery/*
- entfga/_examples/*
- entfga/templates/*
- totp/testing/*
3 changes: 3 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ includes:
taskfile: ./entfga/_examples/basic/
dir: ./entfga/_examples/basic/

env:
GODEBUG: gotypesalias=0 # remove once the backport fixes the types.Alias bug

tasks:
generate:
desc: generate the mock fga client
Expand Down
2 changes: 1 addition & 1 deletion entfga/_examples/basic/ent/auth_from_mutation.go

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

2 changes: 1 addition & 1 deletion entfga/_examples/basic/ent/authz_checks.go

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

2 changes: 1 addition & 1 deletion entfga/_examples/basic/ent/client.go

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

2 changes: 1 addition & 1 deletion entfga/_examples/basic/ent/ent.go

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

2 changes: 1 addition & 1 deletion entfga/_examples/basic/ent/gql_node.go

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

21 changes: 11 additions & 10 deletions entfga/_examples/basic/ent/organization_query.go

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

2 changes: 1 addition & 1 deletion entfga/_examples/basic/ent/orgmembership_create.go

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

21 changes: 11 additions & 10 deletions entfga/_examples/basic/ent/orgmembership_query.go

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

4 changes: 2 additions & 2 deletions entfga/_examples/basic/ent/orgmembership_update.go

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

4 changes: 2 additions & 2 deletions entfga/_examples/basic/ent/runtime/runtime.go

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

Loading

0 comments on commit 8d0d86f

Please sign in to comment.