- 13 Jun, 2019 1 commit
-
-
envoy-bot authored
-
- 10 Jun, 2019 1 commit
-
-
Eric authored
* add new validation type address fixes #169 this commit adds in a new validation type for strings - "address". this type can be either a valid IP Address, or valid Hostname. The goal is to validate that it looks like something that can be connected too. Signed-off-by:
Eric <ecoan@rust-lang.life> * proper exception message for java Signed-off-by:
Eric <ecoan@rust-lang.life> * nit: remove unnecessary parens Signed-off-by:
Eric <ecoan@rust-lang.life> * Remove nested exceptions from java validation Signed-off-by:
Eric <ecoan@rust-lang.life>
-
- 30 May, 2019 3 commits
-
-
Ryan Michela authored
Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
Ryan Michela authored
* Replicate nullPointerException with embedded multi-file proto Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Fix embedded message validation when java_multiple_files = true Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
Ryan Michela authored
Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
- 26 May, 2019 1 commit
-
-
Alex Konradi authored
* Add test case for repeated min with item length Add a variation on the case in #203 to both demonstrate the syntax and to make sure future changes don't cause this functionality to break. Signed-off-by:
Alex Konradi <akonradi@google.com> * Remove accidentally added unrelated file Signed-off-by:
Alex Konradi <akonradi@google.com>
-
- 22 May, 2019 2 commits
-
-
Ryan Michela authored
* Replicate java_multiple_files bug in ReflectiveValidatorIndex Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Generate exploded java validator classes when java_multiple_files=true Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Fix bazel build Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
Keith Smiley authored
When building envoy with bazel@HEAD to test for regressions, bazel CI tests with upcoming incompatible changes. This PR fixes a few of those experienced upstream: --incompatible_require_ctx_in_configure_features & --incompatible_enable_cc_toolchain_resolution: Updated rules_go to include upstream fixes for these. --incompatible_depset_is_not_iterable: Call to_list where needed --incompatible_disable_deprecated_attr_params: Change single_file to allow_single_file --incompatible_no_support_tools_in_action_inputs: Move ctx.executable._plugin to tools instead of inputs --incompatible_disable_legacy_proto_provider: Update proto API usage following bazelbuild/bazel#7152 Signed-off-by:
Keith Smiley <keithbsmiley@gmail.com>
-
- 21 May, 2019 1 commit
-
-
Keith Smiley authored
To fix https://github.com/golang/protobuf/issues/763 Signed-off-by:
Keith Smiley <keithbsmiley@gmail.com>
-
- 09 May, 2019 1 commit
-
-
Ryan Michela authored
Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
- 04 May, 2019 2 commits
-
-
Christian Sueiras authored
Signed-off-by:
Christian A. Sueiras <csueiras@gmail.com>
-
Ryan Michela authored
* Make POM release more like java-control-plane Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Update RELEASING.md Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Try running CI jobs in parellel Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Switch to java directory before build Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Switch to java directory before build Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Switch to java directory before build Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Switch to java directory before build Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Check out to the gopath Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Check out to the gopath Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Check out to the gopath Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Remove strings.Builder for older golang Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Add ssh key Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Poke Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
- 03 May, 2019 2 commits
-
-
wdullaer authored
* Pulls in fix for packagename escaping from protoc-gen-star Fixes #180 * Updated Dockerfile Dockerfile now also installs dep and buildozer so that the `make vendor` and `make gazelle` targets run inside the container Signed-off-by:
Wouter Dullaert <wouter.dullaert@gmail.com>
-
Ryan Michela authored
Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
- 23 Apr, 2019 1 commit
-
-
Eric authored
* support hostname / ipv4 / ipv6 for c++ (as part of my work for #169) this commit adds support for hostnames / ipv4 / ipv6 inside of c++ which will be needed in order to build an "address" validation type that can then be used inside of c++. Signed-off-by:
Eric <ecoan@rust-lang.life> * cleanup hostname validation + add more test cases Signed-off-by:
Eric <ecoan@rust-lang.life>
-
- 22 Apr, 2019 1 commit
-
-
Ryan Michela authored
* Java 11 compilation compatibility Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Use mavenized generator artifacts from protobuf-maven-plugin Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * com.lyft → io.envoyproxy Signed-off-by:
Ryan Michela <rmichela@salesforce.com> * Fix readme <pluginArtifact> Signed-off-by:
Ryan Michela <rmichela@salesforce.com>
-
- 05 Apr, 2019 1 commit
-
-
Kuat authored
* Fixes #154 Signed-off-by:
Kuat Yessenov <kuat@google.com> * fix bazel Signed-off-by:
Kuat Yessenov <kuat@google.com> * fix packages Signed-off-by:
Kuat Yessenov <kuat@google.com> * fix context propagation Signed-off-by:
Kuat Yessenov <kuat@google.com>
-
- 04 Apr, 2019 4 commits
-
-
Alex Konradi authored
Signed-off-by:
Alex Konradi <akonradi@google.com>
-
Chris Roche authored
* make it green first Signed-off-by:
Chris Roche <github@rodaine.com> * replicate old travis config Signed-off-by:
Chris Roche <github@rodaine.com>
-
Chris Roche authored
* s#github.com/lyft/protoc-gen-validate#github.com/envoyproxy/protoc-gen-validate#g Signed-off-by:
Chris Roche <github@rodaine.com> * vendor bazel files Signed-off-by:
Chris Roche <github@rodaine.com> * checkpoint Signed-off-by:
Chris Roche <github@rodaine.com>
-
Matt Klein authored
Signed-off-by:
Matt Klein <mklein@lyft.com>
-
- 29 Mar, 2019 1 commit
-
-
mjduijn authored
Fixes #135 The implementation now: * Generates all java validation code directly in a rule using java_common.compile. * No longer generates java_proto code * Uses an aspect to generate validation code for transitive proto dependencies. This is not strictly necessary (at compile time), but by doing this the rule makes sure that at runtime the correct validators are on the classpath. Validate java targets should now always be of the form pgv_java_proto_library( name = "a_java_validate", deps = [":a_proto"] java_deps = [":a_java_proto"] ) Note that this change is limited to an implementation for the Java plugin, It should be possible to abstract most of the logic and reuse it for the other plugins.
-
- 08 Mar, 2019 1 commit
-
-
Chris Roche authored
-
- 27 Feb, 2019 2 commits
-
-
DeanSturtevant1 authored
The packageName function now returns a fully-qualified prefix. When generating C++ names, full namespace qualification will avoid ambiguity in namespace resolution.
-
Alex Konradi authored
The current bazel version complains about use of cfg="data" on an attribute in the old version of bazel-gazelle. The current release doesn't have this problem.
-
- 21 Feb, 2019 1 commit
-
-
Michal Rostecki authored
Since Bazel 0.22.0, new_http_archive is deprecated and its usage results in error. Signed-off-by:
Michal Rostecki <mrostecki@opensuse.org>
-
- 19 Feb, 2019 2 commits
-
-
mjduijn authored
-
Fred Douglas authored
* resolve merge conflict * remove second revision field
-
- 11 Feb, 2019 1 commit
-
-
Chris Roche authored
-
- 30 Jan, 2019 1 commit
-
-
Chris Roche authored
-
- 19 Jan, 2019 3 commits
-
-
Ryan Michela authored
* Destatic ValidatorIndex * Refactor to hide ValidatorIndex delegation * Refactor to hide ValidatorIndex delegation * Cache anonymous validators to reduce GC pressure
-
Ryan Michela authored
-
Ryan Michela authored
* Add pgv exe artifacts for release * Semver * v0.1.0
-
- 08 Jan, 2019 1 commit
-
-
mjduijn authored
-
- 02 Jan, 2019 1 commit
-
-
Alex Konradi authored
-
- 18 Dec, 2018 1 commit
-
-
htuch authored
Decouples from the Go output path overrides. Fixes #41. Signed-off-by:
Harvey Tuch <htuch@google.com>
-
- 13 Dec, 2018 1 commit
-
-
Ryan Michela authored
* Implement java ExplicitValidatorIndex * Use getOrDefault in ExplicitValidatorIndex
-
- 12 Dec, 2018 2 commits
-
-
Ryan Michela authored
* Add rule_comparison.md * Add java example
-
Ryan Michela authored
-
- 11 Dec, 2018 1 commit
-
-
Benjamin Peterson authored
Run buildifier from https://github.com/bazelbuild/buildtools on the Starlark code.
-