Commit Graph

  • fae4600083 Add ResourceOptionmerging Cyrus Najmabadi 2019-10-23 12:29:47 -0700
  • 515e57b14e Merge branch 'dotnetSupport' of github.com:pulumi/pulumi into dotnetSupport Cyrus Najmabadi 2019-10-23 11:24:14 -0700
  • 197b2120ae Do the checking in the constructor Cyrus Najmabadi 2019-10-23 11:24:11 -0700
  • 7a91470abe Address PR feedback Chris Smith 2019-10-23 10:03:06 -0700
  • eb01b20796 Hook up AnalyzeStack method Chris Smith 2019-10-17 14:21:36 -0700
  • 5b656685b6 Protobuf generated code Chris Smith 2019-10-17 13:45:20 -0700
  • 53eb01f525 Add AnalyzeStack method to Analyze service Chris Smith 2019-10-17 12:19:17 -0700
  • 82af108e8d Add the first .NET integration tests Mikhail Shilkov 2019-10-23 14:41:51 +0200
  • 0e0cccc6bc Working VB.NET example Mikhail Shilkov 2019-10-23 11:54:23 +0200
  • 67a842cda2 Working F# example Mikhail Shilkov 2019-10-23 11:17:15 +0200
  • 524e346828 Fix Cyrus Najmabadi 2019-10-22 19:13:01 -0700
  • 98632bf44e Move to reflection based resource args Cyrus Najmabadi 2019-10-22 19:10:13 -0700
  • c17d1cd8ac Rename Cyrus Najmabadi 2019-10-22 18:24:03 -0700
  • 45400b9b1e Serialization fixes Cyrus Najmabadi 2019-10-22 18:14:32 -0700
  • 801d20791c delete Cyrus Najmabadi 2019-10-22 17:51:58 -0700
  • 68d50e9dc8 renames Cyrus Najmabadi 2019-10-22 17:51:38 -0700
  • 83357c9960 Remove dir Cyrus Najmabadi 2019-10-22 17:48:03 -0700
  • 356ca38387 Remove Cyrus Najmabadi 2019-10-22 17:47:46 -0700
  • c959d239dc Merge branch 'dotnetSupport' of github.com:pulumi/pulumi into dotnetSupport Cyrus Najmabadi 2019-10-22 17:41:56 -0700
  • 854a7130bf Switch to reflection Cyrus Najmabadi 2019-10-22 17:40:03 -0700
  • 9ac7321529 Update tests Cyrus Najmabadi 2019-10-22 17:24:58 -0700
  • 5116bc40b0 Move to separate location Cyrus Najmabadi 2019-10-22 16:58:42 -0700
  • 36e4f5b3bc Switch to reflection Cyrus Najmabadi 2019-10-22 16:51:26 -0700
  • 445d76421d Factor `queryResmon` to share more code with `resmon` Alex Clemmer 2019-10-22 13:26:17 -0700
  • 9607f51444 Fix bug causing `pulumi query` to hang forever Alex Clemmer 2019-10-22 12:04:22 -0700
  • fa28e94877 Allow provider loading in `query` mode Alex Clemmer 2019-08-27 10:10:51 -0700
  • 864147e1ee Cosmos Mikhail Shilkov 2019-10-23 00:09:52 +0200
  • 3f0c36e15b travis Cyrus Najmabadi 2019-10-22 14:25:54 -0700
  • d88944b268
    Fix issue where we tore down our sync-rpc channels in expected recoverable scenarios. (#3387) CyrusNajmabadi 2019-10-22 14:13:07 -0700
  • dd52528fd3 Add more conversions Cyrus Najmabadi 2019-10-22 14:05:04 -0700
  • d4042b54f3 Add tests Cyrus Najmabadi 2019-10-22 13:56:56 -0700
  • 26f9245288 provider nll Cyrus Najmabadi 2019-10-22 13:49:40 -0700
  • 7a8c6c7132 Simplify Cyrus Najmabadi 2019-10-22 12:47:43 -0700
  • c14c2660cd Extract Cyrus Najmabadi 2019-10-22 12:30:49 -0700
  • b58d4af5b4 Report `pulumi query` as not supporting secrets Alex Clemmer 2019-08-26 12:58:28 -0700
  • af03f9f0d4 Move serialization logic Cyrus Najmabadi 2019-10-22 12:17:59 -0700
  • 84a5280351 Rename package Cyrus Najmabadi 2019-10-22 12:09:38 -0700
  • 1dc5f03f22 Add test Cyrus Najmabadi 2019-10-22 11:46:23 -0700
  • b7f218755f Merge branch 'dotnetSupport' of github.com:pulumi/pulumi into dotnetSupport Cyrus Najmabadi 2019-10-22 11:43:32 -0700
  • c8f9211d68 Update tests Cyrus Najmabadi 2019-10-22 11:43:28 -0700
  • d33d07f6a1 Cleanup deserialization Cyrus Najmabadi 2019-10-22 11:37:57 -0700
  • 63a6a64711 Use real SAS with an invoke Mikhail Shilkov 2019-10-22 19:46:15 +0200
  • 0742a2cbdc
    Update dist/docker/Dockerfile Azamat 2019-10-22 11:02:35 -0600
  • 5b60e51ed7
    Install helm using script Azamat 2019-10-22 10:13:16 -0600
  • d9f363ea72 fix: ensure plugins are available before Pulumi command (#3228) David McKay 2019-10-22 16:11:37 +0100
  • 18cd881a2f Adjust examples Mikhail Shilkov 2019-10-22 15:14:05 +0200
  • f14eba46b5
    Add a URN validation method. (#3386) Pat Gavlin 2019-10-21 19:09:39 -0700
  • 8c5503d3a3 Tweak comment Cyrus Najmabadi 2019-10-21 17:09:29 -0700
  • 58cbe7780d Add docs Cyrus Najmabadi 2019-10-21 17:07:11 -0700
  • 07215a7928 Fix issue where we tore down our sync-rpc channels in expected recoverable scenarios. Cyrus Najmabadi 2019-10-21 17:00:03 -0700
  • aaf56b1fe6 Fix a test. Pat Gavlin 2019-10-21 16:07:05 -0700
  • 76a0079641
    Fix two colorization issues. (#3385) Pat Gavlin 2019-10-21 16:05:45 -0700
  • caafae90c4 Add read support Cyrus Najmabadi 2019-10-21 15:45:39 -0700
  • f91dcd5416 Add 'Read' support Cyrus Najmabadi 2019-10-21 15:22:53 -0700
  • a7a3fa8a16 renames Cyrus Najmabadi 2019-10-21 14:47:24 -0700
  • 511c1905f2 Move out of options Cyrus Najmabadi 2019-10-21 14:38:04 -0700
  • 779ee671ed CHANGELOG Pat Gavlin 2019-10-21 14:34:20 -0700
  • 139014ba63 Remove unneeded code. Cyrus Najmabadi 2019-10-21 14:32:35 -0700
  • 0fe8f217bd Cleanup Cyrus Najmabadi 2019-10-21 14:31:38 -0700
  • 9561f6f5be Merge branch 'dotnetSupport' of github.com:pulumi/pulumi into dotnetSupport Cyrus Najmabadi 2019-10-21 14:13:43 -0700
  • 07504aa37f Add invoke support Cyrus Najmabadi 2019-10-21 14:13:37 -0700
  • 49c6c79065 Fix two colorization issues. Pat Gavlin 2019-10-19 00:20:58 -0700
  • bcf276f0e5 Merge remote-tracking branch 'origin/master' into dotnetSupport Cyrus Najmabadi 2019-10-21 13:49:35 -0700
  • f6e2319b9c Add a URN validation method. Pat Gavlin 2019-10-21 13:45:20 -0700
  • 1e53654284 Disallow writes Cyrus Najmabadi 2019-10-21 13:36:34 -0700
  • fb80fef5a5 Adjust example Mikhail Shilkov 2019-10-21 22:03:51 +0200
  • 8682b945b4 Adjust example Mikhail Shilkov 2019-10-21 22:01:24 +0200
  • 8649b55cea Make internal Cyrus Najmabadi 2019-10-21 12:57:39 -0700
  • 20129cbf0a Make internal Cyrus Najmabadi 2019-10-21 12:57:36 -0700
  • b9fa07a5ba Remove Urn and Id Cyrus Najmabadi 2019-10-21 12:57:02 -0700
  • 022e71f9d6 Rename to 'options' Cyrus Najmabadi 2019-10-21 12:35:53 -0700
  • 17fdbdf185 Remove unnecessayr overloads Cyrus Najmabadi 2019-10-21 12:32:28 -0700
  • c786d409f2 Add comment Cyrus Najmabadi 2019-10-21 11:49:25 -0700
  • 3b300a955d Merge branch 'dotnetSupport' of github.com:pulumi/pulumi into dotnetSupport Cyrus Najmabadi 2019-10-21 11:47:49 -0700
  • 4b599bef32 Fix Cyrus Najmabadi 2019-10-21 11:45:17 -0700
  • 76c9b1731a Enable mocking Cyrus Najmabadi 2019-10-21 11:42:26 -0700
  • cdf4248402 Adjust the C# example to the real API Mikhail Shilkov 2019-10-21 17:18:51 +0200
  • e44baade43 Fix comments Mikhail Shilkov 2019-10-21 14:11:38 +0200
  • ee317b1dfd Add json helperS Cyrus Najmabadi 2019-10-21 01:25:16 -0700
  • b3d4ad5050 Introduce types for transformations Cyrus Najmabadi 2019-10-21 01:11:30 -0700
  • ede9033aff seal Cyrus Najmabadi 2019-10-21 01:06:06 -0700
  • 95513b9e08 Add ops Cyrus Najmabadi 2019-10-21 01:03:27 -0700
  • 47e8d4c617 names Cyrus Najmabadi 2019-10-21 00:59:02 -0700
  • 4c378f78c7 seal everything Cyrus Najmabadi 2019-10-21 00:58:03 -0700
  • 035e0aa020 .net naming Cyrus Najmabadi 2019-10-21 00:54:42 -0700
  • 78ea695def .net naming Cyrus Najmabadi 2019-10-21 00:54:31 -0700
  • dc5e96141c Derive from a common type Cyrus Najmabadi 2019-10-20 22:27:23 -0700
  • 2897b487ba Add tests Cyrus Najmabadi 2019-10-20 22:22:22 -0700
  • 798c8586da tests Cyrus Najmabadi 2019-10-20 22:18:22 -0700
  • 9af75255ef Add tests Cyrus Najmabadi 2019-10-20 22:15:18 -0700
  • f0b86d2fb6 Add test project Cyrus Najmabadi 2019-10-20 21:52:40 -0700
  • 4519873a63 Cleanup' Cyrus Najmabadi 2019-10-20 00:28:18 -0700
  • f20e05367f vsthreading Cyrus Najmabadi 2019-10-20 00:07:20 -0700
  • 355a4dbab4 Docs Cyrus Najmabadi 2019-10-19 19:16:18 -0700
  • 9060597f48 Simplify Cyrus Najmabadi 2019-10-19 19:14:02 -0700
  • de9b197b69 Move to try Cyrus Najmabadi 2019-10-19 19:09:49 -0700
  • 9d755f7800 Move to try Cyrus Najmabadi 2019-10-19 19:07:32 -0700
  • e4131f9912 Docs Cyrus Najmabadi 2019-10-19 19:05:54 -0700
  • 96f472a6a5 Docs Cyrus Najmabadi 2019-10-19 19:04:50 -0700
  • bb9117f249 Add docs Cyrus Najmabadi 2019-10-19 18:59:55 -0700