Commit Graph

  • bc04f8f6f1 Move code more locally Fraser Waters 2021-12-07 10:59:40 +0000
  • 0a32a7c3eb Remove unused function Fraser Waters 2021-12-07 10:27:37 +0000
  • 67eb5756f0 Make plans for imports Fraser Waters 2021-12-07 09:21:35 +0000
  • 0bf9c39711 Set less agressive timeouts for HTTP retries Chris Smith 2021-12-06 21:08:22 -0800
  • 279f921a97 Add heuristic solution for pulumi enums iwahbe/schema-examine Ian Wahbe 2021-12-06 18:15:10 -0800
  • 918c0aff47 Break displayed strings at word boundaries Ian Wahbe 2021-12-06 17:58:34 -0800
  • 0716de4e0f Drill into long strings Ian Wahbe 2021-12-06 17:45:35 -0800
  • 8f65a3c767 Fix parseProviderRequest Ian Wahbe 2021-12-06 17:15:51 -0800
  • 8e53597ec6 Avoid using Python dynamic provider inside MLC Justin Van Patten 2021-12-06 17:12:25 -0800
  • 5a393ebe26 Include server url passthrough in test Ian Wahbe 2021-12-06 17:03:46 -0800
  • 8c19288dfc Fix typo Justin Van Patten 2021-12-06 17:02:32 -0800
  • f154ca1772 Fix tests Ian Wahbe 2021-12-06 16:52:38 -0800
  • c1332f4bc7 Allow provider to be null Ian Wahbe 2021-12-06 15:51:49 -0800
  • 5bb59c8821 Update CHANGELOG_PENDING.md Ian Wahbe 2021-12-06 15:20:12 -0800
  • fc61e1cdf8 Change tag from "serverURL" to "pluginDownloadURL" Ian Wahbe 2021-12-06 15:12:02 -0800
  • caece52eab go mod tidy Fraser Waters 2021-12-06 22:24:39 +0000
  • 5cfb36a254
    Delegate to AddRange Sean Fausett 2021-12-07 11:20:54 +1300
  • 6c2988ca3b Merge remote-tracking branch 'origin/master' into ctpp Fraser Waters 2021-12-06 21:57:53 +0000
  • 4081e321f6 includeUnknowns Fraser Waters 2021-12-06 21:49:57 +0000
  • 95e127aa91
    Remove redundant helpers given params qualifier Sean Fausett 2021-12-07 10:41:34 +1300
  • b8d69e9ebf
    Apply code review changes Sean Fausett 2021-11-30 06:52:00 +1300
  • dde51bfd51
    Update changelog Sean Fausett 2021-11-26 15:55:01 +1300
  • 929d0013df
    Improve collection initializers Sean Fausett 2021-11-26 13:00:02 +1300
  • 38733edfb3 Thread serverURL through default provider calls Ian Wahbe 2021-12-06 13:26:24 -0800
  • c02bff9acf
    [codegen/go] Emit `pulumiplugin.json` as part of codegen (#8530) Ian Wahbe 2021-12-06 13:10:30 -0800
  • c1713c7375 Add copystructure to tests/go.sum Fraser Waters 2021-12-06 20:38:33 +0000
  • 4bf4098737 Revert mod changes Fraser Waters 2021-12-06 20:35:32 +0000
  • 22d7116c69 tests/go.sum Fraser Waters 2021-12-06 20:30:22 +0000
  • d04b1fd752 Update copystructure Fraser Waters 2021-12-06 20:20:42 +0000
  • 3bee4804d7
    [codegen/schema] forbid bad schema prefix (#8538) Ian Wahbe 2021-12-06 11:35:27 -0800
  • 5220092d1a Fix lint Ian Wahbe 2021-12-06 11:35:00 -0800
  • b995346dbc Fix lint Ian Wahbe 2021-12-06 11:30:49 -0800
  • a8ea40e4ed Handle diffs and goals Fraser Waters 2021-12-06 19:04:03 +0000
  • baa9f6293f fixing tests Fraser Waters 2021-12-06 18:54:32 +0000
  • 52a8f194e0 Don't run previews with plans now Fraser Waters 2021-12-06 18:27:09 +0000
  • 4d981f6d54 Don't preview if we have plan Fraser Waters 2021-12-06 18:21:29 +0000
  • 055c87f958 Auto use plans from up previews in experimental mode Fraser Waters 2021-12-06 18:18:05 +0000
  • 6da73eeb8d typo Fraser Waters 2021-12-06 18:04:39 +0000
  • f7b4bef203 go mod tidy Fraser Waters 2021-12-06 17:58:44 +0000
  • 0d8add961c Handle resource plans with nil goal Fraser Waters 2021-12-06 17:57:01 +0000
  • f49284547d Merge branch 'master' into iwahbe/8534/forbid-bad-schema-prefix Ian Wahbe 2021-12-06 09:39:03 -0800
  • e710105d3c fix typo in for loop Fraser Waters 2021-12-06 17:35:12 +0000
  • b2bdd54330 test alias Fraser Waters 2021-12-06 17:10:37 +0000
  • 9373177e41 input output difference test Fraser Waters 2021-12-06 16:56:03 +0000
  • f39cb566f6 Replace the use of pipenv with Python's venv Justin Van Patten 2021-11-07 14:22:21 -0800
  • 2376a6bc06 pretty print json Fraser Waters 2021-12-06 15:49:53 +0000
  • 722d0bfb49 Merge remote-tracking branch 'origin/master' into ctpp Fraser Waters 2021-12-06 13:10:02 +0000
  • 61565e7b4f lint Fraser Waters 2021-12-06 13:09:47 +0000
  • 69f05304f7 Save and serialise env vars in plans Fraser Waters 2021-12-06 12:10:10 +0000
  • 5cf81db1ea Clone plan for update preview Fraser Waters 2021-12-06 11:43:12 +0000
  • 9a92f34de4 Add plan message Fraser Waters 2021-12-06 11:11:30 +0000
  • fe6636cb95 Display single struct fields with their parent Ian Wahbe 2021-12-03 16:10:23 -0800
  • fd0869f2db [engine] Pipe serverURL through register resource Ian Wahbe 2021-12-03 15:33:09 -0800
  • e824ba439c
    [codegen/go] Fix ElementType for nested collection types. (#8535) Pat Gavlin 2021-12-03 14:10:29 -0800
  • aba00f3443 Update tests Ian Wahbe 2021-12-03 13:52:59 -0800
  • 90ab892967 Display single value Ian Wahbe 2021-12-03 13:08:44 -0800
  • 1b82b333f8 Handle the "langauge" section Ian Wahbe 2021-12-03 12:49:18 -0800
  • 96ca85c544 [codegen/go] Fix ElementType for nested collection types. Pat Gavlin 2021-12-02 14:28:24 -0800
  • abfae57df9
    [codegen/go] Simplify object default applies. (#8539) Pat Gavlin 2021-12-03 12:28:43 -0800
  • f4e94845db Add optionality to disable meta-schema validation vl/OptDisableSchemaValidation Vivek Lakshmanan 2021-12-03 11:43:56 -0800
  • 457dc13e5e comments Pat Gavlin 2021-12-03 10:58:21 -0800
  • f1887f2967 lint Fraser Waters 2021-12-03 17:01:36 +0000
  • 0bbb067eb8 Handle creates Fraser Waters 2021-12-03 16:31:47 +0000
  • ec08826cda Fix input diffs Fraser Waters 2021-12-03 16:07:01 +0000
  • 138d530ca9 Add properties Fraser Waters 2021-12-03 15:37:45 +0000
  • d28d1646f9 Seperate PlanDiff type Fraser Waters 2021-12-03 15:16:44 +0000
  • e0feab4d38 Partial implementation: structs and maps Ian Wahbe 2021-12-02 22:10:43 -0800
  • 228e4788ea CL Pat Gavlin 2021-12-02 16:30:50 -0800
  • 74a02bbc12 [codegen/go] Simplify object default applies. Pat Gavlin 2021-12-02 16:25:38 -0800
  • 6aa9890899 Update CHANGELOG_PENDING.md Ian Wahbe 2021-12-02 15:20:28 -0800
  • ee18313fa8 Fix integration tests Ian Wahbe 2021-12-02 15:13:53 -0800
  • 6c3820be0b Add unit tests Ian Wahbe 2021-12-02 15:12:45 -0800
  • 2014751fce Forbid type tokens with an invalid prefix Ian Wahbe 2021-12-02 14:57:33 -0800
  • 05e26e384a
    [codegen/dotnet] Emit `pulumiplugin json` during codegen (#8532) Ian Wahbe 2021-12-02 12:47:33 -0800
  • 4d16c6bf97 Expand lookup scope Ian Wahbe 2021-12-02 12:43:53 -0800
  • ee71acfac0 Update CHANGELOG_PENDING.md Ian Wahbe 2021-12-02 10:22:10 -0800
  • 750671d683 Merge branch 'master' into iwahbe/8531/dotnet-emit-pulumiplugin-json Ian Wahbe 2021-12-02 10:19:35 -0800
  • 78845d63de inputs not outputs Fraser Waters 2021-12-02 11:41:31 +0000
  • 923ce1e0a9 Update codgen tests Ian Wahbe 2021-12-01 18:12:48 -0800
  • 856163bbc0 Emit `pulumiplugin.json` during codegen Ian Wahbe 2021-12-01 18:11:54 -0800
  • eb735c7106
    [codegen/python] emit `pulumiplugin.json` by default (#8527) Ian Wahbe 2021-12-01 18:07:23 -0800
  • af2a4ed278
    [codegen/dotnet] Qualify function input type paths (#8511) Ian Wahbe 2021-12-01 17:53:18 -0800
  • fdd634deb5 Update changelog Ian Wahbe 2021-12-01 17:43:11 -0800
  • 89956a9399 Test changes Ian Wahbe 2021-12-01 17:36:34 -0800
  • c5af0ded5b Emit `pulumiplugin.json`. Ian Wahbe 2021-12-01 17:35:43 -0800
  • 0e083785f2 Merge branch 'master' into iwahbe/8526/python-emit-pulumiplugin-by-default Ian Wahbe 2021-12-01 17:05:39 -0800
  • f01698cda2 Add newline to end of pulumiplugin.json Ian Wahbe 2021-12-01 17:04:18 -0800
  • a79a759f1d
    [sdk/dotnet] Check for `pulumiplugin.json` in package lookup (#8517) Ian Wahbe 2021-12-01 16:34:03 -0800
  • 8b1cfd6ebb Fix nits Ian Wahbe 2021-12-01 16:32:42 -0800
  • 2fca899899 Merge branch 'master' into iwahbe/7244/dotnet-check-for-pulumiplugin-json Ian Wahbe 2021-12-01 16:28:17 -0800
  • feef62e108
    [sdk/go] Check for pulumiplugin.json in `GetRequiredPlugins` (#8516) Ian Wahbe 2021-12-01 16:12:28 -0800
  • 0e4c18a2ad Merge branch 'master' into iwahbe/7245/go-check-for-pulumiplugin-json Ian Wahbe 2021-12-01 16:11:53 -0800
  • a68502696b
    [sdk/python] Check for `pulumiplugin.json` on package lookup (#8515) Ian Wahbe 2021-12-01 16:07:49 -0800
  • 323ad9b38d Merge branch 'master' into iwahbe/7243/python-check-for-pulumiplugin-json Ian Wahbe 2021-12-01 16:07:03 -0800
  • a4e5d38b1a Update CHANGELOG_PENDING.md Ian Wahbe 2021-12-01 16:03:34 -0800
  • 876af14b92 Update tests Ian Wahbe 2021-12-01 16:00:32 -0800
  • c9f59fa265 Emit pulumiplugin.json unconditionally Ian Wahbe 2021-12-01 15:53:05 -0800
  • 0f19a8b132
    Cleanup after v3.19.0 (#8525) Pat Gavlin 2021-12-01 14:32:48 -0800
  • bd7fd716e8 Cleanup after v3.19.0 Pat Gavlin 2021-12-01 13:58:47 -0800
  • 8ea38f633d
    Update {pkg,tests} -> sdk dependency (#8524) v3.19.0 pkg/v3.19.0 Pat Gavlin 2021-12-01 13:57:51 -0800