pulumi/pkg/backend/httpstate
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
..
client Add `--insecure` flag to `pulumi login` 2023-02-03 16:09:37 -08:00
testdata Reduce memory use for PULUMI_OPTIMIZED_CHECKPOINT_PATCH 2022-12-15 11:23:06 -05:00
backend.go Merge #12184 #12193 2023-02-17 21:04:11 +00:00
backend_test.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
console.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console_test.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
diffs.go Reduce memory use for PULUMI_OPTIMIZED_CHECKPOINT_PATCH 2022-12-15 11:23:06 -05:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
policypack.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
snapshot.go Reduce memory use for PULUMI_OPTIMIZED_CHECKPOINT_PATCH 2022-12-15 11:23:06 -05:00
snapshot_test.go Add `--insecure` flag to `pulumi login` 2023-02-03 16:09:37 -08:00
stack.go Pass *Project to currentBackend 2023-02-17 13:20:38 +00:00
state.go Push DefaultSecretsProvider up to pkg/cmd 2023-01-27 12:04:52 +00:00
token_source.go Support PULUMI_OPTIMIZED_CHECKPOINT_PATCH protocol 2022-10-12 12:29:05 -04:00
token_source_test.go Disable token_source_test on windows (#10557) 2022-09-01 01:30:52 +02:00