-
Notifications
You must be signed in to change notification settings - Fork 141
Bump SDK to v0.104.0. Bump TF to v1.105
#4457
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d929eae
Bump SDK and regenerate
shreyas-goenka d7bb329
go mod tidy
shreyas-goenka fd27083
fix version information
shreyas-goenka 72cd0a4
fix test
shreyas-goenka f320042
regenerate ref schema
shreyas-goenka 1b37a98
Merge remote-tracking branch 'origin' into sdk-104
shreyas-goenka 50bae28
fix lint
shreyas-goenka a5d21b1
update tf in the same PR
shreyas-goenka 34b622d
revert postgres changes
shreyas-goenka c33720a
update generated config
shreyas-goenka 4397f17
set --debug flag for auth profiles
shreyas-goenka 8c04119
set env var
shreyas-goenka b60b9f0
update tests
shreyas-goenka 79f35d2
fix browser test
shreyas-goenka c71b3b4
fix
shreyas-goenka 84b5141
add badness
shreyas-goenka 762d01f
update postgres recreate test
shreyas-goenka a085318
fix user agent test
shreyas-goenka dfad7d1
fix postgres_projects recreate test
shreyas-goenka 7c3c402
fix dashboard acceptance tests
shreyas-goenka 0426ffb
Merge remote-tracking branch 'origin' into sdk-104
shreyas-goenka eb272d3
update user agent test
shreyas-goenka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 +1 @@ | ||
| 2ea07a797146cab9b579355bb39c58296a27d44f | ||
| 2d7aaedaf5d20f82b17cc1de48543b88e609f464 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
14 changes: 0 additions & 14 deletions
14
acceptance/bundle/resources/postgres_branches/recreate/out.get_branch.terraform.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
acceptance/bundle/resources/postgres_branches/recreate/out.plan.terraform.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
acceptance/bundle/resources/postgres_branches/recreate/out.requests.destroy.terraform.txt
This file contains hidden or 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
11 changes: 7 additions & 4 deletions
11
acceptance/bundle/resources/postgres_branches/recreate/out.requests.update.terraform.txt
This file contains hidden or 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,14 +1,17 @@ | ||
| { | ||
| "method": "DELETE", | ||
| "path": "/api/2.0/postgres/[MAIN_ID]" | ||
| } | ||
| { | ||
| "body": { | ||
| "name": "[MAIN_ID]", | ||
| "parent": "projects/test-pg-proj-[UNIQUE_NAME]", | ||
| "spec": { | ||
| "no_expiry": true | ||
| } | ||
| }, | ||
| "method": "PATCH", | ||
| "path": "/api/2.0/postgres/[MAIN_ID]", | ||
| "method": "POST", | ||
| "path": "/api/2.0/postgres/projects/test-pg-proj-[UNIQUE_NAME]/branches", | ||
| "q": { | ||
| "update_mask": "spec" | ||
| "branch_id": "new-branch-[UNIQUE_NAME]" | ||
| } | ||
| } |
This file contains hidden or 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
2 changes: 0 additions & 2 deletions
2
acceptance/bundle/resources/postgres_branches/recreate/test.toml
This file contains hidden or 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
19 changes: 0 additions & 19 deletions
19
acceptance/bundle/resources/postgres_projects/recreate/out.get_project.terraform.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
acceptance/bundle/resources/postgres_projects/recreate/out.plan.terraform.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
19 changes: 0 additions & 19 deletions
19
acceptance/bundle/resources/postgres_projects/recreate/out.requests.create.terraform.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
4 changes: 0 additions & 4 deletions
4
acceptance/bundle/resources/postgres_projects/recreate/out.requests.destroy.terraform.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
20 changes: 0 additions & 20 deletions
20
acceptance/bundle/resources/postgres_projects/recreate/out.requests.update.terraform.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains hidden or 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
2 changes: 0 additions & 2 deletions
2
acceptance/bundle/resources/postgres_projects/recreate/test.toml
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TF changes here likely stopped etags from being serialized in patch request. It was optional always and does not impact correctness for dashboards.
We never set etag in direct PATCH requests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
databricks/terraform-provider-databricks@c8874dd