Commit Graph

  • 17e603efc8 Simplify code. Cyrus Najmabadi 2018-01-25 14:57:41 -0800
  • 001d187c90
    Add not-started UpdateResult Chris Smith 2018-01-25 14:23:49 -0800
  • f0ae4d4ea2 Merge branch 'master' into decoupleDeserialization2 Cyrus Najmabadi 2018-01-25 13:40:44 -0800
  • f35f991140
    Extract out serialization functionality from transfer function. (#835) CyrusNajmabadi 2018-01-25 13:34:21 -0800
  • 7937e0f836 Merge branch 'decoupleDeserialization' into decoupleDeserialization2 Cyrus Najmabadi 2018-01-25 12:58:26 -0800
  • 75d7b04494 Remove use of explicit Promise Cyrus Najmabadi 2018-01-25 12:53:07 -0800
  • 5e5acf6487 Remove use of explicit Promise Cyrus Najmabadi 2018-01-25 12:49:53 -0800
  • 3081022dec Make the monitor required Cyrus Najmabadi 2018-01-25 12:40:32 -0800
  • 16fd87bac8 Make monitor required. Cyrus Najmabadi 2018-01-25 12:35:43 -0800
  • 3e4f43e4d2 Add comment. Cyrus Najmabadi 2018-01-25 11:36:08 -0800
  • 7e6ddf982b Merge branch 'decoupleDeserialization' into dataDependency Cyrus Najmabadi 2018-01-25 11:34:02 -0800
  • b77658a0c4 ivert check. Cyrus Najmabadi 2018-01-24 18:44:05 -0800
  • 8c64d6c93f Simplify. Cyrus Najmabadi 2018-01-24 18:28:34 -0800
  • 8bdbf789f7 Simplify. Cyrus Najmabadi 2018-01-24 18:23:59 -0800
  • 4c217fd358
    Add "pulumi history" command (#826) Chris Smith 2018-01-24 18:22:41 -0800
  • 09b1734f2b simplify. Cyrus Najmabadi 2018-01-24 18:18:33 -0800
  • bb6c6524bd simplify code. Cyrus Najmabadi 2018-01-24 18:12:41 -0800
  • bb34de14b2 Make the short path the first one. Cyrus Najmabadi 2018-01-24 18:11:57 -0800
  • 20d3f656ed Prevent pointless undefineds. Cyrus Najmabadi 2018-01-24 18:10:51 -0800
  • 3008801370 simplify set construction." " Cyrus Najmabadi 2018-01-24 18:10:14 -0800
  • 15abeb29d6 Simplify. Cyrus Najmabadi 2018-01-24 18:05:04 -0800
  • 81fe0796c0 MOve serialization inside our async blocks. Cyrus Najmabadi 2018-01-24 17:48:27 -0800
  • a43939c686 simplify async. Cyrus Najmabadi 2018-01-24 17:40:24 -0800
  • babf6564b7 Use record type. Cyrus Najmabadi 2018-01-24 17:17:32 -0800
  • 97879089a2 Update comments. Cyrus Najmabadi 2018-01-24 16:35:44 -0800
  • f6d414f9f3 Attempt to document properly how this function works. Cyrus Najmabadi 2018-01-24 16:33:16 -0800
  • c7ae8f3581 have the existing function call the new helper. Cyrus Najmabadi 2018-01-24 16:18:08 -0800
  • 27ec4b84ce Extract out serialiation functionality from transfer function. Cyrus Najmabadi 2018-01-24 16:05:06 -0800
  • 0dcdc39aec change dependency types. Cyrus Najmabadi 2018-01-24 15:20:57 -0800
  • ec21c7d4d2 Cleanup. Cyrus Najmabadi 2018-01-24 14:58:01 -0800
  • a837993201 Restore computed. Cyrus Najmabadi 2018-01-24 13:56:56 -0800
  • 4a55b24c69 Move to using properties instead of methods. Cyrus Najmabadi 2018-01-24 13:56:14 -0800
  • 7f225159f9 MOve depdendency definition into resource.ts. Cyrus Najmabadi 2018-01-24 13:48:07 -0800
  • f5134fa010 Simplify. Cyrus Najmabadi 2018-01-24 13:34:55 -0800
  • 764c5534ab Cleanup. Cyrus Najmabadi 2018-01-24 13:32:42 -0800
  • d48873be7e Move state into constructor. Cyrus Najmabadi 2018-01-24 13:29:04 -0800
  • 5f2ec87d35 Add a preview display. Cyrus Najmabadi 2018-01-24 13:16:58 -0800
  • 73dcc3afd2 use a single class for Dependencies. Cyrus Najmabadi 2018-01-24 13:09:13 -0800
  • 79a802ff5f Cleanup Cyrus Najmabadi 2018-01-24 13:02:09 -0800
  • fa72e2a4a4 More precisely type function. Cyrus Najmabadi 2018-01-23 22:40:04 -0800
  • 6cb968fc8b remove unnecessary type parameters. Cyrus Najmabadi 2018-01-23 22:31:18 -0800
  • 8ae6d50fb3 Simplify combinators. Cyrus Najmabadi 2018-01-23 22:30:16 -0800
  • b06114e27a Initial sketch of the Dependency type + combinators. Cyrus Najmabadi 2018-01-23 22:17:25 -0800
  • 58c9ccad91 Move all referenced types into apitypes Chris Smith 2018-01-23 20:37:52 -0800
  • 0238d60981 Explicitly copy structs we export from apitypes Chris Smith 2018-01-23 12:17:19 -0800
  • 0789e24aa5 Add exported well-known env keys Chris Smith 2018-01-23 11:49:55 -0800
  • 1b35b2c905 Don't persist history for DryRuns; return ResourceChanges from printPlan Chris Smith 2018-01-22 19:45:09 -0800
  • 6040cdf9b3 Create per-update history and checkpoint files Chris Smith 2018-01-22 19:32:31 -0800
  • ce05cce77f Provide a rudimentary progress spinner v0.9.11 Matt Ellis 2018-01-18 14:33:03 -0800
  • f202de6c85 Remove UpdateInfo.Version (and other PR feedback) Chris Smith 2018-01-22 14:06:04 -0800
  • e50af35d8d
    Merge pull request #829 from pulumi/FixPreview v0.9.10 Joe Duffy 2018-01-22 12:28:35 -0800
  • 71ec97f25a Provide a rudimentary progress spinner Matt Ellis 2018-01-18 14:33:03 -0800
  • 172a192e52 Add a test for derived inputs. Pat Gavlin 2018-01-22 11:47:14 -0800
  • 600b267318 Fix `pulumi preview` by setting `UpdateOptions.DryRun`. Pat Gavlin 2018-01-22 11:20:00 -0800
  • 93a80b6818
    Add console link to OperationsProvider/ResourceData khyperia 2018-01-22 10:23:13 -0800
  • 4bb86116d0
    Merge pull request #821 from pulumi/recover-in-test Matthew Riley 2018-01-22 10:08:15 -0800
  • d6c798ee52
    Add a commentChars parameter to EmitHeaderWarning (#827) Joe Duffy 2018-01-22 09:32:37 -0800
  • f860d1676a Add a commentChars parameter to EmitHeaderWarning joeduffy 2018-01-22 09:04:38 -0800
  • 0f10dd6bf9 Run 'npm install' to get test dependencies Chris Smith 2018-01-21 13:49:40 -0800
  • af0d05deb8 Implement GetHistory for cloud backend Chris Smith 2018-01-21 12:35:02 -0800
  • 726cd50b1c Add git-related env data to UpdateInfo Chris Smith 2018-01-21 12:20:00 -0800
  • 125e97cd0a Add tests Chris Smith 2018-01-21 10:31:58 -0800
  • 834950d0fa Implement GetHistory for local backend Chris Smith 2018-01-20 20:39:05 -0800
  • 1526eaa232 Add pulumi history command Chris Smith 2018-01-20 19:32:22 -0800
  • 6f6fca7592
    Export resource change counts from engine (#823) Chris Smith 2018-01-20 19:15:19 -0800
  • a4f087460f
    Fix false-positives in login verification (#825) Chris Smith 2018-01-20 19:11:38 -0800
  • db4b50ee1d Address PR feedback Chris Smith 2018-01-20 18:42:03 -0800
  • a0e4f69094 Fix false-positives in login verification Chris Smith 2018-01-20 15:17:16 -0800
  • f21c462e1b Report no changes for dry-runs Chris Smith 2018-01-20 12:15:28 -0800
  • 7a5ac5ce06 Export resource change counts from engine Chris Smith 2018-01-20 12:07:03 -0800
  • 580bbcb3ca Avoid resource leaks by recovering from panics in integration tests Matthew Riley 2018-01-19 23:07:38 -0800
  • b56e90ab2a Ensure resources are always parented to a stack Matt Ellis 2018-01-19 14:17:28 -0800
  • 77c883ce98 Ensure resources are always parented to a stack Matt Ellis 2018-01-19 14:17:28 -0800
  • 0d47915beb Provide a better error message for stack init when not logged in Matt Ellis 2018-01-18 16:08:58 -0800
  • 41db5d881d Change `--preview`'s short flag back to `-n` Matt Ellis 2018-01-18 15:49:29 -0800
  • cc04cd6581 Use per stack key for local stacks instead of per project Matt Ellis 2018-01-16 11:41:05 -0800
  • 22938f07be Pretty-print some JSON files we persist to disk Matt Ellis 2018-01-18 16:42:39 -0800
  • a9c243308f Pretty-print some JSON files we persist to disk Matt Ellis 2018-01-18 16:42:39 -0800
  • c8511c5a98 Provide a better error message for stack init when not logged in Matt Ellis 2018-01-18 16:08:58 -0800
  • 9ebabcf81b Change `--preview`'s short flag back to `-n` Matt Ellis 2018-01-18 15:49:29 -0800
  • c58f4aac66 Use per stack key for local stacks instead of per project Matt Ellis 2018-01-16 11:41:05 -0800
  • 3a3d0698ae
    Surface update options to the service (#806) Chris Smith 2018-01-18 11:10:15 -0800
  • ea7beb8dfe Address PR feedback Chris Smith 2018-01-18 08:53:13 -0800
  • 57dc8bb00c Expand flags, use colorFlag Chris Smith 2018-01-17 13:55:35 -0800
  • a0494389b8 Update Gopkg.lock Chris Smith 2018-01-17 10:13:27 -0800
  • 8f7f9fa8fd Add --color as string flag, prase and set UpdateOptions separately Chris Smith 2018-01-17 08:37:38 -0800
  • 5f43d9bc07 Merge 22e5edb754 into c506549a25 Chris Smith 2018-01-17 04:05:59 +0000
  • 22e5edb754 Fix panic when langhost not found Chris Smith 2018-01-16 20:04:07 -0800
  • 51b8a419bb Dupliciate command-line flags Chris Smith 2018-01-16 19:44:34 -0800
  • fb3b4b3c19 Set Events for previews (removed by mistake) Chris Smith 2018-01-16 19:32:12 -0800
  • c506549a25 Remove MustFprintf in favor of explicitly dropping errors Matt Ellis 2018-01-16 17:32:49 -0800
  • 44d1bf52d4 Remove MustFprintf in favor of explicitly dropping errors Matt Ellis 2018-01-16 17:32:49 -0800
  • d7e894c13b Update Gopkg.lock (only inputs-digest changed) Chris Smith 2018-01-16 13:29:41 -0800
  • 40ff2b37c0 Fix issue with opts.Color not being initialized Chris Smith 2018-01-16 11:41:30 -0800
  • 08f4f8bd9d Lint Chris Smith 2018-01-16 10:06:02 -0800
  • ef4bd47508 Wire UpdateOptions to service Chris Smith 2018-01-16 09:31:30 -0800
  • 17662ae59f Unify parsing of update-related flags Chris Smith 2018-01-16 09:20:39 -0800
  • cecdc40db1 Unify {Deploy,Destroy,Preview}Options Chris Smith 2018-01-16 07:44:56 -0800
  • 34984ba1cb
    Delete the old IDL compiler (#801) Joe Duffy 2018-01-13 15:11:52 -0800
  • 560866fa27 Delete the old IDL compiler joeduffy 2018-01-13 14:17:53 -0800