Skip to content

Added envoy prototype.#19

Merged
chowchow316 merged 2 commits intoistio:masterfrom
chowchow316:build-envoy
Dec 23, 2016
Merged

Added envoy prototype.#19
chowchow316 merged 2 commits intoistio:masterfrom
chowchow316:build-envoy

Conversation

@chowchow316
Copy link
Contributor

Moved envoy branch here from gcp-apis/esp. Will add mixer interface later.

Copy link
Contributor

@kyessenov kyessenov left a comment

Choose a reason for hiding this comment

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

Looks good for a prototype.
Please fix the build error first.

@chowchow316 chowchow316 self-assigned this Dec 22, 2016
@chowchow316 chowchow316 requested review from geeknoid and lizan and removed request for geeknoid December 22, 2016 21:11
"source/common/version_generated.cc",
],
copts = [
"-I./external/envoy_git/include",
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this line if you added includes below

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

"source/**/*.h",
"include/**/*.h",
], exclude=["source/exe/main.cc"]) + [
]) + [
Copy link
Contributor

Choose a reason for hiding this comment

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

removing this exclusion will fail the test.

Add a cc_library

cc_library(
    name = "envoy-main",
    srcs = [
        "source/exe/main.cc",
    ],
    deps = [
        ":envoy-common",
    ]
)

and depends on it from the prototype.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@chowchow316 chowchow316 merged commit 5910360 into istio:master Dec 23, 2016
chowchow316 added a commit that referenced this pull request Jan 30, 2017
qiwzhang added a commit that referenced this pull request Feb 16, 2018
howardjohn pushed a commit that referenced this pull request May 12, 2020
kyessenov pushed a commit to kyessenov/proxy that referenced this pull request Aug 8, 2022
jwendell added a commit to jwendell/proxy that referenced this pull request Jun 2, 2025
* Automator: update envoy@ in istio/proxy@release-1.24 (istio#6192)

* Automator: update envoy@ in istio/proxy@release-1.24 (istio#6199)

* Automator: update envoy@ in istio/proxy@release-1.24 (istio#6203)

* Automator: update envoy@ in istio/proxy@release-1.24 (istio#6208)

* Automator: update common-files@release-1.24 in istio/proxy@release-1.24 (istio#6226)

* Automator: update envoy@ in istio/proxy@release-1.24 (istio#6234)

* Bump Envoy and dependencies

---------

Co-authored-by: Istio Automation <istio-testing-bot@google.com>
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