Commit Graph

  • b7778c84c5 Add `--preserve-config` to `pulumi stack rm` Matt Ellis 2018-11-09 13:27:27 -0800
  • f3577514e3
    CR feedback Sean Gillespie 2018-11-09 13:29:22 -0800
  • f625376915
    Fix presentation of RunErrors (#2188) Sean Gillespie 2018-11-09 12:55:10 -0800
  • 3c75c3fcc4 Fix presentation of RunErrors Sean Gillespie 2018-11-09 11:18:29 -0800
  • 6e8cf85af7
    Fix presentation of RunErrors swgillespie/config-message Sean Gillespie 2018-11-09 11:18:29 -0800
  • c63c43b3a9 Add missing annotation Chris Smith 2018-11-09 11:11:05 -0800
  • 54c1b85dd5 Fix, formalize and add tests for property rewrites Sean Gillespie 2018-11-08 17:02:37 -0800
  • 8b76fd53d1
    Record engine events (#2168) Chris Smith 2018-11-09 10:01:29 -0800
  • be661ded26 Use cmdutil.IsTruthy Chris Smith 2018-11-08 12:07:40 -0800
  • 97cfa09511 Persist engine events in the service Chris Smith 2018-11-08 09:08:29 -0800
  • eb0a67fe71 Add more comments to runEngineAction Chris Smith 2018-11-08 09:08:17 -0800
  • 6ad0ddcfb5 apitypes for surfacing engine events Chris Smith 2018-11-08 08:56:25 -0800
  • b753341686
    Exclude the unscriptable-object rule (#2184) Pat Gavlin 2018-11-08 18:26:13 -0800
  • e74388b48d Scout Go 1.10 Pat Gavlin 2018-11-08 17:58:13 -0800
  • f66e33fe1c Exclude the unscriptable-object rule Pat Gavlin 2018-11-08 17:56:08 -0800
  • 170541546e
    Disable the config capture tests (#2183) Pat Gavlin 2018-11-08 17:45:51 -0800
  • 743e7ebef7 Disable the other config capture test. Pat Gavlin 2018-11-08 17:07:04 -0800
  • 5d5132c621 Disable the config capture test Pat Gavlin 2018-11-08 16:56:28 -0800
  • b5450d41af Use Infof instead of Infoln when we have format strings Matt Ellis 2018-11-05 15:22:39 -0800
  • 6c7092ff65 Pass -count=1 to disable result caching on go 1.10 and above Matt Ellis 2018-11-05 14:34:48 -0800
  • 33ec9103c7 Use go 1.11 in CI Matt Ellis 2018-11-08 12:26:22 -0800
  • 992b048dbf Adopt golangci-lint and address issues Matt Ellis 2018-11-05 13:36:35 -0800
  • adb0d9aee6 Use pipenv from the toolset Matt Ellis 2018-11-06 12:25:58 -0800
  • c398e8ba80 Don't write a lock file when installing test packages Matt Ellis 2018-11-07 16:26:53 -0800
  • 369f5c13e2 Use pipenv from the toolset Matt Ellis 2018-11-06 12:25:58 -0800
  • 4defd64e0a
    Support specifying template names to `pulumi up` (#2177) Justin Van Patten 2018-11-08 10:43:10 -0800
  • d3ec63cd1d
    Use proj description when there's no template desc (#2179) Justin Van Patten 2018-11-08 10:42:26 -0800
  • e1d1366f3b
    Don't show `new` prelude when `-g` is specified (#2178) Justin Van Patten 2018-11-08 10:42:00 -0800
  • a7990d612c Don't write a lock file when installing test packages Matt Ellis 2018-11-07 16:26:53 -0800
  • 9c82082a57
    Implement RegisterResourceOutputs for Python 3 (#2173) Sean Gillespie 2018-11-08 09:44:34 -0800
  • a59ffb0eb0 Use proj description when there's no template desc Justin Van Patten 2018-11-08 09:16:10 -0800
  • fe523793f0 Don't show `new` prelude when `-g` is specified Justin Van Patten 2018-11-08 08:55:11 -0800
  • 06fb37fa64 Support specifying template names to `pulumi up` Justin Van Patten 2018-11-08 08:29:20 -0800
  • 08fc305b7f
    Prevent resource registration from overwriting unknown properties at random points in the future. (#2176) CyrusNajmabadi 2018-11-07 20:24:16 -0800
  • e03b12f8d0 Update python side. Cyrus Najmabadi 2018-11-07 19:52:07 -0800
  • 6172065763 Prevent resource registration from overwriting unknown properties at random points in the future. Cyrus Najmabadi 2018-11-07 16:25:54 -0800
  • 7a9337f2ea
    Fix one more reference to stack_outputs Sean Gillespie 2018-11-07 16:28:21 -0800
  • 080b4dde8f
    CR: Rename stack_output -> export Sean Gillespie 2018-11-07 14:14:16 -0800
  • 1644536540
    Implement Invoke for Python 3 Sean Gillespie 2018-11-07 14:05:41 -0800
  • cff041641d
    Implement RegisterResourceOutputs for Python 3 Sean Gillespie 2018-11-07 11:15:45 -0800
  • 4ae39b8bec
    Ask for the newest Python 3 instead of 3.6 specifically (#2165) v0.16.4-dev Sean Gillespie 2018-11-06 10:38:46 -0800
  • 30b26a5203 Require Node 11 run to pass v0.16.3-rc2 v0.16.3 Matt Ellis 2018-11-05 11:17:48 -0800
  • bfd22b6cf3 Get closure serialiation working in Node11 (#2101) CyrusNajmabadi 2018-11-01 15:46:21 -0700
  • 4c5e4c776d Ensure method always returns a boolean. (#2120) CyrusNajmabadi 2018-10-28 13:02:37 -0700
  • b6ebb55fe9 Add test with complex output scenarios. (#2118) CyrusNajmabadi 2018-10-28 13:02:25 -0700
  • 3f701e6c80 Cleanup a little code in closure creation. (#2122) CyrusNajmabadi 2018-10-28 13:02:04 -0700
  • 4a056c05d5 Produce values like the v8 Inspector does. (#2119) CyrusNajmabadi 2018-10-28 01:01:48 -0700
  • 41f4bfa31c Add a simple test to validate a regex without flags. (#2117) CyrusNajmabadi 2018-10-27 00:42:52 -0700
  • 200b032333 Properly serialize certain special JavaScript number values that JSON serialization cannot handle. (#2116) CyrusNajmabadi 2018-10-26 23:46:57 -0700
  • 851a34dc7c Add Node 11 scouting build Matt Ellis 2018-10-25 15:10:42 -0700
  • 46b3e22800
    Remove PythonVersion from test opts Sean Gillespie 2018-11-05 16:59:35 -0800
  • 1863b7dd0c
    Ask for the newest Python 3 instead of 3.6 specifically Sean Gillespie 2018-11-05 15:59:02 -0800
  • 36c88aab37
    Fix Python support in integration test framework (#2158) Sean Gillespie 2018-11-05 13:52:37 -0800
  • 1d3d01ab4d
    Remove code for installing packages from Dependencies Sean Gillespie 2018-11-05 13:18:15 -0800
  • 4e2a6aee0f
    Ensure we show the properties that changed when doing a multi-stage replace. (#2153) CyrusNajmabadi 2018-11-05 12:37:53 -0800
  • 1ea63761d9
    Fix log retrieval for lambdas. (#2160) CyrusNajmabadi 2018-11-05 12:27:11 -0800
  • 7d2c9ab5ce Remove Sames features/publish-engine-events Chris Smith 2018-11-05 12:10:05 -0800
  • aa018081b2 Require Node 11 run to pass Matt Ellis 2018-11-05 11:17:48 -0800
  • 9e796a8440
    Install packages via 'Dependencies' field Sean Gillespie 2018-11-05 11:35:56 -0800
  • 441576610f Require Node 11 run to pass Matt Ellis 2018-11-05 11:17:48 -0800
  • e19b1fa029 Run `gometalinter` once instead of three times Matt Ellis 2018-10-30 15:43:53 -0700
  • 762e70ee53 Fix log retrieval for lambdas. Cyrus Najmabadi 2018-11-05 11:11:33 -0800
  • 1e942ddf12 Use go 1.11 in CI Matt Ellis 2018-11-05 11:02:22 -0800
  • 46c504314b
    Fix Python support in integration test framework Sean Gillespie 2018-11-05 10:58:57 -0800
  • 7ed385b45b Simplify API types Chris Smith 2018-11-04 19:31:03 -0800
  • 56a58dba29 WIP - Persisting engine events as part of Pulumi API Chris Smith 2018-11-02 15:42:24 -0700
  • afd5391551 API types for recording engine events Chris Smith 2018-11-02 19:32:06 -0700
  • d2164ceaf0 Ensure we show the properties that changed when doing a multi-stage replace. Cyrus Najmabadi 2018-11-02 17:42:35 -0700
  • 0e868f15fc
    Add two new Python tests and fix bugs (#2147) Sean Gillespie 2018-11-02 16:50:10 -0700
  • 1d67e7921b Merge branch 'master' into release/0.16 v0.16.3-rc1 Luke Hoban 2018-11-02 16:12:07 -0700
  • 6f37445782
    Fix a few issues in the Go language provider (#2113) Pat Gavlin 2018-11-01 21:27:35 -0700
  • fe1d1c4018
    Add two new Python tests and fix bugs Sean Gillespie 2018-11-01 16:02:15 -0700
  • 901a238fd5
    Get closure serialiation working in Node11 (#2101) CyrusNajmabadi 2018-11-01 15:46:21 -0700
  • c3d9e8299f Merge remote-tracking branch 'origin/master' into node11 Cyrus Najmabadi 2018-11-01 15:00:15 -0700
  • 8ca2840577
    Enable and fix Pylint warnings (#2146) Sean Gillespie 2018-11-01 14:29:06 -0700
  • 18c7eeb1b0 Fix or ignore pylint warnings Sean Gillespie 2018-11-01 13:30:39 -0700
  • 5eaa1f019e Enable pylint warnings Sean Gillespie 2018-11-01 11:53:26 -0700
  • 91fc86d579 Promisify methods. Cyrus Najmabadi 2018-11-01 13:27:58 -0700
  • 6fa67329de
    Several gardening tasks for Python (#2145) Sean Gillespie 2018-11-01 12:58:45 -0700
  • 18d5146e40 Only allow getting a session when on Node11 or above. Cyrus Najmabadi 2018-11-01 12:33:14 -0700
  • 3cd31bdb7d Remove commented line. Cyrus Najmabadi 2018-11-01 12:24:37 -0700
  • 70362ca7f5
    Fix a bad merge Sean Gillespie 2018-11-01 12:04:07 -0700
  • a44f7fa9b2
    Back out of pipenv upgrade Sean Gillespie 2018-11-01 11:34:55 -0700
  • 0a76923c64
    Add CircleCI support (#2143) Chris Smith 2018-11-01 11:20:31 -0700
  • e85995b9da Several gardening tasks for Python Sean Gillespie 2018-11-01 10:48:32 -0700
  • 256bdff03d Add CircleCI support Chris Smith 2018-11-01 10:28:30 -0700
  • 946ca655d3
    Provide a Py hook for providers to rename props (#2140) Sean Gillespie 2018-11-01 10:25:47 -0700
  • 9aedb234af
    Tidy up some data structures (#2135) Joe Duffy 2018-11-01 08:28:11 -0700
  • 889476e0a1
    Add syntax sugar for dict outputs Sean Gillespie 2018-10-31 18:20:17 -0700
  • 895113de4d Be more careful with global state. Cyrus Najmabadi 2018-10-31 15:49:55 -0700
  • e187bc6195
    Provide a Py hook for providers to rename props Sean Gillespie 2018-10-31 15:22:43 -0700
  • 56be1a6677
    Implement RPC for Python 3 (#2111) Sean Gillespie 2018-10-31 13:35:31 -0700
  • 4ac37658c9
    Disable Python integration tests for now Sean Gillespie 2018-10-31 12:51:20 -0700
  • 68434d5ece
    Fix variable names and comments Sean Gillespie 2018-10-31 12:06:20 -0700
  • 3c60b14d98
    Provide a hook for resources to rename properties Sean Gillespie 2018-10-31 11:55:38 -0700
  • b748935753
    Do not assert on duplicate resources. (#2127) Pat Gavlin 2018-10-31 10:33:00 -0700
  • 9f97fd8490 Tidy up some data structures joeduffy 2018-10-30 17:15:34 -0700
  • 76d08f8590
    Simplify summary text. (#2136) CyrusNajmabadi 2018-10-30 21:57:38 -0700
  • 95a5ad4a21
    Merge pull request #2137 from pulumi/go-1.11-archive-hashes James Nugent 2018-10-30 22:47:10 -0500
  • 59a8a7fbfe Add Go 1.10+ versions of archive hashes in tests James Nugent 2018-10-30 21:59:36 -0500