-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #339 from runatlantis/remove-refreshing
Remove "Refreshing..." output from top of plan.
- Loading branch information
Showing
21 changed files
with
98 additions
and
143 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
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
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
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
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
9 changes: 8 additions & 1 deletion
9
server/testfixtures/test-repos/simple/exp-output-apply-var-default-workspace.txt
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,15 +1,22 @@ | ||
Ran Apply in dir: `.` workspace: `default` | ||
|
||
<details><summary>Show Output</summary> | ||
|
||
```diff | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
Apply complete! Resources: 3 added, 0 changed, 0 destroyed. | ||
|
||
Outputs: | ||
|
||
var = default_workspace | ||
workspace = default | ||
|
||
``` | ||
</details> | ||
|
9 changes: 8 additions & 1 deletion
9
server/testfixtures/test-repos/simple/exp-output-apply-var-new-workspace.txt
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,15 +1,22 @@ | ||
Ran Apply in dir: `.` workspace: `new_workspace` | ||
|
||
<details><summary>Show Output</summary> | ||
|
||
```diff | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
Apply complete! Resources: 3 added, 0 changed, 0 destroyed. | ||
|
||
Outputs: | ||
|
||
var = new_workspace | ||
workspace = new_workspace | ||
|
||
``` | ||
</details> | ||
|
9 changes: 8 additions & 1 deletion
9
server/testfixtures/test-repos/simple/exp-output-apply-var.txt
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,15 +1,22 @@ | ||
Ran Apply in dir: `.` workspace: `default` | ||
|
||
<details><summary>Show Output</summary> | ||
|
||
```diff | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
Apply complete! Resources: 3 added, 0 changed, 0 destroyed. | ||
|
||
Outputs: | ||
|
||
var = overridden | ||
workspace = default | ||
|
||
``` | ||
</details> | ||
|
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,15 +1,22 @@ | ||
Ran Apply in dir: `.` workspace: `default` | ||
|
||
<details><summary>Show Output</summary> | ||
|
||
```diff | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creating... | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
null_resource.simple: Creation complete after *s (ID: ******************) | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
Apply complete! Resources: 3 added, 0 changed, 0 destroyed. | ||
|
||
Outputs: | ||
|
||
var = default | ||
workspace = default | ||
|
||
``` | ||
</details> | ||
|
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.