Commit Graph

  • 6134584d00 Pass planning flag to print resource outputs joeduffy 2017-12-16 06:56:09 -0800
  • 10a1433720
    Merge pull request #735 from pulumi/CITimeout Pat Gavlin 2017-12-15 12:47:24 -0800
  • d5f4e0c84b Bump the test timeout in CI. Pat Gavlin 2017-12-15 12:12:06 -0800
  • 038f5ae806
    Merge pull request #734 from pulumi/CheckOldIns Pat Gavlin 2017-12-15 12:00:17 -0800
  • 9d038c1d88 Only pass old inputs to `Check`. Pat Gavlin 2017-12-15 11:04:25 -0800
  • 67d3e0ef64
    Merge pull request #729 from pulumi/reject_failed_properties v0.9.4 Joe Duffy 2017-12-15 08:40:17 -0800
  • 2d8bdfe012
    Merge pull request #733 from pulumi/pulumi/pulumi-service/436_diff_check_outs Joe Duffy 2017-12-15 07:40:21 -0800
  • 668e56f2c7 Use old.All() to be consistent with Update joeduffy 2017-12-15 07:37:15 -0800
  • 675fe38269 Add more tracing context to RPC marshaling joeduffy 2017-12-15 07:22:49 -0800
  • 8492e6100f Pass old *outputs*, not *inputs*, to Check/Diff joeduffy 2017-12-15 07:01:11 -0800
  • 4a2c2b704a Restore makefile. Cyrus Najmabadi 2017-12-14 17:59:47 -0800
  • 2ddc30213d Update tests. Cyrus Najmabadi 2017-12-14 17:58:50 -0800
  • f4cc86b017 Invert how we do usercode. Cyrus Najmabadi 2017-12-14 17:34:50 -0800
  • a992317d81 Do not serialize output registration. pat@pulumi.com 2017-12-14 16:24:08 -0800
  • 68088d2e39 Update tests. Cyrus Najmabadi 2017-12-14 17:20:21 -0800
  • a5cf6f25d6
    Add a framework for baselining and validating pulumi-update diff output. (#700) CyrusNajmabadi 2017-12-14 17:10:05 -0800
  • 10ec4857c6 Use the same syntax as .net. Cyrus Najmabadi 2017-12-14 16:35:06 -0800
  • ac08514b36 provide a flexible system for trimming text out of previews. Cyrus Najmabadi 2017-12-14 16:32:58 -0800
  • 15c66a97c7 provide a flexible system for trimming text out of previews. Cyrus Najmabadi 2017-12-14 16:32:51 -0800
  • 84051e84b3 Make linter happy. Cyrus Najmabadi 2017-12-14 15:41:53 -0800
  • 25399b621e fix spelling. Cyrus Najmabadi 2017-12-14 15:35:01 -0800
  • 416863fa6c remove unnecessary function. Cyrus Najmabadi 2017-12-14 15:34:07 -0800
  • 4cd07e1b58 Restore code. Cyrus Najmabadi 2017-12-14 15:32:52 -0800
  • d5cd08b425 Keep functions private. Cyrus Najmabadi 2017-12-14 15:32:09 -0800
  • aab95a9ea7 Merge remote-tracking branch 'origin/master' into diffTests Cyrus Najmabadi 2017-12-14 15:30:19 -0800
  • 30d69e27df Ensure resource-op failures lead to termination joeduffy 2017-12-14 15:22:01 -0800
  • 1fc33741cc Strip out even more. Cyrus Najmabadi 2017-12-14 15:02:13 -0800
  • 1ab2680df8 Elide our serialized function preamble and postamble when printing user code. Cyrus Najmabadi 2017-12-14 14:55:27 -0800
  • 9bb9295594
    Suppress printing out the variables we capture. (#724) CyrusNajmabadi 2017-12-14 14:40:04 -0800
  • 60eca81975 Suppress printing out the variables we capture. Cyrus Najmabadi 2017-12-14 13:11:36 -0800
  • 2c1f209e0a Changes. Cyrus Najmabadi 2017-12-14 12:29:05 -0800
  • 0a9ec33feb Revert test code. Cyrus Najmabadi 2017-12-14 12:00:29 -0800
  • 10e3055969 move code back. Cyrus Najmabadi 2017-12-14 11:57:14 -0800
  • db87d0ba5e Merge branch 'master' into diffTests Cyrus Najmabadi 2017-12-14 11:54:57 -0800
  • e4946a6620
    Allow users to control if and how output is colorized. (#718) CyrusNajmabadi 2017-12-14 11:53:02 -0800
  • 8cce92ff27
    Humanize some outputs a little (#723) Joe Duffy 2017-12-14 11:51:58 -0800
  • c0db29db0f Update dependencies to v0.9.3 v0.9.3 Matt Ellis 2017-12-14 11:41:08 -0800
  • 517fb9af3c Humanize some outputs a little joeduffy 2017-12-14 11:18:40 -0800
  • c47c5b9ad7 Ensure published binaries have the correct version Matt Ellis 2017-12-13 21:38:11 -0800
  • f88226c6ee Ensure published binaries have the correct version Matt Ellis 2017-12-13 21:38:11 -0800
  • f449db974d
    Merge pull request #719 from pulumi/UnhandledPromiseRejection Pat Gavlin 2017-12-13 17:51:44 -0800
  • 4cb7703676 Add a test. pat@pulumi.com 2017-12-13 17:30:43 -0800
  • abe91ca018 Treat unhandled promise rejections as uncaught exceptions. pat@pulumi.com 2017-12-13 17:24:47 -0800
  • 6f15fa8ed8
    Pass more stack info to ExtraRuntimeValidation (#717) Luke Hoban 2017-12-13 16:09:14 -0800
  • fd160d8979 use normal enums. only use string values for the command line conversion portion. Cyrus Najmabadi 2017-12-13 16:07:36 -0800
  • a26c9e3dec use the actual enum values. Cyrus Najmabadi 2017-12-13 16:05:23 -0800
  • a7212d03b8 Don't create a regexp each time. Cyrus Najmabadi 2017-12-13 16:00:45 -0800
  • b501095ef3 Move helper to cmd package. Cyrus Najmabadi 2017-12-13 15:55:30 -0800
  • 73c3708e76 fix test ile. Cyrus Najmabadi 2017-12-13 15:31:05 -0800
  • 2220804708 Remove diff tests. Cyrus Najmabadi 2017-12-13 15:27:05 -0800
  • 84acff31e2 rollback. Cyrus Najmabadi 2017-12-13 15:26:27 -0800
  • 11a75601ed Merge remote-tracking branch 'origin/master' into diffTests Cyrus Najmabadi 2017-12-13 15:22:05 -0800
  • db8e2d6c64 Fix linter issues. Cyrus Najmabadi 2017-12-13 15:14:53 -0800
  • 3505fa7454 Update test code. Cyrus Najmabadi 2017-12-13 15:10:15 -0800
  • 795e72bbf6 Fix assert. Cyrus Najmabadi 2017-12-13 15:05:02 -0800
  • 5c1d2d5aea add comments. Cyrus Najmabadi 2017-12-13 15:03:57 -0800
  • fb758162db remove dependency. Cyrus Najmabadi 2017-12-13 15:01:20 -0800
  • 2272ae1f76 Clean up comments. Cyrus Najmabadi 2017-12-13 15:00:23 -0800
  • 3b0bcace3e process the new pulumi update output. Cyrus Najmabadi 2017-12-13 14:58:39 -0800
  • 8291ae71b2 Pass more stack info to ExtraRuntimeValidation Luke Hoban 2017-12-13 14:05:45 -0800
  • 4a58d0824c No need to create a special pty. Cyrus Najmabadi 2017-12-13 13:37:56 -0800
  • 541e1070df Add a 'color' flag to the command line to control how colors are printed. Cyrus Najmabadi 2017-12-13 13:27:08 -0800
  • da87326cad Clean up comment. Cyrus Najmabadi 2017-12-13 12:07:01 -0800
  • 8e9b8a0741 Lazily compute and return the stack name in tests. Cyrus Najmabadi 2017-12-13 12:05:24 -0800
  • 92ea5b5bdd Add a test case for delete-before-recreate joeduffy 2017-12-11 09:22:04 -0800
  • 3a13621c32 Add rudimentary delete-before-create support joeduffy 2017-12-10 08:37:22 -0800
  • 36ab8f0087
    Make config a little less error prone Joe Duffy 2017-12-13 10:46:54 -0800
  • a9f6590f90 Make config a little less error prone joeduffy 2017-12-13 09:38:19 -0800
  • dc83a49a0d
    Merge pull request #713 from pulumi/712_missing_error_prop Joe Duffy 2017-12-13 09:23:18 -0800
  • 664d4f3bfe Add a missing error propagation joeduffy 2017-12-13 08:33:11 -0800
  • f69dac4268 Don't depend on stack names. Cyrus Najmabadi 2017-12-12 17:06:28 -0800
  • b4cdf41d99 Merge remote-tracking branch 'origin/master' into diffTests Cyrus Najmabadi 2017-12-12 16:31:29 -0800
  • f48c3db9a5 Refactor code. Cyrus Najmabadi 2017-12-12 16:28:04 -0800
  • 4d02ee4672 Add diffing tests. Cyrus Najmabadi 2017-12-12 16:15:56 -0800
  • 2a8ab4d38e
    Merge pull request #708 from pulumi/fix-660 Joe Duffy 2017-12-12 16:02:48 -0800
  • ba4434f6db
    Merge pull request #709 from pulumi/PrintUndefined Pat Gavlin 2017-12-12 14:52:19 -0800
  • 55df0cc201 PR feedback pat@pulumi.com 2017-12-12 14:32:27 -0800
  • fcdc3495a4 Render computeds differently during updates. pat@pulumi.com 2017-12-12 14:19:29 -0800
  • 8d998fea81 Do not buffer output during preview Matt Ellis 2017-12-12 12:30:40 -0800
  • b6a386995a
    Set pwd for plugins (#706) v0.9.2 Joe Duffy 2017-12-12 12:31:09 -0800
  • 39cabd4107 Set pwd for plugins joeduffy 2017-12-12 10:39:41 -0800
  • 1db66e1965
    Merge pull request #707 from pulumi/BumpTestTimeout Joe Duffy 2017-12-12 12:26:12 -0800
  • 6c64cef339 add testing infrastructure for diff testing Cyrus Najmabadi 2017-12-12 11:56:12 -0800
  • ad18d8ee9b Bump the test timeout up to 5 minutes. Pat Gavlin 2017-12-12 11:36:26 -0800
  • 7e7c041d06
    Emit a warning when configuring with plaintext (#705) Joe Duffy 2017-12-12 11:13:45 -0800
  • 4d59c70d9e
    Merge pull request #704 from pulumi/CloseAssetsInZip Joe Duffy 2017-12-12 11:09:08 -0800
  • d0df98e03b Close assets while creating ZIP archives. Pat Gavlin 2017-12-12 09:52:11 -0800
  • 7e490e2b55 Emit a warning when configuring with plaintext joeduffy 2017-12-12 10:38:24 -0800
  • 841616aa5a
    Widen stack ls columns slightly (#703) v0.9.1 Joe Duffy 2017-12-11 17:41:51 -0800
  • b2de2249bc Widen stack ls columns slightly joeduffy 2017-12-11 17:16:57 -0800
  • b83588a0b8
    Add a Dep [[constraint]] to gRPC v1.7.2 Joe Duffy 2017-12-11 16:57:58 -0800
  • f0c02e69ed Add a Dep [[constraint]] to gRPC v1.7.2 joeduffy 2017-12-11 16:46:30 -0800
  • 017424ce53 Merge remote-tracking branch 'origin/master' into diffTests Cyrus Najmabadi 2017-12-11 15:56:44 -0800
  • 0821ac5fd6 Add initial stubs. Cyrus Najmabadi 2017-12-11 15:56:34 -0800
  • eea5232cce
    Break out additional test helper. (#699) CyrusNajmabadi 2017-12-11 15:48:45 -0800
  • 3b461ffcb3
    Use AWS access key in operations prvider when available (#697) Luke Hoban 2017-12-11 15:40:39 -0800
  • 5bc846dfa8 Break out additional test helper. Cyrus Najmabadi 2017-12-11 15:26:01 -0800
  • 34d35145ed Lint fixes Luke Hoban 2017-12-11 14:56:20 -0800
  • 7021150182 Also pass the session token if present Luke Hoban 2017-12-11 14:42:43 -0800
  • 9bc9ce1505
    More test code refactoring. CyrusNajmabadi 2017-12-11 14:42:42 -0800