-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker_org_member: revamp the model (#73)
- the invite API lets you send invites by username and email - before this PR, docker_org_member was designed to match the invite API - In practice, this made it impossible to implement import behavior. - now, we model docker_org_member closer to how the list org members api represents things Signed-off-by: Nick Santos <nick.santos@docker.com>
- Loading branch information
Showing
5 changed files
with
277 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Ignore Terraform state files | ||
*.tfstate | ||
*.tfstate.backup | ||
|
||
# Store acceptance testing secrets in .env | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.