pulumi/pkg/backend/display
bors[bot] 34417a33ce
Merge #12184 #12193
12184: Set O_APPEND on the engine event log file r=Frassle a=Frassle

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

This _might_ help with the issues we've been seeing with [automation api reading malformed JSON lines](https://github.com/pulumi/pulumi/issues/6768).


## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works - Should be covered by existing tests to make sure this doesn't break automation api.
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change - Probably not user visible, we just need this in and then track if we still get bug reports about automation api.
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


12193: remove "of the day" from login tip r=RobbieMcKinstry a=susanev

we have said "tip of the day" since pulumi's birth
adjusting it to say "tip" since it never changes

Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2023-02-17 21:04:11 +00:00
..
internal/terminal [display] Hide the cursor in interactive mode. 2022-12-20 10:56:59 -08:00
testdata Display text-based diff if yaml/json diff is semantically equal 2023-01-17 17:04:41 -08:00
diff.go Repair tests expecting nil slices 2023-01-11 21:53:04 -08:00
diff_test.go backend/display/test: string(buffer.Bytes()) => buffer.String() 2023-01-10 11:52:08 -08:00
display.go Set O_APPEND on the engine event log file 2023-02-15 09:35:17 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
events.go This commit colorizes nodejs stack traces to respect the default 2023-02-16 14:20:42 -08:00
events_test.go This commit colorizes nodejs stack traces to respect the default 2023-02-16 14:20:42 -08:00
json.go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
jsonmessage.go unused: Remove unused functions and types 2023-01-12 09:55:34 -08:00
object_diff.go Display text-based diff if yaml/json diff is semantically equal 2023-01-17 17:04:41 -08:00
options.go [cli] Abstract out terminal interactions 2022-11-08 17:13:56 -08:00
progress.go gosimple: printf, time.Since, TrimPrefix, etc. 2023-01-12 09:55:34 -08:00
progress_test.go backend/display/test: string(buffer.Bytes()) => buffer.String() 2023-01-10 11:52:08 -08:00
query.go re-enable and color dot spinner for non-interactive mode (#8996) 2022-02-15 14:37:04 -08:00
rows.go getDiffInfo: Fix slice length check 2023-01-11 21:53:05 -08:00
sigint_unix.go [cli] Reimplement the interactive renderer 2022-11-07 22:02:44 -08:00
sigint_windows.go [cli] Reimplement the interactive renderer 2022-11-07 22:02:44 -08:00
tableutil.go [color] Use graphemes to measure strings. 2022-11-09 08:23:00 -08:00
tree.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
watch.go [cli] Add a replay-events debug command. (#9271) 2022-04-07 09:03:19 -07:00