Remove v1alpha1 -> v1alpha3 conversion tool#6901
Merged
costinm merged 2 commits intoistio:release-1.0from Jul 7, 2018
Merged
Conversation
Merged
Contributor
|
/lgtm
…On Fri, Jul 6, 2018 at 3:28 PM Isaiah Snell-Feikema < ***@***.***> wrote:
Removes convenience tool for 1.0 release.
------------------------------
You can view, comment on, or merge this pull request online at:
#6901
Commit Summary
- remove conversion tool
- somewhat questionable pruning of tests without replacing them
File Changes
- *D* istioctl/cmd/istioctl/convert/cmd.go
<https://github.com/istio/istio/pull/6901/files#diff-0> (269)
- *D* istioctl/cmd/istioctl/convert/cmd_test.go
<https://github.com/istio/istio/pull/6901/files#diff-1> (129)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/another-ingress.yaml
<https://github.com/istio/istio/pull/6901/files#diff-2> (15)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/destination-policy-helloworld.yaml
<https://github.com/istio/istio/pull/6901/files#diff-3> (18)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/egress-rule-google.yaml
<https://github.com/istio/istio/pull/6901/files#diff-4> (11)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/egress-rule-httpbin.yaml
<https://github.com/istio/istio/pull/6901/files#diff-5> (11)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/egress-rule-tcp-wikipedia-cidr.yaml
<https://github.com/istio/istio/pull/6901/files#diff-6> (61)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/egress-rule-wildcard-httpbin.yaml
<https://github.com/istio/istio/pull/6901/files#diff-7> (11)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/myservice-ingress.yaml
<https://github.com/istio/istio/pull/6901/files#diff-8> (19)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/nolabel-destination-policy.yaml
<https://github.com/istio/istio/pull/6901/files#diff-9> (16)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/route-rule-80-20.yaml
<https://github.com/istio/istio/pull/6901/files#diff-10> (15)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-content-route.yaml
<https://github.com/istio/istio/pull/6901/files#diff-11> (20)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-default-route-append-headers.yaml
<https://github.com/istio/istio/pull/6901/files#diff-12> (14)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-default-route-cors-policy.yaml
<https://github.com/istio/istio/pull/6901/files#diff-13> (25)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-default-route-mirrored.yaml
<https://github.com/istio/istio/pull/6901/files#diff-14> (10)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-default-route.yaml
<https://github.com/istio/istio/pull/6901/files#diff-15> (12)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-fault-injection.yaml
<https://github.com/istio/istio/pull/6901/files#diff-16> (27)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-redirect-injection.yaml
<https://github.com/istio/istio/pull/6901/files#diff-17> (16)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-regex-route.yaml
<https://github.com/istio/istio/pull/6901/files#diff-18> (20)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-websocket-route.yaml
<https://github.com/istio/istio/pull/6901/files#diff-19> (17)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha1/rule-weighted-route.yaml
<https://github.com/istio/istio/pull/6901/files#diff-20> (15)
- *D* istioctl/cmd/istioctl/convert/testdata/v1alpha3/.gitignore
<https://github.com/istio/istio/pull/6901/files#diff-21> (1)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/destination-rule-helloworld-with-80-20.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-22> (47)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/destination-rule-helloworld.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-23> (24)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/egress-rule-google.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-24> (13)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/egress-rule-httpbin.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-25> (13)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/egress-rule-tcp-wikipedia-cidr.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-26> (79)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/egress-rule-wildcard-httpbin.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-27> (13)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/merged-gateway.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-28> (69)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/myservice-gateway.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-29> (47)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/nolabel-destination-rule.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-30> (22)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/route-rule-80-20-with-destpolicy.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-31> (47)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/route-rule-80-20.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-32> (35)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-content-route.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-33> (39)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-default-route-append-headers.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-34> (30)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-default-route-cors-policy.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-35> (41)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-default-route-mirrored.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-36> (16)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-default-route.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-37> (28)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-fault-injection.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-38> (46)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-redirect-injection.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-39> (35)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-regex-route.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-40> (39)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-websocket-route.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-41> (37)
- *D*
istioctl/cmd/istioctl/convert/testdata/v1alpha3/rule-weighted-route.yaml.golden
<https://github.com/istio/istio/pull/6901/files#diff-42> (35)
- *M* istioctl/cmd/istioctl/istioctl_test.go
<https://github.com/istio/istio/pull/6901/files#diff-43> (22)
- *M* istioctl/cmd/istioctl/main.go
<https://github.com/istio/istio/pull/6901/files#diff-44> (2)
- *D* istioctl/pkg/convert/destination.go
<https://github.com/istio/istio/pull/6901/files#diff-45> (140)
- *D* istioctl/pkg/convert/egress.go
<https://github.com/istio/istio/pull/6901/files#diff-46> (96)
- *D* istioctl/pkg/convert/ingress.go
<https://github.com/istio/istio/pull/6901/files#diff-47> (76)
- *D* istioctl/pkg/convert/route.go
<https://github.com/istio/istio/pull/6901/files#diff-48> (462)
Patch Links:
- https://github.com/istio/istio/pull/6901.patch
- https://github.com/istio/istio/pull/6901.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6901>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJGIxnL7MTHsn1MCpTCDSSUFTariecibks5uD-SOgaJpZM4VGGOE>
.
|
Collaborator
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ijsnellf, kyessenov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## release-1.0 #6901 +/- ##
============================================
- Coverage 71% 71% -<1%
============================================
Files 370 370
Lines 31663 31686 +23
============================================
- Hits 22305 22300 -5
- Misses 8433 8484 +51
+ Partials 925 902 -23
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes convenience tool for 1.0 release.