Commit Graph

  • b81092c0bb Last review items stack72 2020-10-14 10:50:28 +0100
  • 22a8cac120 Linting fixes stack72 2020-10-06 19:26:45 +0100
  • d07d8e4ab8 Adding some user centric details on what to do with the import stack72 2020-10-06 19:21:55 +0100
  • e992ee371b Adding the default version to the imported resources if none are directly specified stack72 2020-10-06 19:01:34 +0100
  • 87ff238191 Ensuring we escape any multi-part labels stack72 2020-10-02 16:33:58 +0100
  • 61d9a4f441 Add the ability to skip protecting the imported resource stack72 2020-10-01 20:59:24 +0100
  • 22ec8773e8 Adding q for debugging stack72 2020-09-03 14:52:38 +0100
  • 8c1e35ef8e Adding the exec kind to the getUpdateMetadata func call stack72 2020-09-03 14:51:00 +0100
  • a6135969e5 Add support for suppressing-permalink stack72 2020-09-03 14:48:15 +0100
  • 3e0472f03b PR feedback Pat Gavlin 2020-07-24 11:38:25 -0700
  • 4174e6891a Appease the linter Pat Gavlin 2020-07-09 09:47:27 -0700
  • ee093badb9 make ensure Pat Gavlin 2020-07-08 21:57:51 -0700
  • 916f0a9912 CHANGELOG Pat Gavlin 2020-07-08 21:53:56 -0700
  • 1e8074c388 [cli] Add an import command. Pat Gavlin 2020-04-25 09:18:09 -0700
  • 66b7794fbc Init Workspace interface for C# Automation API auto/dotnet evanboyle 2020-10-13 14:51:38 -0700
  • 29850869ef
    Pass the preview flag to Update (#5562) Mikhail Shilkov 2020-10-13 21:02:19 +0200
  • 99ba1ab943
    [codegen/dotnet] Add support for ResourceType and isComponent (#5460) Levi Blackstone 2020-10-13 12:33:22 -0600
  • 4f07891595
    [dotnet] Add a lock around child resource manipulation (#5563) Mikhail Shilkov 2020-10-13 19:28:57 +0200
  • 6aa55c653e
    Review suggestion Mikhail Shilkov 2020-10-13 16:16:05 +0200
  • 2640206966 Changelog Mikhail Shilkov 2020-10-13 15:09:21 +0200
  • f8a320d4cd [dotnet] Add a lock around child resource manipulation to prevent hashset concurrency issue Mikhail Shilkov 2020-10-13 15:03:18 +0200
  • ceec3eac0f
    [sdk/python] Fix ResourceOptions annotations and doc strings (#5559) Justin Van Patten 2020-10-13 05:18:15 -0700
  • 186e2f059e
    Respect logging verbosity as part of pulumi plugin install (#5549) Paul Stack 2020-10-13 13:09:29 +0100
  • 1209e377e3
    remove travis file (#5560) Lee Briggs 2020-10-13 03:51:10 -0700
  • d5252fa7fc Respect logging verbosity as part of pulumi plugin install stack72 2020-10-10 19:36:42 +0100
  • 095da7084c
    Accept `-f` as a shorthand for `--skip-preview` on `up`, `refresh` and `destroy` operations (#5556) Paul Stack 2020-10-13 11:10:59 +0100
  • 18dc2808de Pass the preview flag to Update Mikhail Shilkov 2020-10-13 09:31:06 +0200
  • ffaf113a87 Update CHANGELOG.md Justin Van Patten 2020-10-12 16:45:21 -0700
  • 21f3462bf0 [sdk/python] Fix ResourceOptions annotations and doc strings Justin Van Patten 2020-10-12 04:46:06 -0700
  • e823f38794
    Merge branch 'master' into gh-2321 Paul Stack 2020-10-13 00:23:20 +0100
  • 81ea41145e
    fix k8s provider codegen Levi Blackstone 2020-10-12 16:06:41 -0600
  • 845381a0ab
    fix test Levi Blackstone 2020-10-12 13:39:57 -0600
  • 31c1019883
    Fix import codegen logic Levi Blackstone 2020-10-09 15:16:16 -0600
  • 4cbe1069b8
    Mikhail's feedback Levi Blackstone 2020-10-02 09:12:17 -0600
  • eff796ede7
    Address feedback Levi Blackstone 2020-10-01 17:01:54 -0600
  • 51bdc491aa
    Imports Levi Blackstone 2020-10-01 15:18:29 -0600
  • f7bb85381e
    Set remote option in constructors Levi Blackstone 2020-10-01 10:58:12 -0600
  • b8ee0155ee
    Remove private constructor for ComponentResources Levi Blackstone 2020-10-01 10:30:47 -0600
  • 9e5e0260cb
    [codegen/dotnet] Add support for ResourceType and isComponent Levi Blackstone 2020-09-25 14:35:52 -0600
  • 156aa9862e
    Add the ability to specify privateKey contents to AutomationAPI (#5557) Paul Stack 2020-10-12 19:51:26 +0100
  • b88be8165f Add the ability to specify privateKey contents to AutomationAPI stack72 2020-10-12 18:02:36 +0100
  • 38152ba6f0
    Improve user message when pulumi plugin rm --all has no plugins to remove (#5547) Paul Stack 2020-10-12 18:31:55 +0100
  • 8110f52e84
    remove travis file Lee Briggs 2020-10-12 10:15:21 -0700
  • cd518c3516
    Cleanup Windows builds and move windows release build back to GitHub Actions (#5552) Paul Stack 2020-10-12 18:12:12 +0100
  • df9c9f195f
    Validate and error on invalid cloudUrl formats on pulumi login (#5550) Paul Stack 2020-10-12 17:35:22 +0100
  • cba5ed519d Accept `-f` as a shorthand for `--skip-preview` on `up`, `refresh` and `destroy` operations stack72 2020-10-12 16:41:00 +0100
  • 64577f5b10
    Protect against panic in finding go executable and finding resources (#5548) Paul Stack 2020-10-11 07:13:54 +0100
  • ee93ce2e83 Cleanup Windows builds and move windows release build back to GitHub Actions stack72 2020-10-10 22:23:37 +0100
  • c3f5f069ce Validate and error on invalid cloudUrl formats on pulumi login stack72 2020-10-10 21:34:07 +0100
  • ca892a1596 Protect against panic in finding go executable and finding resources stack72 2020-10-10 19:06:58 +0100
  • af9f636eef
    Split schema tests by language (#5540) Komal 2020-10-10 13:47:23 -0700
  • 393b22ee04 Improve user message when pulumi plugin rm --all has no plugins to remove stack72 2020-10-10 15:01:44 +0100
  • 36db22d488
    Ensure secret provider variables are cleaned up when changing secret providers (#5545) Paul Stack 2020-10-10 19:04:07 +0100
  • 471489e9f0 Ensure secret provider variables are cleaned up when changing secret providers stack72 2020-10-10 14:40:54 +0100
  • 8bd2b99934 chore(actions): support custom stack name from env Bo-Yi Wu 2020-10-10 21:52:00 +0800
  • e687cbcffc
    fix: fix the warning from gofmt command. (#5543) Bo-Yi Wu 2020-10-10 21:10:47 +0800
  • 909a69b15c fix: gofmt warning. Bo-Yi Wu 2020-10-10 20:43:02 +0800
  • 183b96255d Split schema tests by language komal 2020-10-09 14:08:03 -0700
  • 249140242e
    Add support for provider-side preview. (#5443) Pat Gavlin 2020-10-09 13:13:55 -0700
  • b1229ae34e
    fix the yaml indentation (#5539) Lee Briggs 2020-10-09 10:31:56 -0700
  • 3d077e5662
    fix the yaml indentation Lee Briggs 2020-10-09 10:26:09 -0700
  • 5430586a9e
    Upgrade to Go v1.15.x (#5467) Paul Stack 2020-10-09 17:35:12 +0100
  • b86e6ae93e
    add plugin management utils to node Automation API (#5536) Evan Boyle 2020-10-09 09:03:03 -0700
  • 0a92d8da5d Propagate inputs during Update Pat Gavlin 2020-10-08 14:40:16 -0700
  • cac0fb8fde Adjust a test Pat Gavlin 2020-10-08 11:58:25 -0700
  • 3cfd1ab588 Add support for PULUMI_DISABLE_PROVIDER_PREVIEW Pat Gavlin 2020-10-08 11:10:03 -0700
  • bc6db1dd7f CHANGELOG Pat Gavlin 2020-09-22 09:47:33 -0700
  • 270acf1ccd Add support for provider-side preview. Pat Gavlin 2020-09-21 14:09:48 -0700
  • 6c51e6ce1c
    [codegen/nodejs] - Update enum generation (#5525) Komal 2020-10-09 08:27:01 -0700
  • 9dd02f1fa9 updte plugin api evanboyle 2020-10-09 08:22:05 -0700
  • d7a5bff0f7 add missing destroy/refresh params evanboyle 2020-10-08 19:08:13 -0700
  • 8cf40712bd add plugin management utils to node Automation API evanboyle 2020-10-08 17:01:13 -0700
  • ef654addf0 Upgrade to Go v1.15.x stack72 2020-09-28 16:39:58 +0100
  • b386075c66
    Build master & feature branches in GHA Lee Briggs 2020-10-08 13:36:16 -0700
  • 442d367b0b
    fix perms on exec binary (#5524) Lee Briggs 2020-10-08 13:32:53 -0700
  • 7093565e2c
    jaxxstorm/build fixes (#5483) Lee Briggs 2020-10-08 12:43:38 -0700
  • 42f301ac0f bump node test timeout evanboyle 2020-10-08 11:30:30 -0700
  • bf68108193 changelog evanboyle 2020-10-08 11:13:36 -0700
  • 39297cb9dd make public declarations implicit evanboyle 2020-10-08 11:12:43 -0700
  • 7b766924ec update error strategy to be more idiomatic evanboyle 2020-10-08 11:07:35 -0700
  • 97e1d25802 update doc formatting evanboyle 2020-10-07 19:00:03 -0700
  • 73a5516958 prefer interfaces over types for object-like specs evanboyle 2020-10-07 18:31:55 -0700
  • 9f4461db37 Node Automation API tsdoc evanboyle 2020-10-07 00:25:36 -0700
  • 84136e2271 mark exports as internal where appropriate evanboyle 2020-10-06 19:28:35 -0700
  • 99574ff555 node automation api structured error design evanboyle 2020-10-06 18:51:30 -0700
  • 631e6cbaf1 improve typing for UpdateSummary timestamps, WhoAmI results evanboyle 2020-10-06 09:30:47 -0700
  • 2d49cabf68 simplify project and stack settings impl evanboyle 2020-10-06 08:42:15 -0700
  • cf194bff4b remove parallelism from node automation api operations evanboyle 2020-10-02 18:16:22 -0700
  • 848086fa26 remove stack property getters evanboyle 2020-10-02 16:59:32 -0700
  • e77fc0a961 only expose static create methods (and overloads) for Stack and LocalWorkspace evanboyle 2020-10-02 14:29:47 -0700
  • 6f622bc9e1 fix test mode, test mode tests evanboyle 2020-10-01 12:31:52 -0700
  • 66a71f2bab cleanup automation api host runtime settings post-run, fix tests evanboyle 2020-10-01 11:04:06 -0700
  • 7d171917ea support inline programs for nodejs automation api evanboyle 2020-09-23 19:06:26 -0700
  • b902472a03 add static LocalWorkspace methods for New/Select/Upsert Stack w/ local and inline programs evanboyle 2020-09-21 23:10:43 -0700
  • 5380223c28 bump test timeout evanboyle 2020-09-20 08:10:26 -0700
  • 234f6a1707 up/preview/refresh/destroy evanboyle 2020-09-19 20:44:56 -0700
  • 435018676e Stack status methods evanboyle 2020-09-19 17:41:50 -0700
  • 87e5b6f5eb Stack.runPulumiCmd evanboyle 2020-09-19 14:40:23 -0700
  • 6a29404db2 LocalWorkspace list stacks and current stack evanboyle 2020-09-19 14:07:02 -0700
  • 0420d38354 LocalWorkspace and Stack config evanboyle 2020-09-18 08:07:49 -0700