Commit Graph

  • b4a92666cd Typo Anton Tayanovskyy 2021-07-29 15:52:25 -0400
  • 18150beb9d Fix typo and add a test case Anton Tayanovskyy 2021-07-29 15:51:27 -0400
  • 00a341e451 Fix reflecting list type annotations Anton Tayanovskyy 2021-07-29 14:45:36 -0400
  • d065a4c0f1
    Merge branch 'master' into git-host Justin Van Patten 2021-07-29 11:19:07 -0700
  • 74ab9e0869
    [sdk/python] Handle unknown results from methods (#7677) Justin Van Patten 2021-07-29 11:11:52 -0700
  • 11fc7e7f2b
    Add provider.MainWithOptions helper function (#7598) James Nugent 2021-07-29 12:31:09 -0500
  • 7b9539f8fb Address feedback Justin Van Patten 2021-07-29 09:15:55 -0700
  • 4b407009c3 Include type check for method result in existing method test Justin Van Patten 2021-07-29 07:30:02 -0700
  • 4930d43f35 Update CHANGELOG_PENDING.md Justin Van Patten 2021-07-29 07:25:44 -0700
  • f9e7909014 Tests: Python Justin Van Patten 2021-07-29 06:47:03 -0700
  • 4a5e5ea68d Tests: Node.js Justin Van Patten 2021-07-29 06:25:30 -0700
  • e2425daef2 Tests: Go Justin Van Patten 2021-07-29 06:51:11 -0700
  • 64a397c251 [sdk/python] Handle unknown results from methods Justin Van Patten 2021-07-29 06:50:54 -0700
  • 88305ba896
    Update test data for docs template change (#7678) Justin Van Patten 2021-07-29 10:15:03 -0700
  • 5788befcf4
    Fixing WaitGroup related panics in the Go SDK (#7661) Anton Tayanovskyy 2021-07-29 12:39:28 -0400
  • e333b4190d Rebase with 'master', fix merge conflict in CHANGELOG_PENDING.md Chris Smith 2021-07-29 09:12:12 -0700
  • 52e0bd424a Update pulumi CLI commands Chris Smith 2021-07-21 12:36:58 -0700
  • c8eb125b7b Update httpstate backend Chris Smith 2021-07-21 12:36:01 -0700
  • 7dab203dfc Update filestate backend Chris Smith 2021-07-21 12:34:16 -0700
  • ac419c9015 Paginate backend::List* Chris Smith 2021-07-21 12:33:53 -0700
  • 2a7b237005 Add provider.MainWithOptions helper function James Nugent 2021-07-15 14:46:24 -0500
  • cb75902af9 Update test data for docs template change Justin Van Patten 2021-07-29 08:00:33 -0700
  • 1409d88438
    [codegen/*] Add join and toBase64 functions. (#5012) Pat Gavlin 2021-07-28 20:41:23 -0700
  • ba70b3fdba
    Attempt to avoid triple-building projects in the solution (#7638) Anton Tayanovskyy 2021-07-28 20:31:11 -0400
  • c0ba48ae59 Actually reduce subsets Anton Tayanovskyy 2021-07-28 20:24:42 -0400
  • 005568c040 Experiment with reducing test parallelism to free up runners Anton Tayanovskyy 2021-07-28 20:21:54 -0400
  • 878af7aecf
    Updating doc links to align with changes in docs #4707 (#6157) David Wrede 2021-07-28 14:14:48 -0700
  • a346a8063b CHANGELOG Anton Tayanovskyy 2021-07-28 17:14:34 -0400
  • 0aaa1d450f Lint Anton Tayanovskyy 2021-07-28 17:09:24 -0400
  • e59c79f5ab Use tailor-made workGroup to mimic sync.WaitGroup Anton Tayanovskyy 2021-07-28 17:02:19 -0400
  • 84330915fd Add v2 of the test Anton Tayanovskyy 2021-07-27 16:13:52 -0400
  • 57f0cc0f12 Add tests reproducing the panics Anton Tayanovskyy 2021-07-27 15:57:48 -0400
  • fe7a3a5444 fixes Komal Ali 2021-07-28 13:47:13 -0700
  • 340a7b953e add a test Komal Ali 2021-07-28 12:55:49 -0700
  • 9004bb6c1a fixes Komal Ali 2021-07-28 12:29:59 -0700
  • f4efb7564b
    Respect provider aliases (#7166) Evan Boyle 2021-07-28 12:12:53 -0700
  • 9a10d584e5 [codegen/*] Add join and toBase64 functions. Pat Gavlin 2020-07-14 10:09:08 -0700
  • d54093d980
    Merge branch 'master' into evan/respectProviderAliases Evan Boyle 2021-07-28 11:22:45 -0700
  • 5b2fdb27d3
    Cleanup CHANGELOG_PENDING after a release (#7668) Anton Tayanovskyy 2021-07-28 14:12:56 -0400
  • dfb6babe84 Cleanup CHANGELOG_PENDING after a release Anton Tayanovskyy 2021-07-28 14:12:21 -0400
  • 0215a4fb51
    Prepare for v3.9.0 release (#7667) v3.9.0 sdk/v3.9.0 pkg/v3.9.0 Anton Tayanovskyy 2021-07-28 14:10:05 -0400
  • 70ad0a0400 Prepare for v3.9.0 release Anton Tayanovskyy 2021-07-28 14:08:52 -0400
  • c7a6df56d8 guard samestep deployment access for unit tests evanboyle 2021-07-28 09:45:12 -0700
  • edcc7b3b24 fix deployment for unit testing pgavlin/providerSames evanboyle 2021-07-28 09:35:47 -0700
  • bd7732bf5e Add reference to the proper fix Anton Tayanovskyy 2021-07-28 11:56:54 -0400
  • a3eab1a802 Remove threading from mock tests to fix AIO waits on diff event loop Anton Tayanovskyy 2021-07-28 11:42:52 -0400
  • bc96ac799d
    Inputty depends_on support for Python (#7559) Anton Tayanovskyy 2021-07-28 09:49:07 -0400
  • ef0927ac9e
    Merge branch 'master' into t0yv0/5642-py-depends-on-as-output Anton Tayanovskyy 2021-07-28 09:48:35 -0400
  • ae87b86e25
    Include children when targeting components. (#7605) Komal 2021-07-27 19:17:54 -0700
  • fa6375999e
    [backend/filestate] Allow `pulumi stack ls` to see all stacks regardless of passphrase (#7660) Luke Hoban 2021-07-27 18:37:25 -0700
  • fddeea8a88
    [codegen] Unify program codegen testing (#7657) Komal 2021-07-27 18:00:39 -0700
  • 2b6bd8a663 Restore deleted tests Komal Ali 2021-07-27 16:43:36 -0700
  • 1141dd4c98
    [codegen/dotnet] Emit resource methods (#7606) Justin Van Patten 2021-07-27 16:42:17 -0700
  • ae0d322805
    Merge branch 'master' into evan/respectProviderAliases Evan Boyle 2021-07-27 16:19:34 -0700
  • 03c3492ad4
    provider sames (#7646) Pat Gavlin 2021-07-27 16:18:32 -0700
  • 5777a88aa7 remove irrelevant unit test under new approach evanboyle 2021-07-27 16:17:47 -0700
  • 26ac9b3fe2 lint evanboyle 2021-07-27 16:12:08 -0700
  • ecaa5b50bf Fix test on Windows Luke Hoban 2021-07-27 15:58:15 -0700
  • ed73472a30 Refactor to avoid exporting hcl2 entities Komal Ali 2021-07-27 14:18:50 -0700
  • 4a035c44aa
    Allow setting plugin name and version for Node.js (#7631) James Nugent 2021-07-27 13:34:22 -0500
  • 08d9eaf216 PR feedback Komal Ali 2021-07-27 10:26:54 -0700
  • 2ba0c7faee Include children when targeting components Komal Ali 2021-07-23 10:49:14 -0700
  • 6e2f7f1d6f Include children when targeting components Komal Ali 2021-07-22 22:37:15 -0700
  • f1eafa9481 Define behavior in test Komal Ali 2021-07-21 23:53:56 -0700
  • 0380afeb69 Delete children if `--target-dependents` is specified Komal Ali 2021-07-21 16:59:36 -0700
  • 496dbb0803 Nit Komal Ali 2021-07-21 11:34:42 -0700
  • 381bd0fe08 Add CHANGELOG Luke Hoban 2021-07-27 10:12:34 -0700
  • 2f6de4912f [backend/filestate] Allow `pulumi stack ls` to see all stacks regardless of passphrase Luke Hoban 2021-07-27 10:06:49 -0700
  • 148df112d7
    Revert flag parse ordering change (#7640) Anton Tayanovskyy 2021-07-27 12:42:52 -0400
  • 42a1896bf9
    [codegen/python] Delete dead code around casing tables (#7647) Justin Van Patten 2021-07-27 08:37:49 -0700
  • 1b36ceaaa4 Merged master Anton Tayanovskyy 2021-07-27 10:30:37 -0400
  • 85e5e9bdba Fix tag quoting that prevented tests from running Anton Tayanovskyy 2021-07-27 10:05:14 -0400
  • 1107e65ef1 Fix typo Anton Tayanovskyy 2021-07-26 22:56:13 -0400
  • 83ca2c94bd Fix etc handling Anton Tayanovskyy 2021-07-26 22:36:58 -0400
  • 016fdfeeb6 Partition integration tests Anton Tayanovskyy 2021-07-26 22:24:18 -0400
  • df7829ab9a Merged master Anton Tayanovskyy 2021-07-27 10:14:02 -0400
  • 7b38f7aa6f Merged master Anton Tayanovskyy 2021-07-27 10:10:50 -0400
  • 3aa97a4b7d
    Fanout build experiment (#7628) Anton Tayanovskyy 2021-07-27 10:07:15 -0400
  • 88addd1c3e Fix tag quoting that prevented tests from running Anton Tayanovskyy 2021-07-27 10:05:14 -0400
  • a05c3a4e9b
    Set the package on DependencyProviderResource (#7630) Justin Van Patten 2021-07-27 06:50:24 -0700
  • bc760dcadb Update CHANGELOG_PENDING.md Justin Van Patten 2021-07-23 19:12:17 -0700
  • be30cb6eec Set the package on DependencyProviderResource Justin Van Patten 2021-07-23 18:57:51 -0700
  • e2dec57260 ProgramGen test driver Komal Ali 2021-07-26 22:09:20 -0700
  • 29ac67caf7 Fix typo Anton Tayanovskyy 2021-07-26 22:56:13 -0400
  • 1559f63c30 Fix etc handling Anton Tayanovskyy 2021-07-26 22:36:58 -0400
  • 60649fec12 Partition integration tests Anton Tayanovskyy 2021-07-26 22:24:18 -0400
  • 91683242d0
    [codegen/go] Unify input method generation. (#7643) Pat Gavlin 2021-07-26 19:23:17 -0700
  • 31475c8eca Remove debugging step Anton Tayanovskyy 2021-07-26 21:37:36 -0400
  • 948fbe2c11 Remove the test result summary box from PR - counts now incorrec Anton Tayanovskyy 2021-07-26 21:35:31 -0400
  • 9d34d7cd7f Squash underutilized test configurations Anton Tayanovskyy 2021-07-26 21:29:23 -0400
  • b5ad01aa86 Merged master Anton Tayanovskyy 2021-07-26 21:18:25 -0400
  • ad9d032bad Add a Go test Pat Gavlin 2021-07-26 17:12:58 -0700
  • babedf5171
    Ignore logflow args in Node providers (#7644) Anton Tayanovskyy 2021-07-26 19:52:59 -0400
  • 4a0b3c9d26 Update test baselines Pat Gavlin 2021-07-26 15:15:50 -0700
  • b8cbe12adb [codegen/python] Delete dead code around casing tables Justin Van Patten 2021-07-26 14:56:39 -0700
  • 6bb5609447 provider sames Pat Gavlin 2021-07-26 14:06:16 -0700
  • 0401f9d565 Lint Anton Tayanovskyy 2021-07-26 17:02:38 -0400
  • 9ef753c5ed Add CHANGELOG Anton Tayanovskyy 2021-07-26 16:56:36 -0400
  • e427b979ac Add missing files Anton Tayanovskyy 2021-07-26 16:54:52 -0400
  • ba80fcd3dc Add unit test, handle --tracing Anton Tayanovskyy 2021-07-26 16:52:51 -0400