Commit dce783d
authored
acc: keep heredoc created files checked in (#5938)
## Changes
Move heredoc (`cat > file <<EOF` or similar) created files into source
control.
Either direct lifts
[750d8b0](750d8b0)
or simple `envsubst` replacements
[79250aa](79250aa)
## Why
Easier to review
## Tests
Existing tests1 parent d15ffbd commit dce783d
79 files changed
Lines changed: 314 additions & 406 deletions
File tree
- acceptance
- auth
- bundle_default_profile
- home
- host-metadata-cache
- home
- bundle/multi_profile
- auto_select
- env_auth_skip
- no_workspace_profiles
- non_interactive_error
- cmd
- api
- default-profile-vs-env
- home
- default-profile
- home
- profile-overrides-env
- home
- workspace-id-none
- home
- auth
- describe
- account-host-with-workspace-id
- home
- default-profile
- home
- profile-overrides-env
- home
- u2m-json-output
- home
- u2m-plaintext-config
- home
- u2m-plaintext-env
- home
- u2m-secure-default
- home
- login
- configure-serverless
- home
- custom-config-file
- home
- host-arg-overrides-profile
- home
- host-from-profile
- home
- preserve-fields
- home
- logout
- default-profile
- home
- delete-clears-default
- home
- delete-pat-token-profile
- home
- error-cases
- home
- last-non-default
- home
- ordering-preserved
- home
- token-only
- home
- .databricks
- profiles
- home
- spog-account
- home
- storage-modes
- env-overrides-config
- home
- .databricks
- invalid-config
- home
- plaintext-env-default
- home
- .databricks
- switch/nominal
- home
- token/no-args-with-profiles
- home
- configure
- clears-oauth-on-pat
- home
- clears-serverless-when-cluster-from-env
- home
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 6 | + | |
18 | 7 | | |
19 | 8 | | |
20 | 9 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | 6 | | |
15 | 7 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
11 | 5 | | |
12 | 6 | | |
13 | 7 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
11 | 5 | | |
12 | 6 | | |
13 | 7 | | |
| |||
0 commit comments