Commit Graph

  • f5f08ef403 PR comments vl/GoCodegenExtRef Vivek Lakshmanan 2021-01-19 09:55:40 -0800
  • c51cee7fcd Fix up tests Vivek Lakshmanan 2021-01-15 09:59:18 -0800
  • e393d5c4f4 Split out container handling in gen.go Vivek Lakshmanan 2021-01-15 09:58:46 -0800
  • cc7352e26a Fix rebase Vivek Lakshmanan 2021-01-15 09:33:40 -0800
  • 3f22490d3b Reduce risk of regression with output type conversions Vivek Lakshmanan 2021-01-14 13:25:36 -0800
  • 619da15621 Fix tests Vivek Lakshmanan 2021-01-12 10:16:43 -0800
  • 513e524bcf Toggle support for external references to on. Vivek Lakshmanan 2021-01-05 17:00:03 -0800
  • 4a16764389 Update tests to include all generated files Vivek Lakshmanan 2021-01-04 13:30:52 -0800
  • 07d0a944b9 Add support for external references Vivek Lakshmanan 2021-01-04 13:30:06 -0800
  • 6cf5eee3c3 Track imports and aliases to match external references Vivek Lakshmanan 2021-01-04 13:22:56 -0800
  • e26c30f673 strip out concurrency changes since they are now in #6139, split automation into separate assembly, split automation tests into separate assembly Joshua Studt 2021-01-19 11:28:10 -0500
  • 379cc8fd9d update changelog Joshua Studt 2021-01-19 10:11:06 -0500
  • 88b4342a08 changes necessary for concurrent thread safe global deployment state Joshua Studt 2021-01-19 09:56:04 -0500
  • d84f7fc791
    Revert "Add resource ref unit tests for the Go SDK." (#6136) Paul Stack 2021-01-19 12:01:34 +0000
  • 02eb5085c1 Revert "Add resource ref unit tests for the Go SDK. (#6116)" Paul Stack 2021-01-19 11:01:01 +0000
  • 31e82fcee0 minor inline project name arg change, and re-add xunit json to build output (whoops) Joshua Studt 2021-01-16 11:47:20 -0500
  • 940c0eaf62
    Add resource ref unit tests for the Go SDK. (#6116) Pat Gavlin 2021-01-15 16:33:43 -0800
  • 986ff7e811
    Fix PkgVersion Levi Blackstone 2021-01-15 17:13:47 -0700
  • 2f0dba23ab
    Fix resource-ref-as-ID marshaling. (#6125) Pat Gavlin 2021-01-15 16:06:57 -0800
  • f21c3b2e25
    Update tests Levi Blackstone 2021-01-15 16:41:12 -0700
  • 9277613d31
    [codegen/go] Register resource modules/packages Levi Blackstone 2021-01-14 17:24:56 -0700
  • 3457ec8aae PR feedback Pat Gavlin 2021-01-15 15:21:12 -0800
  • 5fa35b7d16 Fixup some MakeResourceReference calls. Pat Gavlin 2021-01-15 15:04:45 -0800
  • 96ea152d78 Improve clarity in resource ref APIs. Pat Gavlin 2021-01-15 14:45:15 -0800
  • 49291210f9 merge for resource package changes, re-disable test collection parallelization because of intermittent pulumi CLI file lock errors on local credentials.json Joshua Studt 2021-01-15 17:26:36 -0500
  • 02f1a778d8 [chore] cleanup go formatting of pulumi.Unsecret stack72 2021-01-15 22:00:09 +0000
  • c6d4b8e253 enable parallel test collection execution in test suite, add some additional tests for deployment instance protection and ensuring that our first class stack exceptions are thrown when expected Joshua Studt 2021-01-15 16:28:16 -0500
  • 2acbf52019
    Merge 543f1f47b5 into 475250f82f Paul Stack 2021-01-15 20:49:49 +0000
  • 475250f82f
    Adding `pulumi.IsSecret` and `pulumi.Unsecret` to the Go SDK (#6085) Paul Stack 2021-01-15 20:49:48 +0000
  • 4903532c23 Fix resource-ref-as-ID marshaling. Pat Gavlin 2021-01-15 12:03:46 -0800
  • 655418bbbf
    Updating the description for the pulumi logs cli command (#6122) Paul Stack 2021-01-15 18:23:52 +0000
  • 6ee2695cb7 Add the ability to pass a a pkg/testing option to decrypt secrets in Validation stack72 2021-01-12 19:58:04 +0000
  • 1709cb6fbf Updating the description for the pulumi logs cli command stack72 2021-01-15 17:19:28 +0000
  • aec642e8c9
    [codegen/go] Add utility function to get current package version (#6117) Levi Blackstone 2021-01-15 10:03:57 -0700
  • 543f1f47b5 Adding `pulumi.IsSecret` and `pulumi.Unsecret` to the Go SDK stack72 2021-01-11 16:38:34 +0000
  • 61ae57da0c
    Add support for pulumi logout --all (#6101) Paul Stack 2021-01-15 13:38:58 +0000
  • a622f62255 Add support for pulumi logout --all stack72 2021-01-13 18:39:10 +0000
  • f7d384a481
    [codegen/go] Add utility function to get current package version Levi Blackstone 2021-01-14 17:23:23 -0700
  • 1dfe0c42a9 Add resource ref unit tests for the Go SDK. Pat Gavlin 2021-01-14 16:09:47 -0800
  • 3853f530d2 Prepare for v2.17.2 release v2.17.2 sdk/v2.17.2 pkg/v2.17.2 stack72 2021-01-14 22:39:33 +0000
  • 1cff1a4bcf
    [sdk/python] Adding pulumi.unsecret and pulumi.is_secret (#6111) Paul Stack 2021-01-14 20:37:05 +0000
  • ae9a6db36e
    Add the ability to pulumi.unsecret an existing output (#6086) Paul Stack 2021-01-14 20:36:52 +0000
  • dd66d8d2ab
    Remove annotations import (#6109) Komal 2021-01-14 12:36:11 -0800
  • 683b4de2f0
    Add .NET resource ref unit tests. (#6104) Pat Gavlin 2021-01-14 12:24:41 -0800
  • 2eeb2705c9 CHANGELOG Pat Gavlin 2021-01-14 11:39:11 -0800
  • c19c6b7902 Apply suggestions from code review Pat Gavlin 2021-01-14 09:59:30 -0800
  • a308a48ed1 Add .NET resource ref unit tests. Pat Gavlin 2021-01-13 15:45:49 -0800
  • 5eb2797e0d Revert "Build with python 3.6" Komal Ali 2021-01-14 11:38:55 -0800
  • c5b65ef126 [sdk/python] Adding pulumi.unsecret and pulumi.is_secret stack72 2021-01-14 19:28:37 +0000
  • ae3ecded6e Add the ability to pulumi.Unsecret an existing output stack72 2021-01-11 19:14:51 +0000
  • c6b2f63fb4 Build with python 3.6 Komal Ali 2021-01-14 11:07:04 -0800
  • 49d21eb6cb Remove annotations import Komal Ali 2021-01-14 08:57:42 -0800
  • 70f0afcd12 make resource package state share the lifetime of the deployment so that their isn't cross deployment issues with resource packages, add support and tests for external resource packages (resource packages that aren't referenced by the executing assembly) Joshua Studt 2021-01-13 18:10:09 -0500
  • 832e2bb962 write a test that fails if the CreateRunnerAndRunAsync method on Deployment is not marked async and fix test project data file ref Joshua Studt 2021-01-13 16:25:18 -0500
  • a35b61e0b5
    [auto/go] - Set DryRun on RunInfo (#6099) Komal 2021-01-13 13:05:36 -0800
  • 8db5cf9939 Set DryRun on RunInfo in auto-api Komal Ali 2021-01-12 16:23:57 -0800
  • 12ccaabd57
    Merge pull request #6097 from pulumi/vl/CodegenCleanup Vivek Lakshmanan 2021-01-13 11:51:11 -0800
  • 54e4c83b22
    Merge pull request #6095 from pulumi/vl/AutomationLogging Vivek Lakshmanan 2021-01-13 10:24:26 -0800
  • 37487d3e61
    Merge branch 'master' into vl/AutomationLogging Vivek Lakshmanan 2021-01-13 10:24:12 -0800
  • 03943bd045 update changelog Joshua Studt 2021-01-13 12:15:32 -0500
  • 9773edfe5c resolve conflicts with changes made to Deployment.TestAsync entrypoints Joshua Studt 2021-01-13 11:54:50 -0500
  • 67a83b7ec1 merge with updated master Joshua Studt 2021-01-13 10:56:14 -0500
  • 1a80e27fb0 merge with master Joshua Studt 2021-01-13 10:45:42 -0500
  • 55da3e89a7 Strip out instance locking since it is no longer necessary with AsyncLocal wrapping the Deployment.Instance. Modify CreateRunner method such that we are ensuring there isn't a chance of delayed synchronous execution polluting the value of Deployment.Instance across calls to Deployment.RunAsync Joshua Studt 2021-01-13 10:09:03 -0500
  • d25b74014e Prepare for v2.17.1 release v2.17.1 sdk/v2.17.1 pkg/v2.17.1 stack72 2021-01-13 14:48:16 +0000
  • 89b1d0d2c7
    [automation-api/python] - Support recovery workflow (#6037) Komal 2021-01-12 19:27:21 -0800
  • 6468687dbb Add params to docstrings Komal Ali 2021-01-12 17:50:03 -0800
  • 78ee655ef6 Fix changelog Komal Ali 2021-01-12 17:31:23 -0800
  • 1f120108e0 Merge master into branch Komal Ali 2021-01-12 17:25:35 -0800
  • 059402483b
    [Automation API] Python Implementation (#5979) Komal 2021-01-12 16:55:59 -0800
  • 62b206f598 Use the correct asyncio method based on which version of python we are running. Komal Ali 2021-01-12 15:44:28 -0800
  • 6259bc0e8d Remove unnecessary local copy of stringSet Vivek Lakshmanan 2021-01-04 13:22:56 -0800
  • 78bfd62762 Fix repr functions and add str functions where useful. Komal Ali 2021-01-12 14:26:47 -0800
  • 1abe97f970 flesh out some comments and make asynclocal instance readonly Joshua Studt 2021-01-12 17:22:25 -0500
  • f68aa2396d Add changelog Vivek Lakshmanan 2021-01-12 13:50:09 -0800
  • 9616bde745 Add debug logging settings for common automation API operations Vivek Lakshmanan 2020-12-22 15:45:37 -0800
  • 6a9d5c9822
    Merge pull request #6070 from pulumi/vl/FixesForKubeOp Vivek Lakshmanan 2021-01-12 13:28:13 -0800
  • f5c65c18e8
    fix: typo to get the outputs while registering them in a mock (#6040) Roderik van der Veer 2021-01-12 19:49:39 +0100
  • 8efd7789bb
    Plumb context through RPC interface to support resource construction (#6089) Levi Blackstone 2021-01-12 11:40:53 -0700
  • bd1554d33e
    Adding the pulumi.ecr.aws images as part of the docker images release (#6072) Paul Stack 2021-01-12 16:59:16 +0000
  • 74580168c2
    Fix looking up empty version in ResourcePackages.TryGetResourceType (#6084) Justin Van Patten 2021-01-12 08:53:52 -0800
  • 7f477c3ff1 Update CHANGELOG.md Justin Van Patten 2021-01-11 08:38:18 -0800
  • 0d67fd6400 Fix looking up empty version in ResourcePackages.TryGetResourceType Justin Van Patten 2021-01-11 08:35:35 -0800
  • 710f385447
    [dotnet] Unsecret and IsSecret implementation for .NET (#6092) Mikhail Shilkov 2021-01-12 15:54:08 +0100
  • ab5efc94ae Unsecret and IsSecret implementation for .NET Mikhail Shilkov 2021-01-12 14:45:12 +0100
  • 9a890c22ee
    Update LocalWorkspaceTests.cs Josh Studt 2021-01-12 00:01:18 -0500
  • 207a0ff281 Actually solve the pending asyncio tasks issue. Komal Ali 2021-01-11 19:34:17 -0800
  • fffecfd6dc support for parallel execution of inline program, test included Joshua Studt 2021-01-11 20:01:56 -0500
  • 7980f047fb Add test to validate impact of setting PULUMI_BACKEND_URL Vivek Lakshmanan 2021-01-11 16:26:05 -0800
  • 1295b34f63
    Plumb context through RPC interface to support resource construction Levi Blackstone 2021-01-11 17:08:49 -0700
  • c4f7a502bf minor cleanup / changes after a quick review. Make sure ConfigureAwait is used where needed. Remove newtonsoft dependency from testing. Update workspace API to use existing PluginKind enum. Modify LanguageRuntimeService so that its semaphore operates process-wide. Joshua Studt 2021-01-11 17:26:58 -0500
  • c61b2fd0a9 cleanup unnecessary usings Joshua Studt 2021-01-11 16:06:44 -0500
  • 47fc0f236a Fixes to support non-pulumi backends in kubernetes operator Vivek Lakshmanan 2021-01-08 01:11:32 -0800
  • 0d4f886525
    Merge pull request #6069 from pulumi/vl/OptionalStrictEnum Vivek Lakshmanan 2021-01-11 11:35:26 -0800
  • 709fcbad51
    Document Go packages (#6009) Levi Blackstone 2021-01-11 11:07:59 -0700
  • 15f9fb395f Address review comments Vivek Lakshmanan 2021-01-11 10:00:13 -0800
  • 81b6a1b83d Linting Vivek Lakshmanan 2021-01-07 17:09:55 -0800
  • 4dec79b67d Update changelog Vivek Lakshmanan 2021-01-07 16:47:42 -0800
  • b70c89eeec Allow optional strict enum types to be omitted Vivek Lakshmanan 2021-01-07 16:28:19 -0800
  • f2a5c9c04f
    Merge branch 'master' into joeduffy/5577_assets_missing joeduffy/5577_assets_missing Paul Stack 2021-01-11 17:52:07 +0000