Commit Graph

  • 74ffbfd9ba
    Ensure new provider is registered when provider diff is unknown (#4051) Luke Hoban 2020-03-10 19:40:25 -0700
  • 9dc7ad90d8 Fixed bug in nested type generation for Functions. Fixed bug in generating input and output doc links for nested types. Praneet Loke 2020-03-10 18:49:05 -0700
  • 76526e726b Add CHANGELOG Luke Hoban 2020-03-10 18:12:13 -0700
  • fb4f4cd64f Unexport types that don't need to be exported. Create the doc language helper objects in an init function and reuse them rather than recreating them every time. Update genNestedTypes to work with schema functions or resources. Praneet Loke 2020-03-10 17:44:31 -0700
  • 40de0c85d0 Ensure new provider is registered when provider diff is unknown Luke Hoban 2020-03-10 17:40:03 -0700
  • 44425295fa Generate nested types for Functions. Praneet Loke 2020-03-10 13:51:06 -0700
  • ef62b6e230
    Merge branch 'master' into mikhailshilkov/tputrmkx Paul Stack 2020-03-10 19:51:16 +0200
  • a1ccbb17ea WIP: Move all the cheese James 2020-03-09 11:04:08 +0000
  • b69df835af Mock-based testing in .NET Mikhail Shilkov 2019-12-23 15:11:03 +0100
  • e229492d8f
    Merge pull request #4005 from pulumi/dep-ensure-go-project Paul Stack 2020-03-10 10:52:58 +0200
  • 8d82b0df14 Rename type resourceArgs to resourceDocArgs. Minor updates the resource template. Praneet Loke 2020-03-09 20:23:26 -0700
  • 3fe4ba8812 Added a new template for Functions. Implement the genFunction method for generating the docs for Functions. Praneet Loke 2020-03-09 20:22:00 -0700
  • f11b7129a0 Run Dep Ensure when testing Go integration projects stack72 2020-02-28 16:14:46 +0200
  • 4ec9667a9f
    Merge pull request #4043 from pulumi/fix-pygen-overlays Paul Stack 2020-03-10 00:44:11 +0200
  • 4903fef1f9 Ensure Windows builds use locally built SDK stack72 2020-03-10 00:07:14 +0200
  • b100f8494e Ensure python overlays work as expected stack72 2020-03-09 18:55:26 +0200
  • 41b4f64998 Changelog Mikhail Shilkov 2020-03-09 21:01:57 +0100
  • 8cab50776c Finish type tests; fix comments test. pgavlin/hcl2 Pat Gavlin 2020-03-09 11:29:49 -0700
  • edbb05dddd
    Update schema-based docs generator (#4035) Praneet Loke 2020-03-09 10:35:20 -0700
  • 368dcee9ba Address PR feedback Praneet Loke 2020-03-09 09:46:00 -0700
  • 39fdf7439a Fix terminal keypad mode Mikhail Shilkov 2020-03-09 17:21:57 +0100
  • d5e596633f
    Update README Praneet Loke 2020-03-09 09:14:47 -0700
  • 249030770a
    Use relative URLs for doc links within the main site Praneet Loke 2020-03-09 09:03:56 -0700
  • 2a24470135
    Merge pull request #4030 from pulumi/stack72/allow-go-run-windows Paul Stack 2020-03-09 17:36:10 +0200
  • 8f1534c895
    Mention mocks in the missing project error (#4041) Mikhail Shilkov 2020-03-09 16:23:49 +0100
  • 5c6c48db0c Mention mocks in the missing project error Mikhail Shilkov 2020-03-09 14:21:35 +0100
  • fc621a4660 WIP: type tests Pat Gavlin 2020-03-09 00:35:19 -0700
  • 86989fa45e Refactor Pulumi HCL2 out of generic HCL2 Pat Gavlin 2020-03-08 16:29:51 -0700
  • 80f6c61310
    Initial support for configuring policies (#4015) Justin Van Patten 2020-03-08 14:11:55 -0700
  • c5b0ad34c1 Add comments. Update README. Praneet Loke 2020-03-07 08:40:11 -0800
  • 98afe8000a Formatting. Rename function for readability. Praneet Loke 2020-03-07 07:49:42 -0800
  • 75a5ed6f9a Fix bug with C# property type html encoding. Praneet Loke 2020-03-06 20:34:44 -0800
  • 999aab3c2f Add a function to explicitly generate links for input types of nested types. Fix the resource doc link generator for Go. Don't replace the module name from the nodejs language type. Praneet Loke 2020-03-06 19:49:28 -0800
  • d96e21c509 Various changes including the introduction of an interface type under the codegen package to help with generating some language-specific information for the resource docs generator. Praneet Loke 2020-03-06 18:01:49 -0800
  • eabae597e1 Generate type links for all languages based on their schema type. Render the property type with a link if the underlying elements have a supporting type. Fix word-breaks for Python type names. Praneet Loke 2020-03-06 14:05:04 -0800
  • cd152433ee Add a templates bundler. Added a new Make target for autogenerating a static bundle for the resource docs generator. Praneet Loke 2020-03-05 11:31:25 -0800
  • a7d340b68c Generating the property types per language! Woohoo! Praneet Loke 2020-03-04 18:40:47 -0800
  • e974c091f9 Generate nodejs types using the nodejs lang generator. Praneet Loke 2020-03-04 18:09:05 -0800
  • 8651add21c Render the constructor params in the Go code and inject into the template. Praneet Loke 2020-03-04 17:25:31 -0800
  • 19bf763686 Add doc functions in each language generator package for getting doc links for types..and later other functions too. Praneet Loke 2020-03-04 15:52:08 -0800
  • 4c77e74c4e Generate the constructor dynamically from the resource per language. Praneet Loke 2020-03-03 18:52:22 -0800
  • 3512d86061 * Fix some template formatting. Pass the state inputs for Python to generate the lookup function for it. * Do not generate the examples section if there are none. Praneet Loke 2020-03-02 16:55:04 -0800
  • f9c51e177e Update properties.tmpl to render property comment as-is. WIP. WIP. Splitting out properties to lang-specific tables. Praneet Loke 2020-02-29 07:30:11 -0800
  • 81b6afa3c7
    Revert "GetRequiredPlugins for Go (#3830)" (#4034) Evan Boyle 2020-03-06 17:50:18 -0800
  • 0b35faec75 Revert "GetRequiredPlugins for Go (#3830)" Evan Boyle 2020-03-06 17:50:03 -0800
  • 78a5039681 Linter Pat Gavlin 2020-03-06 17:28:49 -0800
  • 18a1fa6823 Even more WIP Pat Gavlin 2020-03-06 16:35:59 -0800
  • f1ff27b327 WIP Pat Gavlin 2020-03-06 10:42:10 -0800
  • 8c1cb7aac5 WIP Pat Gavlin 2020-03-04 21:49:47 -0800
  • 0329f31241 linter Pat Gavlin 2020-02-28 10:48:23 -0800
  • db615dc580 Python fixes Pat Gavlin 2020-02-28 09:10:58 -0800
  • 569fbbf18a Fixes Pat Gavlin 2020-02-28 07:21:57 -0800
  • 17d2fb8dd6 WIP: HCL2 binder + code generators Pat Gavlin 2020-02-10 05:16:47 -0800
  • 3a2890c0cd
    GetRequiredPlugins for Go (#3830) Pat Gavlin 2020-03-06 14:30:43 -0800
  • 3eb0f2ab69 update changelog evanboyle 2020-03-06 13:29:55 -0800
  • 652e11c3e8 Merge branch 'master' of https://github.com/pulumi/pulumi into pgavlin/goPlugins evanboyle 2020-03-06 11:47:54 -0800
  • e75dca1207
    fix reflect panic (#4027) Evan Boyle 2020-03-06 11:01:21 -0800
  • c24e6bcd6a Return schema and use config only if the policy pack supports it Justin Van Patten 2020-03-06 10:53:04 -0800
  • 7f86842c68 Windows requires applications to have exe extension stack72 2020-03-06 19:54:59 +0200
  • 56e9e573b8 Move analyzer config-related code out of the plugin package Justin Van Patten 2020-03-06 08:32:05 -0800
  • 1af9606ba8 Error if the enforcementLevel isn't valid Justin Van Patten 2020-03-06 08:31:00 -0800
  • ef3e9eb2ac Address feedback Justin Van Patten 2020-03-06 07:56:32 -0800
  • dae400cc11 Emit policy config validation errors as diagnostic messages Justin Van Patten 2020-03-06 07:42:10 -0800
  • d8978491d7 fix reflect panic evanboyle 2020-03-05 15:31:57 -0800
  • d9acfc3190
    Merge pull request #4022 from pulumi/stack72/gh-4013 Paul Stack 2020-03-05 18:22:17 +0200
  • 3863c6de1a Stop new projects starting with the word Pulumi stack72 2020-03-05 15:56:01 +0200
  • 8e87b2b893
    Relax the type check to accomodate what YAML parser returns (#4023) Mikhail Shilkov 2020-03-05 16:41:31 +0100
  • c5b32cffee Changelog Mikhail Shilkov 2020-03-05 16:03:26 +0100
  • 06274638fd Relax the type check to accomodate what YAML parser returns Mikhail Shilkov 2020-03-05 15:47:51 +0100
  • 948aa47a91 set default archive format to ZIP, set appropriate executable permissions evanboyle 2020-03-04 16:07:50 -0800
  • dbb5b04d2f Update the CHANGELOG for v1.12.0 v1.12.0 Pat Gavlin 2020-03-04 13:35:45 -0800
  • 7498136d1d Update CHANGELOG.md Justin Van Patten 2020-03-04 07:58:33 -0800
  • 671ba90f41 Use config from the service Justin Van Patten 2020-03-04 07:25:51 -0800
  • a91048697b Send config schema to the service Justin Van Patten 2020-03-03 15:22:38 -0800
  • f6aa1e1b9c Receive disabled policies from analyzer metadata Justin Van Patten 2020-03-03 12:39:22 -0800
  • cef0f722eb Add config implementation Justin Van Patten 2020-02-13 14:19:46 -0800
  • 6853fbf1cb Add rpc method to pass config to policy pack Justin Van Patten 2020-02-13 04:39:20 -0800
  • 2b962b2698 Retrieve config schema with policy metadata Justin Van Patten 2020-02-10 04:50:36 -0800
  • a2cdaeccb8 Add --policy-pack-config flag Justin Van Patten 2020-02-10 01:34:04 -0800
  • 094df2b794
    Merge pull request #4016 from Carlangueitor/fix-typehint-output Luke Hoban 2020-03-03 20:32:55 -0800
  • 560f1f130e Python SDK fix type annotations for `Output.all` and `Output.concat` Charly Román 2020-03-03 21:47:09 -0600
  • 3b8ffd5731
    Go SDK fix panic when dest is struct and input is ptr (#3986) Evan Boyle 2020-03-03 09:07:06 -0800
  • e9ea78cabb
    remove UpdatePolicyPackConfig from UpdatePolicyGroupRequest (#4011) Erin Krengel 2020-03-02 15:40:54 -0800
  • acd6a5e753
    Don't mark policy and watch commands as experimental (#4001) Justin Van Patten 2020-03-02 14:23:40 -0800
  • c96271b7a3
    Support transformations in Go (#3978) Tasia Halim 2020-03-02 13:59:11 -0800
  • 4945c683ae remove UpdatePolicyPackConfig from UpdatePolicyGroupRequest Erin Krengel 2020-03-02 13:56:05 -0800
  • 191076007d Update CHANGELOG.md Justin Van Patten 2020-02-28 09:38:58 -0800
  • b6ddd554c7 Don't mark policy and watch commands as experimental Justin Van Patten 2020-02-27 15:49:27 -0800
  • 0924ec2b37 respond to PR feedback Tasia Halim 2020-03-02 13:11:38 -0800
  • dbb800834d
    Merge pull request #3898 from pulumi/windows-builds-on-gha Paul Stack 2020-03-02 23:04:23 +0200
  • cd0025edb5
    properly check for nil input or nil input pointer (#4010) Evan Boyle 2020-03-02 12:48:30 -0800
  • a9c19b2a20 pr update evanboyle 2020-03-02 11:54:19 -0800
  • 1daaf16ca3 pr update evanboyle 2020-03-02 11:31:56 -0800
  • 4ecfd15c41 properly check for nil input or nil input pointer evanboyle 2020-03-02 11:18:36 -0800
  • d203fa9533 log types before panic evan/StructPtrPanicLogs evanboyle 2020-03-02 09:44:58 -0800
  • d9a18f0aa8
    Revert back to ts-node ^7.0.0 (#4007) Luke Hoban 2020-03-02 08:33:01 -0800
  • 2067e27ee6
    Avoid configuring providers twice during preview (#4004) Luke Hoban 2020-03-01 14:41:46 -0800
  • 74f1064563
    Merge branch 'master' into lukehoban/dont_confgure_twice_in_preview Luke Hoban 2020-03-01 13:57:07 -0800
  • b2c5c4ded0 Add CHANGELOG Luke Hoban 2020-03-01 13:54:53 -0800
  • cf89a02630 Revert back to ts-node ^7.0.0 Luke Hoban 2020-03-01 13:52:53 -0800