-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Endpoints Server Proxy initial commit.
Endpoints Server Proxy is an NGINX (http://nginx.org) module with support for Google Cloud Endpoints API management. The authors include: Bochun Zhang Gurgen Hrachyan Kuat Yessenov Limin Wang Lizan Zhou Martin Maly Mingliang Wei Min Wan Piotr Sikora Qian Sun Rob Earhart Sebastien Vas Sep Ebrahimzadeh Shreekanth Karvaje Sunny Gupta Sven Mawson Wayne Zhang Wencheng Lu Yang Guan
- Loading branch information
Endpoints Team
committed
Jun 18, 2016
0 parents
commit e5daad2
Showing
549 changed files
with
92,989 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.pb binary |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.*.swp | ||
.idea/ | ||
.project | ||
.cproject | ||
|
||
/bazel-* |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[submodule "third_party/nginx"] | ||
path = third_party/nginx | ||
url = https://nginx.googlesource.com/nginx | ||
ignore = untracked | ||
[submodule "third_party/nginx-tests"] | ||
path = third_party/nginx-tests | ||
url = https://nginx.googlesource.com/nginx-tests | ||
ignore = untracked | ||
[submodule "google/protobuf"] | ||
path = google/protobuf | ||
url = https://github.com/google/protobuf.git | ||
ignore = untracked | ||
[submodule "third_party/service-control-client-cxx"] | ||
path = third_party/service-control-client-cxx | ||
url = https://github.com/cloudendpoints/service-control-client-cxx.git | ||
ignore = untracked | ||
[submodule "third_party/googleapis"] | ||
path = third_party/googleapis | ||
url = https://github.com/googleapis/googleapis.git |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This is the list of The Endpoints Server Proxy authors for copyright purposes. | ||
# | ||
# This does not necessarily list everyone who has contributed code, since in | ||
# some cases, their employer may be the copyright holder. See the revision | ||
# history in the source control for the full list of contributors. | ||
|
||
Google Inc. | ||
Nginx, Inc. | ||
Igor Sysoev | ||
Dave Bailey | ||
Piotr Sikora |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright (C) Endpoints Server Proxy Authors | ||
# All rights reserved. | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions | ||
# are met: | ||
# 1. Redistributions of source code must retain the above copyright | ||
# notice, this list of conditions and the following disclaimer. | ||
# 2. Redistributions in binary form must reproduce the above copyright | ||
# notice, this list of conditions and the following disclaimer in the | ||
# documentation and/or other materials provided with the distribution. | ||
# | ||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | ||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | ||
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
# SUCH DAMAGE. | ||
# | ||
################################################################################ | ||
# | ||
|
||
exports_files(["LICENSE"]) | ||
|
||
config_setting( | ||
name = "darwin", | ||
values = { | ||
"cpu": "darwin", | ||
}, | ||
visibility = ["//visibility:public"], | ||
) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contributor Code of Conduct | ||
|
||
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. | ||
|
||
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality. | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery | ||
* Personal attacks | ||
* Trolling or insulting/derogatory comments | ||
* Public or private harassment | ||
* Publishing other's private information, such as physical or electronic addresses, without explicit permission | ||
* Other unethical or unprofessional conduct. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team. | ||
|
||
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# How to contribute | ||
|
||
## Contributor License Agreements | ||
|
||
We'd love to accept your patches! Before we can take them, we have to jump a | ||
couple of legal hurdles. | ||
|
||
Please fill out either the individual or corporate Contributor License Agreement | ||
(CLA). | ||
|
||
* If you are an individual writing original source code and you're sure you | ||
own the intellectual property, then you'll need to sign an | ||
[individual CLA](http://code.google.com/legal/individual-cla-v1.0.html). | ||
|
||
* If you work for a company that wants to allow you to contribute your work, | ||
then you'll need to sign a | ||
[corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html). | ||
|
||
Follow either of the two links above to access the appropriate CLA and | ||
instructions for how to sign and return it. Once we receive it, we'll be able | ||
to accept your pull requests. | ||
|
||
***NOTE***: Only original source code from you and other people that have signed | ||
the CLA can be accepted into the main repository. This policy does not apply to | ||
[third_party](third_party/). | ||
|
||
## Contributing A Patch | ||
|
||
1. Please review [code of conduct](/CODE_OF_CONDUCT.md) before contributing. | ||
2. If you haven't already done so, sign a Contributor License Agreement | ||
(see details above). | ||
3. Fork our repo, develop and test your code changes. | ||
4. Submit a pull request. | ||
|
||
## Include Tests & Documentation | ||
|
||
Please include sufficient tests and documentation with your change. We will not | ||
be able to accept pull requests that do not include sufficient tests and | ||
corresponding documentation changes. | ||
|
||
## Testing your changes | ||
|
||
* [ESP Bazel Test](/doc/bazel.md) |
Oops, something went wrong.