Commit Graph

  • ae0d4ab50d
    Temporarily disable resource ref support Levi Blackstone 2020-12-11 20:49:44 -0700
  • 7d037ae04d Add deployment from language server Dan Friedman 2020-12-11 20:52:48 -0600
  • 069f9f28cf
    Fix bug that could cause Go SDK to drop dependencies (#5930) Evan Boyle 2020-12-11 16:27:11 -0800
  • 5ea14f2442 Fix tests vl/GenResOutputs Vivek Lakshmanan 2020-12-10 23:40:30 -0800
  • 3448ec1b1a Add pointer output types for resources Vivek Lakshmanan 2020-12-10 15:10:45 -0800
  • e055ab75df changelog evanboyle 2020-12-11 14:59:56 -0800
  • 07aeeae9f0 fix bug that could cause Go SDK to drop dependencies evanboyle 2020-12-11 14:45:24 -0800
  • ef4af9b9e0 Fix go enum docs komal 2020-12-11 14:09:45 -0800
  • dcb697bc4d Remove "enums." qualifier for TS. komal 2020-12-11 13:53:31 -0800
  • 68c648b707 Update HTML for enums output. komal 2020-12-11 12:27:14 -0800
  • 49ca0e724e Fix spacing in templates. komal 2020-12-09 22:57:27 -0800
  • 89cbe36044 Add enums template. komal 2020-12-09 22:56:24 -0800
  • 4ab9c06079 Add enum function to doc lang helper komal 2020-12-09 11:02:12 -0800
  • b3a0b21638 Remove repeated code komal 2020-11-18 16:16:54 -0600
  • e7b398b403 Update TS generated code komal 2020-10-27 16:11:58 -0700
  • fed47e7334
    [codegen/docs] - Fix html for property types (#5929) Komal 2020-12-11 12:01:50 -0800
  • 514e8ad602 Fix html for property types. komal 2020-12-11 11:29:28 -0800
  • d3c75afce1
    [codegen/go] Fix Input/Output methods for Go resources (#5916) Levi Blackstone 2020-12-11 11:49:08 -0700
  • 0b4f93b0d8
    Update tests Levi Blackstone 2020-12-11 10:56:28 -0700
  • cedf69e21a
    [codegen/go] Fix Input/Output methods for Go resources Levi Blackstone 2020-12-10 12:45:28 -0700
  • 93e621aef6 Prepare for v2.15.5 release v2.15.5 sdk/v2.15.5 pkg/v2.15.5 stack72 2020-12-11 11:49:50 +0000
  • 160220bc4a
    [sdk/dotnet] Fix deserializing resources (#5921) Justin Van Patten 2020-12-10 22:58:08 -0800
  • d926fe6c13 Update CHANGELOG.md Justin Van Patten 2020-12-10 16:52:42 -0800
  • d9a0b610e1 [sdk/dotnet] Fix deserializing resources Justin Van Patten 2020-12-10 16:50:40 -0800
  • afd5ad6a97
    [sdk/python] Implement getResource in the mock monitor (#5919) Justin Van Patten 2020-12-10 15:23:00 -0800
  • 07fd5da1e1 Update CHANGELOG.md Justin Van Patten 2020-12-10 14:21:18 -0800
  • 12517ea683 [sdk/python] Implement getResource in the mock monitor Justin Van Patten 2020-12-10 14:19:05 -0800
  • 32a13a027e Initial commit of language server Dan Friedman 2020-12-10 16:14:22 -0600
  • 1674e0c0e4
    Fix lint issue Levi Blackstone 2020-12-10 13:18:27 -0700
  • 43c2507058
    Allow display output to be explicitly redirected. (#5887) Pat Gavlin 2020-12-10 11:39:01 -0800
  • f8382a57f4
    Improve marshaling error message (#5915) Levi Blackstone 2020-12-10 12:11:54 -0700
  • 4d48ee0517
    Enable resource reference feature by default (#5905) Levi Blackstone 2020-12-10 11:21:05 -0700
  • 06b096c476
    Improve marshaling error message Levi Blackstone 2020-12-10 11:15:36 -0700
  • 918615f072
    [sdk/nodejs] Implement getResource in the mock monitor (#5914) Justin Van Patten 2020-12-10 09:30:34 -0800
  • 4747be7b9f
    [sdk/nodejs] Use `log.error` to log uncaught errors (#5910) Justin Van Patten 2020-12-10 08:53:25 -0800
  • db2d253a5e Update CHANGELOG.md Justin Van Patten 2020-12-10 07:46:51 -0800
  • 649bcc48ef [sdk/nodejs] Implement getResource in the mock monitor Justin Van Patten 2020-12-10 07:41:48 -0800
  • 3994fa8c22
    Prevent panic when using `pulumi import` with local backend (#5906) Paul Stack 2020-12-10 13:31:45 +0000
  • cba68b0874
    Fix union types in resource docs (#5909) Komal 2020-12-09 18:18:34 -0800
  • 2a67fe068b Set AcceptResources in the language SDKs Justin Van Patten 2020-12-09 13:39:31 -0800
  • 309e290511 Set AcceptResources in the language SDKs justin/acceptresources Justin Van Patten 2020-12-09 13:39:31 -0800
  • 9da9e9cd69 [sdk/nodejs] Use `log.error` to log uncaught errors Justin Van Patten 2020-12-09 16:19:02 -0800
  • ffe847a29f Update how union types are displayed. komal 2020-12-09 15:54:44 -0800
  • 6be6038a3c Only run docs tests when edits are made to docs files. komal 2020-12-09 12:08:14 -0800
  • cab39dcfa0
    [dotnet] Resource package registration in .NET (attributes) (#5875) Mikhail Shilkov 2020-12-09 23:28:58 +0100
  • 193b1f7d3b
    Remove optional identifier before splitting type string. (#5907) Komal 2020-12-09 12:20:11 -0800
  • e1b78303bf Add enum function to doc lang helper komal 2020-12-09 11:05:03 -0800
  • c50e58f3e1 Avoid accidental mutation of transform arguments lukehoaban/5318 Luke Hoban 2020-12-09 09:58:50 -0800
  • b4cc6c3ae8 Prevent panic when using `pulumi import` with local backend stack72 2020-12-09 17:00:20 +0000
  • e77d44ad5c
    Enable resource reference feature by default Levi Blackstone 2020-12-09 09:55:31 -0700
  • bf4a1f73d9 project settings json serialization implemented Joshua Studt 2020-12-09 09:43:49 -0500
  • a193836682
    Fix new resource recording. (#5897) Pat Gavlin 2020-12-08 19:21:58 -0800
  • b45b3ed543
    Re-apply #5857 (#5893) Luke Hoban 2020-12-08 17:38:59 -0800
  • 73ea2f896f Only record states for Pulumi-manages resources. Pat Gavlin 2020-12-08 16:25:22 -0800
  • 62abd821e9
    Update run-docs-gen to use v3 of create-pull-request (#5899) Komal 2020-12-08 15:30:05 -0800
  • 550ca43b5c Update run-docs-gen action komal 2020-12-08 15:16:11 -0800
  • 583e815880 Update run-docs-gen action komal 2020-12-08 15:14:20 -0800
  • 999c6fbd33
    [codegen/docs] - Improve resource doc titles (#5894) Komal 2020-12-08 15:04:36 -0800
  • d3ca7a908b expose Go SDK resourceState to enable dynamic resource creation (ie from JSON payloads) evan/GoSDKJSONComponent evanboyle 2020-12-08 14:24:56 -0800
  • 29640bc390 Fix go mod komal 2020-12-08 13:36:01 -0800
  • 55b7504cba Fix new resource recording. Pat Gavlin 2020-12-08 12:16:47 -0800
  • a0f04b7069 Refactor the backend package. pgavlin/backendRefactor Pat Gavlin 2020-07-01 13:45:44 -0700
  • 7d26f93feb Allow display output to be explicitly redirected. Pat Gavlin 2020-12-07 16:16:23 -0800
  • 56efc20f72 Improve resource title. komal 2020-12-08 11:25:38 -0800
  • faebaa0dc5
    [ciutil] Correct system name of Jenkins CI (#5891) Aylei 2020-12-09 02:36:31 +0800
  • 42b6c1b865 Add CHANGELOG Luke Hoban 2020-12-08 10:02:00 -0800
  • 7bb33e4416 Re-apply 5857 Luke Hoban 2020-12-08 09:59:41 -0800
  • d804b7d99c Prepare for v2.15.4 release v2.15.4 sdk/v2.15.4 pkg/v2.15.4 stack72 2020-12-08 14:32:15 +0000
  • 4c4a4733e8 Fixing up the go deps as this was breaking the publish step stack72 2020-12-08 14:30:21 +0000
  • 7393f80b43 DEBUG when trying to understand why master sdks are classed as dirty for dev builds stack72 2020-12-08 13:20:46 +0000
  • 1ad67ea0a9 Format Mikhail Shilkov 2020-12-08 10:14:58 +0100
  • 129e988b3d Refactor to derived attributes Mikhail Shilkov 2020-12-08 10:11:09 +0100
  • a0df6c978e Correct system name of Jenkins CI Aylei 2020-12-08 12:27:26 +0800
  • 4f5b3c8522
    Ensure we have an import error before using in import path (#5884) Paul Stack 2020-12-08 00:43:35 +0000
  • ce3d1b4c04 Allow display output to be explicitly redirected. Pat Gavlin 2020-12-07 16:16:23 -0800
  • f81a4d28a5
    Merge pull request #5886 from pulumi/vl/WindowsBuild Vivek Lakshmanan 2020-12-07 16:05:45 -0800
  • 3ec7dbeded Fix windows build Vivek Lakshmanan 2020-12-07 15:58:30 -0800
  • aba03b8594
    Merge pull request #5874 from pulumi/vl/Windows Vivek Lakshmanan 2020-12-07 15:13:21 -0800
  • 4e144e666c Add changelog entry Vivek Lakshmanan 2020-12-07 13:31:36 -0800
  • 3ea87776a0 Add copyright notice Vivek Lakshmanan 2020-12-07 13:28:14 -0800
  • 77f2e0fa3f go mod Vivek Lakshmanan 2020-12-07 13:12:12 -0800
  • ed0d427958 Add a python shim script to work around https://github.com/golang/go/issues/42919 Vivek Lakshmanan 2020-12-06 23:32:24 -0800
  • 0aa4ba4d44 Check for python among execution aliases on Windows Vivek Lakshmanan 2020-11-17 21:21:51 -0800
  • a2eadc0ad3 Ensure we have an import error before using in import path stack72 2020-12-07 19:50:42 +0000
  • b25dcbd321 Test PR only for codegen on the new workflow from a Fork stack72 2020-12-07 19:32:37 +0000
  • 3ec5a89a8e Test PR only for codegen on the new workflow stack72 2020-12-07 19:30:39 +0000
  • 8396030578
    Enable command dispatch workflow for dealing with PRs (#5851) Paul Stack 2020-12-07 19:29:04 +0000
  • 890a81ac4f Prepare for v2.15.3 release v2.15.3 sdk/v2.15.3 pkg/v2.15.3 stack72 2020-12-07 18:34:46 +0000
  • df8f01dba7
    Revert #5857 (#5880) Luke Hoban 2020-12-07 10:06:41 -0800
  • 863b0b8960 Revert #5857 Luke Hoban 2020-12-07 09:11:07 -0800
  • 30c39a24f1 Review comments Mikhail Shilkov 2020-12-07 17:58:34 +0100
  • 223f6501eb Prepare for v2.15.2 release v2.15.2 stack72 2020-12-07 12:48:25 +0000
  • 29f4de9e4e Add attribute to test cases Mikhail Shilkov 2020-12-07 13:48:06 +0100
  • 4d852577ae Refactor to attribute-based discovery Mikhail Shilkov 2020-12-07 11:53:49 +0100
  • 3377978a1d Use os.Lstat instead of os.Stat Vivek Lakshmanan 2020-11-18 17:14:15 -0800
  • a5c30f1547
    Properly resize arrays when adding (#5872) Joe Duffy 2020-12-06 13:23:50 -0800
  • 33d0b10aba Add CHANGELOG entry Joe Duffy 2020-12-06 09:49:15 -0800
  • abb47d7450 Properly resize arrays when adding Joe Duffy 2020-12-06 09:19:02 -0800
  • a70cb41731 Prepare for v2.15.1 release v2.15.1 sdk/v2.15.1 pkg/v2.15.1 stack72 2020-12-04 20:06:10 +0000
  • 15941d58d9
    Bump Grpc NuGet packages to 2.34.0 (#5862) Sean Fausett 2020-12-05 04:58:18 +1300