Commit graph

4560 commits

Author SHA1 Message Date
stack72
ee67501151 Prepare for v1.14.0 release 2020-04-01 17:54:16 +01:00
Paul Stack
9575fde952
Merge pull request #4259 from pulumi/backport-2.0-fixes
Backport some of the fixes regarding builds back to master
2020-04-01 15:39:20 +01:00
stack72
7c1105a8b5 Don't tag as dirty build when only go.mod or sum changes 2020-04-01 12:18:06 +01:00
stack72
1f8754b3e9 Change golint-ci to use timeout not deadline 2020-04-01 12:15:03 +01:00
Evan Boyle
8a8f424628
disable go plugin acquisition (#4257) 2020-03-31 23:00:35 -07:00
Luke Hoban
dd9ed3c938
Support grpc-js plugin servers (#4253)
In order to support grpc-js gRPC servers, we need to slightly loosen
our checks on plugin readiness.  This change was already in the 2.x
branch, but porting back so that 1.x CLIs can also be compatible.

Fixes #4252.
2020-03-31 14:18:09 -07:00
Justin Van Patten
a5ca20bbf2
Specify StringComparison.Ordinal to StartsWith (#4244)
StartsWith does a culture-sensitive comparison by default, and in this case, we really just want an ordinal comparison.
2020-03-31 08:24:58 -07:00
Paul Stack
dfe0210fc4
Merge pull request #4251 from pulumi/fixup-get-py-version
Move BuildUtil class to sdk
2020-03-31 14:52:54 +01:00
stack72
a1af9289c3 Move BuildUtil class to sdk
This was still in pkg and wasn't accessible from the scripts location.
This code should be in the go/common location of sdk so that it can be
accessed from within our build scripts

Without this change, we were not able to get access to the Version number
for Python and none of our Python builds have been publishing binaries
2020-03-31 12:07:24 +01:00
Christian Nunciato
7e46e7580f
Resource template fixes (#4245) 2020-03-31 04:07:04 -07:00
Praneet Loke
efe7a599e6
Update the GitHub Actions container to allow users to pass a cloud url (#4243) 2020-03-30 18:25:41 -07:00
Christian Nunciato
8480693566
Merge pull request #4214 from pulumi/cnunciato/resource-docs-templates
Update the resource-docs templates
2020-03-30 16:43:45 -07:00
Luke Hoban
8826fe4857
Fix Node.js SxS checks for 1.x and 1.y (#4235)
Fixes #4234
2020-03-30 15:10:42 -07:00
Christian Nunciato
21ee0919cd Update the resource-docs templates 2020-03-30 14:38:29 -07:00
Praneet Loke
bdc12b2c98
Fix csharp and nodejs doc links generated by resource docs generator (#4237)
* Decode the C# language info from the schema package and set it in the dotnet lang helper for docs. Pass the qualifier for C# property type strings based on whether it is an input or an output property.

* Don't pass a module name for Pulumi core types used in TS constructor and Function params.

* Add tests for generating doc links for nodejs types.

* Add test for confirming input doc link for C# type.

* Fix the C# type name for InvokeOptions.
2020-03-30 14:37:30 -07:00
Justin Van Patten
e6be38e285
PaC: Add initial config support for policy packs (#4233)
The initial config represents any config that was specified programmatically to the Policy Pack, for Policy Packs that support programmatic configuration like AWSGuard.
2020-03-30 12:52:05 -07:00
Dominik-K
77af9e0eac
print full Pulumi Cloud stack name in errors for stack select (#3933) 2020-03-30 12:18:53 -07:00
Evan Boyle
7c08ba4583
remove dep ensure message from pulumi new *go* (#4232) 2020-03-30 12:05:28 -07:00
Justin Van Patten
efa5237598
Fix policy integration test dependencies (#4228)
And remove some other unnecessary cruft while cleaning things up here.
2020-03-29 17:55:08 -07:00
Evan Boyle
ad7e4817e1
update get-version to understand submodule tags (#4229) 2020-03-29 16:53:23 -07:00
Evan Boyle
6a945294e3
only run release builds on tags that start with "vX" (#4219) 2020-03-28 14:49:18 -07:00
Evan Boyle
e4daaf36cb
fix coverage scripts to work with submodules (#4220) 2020-03-28 14:48:44 -07:00
Sean Holung
fa3d50faa2
Remove pulumi/aws dependency from policy int tests (#4206) 2020-03-27 14:55:58 -07:00
Erin Krengel
319833acdb
dont add PPs to refresh summary event (#4193) 2020-03-27 13:21:28 -07:00
stack72
f43a9522cb Ensure that windows binaries have the correct exe extension as part of publishing 2020-03-27 20:16:07 +00:00
stack72
ed23cfe0d6 Fixing up the publishing mechanism for windows 2020-03-27 18:59:13 +00:00
stack72
205d06c1e4 Merge branch 'tasiah/4204/go-logging-bug' 2020-03-27 18:29:32 +00:00
stack72
947e52b194 Merge branch 'master' into tasiah/4204/go-logging-bug 2020-03-27 18:29:23 +00:00
stack72
1ccbac3b80 Remove the notion of the examples folder from the appeyor windows build 2020-03-27 17:59:13 +00:00
stack72
a959737b33 Reinstate AppVeyor for Windows Releases 2020-03-27 17:53:33 +00:00
stack72
ed840bf58d Reinstate AppVeyor for Windows Releases 2020-03-27 17:49:59 +00:00
Tasia Halim
4afaf37b3a fixed bug 2020-03-27 10:25:06 -07:00
stack72
90bf418e2b Prepare for v1.13.1 release 2020-03-27 17:04:54 +00:00
Sean Holung
7b91dc20a8
Add cmd to support policy pack config validation (#4186)
* Add cmd `pulumi policy validate-config` to do policy pack config validation
2020-03-27 09:54:26 -07:00
Mikhail Shilkov
6e15c83e1a
Remove legacy .NET attributes (#4190)
Remove legacy .NET attributes
2020-03-27 10:51:42 +01:00
Evan Boyle
3eb3a0dec4
Move examples tests to /test/examples (#4196) 2020-03-26 20:19:18 -07:00
Paul Stack
b2a2f441c6
Merge pull request #4203 from pulumi/enable-git-history
Enable git history on Pulumi repo to ensure get-version works
2020-03-27 01:15:33 +00:00
Paul Stack
4a5790fb6a
Merge pull request #4200 from pulumi/remove-go-dep
Rid our windows builds of Go Dep
2020-03-27 00:34:56 +00:00
stack72
35f25b0c5d Enable git history on Pulumi repo to ensure get-version works 2020-03-27 00:34:00 +00:00
Paul Stack
2f0f56bbee
Merge pull request #4202 from pulumi/pgavlin-patch-1
Update Makefile
2020-03-27 00:19:34 +00:00
Pat Gavlin
6a6c43dc16
Update Makefile 2020-03-26 16:32:20 -07:00
stack72
80bbd0c271 Rid our windows builds of Go Dep 2020-03-26 23:04:21 +00:00
stack72
6e8cabdbd8 Install AWS CLI tools for Windows Releases 2020-03-26 22:57:42 +00:00
stack72
4281ef929c Fixup the checkout of the scripts repository as part of the windows build 2020-03-26 21:42:28 +00:00
Matthieu Berthomé
7c75d4fe5b
ephemeral kwargs for log methods (#4197)
Co-authored-by: rienafairefr <rienafairefr@gmail.com>
2020-03-26 14:23:43 -07:00
stack72
a47ee4eb1c Merge branch 'master' of github.com:pulumi/pulumi 2020-03-26 20:54:51 +00:00
stack72
1274b5579c Checkout out scripts repository as part of windows master build 2020-03-26 20:54:32 +00:00
Pat Gavlin
7cfb6f99e9
Fix tests for clones outside of GOPATH. (#4198)
`go list ./foo/...` does not return appropriate package names when this
repository is cloned outside GOPATH.
2020-03-26 13:42:43 -07:00
stack72
8b4de4d476 Fixup Windows publish script for GHA 2020-03-26 20:29:15 +00:00
Paul Stack
5862c8d988
Merge pull request #4195 from pulumi/run-windows-master-builds
Move Windows release builds to happen in GHA + on master
2020-03-26 19:48:16 +00:00