Commit Graph

  • a94c907a66 Handle replacements properly Cyrus Najmabadi 2018-07-31 19:37:42 -0700
  • 6c03341250 Replacement work. Cyrus Najmabadi 2018-07-31 18:58:32 -0700
  • 81c8e4bdd5 Address PR feedback Chris Smith 2018-07-31 18:09:58 -0700
  • 756642c0af Add optional CI properties to environment metadata Chris Smith 2018-07-31 17:47:08 -0700
  • e6906c35d1
    Add per-resource states swgillespie/per-resource-states Sean Gillespie 2018-07-31 14:43:22 -0700
  • 39d90882d8 Prefer "up" over "update" (#1672) Joe Duffy 2018-07-31 10:22:16 -0700
  • b4bfc48db8 Go back to capturing *non-user* modules by 'require' reference. (#1655) CyrusNajmabadi 2018-07-31 11:37:46 -0400
  • ba796d6650 Upgrade Node.js SDK to TypeScript 3.0 (#1669) Joe Duffy 2018-07-30 23:19:28 -0700
  • 39831058b3 Bump versions in compat test Matt Ellis 2018-07-29 22:10:29 -0700
  • a5fceb1fd7 Lock to same version of dep as *nix builds Matt Ellis 2018-07-29 17:23:37 -0700
  • 76eea4863a
    Prefer "up" over "update" (#1672) Joe Duffy 2018-07-31 10:22:16 -0700
  • be68554b3b Prefer "up" over "update" joeduffy 2018-07-31 09:04:27 -0700
  • 2e5e23fc78 Tiny tweak to error message. Cyrus Najmabadi 2018-07-31 08:38:32 -0700
  • d19942f2b0
    Go back to capturing *non-user* modules by 'require' reference. (#1655) CyrusNajmabadi 2018-07-31 11:37:46 -0400
  • ae4302bc7c Restore some formatting. Cyrus Najmabadi 2018-07-31 07:33:28 -0700
  • 3815a6233b Restore file. Cyrus Najmabadi 2018-07-31 07:31:47 -0700
  • a98f34575f Add back the name updating. Cyrus Najmabadi 2018-07-31 07:30:48 -0700
  • 23cb968cd0 Config changes Cyrus Najmabadi 2018-07-31 07:24:37 -0700
  • 091c0e1c23
    Upgrade Node.js SDK to TypeScript 3.0 (#1669) Joe Duffy 2018-07-30 23:19:28 -0700
  • b878ea6cd4 Upgrade Node.js SDK to TypeScript 3.0 joeduffy 2018-07-30 22:45:24 -0700
  • 0c95a1adf4 Linting. Cyrus Najmabadi 2018-07-30 21:39:18 -0700
  • 99bdf9d854 Extract function. Cyrus Najmabadi 2018-07-30 19:27:01 -0700
  • 221335bc80 Update tests. Cyrus Najmabadi 2018-07-30 17:41:48 -0700
  • 7b578e1b80 Remove warning now that we've informed users of the recommend style for long enough. Cyrus Najmabadi 2018-07-30 14:12:16 -0700
  • 3682a98f33
    Typo fix Sean Gillespie 2018-07-30 13:57:08 -0700
  • 6c58f45439
    Add a semantic "relinquish" operation to the engine Sean Gillespie 2018-07-30 11:03:50 -0700
  • 91247f2e19 Bump versions in compat test Matt Ellis 2018-07-29 22:10:29 -0700
  • f6571980ba Lock to same version of dep as *nix builds Matt Ellis 2018-07-29 17:23:37 -0700
  • f60db6365b
    Transition to use V2 Resources by default Sean Gillespie 2018-07-30 10:13:05 -0700
  • e9112c8219 Rebase against master Sean Gillespie 2018-07-30 09:45:00 -0700
  • 4079ee9d7a Fix an omission of OpReadReplace from the step list Sean Gillespie 2018-07-24 11:24:53 -0700
  • 796f903cdd Add a number of tests for read resources, especially around replacement Sean Gillespie 2018-07-23 11:38:24 -0700
  • 62d2103b80 Place read resources in the snapshot with "external" bit set Sean Gillespie 2018-07-23 16:42:47 -0700
  • b21b459a52 Protobuf changes to record dependencies for read resources Sean Gillespie 2018-07-23 16:36:31 -0700
  • bfba18c634
    Rebase against master swgillespie/read-resources-2 Sean Gillespie 2018-07-30 09:23:44 -0700
  • 901a0905cd Add a number of tests for read resources, especially around replacement Sean Gillespie 2018-07-23 11:38:24 -0700
  • 27d2cdc5dc Place read resources in the snapshot with "external" bit set Sean Gillespie 2018-07-17 20:18:54 -0700
  • 88ffe6c20d Protobuf changes to record dependencies for read resources Sean Gillespie 2018-07-23 16:36:31 -0700
  • 86c60957eb Bump versions in compat test Matt Ellis 2018-07-29 22:10:29 -0700
  • 149528aaa0
    Merge a2af30f06f into ad3b931bea Chris Smith 2018-07-30 03:02:45 +0000
  • c4d53c13af Lock to same version of dep as *nix builds Matt Ellis 2018-07-29 17:23:37 -0700
  • ad3b931bea
    Merge pull request #1664 from pulumi/swgillespie/resource-break Sean Gillespie 2018-07-27 18:44:37 -0700
  • d70d36b887
    Handle non-{unknown,partial} statuses in Create/Update. (#1663) Pat Gavlin 2018-07-27 16:08:11 -0700
  • d22424933c Handle non-{unknown,partial} statuses in Create/Update. Pat Gavlin 2018-07-27 15:41:11 -0700
  • 48d095d66f Remove "down" operation for migration - it is not semantically valid in general. Sean Gillespie 2018-07-27 14:22:16 -0700
  • 9ca76b65c0
    Round out V2 breaking changes for Resource Sean Gillespie 2018-07-27 13:53:14 -0700
  • 0054df46e4
    Merge 6a7b9ce324 into f58ea68a7d CyrusNajmabadi 2018-07-27 19:43:54 +0000
  • a64e422865
    hack around Next not being a channel swgillespie/parallel-chain Sean Gillespie 2018-07-26 15:45:26 -0700
  • 709da17d2d
    before fixup Sean Gillespie 2018-07-26 14:46:51 -0700
  • 15cef16dca Make minor improvements to `pulumi new` joeduffy 2018-07-26 10:30:09 -0700
  • 21ecabe978
    Prototype a graphql viewer for snapshots swgillespie/prototype-graphql Sean Gillespie 2018-07-26 14:13:08 -0700
  • 967c17f9f3 Add docs. Cyrus Najmabadi 2018-07-25 18:06:20 -0700
  • 06c5073c76 We shoudl throw a serialization exception if you capture an @pulumi module. Cyrus Najmabadi 2018-07-25 17:59:48 -0700
  • 0d8d7631fc Merge remote-tracking branch 'origin/master' into features/moduleCapture Cyrus Najmabadi 2018-07-25 17:58:18 -0700
  • f58ea68a7d
    Make minor improvements to `pulumi new` (#1659) Joe Duffy 2018-07-26 15:49:12 -0700
  • 216603dcba
    (hack) fix up partial state failures Sean Gillespie 2018-07-25 17:01:23 -0700
  • 48df5bfe1e
    Update pulumi/pulumi to run on Nodejs v10. (#1658) CyrusNajmabadi 2018-07-25 16:55:20 -0700
  • 01abc56793
    Default to GOMAXPROC if no parallelism level is requested Sean Gillespie 2018-07-25 16:30:52 -0700
  • 09dea5fa2a
    implement cancellation correctly Sean Gillespie 2018-07-25 16:30:41 -0700
  • 655d8df9d2
    guard against concurrent modifications in plan callbacks Sean Gillespie 2018-07-25 16:09:20 -0700
  • 476bea8437
    Clean up a few bugs, works mostly when running on real resources but has trouble with errors Sean Gillespie 2018-07-25 15:26:28 -0700
  • e72ca2a66a Shuffle versions. Cyrus Najmabadi 2018-07-25 13:31:07 -0700
  • 0d458c47eb Add comment. Cyrus Najmabadi 2018-07-25 12:10:01 -0700
  • f9f8488ee0 Don't fail on node6. Cyrus Najmabadi 2018-07-25 12:09:08 -0700
  • 5be0460a57 Update comment. Cyrus Najmabadi 2018-07-25 11:55:20 -0700
  • b08beb13b9 Actually figure out position in node10 Cyrus Najmabadi 2018-07-25 11:53:14 -0700
  • ef4ebc43fe Cleaner way Cyrus Najmabadi 2018-07-25 11:19:07 -0700
  • 4d317d45b1 Remove unnecessary name. Cyrus Najmabadi 2018-07-25 11:12:58 -0700
  • 526355e82b Unify travis scripts ellismg/compose-build Matt Ellis 2018-07-25 11:11:15 -0700
  • 2798efb943 Initial 'poor mans' support for Nodejs v10. Cyrus Najmabadi 2018-07-25 11:08:29 -0700
  • ea3730de25 revert. Cyrus Najmabadi 2018-07-24 18:37:39 -0700
  • 99721bf84c Make 'Config' capturable without hacks. Cyrus Najmabadi 2018-07-24 18:36:37 -0700
  • 61ebcbd2e2 Ignore node_modules. Cyrus Najmabadi 2018-07-24 17:01:01 -0700
  • 16133c122e Merge branch 'localBuilding' into features/moduleCapture Cyrus Najmabadi 2018-07-24 16:57:22 -0700
  • 96db048818
    hack together some end to end stuff Sean Gillespie 2018-07-24 16:27:30 -0700
  • b90235c611
    Add license fields to package.json. (#1656) CyrusNajmabadi 2018-07-24 16:10:13 -0700
  • c0145741c2 Add license fields to package.json. Cyrus Najmabadi 2018-07-24 15:42:28 -0700
  • 6e63014992
    pre surgery Sean Gillespie 2018-07-24 14:36:32 -0700
  • 1ec4939b63 Fix test helper. Cyrus Najmabadi 2018-07-24 12:07:09 -0700
  • 83df49f866 Build feature branches. Cyrus Najmabadi 2018-07-24 11:44:41 -0700
  • 4a8611a780 Fix test helper. Cyrus Najmabadi 2018-07-24 11:43:22 -0700
  • 4d74013b95 Remove logging. Cyrus Najmabadi 2018-07-24 11:40:37 -0700
  • 1dd42000ec
    Merge d28bc48c15 into 61324d5540 CyrusNajmabadi 2018-07-24 18:25:13 +0000
  • d28bc48c15 Make test stable in CI. Cyrus Najmabadi 2018-07-24 11:25:04 -0700
  • de261e1486 Go back to capturing *non-user* modules by 'require' reference. Cyrus Najmabadi 2018-07-23 18:11:57 -0700
  • 6a7b9ce324 Merge branch 'localBuilding' of github.com:pulumi/pulumi into localBuilding Cyrus Najmabadi 2018-07-22 13:42:43 -0700
  • a03daf726d Do blow away the existing node_modules before copying over the current ones. Cyrus Najmabadi 2018-07-22 13:41:09 -0700
  • 31cbe9677f
    Update Makefile CyrusNajmabadi 2018-07-22 13:34:01 -0700
  • 6c3ea3a877 Improve the experience when building locally. Cyrus Najmabadi 2018-07-22 13:30:17 -0700
  • fc1cb17d0a
    Merge e85eff7fec into 61324d5540 Chris Smith 2018-07-22 00:20:59 +0000
  • 61324d5540 Print CLI warning for resource init failures Alex Clemmer 2018-07-20 11:55:26 -0700
  • f037c7d143 Checkpoint resource initialization errors Alex Clemmer 2018-07-18 19:52:01 -1000
  • f9aa14e91d Print CLI warning for resource init failures Alex Clemmer 2018-07-20 11:55:26 -0700
  • 5870adf06c Checkpoint resource initialization errors Alex Clemmer 2018-07-18 19:52:01 -1000
  • 7889dc16b4 Debug justin/newgit Justin Van Patten 2018-07-20 16:40:39 -0700
  • 035ff138cf WIP Justin Van Patten 2018-07-13 08:24:36 -0700
  • 80c28c00d2
    Add a migrate package for migrating to and from differently-versioned API types (#1647) Sean Gillespie 2018-07-20 13:31:41 -0700
  • f1d8a752f1 Merge branch 'master' into release/0.14 v0.14.3 release/0.14 Matt Ellis 2018-07-20 10:12:20 -0700
  • e85eff7fec Add git ref to environment map add-git-ref-info Chris Smith 2018-07-19 22:11:46 -0700
  • 57ae7289f3
    Work around a potentially bad assert in the engine (#1644) v0.14.4-dev Sean Gillespie 2018-07-18 15:48:55 -0700