Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollout improved example converter #698

Merged
merged 7 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ upstream-provider-major-version: /v10
providerDefaultBranch: main
makeTemplate: bridged
plugins:
- name: random
- name: terraform
version: "1.0.16"
kind: converter
- name: random
version: "4.3.1"
- name: time
version: "0.0.15"
- name: std
version: "1.6.2"
actions:
preTest:
- name: make upstream
Expand All @@ -20,3 +25,4 @@ actions:
- name: Run provider tests
run: |
cd provider && go test -v -json -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt
pulumiConvert: 1
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION := $(shell pulumictl get version)
JAVA_GEN := pulumi-java-gen
TESTPARALLELISM := 10
WORKING_DIR := $(shell pwd)
PULUMI_CONVERT := 0
PULUMI_CONVERT := 1

development: install_plugins provider build_sdks install_sdks

Expand Down Expand Up @@ -111,8 +111,10 @@ install_nodejs_sdk:
install_plugins: export PULUMI_HOME := $(WORKING_DIR)/.pulumi
install_plugins: export PATH := $(WORKING_DIR)/.pulumi/bin:$(PATH)
install_plugins: .pulumi/bin/pulumi
.pulumi/bin/pulumi plugin install converter terraform 1.0.16
.pulumi/bin/pulumi plugin install resource random 4.3.1
.pulumi/bin/pulumi plugin install resource time 0.0.15
.pulumi/bin/pulumi plugin install resource std 1.6.2

lint_provider: provider
cd provider && golangci-lint run -c ../.golangci.yml
Expand Down
4,920 changes: 2,460 additions & 2,460 deletions provider/cmd/pulumi-resource-artifactory/schema.json

Large diffs are not rendered by default.

85 changes: 67 additions & 18 deletions sdk/dotnet/AccessToken.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions sdk/dotnet/AlpineRepository.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/dotnet/Artifact.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions sdk/dotnet/ArtifactoryReleaseBundleCustomWebhook.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading