Commit Graph

  • 83947dda72 Fix codegen for funcs with Dict params Anton Tayanovskyy 2021-05-26 17:35:20 -0400
  • bf23c10e98 Fix C# codegen issue with List parameters Anton Tayanovskyy 2021-05-26 16:59:09 -0400
  • c34f6c8713 Test func with all optional inputs Anton Tayanovskyy 2021-05-26 16:19:32 -0400
  • 2041f0c096 Add func with default value test for C# Anton Tayanovskyy 2021-05-26 16:07:36 -0400
  • c3da7652c6 Towards executable C# codegen tests Anton Tayanovskyy 2021-05-26 15:57:30 -0400
  • f203fd9c60 First semi-working C# version Anton Tayanovskyy 2021-05-26 13:30:48 -0400
  • 5aec0f210a Add a CHANGELOG entry Anton Tayanovskyy 2021-08-31 11:56:53 -0400
  • 27fc39c00a Fix spelling of environment Ian Wahbe 2021-08-31 00:54:07 -0700
  • 59f88030b7 Allow failure to cleanup Ian Wahbe 2021-08-31 00:25:50 -0700
  • d088d7c964
    Update changelog Jonas Sticha 2021-08-31 08:36:23 +0200
  • 390d0209b9
    [sdk/python] Stack preview: enable json output Jonas Sticha 2021-08-30 10:21:02 +0200
  • 703104e412 Skip failing test on windows Ian Wahbe 2021-08-30 22:53:16 -0700
  • 70833d3a3c Allow windows to find commands without .exe Ian Wahbe 2021-08-30 21:36:03 -0700
  • 59b24bd449 Add changelog Vivek Lakshmanan 2021-08-30 21:28:57 -0700
  • 9435d9ae9a Update test Vivek Lakshmanan 2021-08-30 21:26:09 -0700
  • 6162004df2 Fix stack config loading Vivek Lakshmanan 2021-08-30 20:56:08 -0700
  • 66791b0a47 [schema] Support target-specific schema validation pgavlin/schemaLangDiags Pat Gavlin 2021-08-30 15:04:35 -0700
  • a2250cc9ef
    Merge branch 'master' into iwahbe/2715/add-pulumi-about-command Ian Wahbe 2021-08-30 22:50:51 -0400
  • 30a042a9a1 Call os.Remove correctly Ian Wahbe 2021-08-30 19:48:50 -0700
  • 76ee1b8ccf
    [codegen/schema] Add a schema checker (#7865) Pat Gavlin 2021-08-30 19:29:24 -0700
  • aa1eedf5a7 Allow windows to use NPM Ian Wahbe 2021-08-30 19:16:19 -0700
  • 09c6a71b56 Fix typo Ian Wahbe 2021-08-30 19:02:07 -0700
  • ea43fa2437
    Merge branch 'master' into iwahbe/2715/add-pulumi-about-command Ian Wahbe 2021-08-30 21:57:20 -0400
  • 43114007eb Whitespace and grammer Ian Wahbe 2021-08-30 18:56:02 -0700
  • 273aa98132 ReplaceOnChanges sees through optional types Ian Wahbe 2021-08-30 18:35:43 -0700
  • bb1900056d Fix missing ' Ian Wahbe 2021-08-30 16:25:51 -0700
  • 29319f0cb5 Index into all Ian Wahbe 2021-08-30 16:24:32 -0700
  • e67a7c9cc0 Unquote argument names Ian Wahbe 2021-08-30 16:21:05 -0700
  • aa46628db6 Fix syntax for github workflow Ian Wahbe 2021-08-30 16:18:25 -0700
  • 1665f12935 Remove command-dispatch.yml changes Ian Wahbe 2021-08-30 16:11:59 -0700
  • b509fa823d Add workflow commands test on windows, unix, lint Ian Wahbe 2021-08-30 16:03:10 -0700
  • a1d9917cf5 fix up tests Pat Gavlin 2021-08-30 15:09:27 -0700
  • 9aaf84ac59 [codegen/schema] Add a schema checker Pat Gavlin 2021-08-28 13:27:33 -0700
  • 22c17c300a
    update changelog Garrett Hopper 2021-08-30 16:02:19 -0500
  • cf3eaa7e2e
    Fix rmdir DeprecationWarning Garrett Hopper 2021-08-30 16:00:18 -0500
  • 4380a63ad9
    Implement 5758 {fn}_output codgen for Python (#7825) Anton Tayanovskyy 2021-08-30 16:52:58 -0400
  • 53fbf548d2 Merged master Anton Tayanovskyy 2021-08-30 16:52:12 -0400
  • af5687c69f Normalize values for comparison Anton Tayanovskyy 2021-08-30 16:44:46 -0400
  • 8ad143f529 Property-check turnaround Anton Tayanovskyy 2021-08-30 16:24:52 -0400
  • 8150ef0880 Improve CI error messages Ian Wahbe 2021-08-30 12:55:30 -0700
  • 06b85acf9f Refine models of the dep graph, add property checks Anton Tayanovskyy 2021-08-30 14:41:04 -0400
  • f53e167535 replaceOnChange at generate time for resources Ian Wahbe 2021-08-30 11:32:05 -0700
  • d749ce5265
    Merge pull request #7844 from pulumi/iwahbe/make-lint-status-code Ian Wahbe 2021-08-30 13:34:06 -0400
  • d87c4dafad Merged updates Anton Tayanovskyy 2021-08-30 09:39:21 -0400
  • 72a5b0323b Initial support for (un)marshaling output values Justin Van Patten 2021-08-27 19:01:05 -0700
  • 1e0019340d Tolerate non semver version.Version Ian Wahbe 2021-08-28 16:01:19 -0400
  • b1271708ff Final version of the same typo Ian Wahbe 2021-08-28 11:53:17 -0400
  • 9ec92fe593 Fix same typo in other copy of test Ian Wahbe 2021-08-28 02:55:00 -0400
  • c40ec4a3cb Fix nodejs no snapshot failure Ian Wahbe 2021-08-28 02:06:41 -0400
  • 2c63e6fb77
    Merge pull request #7792 from pulumi/t-vova/invalid-go-source-fix T-Vova 2021-08-27 19:49:30 -1000
  • 95bbad6e3d Fix typo Ian Wahbe 2021-08-28 01:17:53 -0400
  • 4022108287
    Merge branch 'master' into iwahbe/make-lint-status-code Ian Wahbe 2021-08-28 00:39:50 -0400
  • 67f5b0a246 Update changelog Ian Wahbe 2021-08-28 00:38:35 -0400
  • 244b8d9ea5 Another attempt to make tests pass Ian Wahbe 2021-08-28 00:31:46 -0400
  • c7614f5066
    fix typos in dev docs (#7860) Emiliza Gutierrez 2021-08-27 21:18:39 -0700
  • 935f156604 fix typos Emiliza Gutierrez 2021-08-27 14:26:08 -0700
  • 4d93b70d79 Set stack for node and go integration tests Ian Wahbe 2021-08-27 19:04:42 -0400
  • 72a2ef207e Use platform-agnostic API to drive Python tests Anton Tayanovskyy 2021-08-27 18:35:01 -0400
  • 208a63f4a8 lint pgavlin/acyclicDeletes Pat Gavlin 2021-08-27 15:26:43 -0700
  • 39b6ca306e Accept doc changes in expected go codegen file Anton Tayanovskyy 2021-08-24 13:20:07 -0400
  • 89b7eb17b9 Generate docstrings Anton Tayanovskyy 2021-08-24 11:19:22 -0400
  • dbf419bb00 Add parameter descriptions to illustrate docstring codegen Anton Tayanovskyy 2021-08-24 11:12:08 -0400
  • 3133c95851 Test and fix positional arg handling Anton Tayanovskyy 2021-08-24 11:06:08 -0400
  • d2556714b8 Accept codegen changes in expected examples Anton Tayanovskyy 2021-08-24 10:18:34 -0400
  • acc537818a Fix lint issues Anton Tayanovskyy 2021-08-23 17:15:47 -0400
  • 3662c915a7 Implement 5758 {fn}_output codgen for Python Anton Tayanovskyy 2021-08-18 14:17:09 -0400
  • 7aeeb2a3c4 Handle declared dependencies on ancestors. Pat Gavlin 2021-08-27 14:30:23 -0700
  • 1bd412f045 typo fixes and styling Emiliza Gutierrez 2021-08-27 13:57:56 -0700
  • 978572855f Try an integration test with the same DAG Anton Tayanovskyy 2021-08-27 16:47:19 -0400
  • d82b560ae8 Fix nodejs direct dependencies Ian Wahbe 2021-08-27 15:42:05 -0400
  • 520c119ef2 PR feedback Pat Gavlin 2021-08-27 12:32:38 -0700
  • 3cf0d2ff68 WIP Anton Tayanovskyy 2021-08-27 15:11:57 -0400
  • cdcabc34f3 Fix integration tests && found bug in nodejs -t Ian Wahbe 2021-08-27 14:25:10 -0400
  • a5a818b802
    [developer-docs] Add links + a broad arch diagram (#7856) Pat Gavlin 2021-08-27 10:55:06 -0700
  • b5bcc655e7 Add integration tests in each language Ian Wahbe 2021-08-27 13:39:49 -0400
  • 0d919da26e Add more tests Anton Tayanovskyy 2021-08-27 13:17:55 -0400
  • b643c7490a Start model-checking dependencyGraph Anton Tayanovskyy 2021-08-27 12:26:08 -0400
  • 878ab50044 Merge branch 'master' into iwahbe/2715/add-pulumi-about-command Ian Wahbe 2021-08-27 04:50:50 -0400
  • 0d43d2c4a4 @jutinvp's improvements Ian Wahbe 2021-08-27 04:37:09 -0400
  • dd72eb4e1d disable go python-resource-args compilation due to incorrect spec (duplicate type tokens) evanboyle 2021-08-26 19:51:11 -0700
  • 11a94b4f9b add input collision resource and type tests evanboyle 2021-08-26 19:50:13 -0700
  • 63b2f2c4ef [codegen/go] avoid generating colliding declartions by pre-computing typesets evanboyle 2021-08-26 19:49:33 -0700
  • a12911ef7e [developer-docs] Add links + a broad arch diagram Pat Gavlin 2021-08-26 17:33:16 -0700
  • 52b1f92e9f [engine] Include acyclic children to delete deps. Pat Gavlin 2021-08-25 17:35:27 -0700
  • 96e6eb2592
    Fix typos (#7853) Levi Blackstone 2021-08-26 12:29:56 -0600
  • ce8d9ed478
    Fix typos Levi Blackstone 2021-08-26 11:39:26 -0600
  • ad18fe183e Bump the RTD Python version down to 3.6. Pat Gavlin 2021-08-25 15:23:46 -0700
  • f54e4a720f
    Cleanup after v3.11.0 release (#7843) Emiliza Gutierrez 2021-08-25 15:19:02 -0700
  • 98f73cf1ed
    Start in on developer documentation. (#7839) Pat Gavlin 2021-08-25 15:18:13 -0700
  • 311753baa1 Start in on developer documentation. Pat Gavlin 2021-08-25 12:57:42 -0700
  • 62e44f0147 Cleanup after v3.11.0 release Emiliza Gutierrez 2021-08-25 15:09:16 -0700
  • 0cec2a6268 "make lint" returns an accurate status code Ian Wahbe 2021-08-25 14:43:50 -0700
  • 0d3311a4b4 Remove unused dependencies Ian Wahbe 2021-08-25 13:33:12 -0700
  • cd2f126f5f Fix lint Ian Wahbe 2021-08-25 13:00:13 -0700
  • 15e14b4126 Give up on the language plugin Ian Wahbe 2021-08-25 12:47:14 -0700
  • a74aef0c0c Allow stderr to have content Ian Wahbe 2021-08-25 12:37:39 -0700
  • c744188ee2 Remove /opt/pulumi/nuget Ian Wahbe 2021-08-25 12:35:29 -0700
  • 6ac7798ea1 Check for no snapshot and no error Ian Wahbe 2021-08-25 11:55:28 -0700
  • 01f5289219
    Prepare for v3.11.0 release (#7837) v3.11.0 sdk/v3.11.0 pkg/v3.11.0 Justin Van Patten 2021-08-25 11:05:19 -0700
  • 9a5f26ffd3 Prepare for v3.11.0 release Justin Van Patten 2021-08-25 11:03:18 -0700