Skip to content

Conversation

andraxylia
Copy link
Contributor

No description provided.

Copy link
Contributor

@sebastienvas sebastienvas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to update the tests in tests/ dir. The current build failure must be related to the fact that data dependencies cannot be found.

@istio-testing
Copy link
Collaborator

Jenkins job istio/presubmit passed

@andraxylia andraxylia merged commit 1a997f1 into master May 8, 2017
mandarjog added a commit to mandarjog/istio that referenced this pull request Oct 30, 2017
Former-commit-id: 1ebf07d28a11635caa0ef9921ea0153598075733
rshriram pushed a commit that referenced this pull request Oct 30, 2017
Fix istio installation files

Former-commit-id: 1a997f1
mandarjog added a commit that referenced this pull request Oct 31, 2017
Former-commit-id: 5e4e07008d8e71724426b0f23e3e496178ca15aa
mandarjog pushed a commit that referenced this pull request Oct 31, 2017
* Review docs

* Update service-registry.md

* Update service-registry.md

* Update design.md

* Update configuration-flow.md

* Update proxy-controller.md

* Update proxy-injection.md

* Update proxy-controller.md
mandarjog pushed a commit that referenced this pull request Nov 2, 2017
Fix istio installation files

Former-commit-id: 1a997f1
guptasu pushed a commit to guptasu/istio that referenced this pull request Jun 11, 2018
kyessenov pushed a commit to kyessenov/istio that referenced this pull request Aug 13, 2018
howardjohn pushed a commit to howardjohn/istio that referenced this pull request Jan 12, 2020
* support resource type for k8s mapping.

* apply comments.
brian-avery pushed a commit to brian-avery/istio that referenced this pull request Feb 12, 2021
Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing
brian-avery pushed a commit to brian-avery/istio that referenced this pull request Feb 12, 2021
Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase.

This includes only the changes to the tests from the original commit,
the other code changes have been squashed into an earlier commit.

This also includes the test changes from:

  * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)
luksa pushed a commit to luksa/istio that referenced this pull request Jun 30, 2021
MAISTRA-1801: Add ServiceMeshExtension types and clients

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the ServiceMeshExtension types and code-gen tasks, and
adds the generated clients.  It moves the existing generated Maistra
clients to the `v1` subdirectory of the client package.

MAISTRA-1801: Support ServiceMeshExtension in istiod

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the core changes to istiod to support extenions after
the previous commit adding the types and generated clients.

Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182):

  - Properly delete extensions from store when they disappear

MAISTRA-1801: ServiceMeshExtension: Add mec component

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing

MAISTRA-1801: Update vendor for ServiceMeshExtension support

This is just an update to the vendor directory after pulling changes
for ServiceMeshExtension support. The OpenShift client-go library has
been pulled from the release-4.6 branch, because Istio 1.8 uses the
version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based
on the 1.19 Kubernetes release.

MAISTRA-1993: Add unit tests for ServiceMeshExtensions

Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase.

This includes only the changes to the tests from the original commit,
the other code changes have been squashed into an earlier commit.

This also includes the test changes from:

  * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)

- MAISTRA-2442 Increase pilot-agent binary max size to 60MB
danehans pushed a commit to danehans/istio that referenced this pull request Nov 2, 2021
* disable tests if the k8s version is not supported

* change the varible names to something more accurate

* change the variable name used to decide the script
luksa pushed a commit to luksa/istio that referenced this pull request Feb 22, 2022
MAISTRA-1801: Add ServiceMeshExtension types and clients

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the ServiceMeshExtension types and code-gen tasks, and
adds the generated clients.  It moves the existing generated Maistra
clients to the `v1` subdirectory of the client package.

MAISTRA-1801: Support ServiceMeshExtension in istiod

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the core changes to istiod to support extenions after
the previous commit adding the types and generated clients.

Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182):

  - Properly delete extensions from store when they disappear

MAISTRA-1801: ServiceMeshExtension: Add mec component

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing

MAISTRA-1801: Update vendor for ServiceMeshExtension support

This is just an update to the vendor directory after pulling changes
for ServiceMeshExtension support. The OpenShift client-go library has
been pulled from the release-4.6 branch, because Istio 1.8 uses the
version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based
on the 1.19 Kubernetes release.

MAISTRA-1993: Add unit tests for ServiceMeshExtensions

Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase.

This includes only the changes to the tests from the original commit,
the other code changes have been squashed into an earlier commit.

This also includes the test changes from:

  * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)

- MAISTRA-2442 Increase pilot-agent binary max size to 60MB
luksa pushed a commit to luksa/istio that referenced this pull request Apr 29, 2022
MAISTRA-1801: Add ServiceMeshExtension types and clients

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the ServiceMeshExtension types and code-gen tasks, and
adds the generated clients.  It moves the existing generated Maistra
clients to the `v1` subdirectory of the client package.

MAISTRA-1801: Support ServiceMeshExtension in istiod

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the core changes to istiod to support extenions after
the previous commit adding the types and generated clients.

Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182):

  - Properly delete extensions from store when they disappear

MAISTRA-1801: ServiceMeshExtension: Add mec component

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing

MAISTRA-1801: Update vendor for ServiceMeshExtension support

This is just an update to the vendor directory after pulling changes
for ServiceMeshExtension support. The OpenShift client-go library has
been pulled from the release-4.6 branch, because Istio 1.8 uses the
version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based
on the 1.19 Kubernetes release.

MAISTRA-1993: Add unit tests for ServiceMeshExtensions

Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase.

This includes only the changes to the tests from the original commit,
the other code changes have been squashed into an earlier commit.

This also includes the test changes from:

  * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)

- MAISTRA-2442 Increase pilot-agent binary max size to 60MB
stevenctl pushed a commit to stevenctl/istio that referenced this pull request Aug 13, 2022
* bookinfo integration first pass

* wait for pods to be ready

* perform productpage login

* fix redirect 404

* get ingress ip working
antonioberben pushed a commit to antonioberben/istio that referenced this pull request Jan 29, 2024
[jaeger-operator]: fix invalid crd.yaml to conform to apiextensions.k8s.io/v1 CustomResourceDefinition schema
fjglira pushed a commit to fjglira/istio that referenced this pull request Feb 10, 2025
…ter-merge_upstream_istio_master-6253864e

Automator: merge upstream changes to openshift-service-mesh/istio@master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants