pulumi/pkg/cmd/pulumi
Anton Tayanovskyy 76ba788985
Toward replacing MSBuild with make+bash on Windows (#8617)
* Add coverage folder

* Adjust GHA to run Test target on Windows

* Extend error message on packages not found

* Try with path normalizer

* Edit Makefiles

* Skip SDK codegen tests on Windows

* Skip program gen tests on Windows

* Skip tests that started running on Windows and failing

* Fix non-compiling test

* Skip failing Windows HCL2 tests

* Fix lint

* Merged constants

* Skip one more test failing on Windows

* Disable cov-enabled builds on Windows

* Fix  TestDeterminePulumiPackages on Windows

* Fix TestInstallCleansOldFiles test on Windows

* Fix TestCreatingProjectWithPulumiBackendURL on Windows

* Weaken TestAbbreviateFilePath to pass on Windows

* Fix TestDepRootCalc on Windows

* Fix LocalUrl() to be sensible on Windows

* Fix Go lint issue

* Windows fix for TestComments

* Cross-ref skip tracking issue

* Cross-ref issue to fix asset_test skips

* More cross-ref issues

* Use choco not chocolatey

* Use yarn run to ensure the right tools are selected

* Revert python3->python change in common.mk

* In CI context, use python not python3

* More randomness in temp folder names to aoid Windows collisions

* Go lint
2022-01-07 22:27:14 -05:00
..
about.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
about_test.go Whitespace and grammer 2021-08-30 18:56:02 -07:00
cancel.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
config.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
config_test.go Assertion fix in config key generation (#6902) 2021-08-02 12:22:09 -07:00
console.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
convert-trace.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
crypto.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
crypto_cloud.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_http.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_http_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_local.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
destroy.go Implement the --exclude-protected feature (#8359) 2021-11-15 11:45:14 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_completion.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_markdown.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
import.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
login.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
logout.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
logs.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
logs_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
main.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
main_test.go [cli, testing, github] Gather code coverage data in CI. (#8260) 2021-11-30 17:24:01 -08:00
new.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
new_test.go Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
org.go [CLI] Adding the ability to create a default org for backends that support orgs (#8352) 2021-11-12 20:44:51 +02:00
plugin.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
plugin_install.go Pipe serverURL through register resource (#8544) 2021-12-17 14:52:01 -08:00
plugin_ls.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
plugin_rm.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
policy.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_disable.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_enable.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_group_ls.go Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
policy_ls.go Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
policy_new.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
policy_new_test.go Relax errmsg check (#7482) 2021-07-12 09:05:06 -04:00
policy_publish.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
policy_rm.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
policy_validate.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
preview.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
pulumi.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
pulumi_test.go improve dev version detection (#4732) 2020-06-02 11:51:04 +01:00
query.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
refresh.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
schema.go [codegen/schema] Add a schema checker (#7865) 2021-08-30 19:29:24 -07:00
schema_check.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
stack_change_secrets_provider.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_export.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
stack_graph.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_history.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
stack_import.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_init.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_ls.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_ls_test.go Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
stack_output.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
stack_output_test.go [cli] - Don't escape special characters when printing JSON (#7593) 2021-07-21 15:16:49 -07:00
stack_rename.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_rm.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_select.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_tag.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
state.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
state_delete.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
state_unprotect.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
up.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
up_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
util.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
util_test.go [cli] Add the ability to control auto-refresh of stacks by Pulumi.yaml (#8071) 2021-09-29 12:43:48 +03:00
version.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
view-trace.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
watch.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
whoami.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00