Commit Graph

  • 40b29b7b11 Ensure Project Stack is not loaded and saved unnecessariliy for default secrets manager stack72 2020-08-07 13:34:16 +0100
  • de23611e50 Make the linter happy Mikhail Shilkov 2020-08-07 09:41:49 +0200
  • 60136fe066 Fix C# program gen for Kubernetes examples Mikhail Shilkov 2020-08-07 09:24:08 +0200
  • 346903fe43 Normalize module names komal 2020-08-06 22:16:05 -0700
  • e5f44a7b0c
    Use a package map where appropriate (#5127) Pat Gavlin 2020-08-06 19:09:18 -0700
  • 78b48fad44 add operator tests for c#, python, and node evanboyle 2020-08-06 17:21:54 -0700
  • d1c05dfc51 handle NoneType for literal value expressions in go program gen evanboyle 2020-08-06 17:05:22 -0700
  • 4e0b5df981
    Support publishing and consuming policy packs using any runtime (#5102) Luke Hoban 2020-08-06 16:33:59 -0700
  • a87e536980
    Merge branch 'master' into lukehoban/5089 Luke Hoban 2020-08-06 16:31:49 -0700
  • 828629161b Fix imports Pat Gavlin 2020-08-06 15:32:46 -0700
  • cdffc565b0 setup tests evan/fixModToPackageMapping evanboyle 2020-08-06 15:22:37 -0700
  • a178a758ca Use a package map where appropriate Pat Gavlin 2020-08-06 15:22:02 -0700
  • ff219a2381
    Use input/output classes in program gen (#5086) Komal 2020-08-06 15:09:23 -0700
  • 1c31433427 Adding a Repository Dispatch event for homebrew bump script stack72 2020-08-06 21:15:26 +0100
  • ba18683d9a
    [codegen] Generate null values for model.NoneType (#5122) Levi Blackstone 2020-08-06 14:12:27 -0600
  • d9534ea9a3
    Update pkg/codegen/python/importer.go Komal 2020-08-06 11:55:32 -0700
  • a73a2e2571
    [codegen] Generate null values for model.NoneType Levi Blackstone 2020-08-06 12:19:46 -0600
  • 46c3c27232
    Merge branch 'master' into jaxxstorm/goreleaser jaxxstorm/goreleaser Lee Briggs 2020-08-06 09:36:29 -0700
  • f39df9f030
    Add nuget badge to README (#5117) Marcus Turewicz 2020-08-06 13:31:33 +1000
  • 3cb4960254
    Update CHANGELOG.md Marcus Turewicz 2020-08-06 12:07:19 +1000
  • 32c9896c38
    Add nuget badge to README Marcus Turewicz 2020-08-06 12:04:30 +1000
  • fbf391fd4b
    Merge pull request #5115 from pulumi/evan/fixKubeProgramGen Evan Boyle 2020-08-05 17:30:23 -0700
  • 464e7b3f88 Fix comment komal 2020-08-05 16:31:19 -0700
  • bf97305c35 Use TokenToModule to get module name. komal 2020-08-05 16:10:13 -0700
  • cefc3d545e Fix k8s test komal 2020-08-05 14:51:39 -0700
  • 87a552eccc Allow program-gen for older SDKS without Input/Output classes. komal 2020-08-05 14:33:12 -0700
  • af4202b003 Add issue for ObjectType komal 2020-08-05 12:58:42 -0700
  • 2ade5c7d0e Fix comments komal 2020-08-04 13:19:09 -0700
  • e70ef6dc8f Add comments komal 2020-08-04 10:16:08 -0700
  • 40003afe0b Code clean-up komal 2020-08-03 23:37:12 -0700
  • 65fcd6b39a Fix invoke function calls komal 2020-08-03 17:19:05 -0700
  • 15d167472d use input classes komal 2020-07-30 16:11:27 -0700
  • 61e5ed38ed fix tests komal 2020-07-30 16:11:03 -0700
  • ceb3cf6b46 fix typos komal 2020-07-30 12:28:23 -0700
  • 6afa41cfca update tests komal 2020-07-30 12:28:01 -0700
  • cc9624ff41 Address feedback Levi Blackstone 2020-08-05 15:57:04 -0600
  • 047302ce5b [codegen] Make schema and package available to HCL2 codegen Levi Blackstone 2020-08-05 15:47:43 -0600
  • 3286aae20d
    [codegen] Make schema and package available to HCL2 codegen (#5114) Levi Blackstone 2020-08-05 17:27:17 -0600
  • 63db7e0d46 Use the existing contexts map. Pat Gavlin 2020-08-05 16:11:12 -0700
  • 9425016521 add todos evanboyle 2020-08-05 15:50:07 -0700
  • fd395bf316
    Add a test Levi Blackstone 2020-08-05 16:40:29 -0600
  • 2c350b08d8 lint evanboyle 2020-08-05 15:31:12 -0700
  • 2f71fbbf2d traverse object and tuple cons expressions for imports evanboyle 2020-08-05 15:23:36 -0700
  • 866c3654b3
    Address feedback Levi Blackstone 2020-08-05 15:57:04 -0600
  • f2086a7b48
    [codegen] Make schema and package available to HCL2 codegen Levi Blackstone 2020-08-05 15:47:43 -0600
  • d4f18fdd65 Prepare for v2.8.1 release v2.8.1 sdk/v2.8.1 pkg/v2.8.1 stack72 2020-08-05 22:33:55 +0100
  • 0525ff5a32
    Merge pull request #5110 from pulumi/fixup-passphrase-secrets-provider Paul Stack 2020-08-05 21:49:35 +0100
  • ca18028bd7 Ensure Passphrase Secret Manager is available to use with new config stack72 2020-08-05 20:45:32 +0100
  • 269b537e57
    [codegen/python] - Fix python resource tokens (#5107) Komal 2020-08-05 12:50:54 -0700
  • 8af3be1e3f account for import aliases in program expressions evanboyle 2020-08-05 12:44:46 -0700
  • 14e7e18bf8 Fix python resource tokens komal 2020-08-05 11:48:26 -0700
  • e2e6db47f7 use import aliases in Go program gen evanboyle 2020-08-05 11:42:38 -0700
  • d2dd990866
    [codegen/python] Fix pyname bug (#4918) Komal 2020-08-05 10:08:52 -0700
  • 13ee9fd4c8
    tests for kubernetes program generation (#5105) Evan Boyle 2020-08-05 09:15:36 -0700
  • 827454769b moar tests komal 2020-08-04 15:58:01 -0700
  • 25d7f4de4c Fix comment komal 2020-08-04 15:45:50 -0700
  • a5aef96e87 Reuse shared code komal 2020-08-04 15:44:16 -0700
  • 7ca04ad355 Add more tests komal 2020-08-04 15:39:42 -0700
  • 45a84f086a Add tests for PyName komal 2020-08-04 15:20:49 -0700
  • 2b970209bc Retain the existing PyName function as PyNameLegacy komal 2020-08-04 14:36:33 -0700
  • 9b98b650e7 Fix pyname bug komal 2020-06-26 21:57:46 -0700
  • 2890d1d63f tests for kubernetes program generation evanboyle 2020-08-05 07:34:35 -0700
  • 823cfdd369 Add CHANGELOG Luke Hoban 2020-08-04 18:01:42 -0700
  • 2a6692cc75 Support publishing and consuming policy packs using any runtime Luke Hoban 2020-08-04 17:59:56 -0700
  • 5b09c430ff
    Merge pull request #5100 from pulumi/fix-downstream-tests Lee Briggs 2020-08-04 17:19:43 -0700
  • 14bc0c9c15 Prepare for v2.8.0 release v2.8.0 sdk/v2.8.0 pkg/v2.8.0 stack72 2020-08-04 19:13:33 +0100
  • 0a61cc4d5b
    add a github token to downstream tests Lee Briggs 2020-08-04 09:22:38 -0700
  • dca9b1a194
    Install pulumictl for downstream tests Lee Briggs 2020-08-04 09:15:01 -0700
  • 4817735b59
    add goreleaser config Lee Briggs 2020-08-04 09:13:57 -0700
  • 45e057ee74 Rename Rodrigo Villablanca 2020-08-04 00:34:21 -0400
  • 3800a686b9 Just a try Rodrigo Villablanca 2020-08-04 00:33:38 -0400
  • 996fd85e00
    Add missing MapMap and ArrayArray types to Go SDK (#5092) Evan Boyle 2020-08-03 11:37:28 -0700
  • 78a8c90824 changelog evanboyle 2020-08-01 12:11:25 -0700
  • ad207dacaf Add missing MapMap and ArrayArray types to Go SDK evanboyle 2020-08-01 12:07:29 -0700
  • 06fa515bf7
    [codegen/nodejs] Refactor genNamespace, add crd2pulumi (#5084) Albert Zhong 2020-07-31 18:29:00 -0700
  • c338556f14 Rename crd2pulumi genCRDNamespaces function Albert Zhong 2020-07-31 18:28:30 -0700
  • 5c42ee2985 Rename to genCRDNamespaces() Albert Zhong 2020-07-31 18:27:15 -0700
  • 044bb6bb61
    Match module versions also outside the kubernetes compat flag (#5088) Mikhail Shilkov 2020-07-31 21:50:34 +0200
  • e6b30e746a Match submodules also outside the kubernetes compat flag Mikhail Shilkov 2020-07-31 17:52:58 +0200
  • 12d7216769 serve engine address via `pulumi host` command evanboyle 2020-07-30 15:20:57 -0700
  • 47b00d504a Refractor genNamespace, add crd2pulumi Albert Zhong 2020-07-30 12:55:28 -0700
  • 526e5264b8
    Handle resource_name properties to avoid conflicts in Python codegen (#5052) Mikhail Shilkov 2020-07-30 16:29:36 +0200
  • 9281e55e00 detect and throw errors for nested stacks evanboyle 2020-07-29 19:01:51 -0700
  • 5d8aa34d09 run all commands in non-interactive mode evanboyle 2020-07-29 11:22:46 -0700
  • ce2523097b
    Update CHANGELOG.md Ollie Gray 2020-07-29 07:39:12 +0100
  • db3da74677
    Enable pushing to Artifact Registry in actions Ollie Gray 2020-07-29 07:35:59 +0100
  • 7e6a08dbe1 example update evanboyle 2020-07-28 17:40:25 -0700
  • 34a86f54be godoc improvements evanboyle 2020-07-28 17:32:38 -0700
  • b364296521
    Python: Improved error message when `virtualenv` doesn't exist (#5069) Justin Van Patten 2020-07-28 20:28:14 +0000
  • b1ee3a3da6
    Merge pull request #5065 from pulumi/jaxxstorm/luser Lee Briggs 2020-07-28 11:05:25 -0700
  • 6e0ef3e9c5
    [codegen/schema] Add a Resource primitive type Levi Blackstone 2020-07-28 11:14:42 -0600
  • 8a707e27e3 godoc pt. 1 evanboyle 2020-07-27 22:26:39 -0700
  • 4f653683ce validate project name evanboyle 2020-07-27 18:51:29 -0700
  • 114e3c2aff provide defaults for pului.yaml for inline source evanboyle 2020-07-27 18:22:01 -0700
  • 84620bba32 Update CHANGELOG.md Justin Van Patten 2020-07-27 14:49:46 -0700
  • e8a2cf3da5
    Trigger deployment for chocolatey package (#5068) Paul Stack 2020-07-27 22:48:24 +0100
  • 51bf17c907 Python: Improved error message when `virtualenv` doesn't exist Justin Van Patten 2020-07-27 12:16:08 -0700
  • bad67d3242
    switch os/user with luser Lee Briggs 2020-07-27 12:57:51 -0700
  • 853640921b Trigger deployment for chocolatey package stack72 2020-07-27 22:01:26 +0100
  • 6ff94a18cf
    Add ability to create a stack based on an existing stack (#5062) Paul Stack 2020-07-27 19:50:33 +0100