Commit Graph

  • 738af2b90f Remove AWS dependency for test Ian Wahbe 2021-08-25 10:50:45 -0700
  • 5a560506c6 Remove /opt/pulumi/node_modules Ian Wahbe 2021-08-25 10:48:32 -0700
  • 6703075ae0 Make tests work Ian Wahbe 2021-08-25 09:31:24 -0700
  • d6db21dd55
    Avoid repeatedly invoking `pip show` in Python lang host (#7831) Anton Tayanovskyy 2021-08-25 11:40:58 -0400
  • 86376f501c
    Merge branch 'master' into t0yv0/no-pip-show Anton Tayanovskyy 2021-08-25 11:40:32 -0400
  • 5d466b67b3 Remove inconsistent assertion Ian Wahbe 2021-08-25 01:07:15 -0700
  • 6b1eedff2b Ensure that "pulumi about" fails correctly Ian Wahbe 2021-08-25 00:34:14 -0700
  • eaef5dfb29 Correctly handle empty stack in tests Ian Wahbe 2021-08-24 23:59:51 -0700
  • 8112872b61
    [sdk/dotnet] Support for calling methods (#7582) Justin Van Patten 2021-08-24 20:17:05 -0700
  • 53830bcbda Add replaceOnChange to schema Ian Wahbe 2021-08-24 18:23:39 -0700
  • aece703e94 Respect linter and run yarn install for tests Ian Wahbe 2021-08-24 18:15:38 -0700
  • bfb4b03b9e Remove PULUMI_BIN Ian Wahbe 2021-08-24 18:04:49 -0700
  • 92a932b90d Document Call's asynchronous behavior Justin Van Patten 2021-08-24 17:27:57 -0700
  • 11b169fc77 Use Output<T> ctor rather than OutputCompletionSource Justin Van Patten 2021-08-24 16:24:58 -0700
  • a406d6f30c fix test Ian Wahbe 2021-08-24 15:59:06 -0700
  • 66aa9984a0 Ensure unknowns are bubbled up Justin Van Patten 2021-07-30 06:05:41 -0700
  • fd3c61e86e Invert condition Justin Van Patten 2021-07-30 06:05:04 -0700
  • 13e81dc1e9 Unknown tests Justin Van Patten 2021-07-29 16:28:11 -0700
  • 3676d5635a Copyright Justin Van Patten 2021-07-29 16:28:01 -0700
  • de3336696a Clarify doc comments: invoke => call Justin Van Patten 2021-07-29 15:12:20 -0700
  • b7bea13a37 Update CHANGELOG_PENDING.md Justin Van Patten 2021-07-20 11:32:31 -0700
  • 27b8b02e58 [sdk/dotnet] Support for calling methods Justin Van Patten 2021-07-12 09:00:18 -0700
  • bee803a970
    Merge pull request #7824 from pulumi/iwahbe/7775/allow-hyphen-in-schema-path Ian Wahbe 2021-08-24 14:48:32 -0700
  • 98d88f0899
    Update CHANGELOG_PENDING.md Ian Wahbe 2021-08-24 14:48:04 -0700
  • d49a594093 Update tests and add integration test Ian Wahbe 2021-08-24 14:29:27 -0700
  • 51b4f3d9bd
    [auto/dotnet] - plugin installation options: exact version, server (#7796) Josh Studt 2021-08-24 16:04:33 -0400
  • 30d260b55d CHANGELOG entry Anton Tayanovskyy 2021-08-24 15:57:06 -0400
  • 75a769985c Fix issues found by Go lint Anton Tayanovskyy 2021-08-24 15:53:46 -0400
  • 64a3d48df6 Merged master Anton Tayanovskyy 2021-08-24 15:46:50 -0400
  • b82c6f4998 Test and fix issue with parsing non-JSON trailer returned by pip Anton Tayanovskyy 2021-08-24 15:42:58 -0400
  • 567ded6894 Directly compute dependencies Ian Wahbe 2021-08-24 12:37:35 -0700
  • b667ce5d4f
    Tighten up auto test (#7830) Anton Tayanovskyy 2021-08-24 14:48:09 -0400
  • dd6c6f07fe Use local in-source Python SDK for the test Anton Tayanovskyy 2021-08-24 13:01:44 -0400
  • 25518e146f Tighten up a test to not fail for wrong reasons, use python helpers Anton Tayanovskyy 2021-08-24 12:46:55 -0400
  • 38d87e00d2 Merged master Anton Tayanovskyy 2021-08-24 11:50:38 -0400
  • 1b67c9ee52
    Satisfy Python lint: factor out URN parsing in Python and other fixes (#7821) Anton Tayanovskyy 2021-08-24 09:57:51 -0400
  • 12e0e4890a Bump typescript version to prevent breakage Ian Wahbe 2021-08-23 17:04:48 -0700
  • 48b76ab915 update CHANGELOG_PENDING.md Ian Wahbe 2021-08-23 16:11:23 -0700
  • cbd5116307 Bump ts-node version 7.0.1=>10.2.0 Ian Wahbe 2021-08-23 16:06:58 -0700
  • 61ef30cf82 Add tests for about Ian Wahbe 2021-08-23 15:24:33 -0700
  • b30c57924a Move tests to correct location Ian Wahbe 2021-08-23 14:23:01 -0700
  • cb5824593e Update changelog Ian Wahbe 2021-08-23 13:54:44 -0700
  • eef208633c
    5758 for Go (#7784) Anton Tayanovskyy 2021-08-23 16:46:09 -0400
  • 9f4f3f710e Use the suggested format for linking an issue Anton Tayanovskyy 2021-08-23 16:43:23 -0400
  • 5e32c4548a Fix parsing URNs without urn_name; test; exception wrapper Anton Tayanovskyy 2021-08-23 16:36:57 -0400
  • 9c02fe610f Allow hyphen in schema path Ian Wahbe 2021-08-23 13:29:25 -0700
  • 784c661c0c Make linter happy Ian Wahbe 2021-08-23 12:04:52 -0700
  • b2090f636a Update go.sum and go.mod with go mod tidy Ian Wahbe 2021-08-23 10:59:40 -0700
  • 2ccc8e2539 Merge branch 'master' of https://github.com/pulumi/pulumi into iwahbe/2715/add-pulumi-about-command Ian Wahbe 2021-08-23 10:36:58 -0700
  • 5d069cd943 add breaking note to changelog Joshua Studt 2021-08-23 13:12:25 -0400
  • a00150900a Directly access the default logging dir Ian Wahbe 2021-08-23 10:05:00 -0700
  • b0315d85df Add support for old install plugin overload, and move unshipped api changes to shipped Joshua Studt 2021-08-23 12:25:17 -0400
  • 993e30aab9 Fix lint issue insisting on known encoding during open() Anton Tayanovskyy 2021-08-23 11:56:01 -0400
  • e636021546 Fix lint R1735 recommendation of empty dict literal Anton Tayanovskyy 2021-08-23 11:52:37 -0400
  • 3785505322 More code sharing to satisfy lint dup code detector Anton Tayanovskyy 2021-08-23 11:50:32 -0400
  • 4201cf3517 Factor out URN parsing in Python Anton Tayanovskyy 2021-08-23 11:21:59 -0400
  • ac2ba6aadd
    Avoid `missing go.sum entry for module` for new Go projects (#7808) Justin Van Patten 2021-08-23 07:54:56 -0700
  • cb3a267fd9 Cleanup error messages Ian Wahbe 2021-08-23 01:22:26 -0700
  • 6c4f1814c7 Improve error messages Ian Wahbe 2021-08-23 01:09:50 -0700
  • f75ddfc01d Refactor data into get and display components Ian Wahbe 2021-08-23 00:48:22 -0700
  • 1a88270a4d
    Avoid repeatedly invoking `pip show` in Python lang host Nikhil Benesch 2021-08-22 17:39:57 -0400
  • d7ee074a68 Include package host version in about Ian Wahbe 2021-08-20 19:38:51 -0700
  • e4e2b7c9d5 Limit plugins to project only + Nits Ian Wahbe 2021-08-20 16:53:14 -0700
  • aff79e1a6b Update the changelog with PR # Ian Wahbe 2021-08-20 12:30:47 -0700
  • e52ceec0f3 Finish basic functionality for `pulumi about` Ian Wahbe 2021-08-20 12:22:16 -0700
  • f385127b6a [engine] expand dependencies in step gen pgavlin/deletes Pat Gavlin 2021-08-18 18:17:48 -0700
  • 8fb2a5f4c3
    Apply suggestions from code review Josh Studt 2021-08-20 13:12:18 -0400
  • 49791da7c1 Link against an actual issue report Anton Tayanovskyy 2021-08-20 13:02:45 -0400
  • 88eda4ff89 Fix CHANGELOG_PENDING Anton Tayanovskyy 2021-08-20 12:54:07 -0400
  • ff5dd1d7ed Implement 5758 {fn}_output codgen for Python Anton Tayanovskyy 2021-08-18 14:17:09 -0400
  • b7a58d7fe4 Accept more codegen changes Anton Tayanovskyy 2021-08-20 12:48:18 -0400
  • 239a194576 Add issue link Anton Tayanovskyy 2021-08-20 11:53:01 -0400
  • a9a81f7f27 Merged master Anton Tayanovskyy 2021-08-20 11:48:32 -0400
  • ffad4b400c Simplify code Anton Tayanovskyy 2021-08-20 11:48:09 -0400
  • fd0b0e78a6 Shorten output type name Anton Tayanovskyy 2021-08-20 11:44:52 -0400
  • 302f0b823f Remove temp test marker Anton Tayanovskyy 2021-08-20 11:30:25 -0400
  • 995b239c2a Update CHANGELOG_PENDING.md Justin Van Patten 2021-08-20 07:13:17 -0700
  • 4f44c66651 Avoid `missing go.sum entry for module` for new Go projects Justin Van Patten 2021-08-20 07:09:36 -0700
  • 53eded1907 Get started on pulumi about command. Ian Wahbe 2021-08-19 18:49:28 -0700
  • da2bd2ab04
    Update x/sys for sdk to support go 1.17 (#7781) Roopak Venkatakrishnan 2021-08-19 16:11:26 -0700
  • 8e0d3fe486
    Merge branch 'master' into roopak/xsys Levi Blackstone 2021-08-19 15:29:14 -0600
  • 79931744b6
    Fix order of go mod tidy (#7799) Anton Tayanovskyy 2021-08-19 15:03:52 -0400
  • 317d52c28e Fix order of go mod tidy Anton Tayanovskyy 2021-08-19 14:11:29 -0400
  • ca66dc9c73
    Another go.sum fix Levi Blackstone 2021-08-19 10:19:16 -0600
  • b7aba4d7bd
    Fix go.sum files Levi Blackstone 2021-08-19 10:08:40 -0600
  • d27d63a0a1 Merged master Anton Tayanovskyy 2021-08-19 11:29:12 -0400
  • 9a75ef0ca3 slight re-name properties to be more idiomatic Joshua Studt 2021-08-19 10:57:54 -0400
  • a2ebf853b6 update changelog Joshua Studt 2021-08-19 10:49:43 -0400
  • 7ef55cfd96 add additional plugin install options Joshua Studt 2021-08-19 10:41:33 -0400
  • d196fc0279 Cleanup after v3.10.3 release stack72 2021-08-19 12:01:10 +0300
  • d8ebde1590 Prepare for v3.10.3 release v3.10.3 sdk/v3.10.3 pkg/v3.10.3 stack72 2021-08-19 10:38:57 +0300
  • 82c94b6bbd Fixed invalid go source code issue Vova Ivanov 2021-08-18 21:22:27 -1000
  • e0035a9cd2
    Include transitive children in dependency list for deletes (#7788) Luke Hoban 2021-08-18 18:26:36 -0700
  • 5121b73f0d Fix merge of CHANGELOG_PENDING Luke Hoban 2021-08-18 17:22:46 -0700
  • 962b908877 Only include children of components Luke Hoban 2021-08-18 17:22:32 -0700
  • b84b0efe67 Merge remote-tracking branch 'origin/master' into lukehoban/7780 Luke Hoban 2021-08-18 12:27:39 -0700
  • ace82f9399 Add CHANGELOG Luke Hoban 2021-08-18 12:26:00 -0700
  • 23699e2f0b Avoid cycles in dependency graph Luke Hoban 2021-08-18 11:23:43 -0700
  • 68b4cd756d
    stabilize go codegen for nested collection types (#7787) Evan Boyle 2021-08-18 12:07:30 -0700
  • 1fb8f13bc8 Merged master Anton Tayanovskyy 2021-08-18 14:28:47 -0400