Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add providers, tokens, and totp packages #2

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
generate
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
golanglemonade committed Aug 27, 2024
commit 9164e2ec8d0e0f65896313c1e1a57574bc20b948
1 change: 1 addition & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 3 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -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
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.

74 changes: 37 additions & 37 deletions entfga/_examples/basic/graphapi/gen_server.go

Large diffs are not rendered by default.