Commit Graph

  • 36ba0401cc Don't make mirrors out of mirrors. Cyrus Najmabadi 2018-10-27 00:41:16 -0700
  • bf68abd642 More mirror work Cyrus Najmabadi 2018-10-27 00:08:05 -0700
  • c2b19d043a Merge branch 'node11' into fullMirrorConversion Cyrus Najmabadi 2018-10-27 00:05:43 -0700
  • f72f8fdf2c Merge branch 'regexTest' into node11 Cyrus Najmabadi 2018-10-27 00:05:29 -0700
  • e20bbfcbbc Add a simple test to validate a regex without flags. Cyrus Najmabadi 2018-10-27 00:03:58 -0700
  • 1c4f19c71d Merge branch 'node11' into fullMirrorConversion Cyrus Najmabadi 2018-10-26 23:58:25 -0700
  • 78649bbeab Merge remote-tracking branch 'origin/master' into node11 Cyrus Najmabadi 2018-10-26 23:53:03 -0700
  • 4d326c7d01 Only marshall across the 'source' and 'flags' for a RegExp when serializing. Cyrus Najmabadi 2018-10-26 23:52:48 -0700
  • 1d7f35352d
    Properly serialize certain special JavaScript number values that JSON serialization cannot handle. (#2116) CyrusNajmabadi 2018-10-26 23:46:57 -0700
  • 3d1dc9725a regexwork Cyrus Najmabadi 2018-10-26 23:46:44 -0700
  • 4a2ec7b22a Merge branch 'node11' into fullMirrorConversion Cyrus Najmabadi 2018-10-26 23:14:46 -0700
  • c349ddeb12 Merge branch 'specialValueSerialization' into node11 Cyrus Najmabadi 2018-10-26 23:06:35 -0700
  • 335c7d0720 Properly serialize certain special JavaScript number values that JSON serialization cannot handle. Cyrus Najmabadi 2018-10-26 23:04:24 -0700
  • 1aaf914177 Merge branch 'node11' into fullMirrorConversion Cyrus Najmabadi 2018-10-26 21:44:02 -0700
  • 3725496371 Only call function when we know we have a Function. Remove redundant null check. Cyrus Najmabadi 2018-10-26 21:18:09 -0700
  • b19debad4e More work Cyrus Najmabadi 2018-10-26 21:16:54 -0700
  • d1d2ceaedd Add create, createMap, and createGroupByMap combinators joeduffy 2018-10-26 20:49:16 -0700
  • 74672857fd Remove `pulumi archive` and archive uploading code Matt Ellis 2018-10-26 16:08:18 -0700
  • 5ef1a04228 Add array type. Cyrus Najmabadi 2018-10-26 17:44:55 -0700
  • 5ef369e5be Fix a few issues in the Go language provider Pat Gavlin 2018-10-26 10:22:58 -0700
  • 35cf636071 more progress. Cyrus Najmabadi 2018-10-26 17:36:40 -0700
  • 15b70e33b5 Merge branch 'node11' into fullMirrorConversion Cyrus Najmabadi 2018-10-26 17:32:37 -0700
  • b237702666 Remove `pulumi archive` and archive uploading code Matt Ellis 2018-10-26 16:08:18 -0700
  • 0ac55b382c Move property access behind helpers so they can move to the Inspector API in the future. Cyrus Najmabadi 2018-10-26 17:16:26 -0700
  • c53074d378 Merge branch 'node11' into fullMirrorConversion Cyrus Najmabadi 2018-10-26 16:20:28 -0700
  • 8c2af6426a Make functions async. They'll need to be async once we move to the Inspector api. Cyrus Najmabadi 2018-10-26 16:12:33 -0700
  • 7d077318e6 more work Cyrus Najmabadi 2018-10-26 16:10:58 -0700
  • 99aa5f089e Merge branch 'node11' into fullMirrorConversion Cyrus Najmabadi 2018-10-26 15:55:14 -0700
  • a914e319ad Make functions async. They'll need to be async once we move to the Inspector api. Cyrus Najmabadi 2018-10-26 15:53:58 -0700
  • c415a5f03b Make functions async. They'll need to be async once we move to the Inspector api. Cyrus Najmabadi 2018-10-26 15:51:19 -0700
  • c65c2b544f Introduce helper bridge method for the simple case of making an entry for a string. Cyrus Najmabadi 2018-10-26 15:49:48 -0700
  • 2dddee3b85 more work Cyrus Najmabadi 2018-10-26 15:47:15 -0700
  • 838a697c98 More type safety. Cyrus Najmabadi 2018-10-26 15:43:26 -0700
  • 5b97cf5cd1 Don't prompt if you want to continue when --skip-preview is passed Matt Ellis 2018-10-26 14:50:47 -0700
  • d0d2bb07c0 Slow and steady. Cyrus Najmabadi 2018-10-26 15:39:11 -0700
  • 09f59e959c
    Try not setting PYTHONPATH Sean Gillespie 2018-10-26 15:37:04 -0700
  • 09e4da8d51 Cleanup comments and extract helper. Cyrus Najmabadi 2018-10-26 15:10:46 -0700
  • 92c7e039c3 In progress Cyrus Najmabadi 2018-10-26 15:03:39 -0700
  • c589b301f8
    Implement RPC for Python 3 Sean Gillespie 2018-10-26 14:52:49 -0700
  • 85623d6c4d
    Implement Output for Python (#2107) Sean Gillespie 2018-10-26 14:52:30 -0700
  • 98d18a7020 Don't prompt if you want to continue when --skip-preview is passed Matt Ellis 2018-10-26 14:50:47 -0700
  • b1024a1c76 Remove unnecesssary check. Cyrus Najmabadi 2018-10-26 14:44:31 -0700
  • c66342568e More work Cyrus Najmabadi 2018-10-26 14:17:43 -0700
  • d4a69eb5e5 Tyring to fully convert to mirrors Cyrus Najmabadi 2018-10-26 13:32:22 -0700
  • 06488ae657
    Implement Output for Python Sean Gillespie 2018-10-26 13:05:28 -0700
  • 19cf3c08fa Add `--json` flag to `pulumi stack ls` Matt Ellis 2018-10-25 13:56:30 -0700
  • 53aea7bc12
    Begin Python 3 conversion (#2103) Sean Gillespie 2018-10-26 11:05:45 -0700
  • 8848b843be
    work swgillespie/python3-next Sean Gillespie 2018-10-26 10:54:15 -0700
  • 5f220bb501
    tests and fixes Sean Gillespie 2018-10-26 10:46:01 -0700
  • b715758efb Add `--json` flag to `pulumi stack ls` Matt Ellis 2018-10-25 13:56:30 -0700
  • 61a4657534
    enough for tonight Sean Gillespie 2018-10-25 21:19:41 -0700
  • 99336af7ce
    remove bad stuff Sean Gillespie 2018-10-25 20:33:55 -0700
  • ef38529fce
    runtime progress Sean Gillespie 2018-10-25 20:14:45 -0700
  • 65edea8c00 Merge branch 'node11' into node11_2 Cyrus Najmabadi 2018-10-25 19:23:08 -0700
  • e84eab0d9f Add Node 11 scouting build Matt Ellis 2018-10-25 15:10:42 -0700
  • 1abe69e795 Move processing of well-known globals into the v8 layer. We'll need this so that we can map from RemoteObjectIds back to these well known values. Cyrus Najmabadi 2018-10-25 18:10:25 -0700
  • eeb3a315ec Add Node 11 scouting build Matt Ellis 2018-10-25 15:10:42 -0700
  • f91cfa5bb7 Slowly fleshing out support. Cyrus Najmabadi 2018-10-25 16:51:16 -0700
  • e969338438 Simplify API. Cyrus Najmabadi 2018-10-25 16:04:46 -0700
  • 08ce49feee
    Begin Python 3 conversion Sean Gillespie 2018-10-25 15:39:29 -0700
  • 1ba2c2daae Make v8 primitives async as there is no way to avoid async in node11. Cyrus Najmabadi 2018-10-25 15:04:20 -0700
  • db1c646c94 Don't error in `pulumi stack output` when there is no root resource Matt Ellis 2018-10-25 13:14:36 -0700
  • a648877270 Don't error in `pulumi stack output` when there is no root resource Matt Ellis 2018-10-25 13:14:36 -0700
  • ae1a2e8b7e
    Fail closure serialization in Node 11 (#2098) Sean Gillespie 2018-10-25 10:55:47 -0700
  • 853386344d
    CR feedback Sean Gillespie 2018-10-25 09:41:05 -0700
  • aed69aea70
    Fail closure serialization in Node 11 Sean Gillespie 2018-10-24 16:57:05 -0700
  • 3ecd1ddeb0
    Support colors in CI/CD environments (#2094) CyrusNajmabadi 2018-10-24 14:45:15 -0700
  • c1bef7a8d0 Comments Cyrus Najmabadi 2018-10-24 13:51:54 -0700
  • f324a460e9
    Remove references to Pulumi private clouds (#2095) Chris Smith 2018-10-24 13:50:35 -0700
  • 10bcf800f0 Comment. Cyrus Najmabadi 2018-10-24 13:49:07 -0700
  • 11640dfe82 Undo Cyrus Najmabadi 2018-10-24 13:46:41 -0700
  • d88f2df147 Undo Cyrus Najmabadi 2018-10-24 13:45:28 -0700
  • f5bcd818de Override loreley Cyrus Najmabadi 2018-10-24 13:36:06 -0700
  • 2d54203c6a nolint. Cyrus Najmabadi 2018-10-24 13:32:29 -0700
  • f50d87cf2a nolint. Cyrus Najmabadi 2018-10-24 13:25:29 -0700
  • 69dde6dde4 More logging. Cyrus Najmabadi 2018-10-24 13:22:56 -0700
  • d1271f9a43 More logging. Cyrus Najmabadi 2018-10-24 13:21:05 -0700
  • 42cdaf318d No tests. Cyrus Najmabadi 2018-10-24 12:57:24 -0700
  • d4c5caf2c1 Don't lint or test. Cyrus Najmabadi 2018-10-24 12:52:24 -0700
  • 78aef6d6e5 Log color info. Cyrus Najmabadi 2018-10-24 12:41:51 -0700
  • 60e9aa9378 Remove vestigial PPC API types Chris Smith 2018-10-24 12:38:09 -0700
  • f8016dc4fe Remove PPC references in int. testing fx Chris Smith 2018-10-24 12:35:20 -0700
  • dfc13100c4 Remove --ppc arg of stack init Chris Smith 2018-10-24 12:30:59 -0700
  • 64a8409efc Update comment wording Chris Smith 2018-10-24 12:28:55 -0700
  • cf2bfae453 Update issue reference to source Chris Smith 2018-10-24 12:28:40 -0700
  • 82db27e360 Remove TODO for issue since fixed in PPCs. Chris Smith 2018-10-24 12:28:23 -0700
  • b14d259365
    Split large events into multiple log entries. (#2092) Pat Gavlin 2018-10-23 14:59:30 -0700
  • 052bc69a52
    Add gitlab metadata - Part 1 (#2090) Praneet Loke 2018-10-23 14:53:52 -0700
  • 4d5a2712af Fix a bug. Pat Gavlin 2018-10-23 14:30:41 -0700
  • e70c5d385e
    Enable gzip compression on the wire (#2074) Sean Gillespie 2018-10-23 14:11:40 -0700
  • 9f815caa74 Detect if vcs kind is Azure instead of assuming that. Other minor changes for review comments. Praneet Loke 2018-10-23 14:09:39 -0700
  • 15dc4772d1 Appease linters + PR feedback Pat Gavlin 2018-10-23 13:51:15 -0700
  • 15dbbed8aa Updated a comment. Praneet Loke 2018-10-23 13:02:21 -0700
  • 1af799ca69 Split large events into multiple log entries. Pat Gavlin 2018-10-23 12:43:20 -0700
  • 112423dacb Replace a nolint comment for ignoring an empty block with contract.IgnoreError() instead. Updated some comments. Praneet Loke 2018-10-23 12:44:52 -0700
  • 9eff53610a Address review comments. Use a struct to return values after trying to detect the VCS info. Updated the git_test file to use golang's idiomatic test tables pattern. Some other minor review comments related updates. Praneet Loke 2018-10-23 12:18:35 -0700
  • 10534f7890 Added a regex specific to Azure's DevOps VCS since it is completely different from the rest. Added unit tests for Azure DevOps. Updated the stack tags logic to always set the github stack tags regardless of the type of VCS that was detected as these were always set in the past independent of the VCS. This is for backwards-compatibility for the UI until the UI is updated. Praneet Loke 2018-10-23 10:47:35 -0700
  • 72a6ed320c
    Do not propose replacement of providers in preview. (#2088) Pat Gavlin 2018-10-23 10:23:28 -0700
  • 28bff88aa9 Install nfpm in Travis as part of the toolchain packaging James Nugent 2018-10-22 13:24:05 -0700
  • 36b4a64b24 Fix a typo in the if-condition. Praneet Loke 2018-10-22 18:09:15 -0700