Commit Graph

  • 502685ed0e
    [codegen/python] Fix resource outputs type annotations (#5221) Justin Van Patten 2020-08-25 18:07:22 +0000
  • 8b2fc5a4bb [codegen/python] Fix resource outputs type annotations Justin Van Patten 2020-08-25 08:46:13 -0700
  • e8d5a157ae [codegen/python] Add type annotation to resource_name arg Justin Van Patten 2020-08-25 04:43:24 -0700
  • 463c7b6588 Merge branch 'master' of https://github.com/pulumi/pulumi into evan/auto evanboyle 2020-08-24 17:51:40 -0700
  • 8f78454012 GHA: Use same commands the CLI does to create venv Justin Van Patten 2020-08-21 10:17:23 -0700
  • 40701e6420 outputs should be map[string]interface{} evanboyle 2020-08-24 06:51:49 -0700
  • ec98494e5a add auto tests to Makefile and fix up for CI evanboyle 2020-08-23 21:36:21 -0700
  • 27db14791a auto error tests evanboyle 2020-08-23 19:43:51 -0700
  • 47fb5a128d Add functional options for Up/Pre/Refresh/Destroy evanboyle 2020-08-23 10:25:17 -0700
  • 4c42e5e850
    Relax submodule generation for Node and Python (#5204) Mikhail Shilkov 2020-08-23 00:00:21 +0200
  • fa1590a67f propagate nested stack error evanboyle 2020-08-22 12:01:55 -0700
  • 458fd59c24 Make Workspace and Stack commands contextful evanboyle 2020-08-21 22:20:32 -0700
  • 099d444306
    Merge pull request #5209 from pulumi/jaxxstorm/windows-pr Paul Stack 2020-08-22 00:40:02 +0100
  • 39f6814218 PR feedback updates komal 2020-08-21 16:38:49 -0700
  • 4dacd506d3 propagate env vars and extensibility points from Workspace to Stack evanboyle 2020-08-21 16:22:45 -0700
  • 072aac2c79
    [codegen/docs] Lower-case the module name for Go. (#5207) Praneet Loke 2020-08-21 15:34:57 -0700
  • cc7cf7c476 Add Stack.Info evanboyle 2020-08-21 15:26:58 -0700
  • 723b89f74a
    run a make build instead of downloading stuff Lee Briggs 2020-08-21 15:01:52 -0700
  • 0a53cb2c99
    fix the windows pr build api url Lee Briggs 2020-08-21 14:09:15 -0700
  • e1852b4311
    readd yarn link Lee Briggs 2020-08-21 13:54:21 -0700
  • 7e5a576442 fix second error message komal 2020-08-21 13:44:10 -0700
  • e8e264e4dd update changelog komal 2020-08-21 13:36:40 -0700
  • f3070e0831
    add dist to path Lee Briggs 2020-08-21 13:36:10 -0700
  • 1c3fd51031 Improve the plugin error to include the full name of the binary komal 2020-08-21 13:25:30 -0700
  • 17398cd1fe
    run a make install before integration tests Lee Briggs 2020-08-21 13:20:25 -0700
  • 02990cc58f
    run a yarn link Lee Briggs 2020-08-21 12:20:21 -0700
  • 7b1a4bbe94 Lower-case the module name for Go. Praneet Loke 2020-08-21 11:58:39 -0700
  • 8451265fb7
    install other languages Lee Briggs 2020-08-21 11:45:31 -0700
  • b9b3c836bc
    Exclude more names from Python name validation (#5205) Mikhail Shilkov 2020-08-21 20:41:33 +0200
  • 09c63c7e42
    setup node for integrations tests Lee Briggs 2020-08-21 11:30:21 -0700
  • 5c0584f749
    fix yaml Lee Briggs 2020-08-21 11:14:08 -0700
  • e3a7a5b6e7
    download nodejs sdk for tests Lee Briggs 2020-08-21 11:11:41 -0700
  • d0aa4c995e
    don't test the branc name detection Lee Briggs 2020-08-21 10:48:25 -0700
  • 21254571c6
    run in serial Lee Briggs 2020-08-21 10:46:06 -0700
  • e029439411
    install pulumi in /opt/pulumi before int tests Lee Briggs 2020-08-21 10:32:42 -0700
  • 4e13634786
    fix the test YAML Lee Briggs 2020-08-21 10:18:12 -0700
  • 093f156987
    split integration and unit tests Lee Briggs 2020-08-21 10:15:27 -0700
  • f88257f140
    run tests in parallel Lee Briggs 2020-08-21 10:05:15 -0700
  • db77c86ee3
    run tests in parallel Lee Briggs 2020-08-21 10:04:52 -0700
  • 68a7b4cde0
    set correct pulumi api urls Lee Briggs 2020-08-21 09:50:11 -0700
  • 3531635294 Add NewStack helper methods and tests evanboyle 2020-08-21 09:49:46 -0700
  • b51c5112ad Exclude more names from Python name validation Mikhail Shilkov 2020-08-21 17:14:47 +0200
  • 87e6693a60 wip justin/pyauto Justin Van Patten 2020-08-21 07:14:16 -0700
  • 14bf0027c3 Relax submodule generation for Node and Python Mikhail Shilkov 2020-08-21 15:09:44 +0200
  • 6292543342
    [codegen/python] Fix unintended name changes from PyName and some whitespace cleanup (#5202) Justin Van Patten 2020-08-21 03:51:32 +0000
  • 7b58202938 Implement Stack based on Workspace interface evanboyle 2020-08-20 19:37:39 -0700
  • e7d7655f00 Add panic to PyName to catch unintended breaking changes Justin Van Patten 2020-08-20 17:35:12 -0700
  • 5484433e47 Whitespace cleanup Justin Van Patten 2020-08-20 17:32:31 -0700
  • ca7536e17f
    [codgen/python] Always consider the config subpackage non-empty (#5195) Justin Van Patten 2020-08-20 18:07:09 +0000
  • a857645083 [codgen/python] Always consider the config subpackage non-empty Justin Van Patten 2020-08-20 10:03:14 -0700
  • 535d48ca72 Round out LocalWorkspace impl evanboyle 2020-08-19 21:23:53 -0700
  • 0f98bac105
    fix unchecked type assertion (#5194) Evan Boyle 2020-08-19 13:58:13 -0700
  • 3d04ff0805 fix unchecked type assertion evanboyle 2020-08-19 12:56:14 -0700
  • bfb43f047d Prepare for v2.9.0 release v2.9.0 sdk/v2.9.0 pkg/v2.9.0 stack72 2020-08-19 20:00:57 +0100
  • e3b436211d
    [codegen/docs] Link to Pulumi.Input-1.html when generating the doc link for the Pulumi.Input type. (#5187) Praneet Loke 2020-08-19 11:21:54 -0700
  • 93ff03a9d3 LocalWorkspace initial implementation evanboyle 2020-08-19 11:13:42 -0700
  • 92c0d1dc30
    Docgen changes for Python input/output types (#5137) Justin Van Patten 2020-08-19 15:34:06 +0000
  • 6cc7b3c107
    Docs for versioned modules (#5183) Mikhail Shilkov 2020-08-19 14:57:39 +0200
  • 0a2a6e4821 Address feedback Justin Van Patten 2020-08-11 09:31:58 -0700
  • b16737bfbe Update Python docgen to emit types Justin Van Patten 2020-07-27 08:48:31 -0700
  • afda961432 Added --suppress-permalink option Scott Murray 2020-08-19 20:15:14 +1200
  • 78edb28590
    Add Python input/output classes to provider codegen (#5034) Justin Van Patten 2020-08-19 08:16:47 +0000
  • cd9fae599d
    Python SDK changes to support input/output classes (#5033) Justin Van Patten 2020-08-19 08:15:56 +0000
  • 6eb475ab95
    Enable pushing to Artifact Registry in actions (#5075) Ollie Gray 2020-08-19 08:29:22 +0100
  • d148fe1bb1 Exclude non-generic `Output` from types Justin Van Patten 2020-08-19 00:01:59 -0700
  • dfcc52d5ae
    Update entrypoint.sh Ollie Gray 2020-08-19 07:22:10 +0100
  • 1964d27795 Fix integration test Justin Van Patten 2020-08-18 20:00:51 -0700
  • 0d9fa449c5
    set pulumi access token Lee Briggs 2020-08-18 17:38:17 -0700
  • e08ed524b2 Properly handle secrets Justin Van Patten 2020-08-18 16:45:03 -0700
  • 54b1852582
    fix language tests name Lee Briggs 2020-08-18 17:21:29 -0700
  • 160d94acc8
    setup git Lee Briggs 2020-08-18 17:14:18 -0700
  • cc48cf3afd
    change language tests name Lee Briggs 2020-08-18 17:00:26 -0700
  • 42bbb0a035
    don't lint when running only_test Lee Briggs 2020-08-18 16:54:13 -0700
  • 1d9c91637d
    run pulumi tests Lee Briggs 2020-08-18 16:31:09 -0700
  • a6e3aa740b [codegen/python] Fix the type annotation for `id` Justin Van Patten 2020-08-18 14:29:41 -0700
  • 65cfa67295 [codegen/python] Fix the type annotation for `id` Justin Van Patten 2020-08-18 14:29:41 -0700
  • fbd809f6e1 Link to Pulumi.Input-1.html when generating the doc link for the Pulumi.Input type. Praneet Loke 2020-08-18 12:24:00 -0700
  • 0c1beb5041 Use actual implementations in generated code Justin Van Patten 2020-08-17 17:21:11 -0700
  • 0d3e1a8c1f Python codegen updates Justin Van Patten 2020-08-17 09:06:11 -0700
  • 72a37ffa9f Instantiate output types for calls to invoke Justin Van Patten 2020-08-11 14:42:51 -0700
  • d95a0e0472 Add `Result` suffix to function output types Justin Van Patten 2020-08-10 07:32:48 -0700
  • 6c165872be Address feedback Justin Van Patten 2020-08-09 15:50:37 -0700
  • 605983e4b7 Add Python input/output classes to provider codegen Justin Van Patten 2020-07-01 13:55:28 -0700
  • 4a44b27b40 add automation api workspace interface evanboyle 2020-08-18 11:07:03 -0700
  • dd0c17330a Address feedback Justin Van Patten 2020-08-18 13:45:00 +0000
  • b172e6c142 Changes to input/output types Justin Van Patten 2020-08-16 20:35:35 -0700
  • b5268c6612 Use Python properties for resource outputs Justin Van Patten 2020-08-14 10:00:03 -0700
  • 88626dad8a Raise errors on unexpected types Justin Van Patten 2020-08-13 06:20:12 -0700
  • b0e0643dad Instantiate output types for calls to invoke Justin Van Patten 2020-08-10 14:35:38 -0700
  • d605f203ef Add detailed comment on the design Justin Van Patten 2020-08-13 07:46:58 -0700
  • 889d779f28 Disable lint warnings Justin Van Patten 2020-08-13 06:29:06 -0700
  • 8016cd5d1a Remove typo Justin Van Patten 2020-08-13 06:23:22 -0700
  • 2314382f07 Python SDK changes to support input/output classes Justin Van Patten 2020-06-22 15:58:08 -0700
  • 09c4b3759b Docs for versioned modules Mikhail Shilkov 2020-08-18 15:17:58 +0200
  • 2470d59efb
    Revert "Added --suppress-permalink option (#5177)" (#5185) Luke Hoban 2020-08-18 08:50:44 -0700
  • 8209be1dc0 Revert "Added --suppress-permalink option (#5177)" Luke Hoban 2020-08-18 08:05:47 -0700
  • fc7b29d0e1
    Address feedback Justin Van Patten 2020-08-18 13:45:00 +0000
  • 69ad2e6565 Fix --suppress-permalink test Luke Hoban 2020-08-17 22:43:13 -0700
  • f8d929d197
    Added --suppress-permalink option (#5177) Scott Murray 2020-08-18 17:11:44 +1200
  • 0beaa22c75
    setup git manually Lee Briggs 2020-08-17 19:09:43 -0700