-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping knative.dev/eventing 68afe54...31cda4c: > 31cda4c upgrade to latest dependencies (# 5283) > 56631a5 Add tests for additional ingress error cases (# 5281) > facbd02 [Rekt] Add polling on inner channel subscriber status (# 5278) > 4324aef add test with reply (# 5282) > b3ccb11 Do events end where they should (# 5280) > cd7c750 test trigger delivery specs fully (# 5268) > 0452204 Filtering fix for consistency in handling empty string as value (# 5273) > 96a4cc3 Remove KafkaChannel upgrade hack (# 5276) > 97c0d30 upgrade to latest dependencies (# 5263) > e745733 make sure the mtchannelbasedbroker uses trigger.spec.delivery (# 5267) > 71153e6 Adding dataplane conformance tests for Delivery Specs for Brokers. (# 5262) > 92fb0f4 Do not panic prober if report fetched too early (# 5264) (# 5265) > fc115ae update to new release of goland sdk for cloudevents 2.4.1 (# 5261) > 1f54d0e Format markdown (# 5251) > 7544bdb Use Event Prober, and Event Library (# 5216) bumping knative.dev/pkg b51994e...1afd049: > 1afd049 Update knative/community files (# 2097) > 942c621 add prometheus condition (# 2088) > 554d133 Bump assorted dependencies (# 2096) > 2e62ba6 Add possibility to implement a deletion handler in a reconciler. (# 2089) > b80a192 Improve state reporting in kube checks (# 2082) bumping knative.dev/reconciler-test 730c555...b0c3de2: > b0c3de2 update to new release of goland sdk for cloudevents 2.4.1 (# 176) > 74440cd Adding prober reject settings and examples. (# 175) > fe2c006 upgrade to latest dependencies (# 174) Signed-off-by: Knative Automation <automation@knative.team>
- Loading branch information
1 parent
3f3a1fe
commit 4af2fce
Showing
148 changed files
with
8,477 additions
and
3,265 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
9 changes: 8 additions & 1 deletion
9
pkg/client/injection/reconciler/sources/v1alpha1/rabbitmqsource/reconciler.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,27 @@ | ||
Copyright (c) 2009 The Go 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: | ||
|
||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* 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. | ||
* Neither the name of Google Inc. nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT | ||
OWNER 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. |
123 changes: 123 additions & 0 deletions
123
vendor/contrib.go.opencensus.io/exporter/prometheus/.golangci.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
vendor/contrib.go.opencensus.io/exporter/prometheus/.travis.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
65 changes: 10 additions & 55 deletions
65
vendor/contrib.go.opencensus.io/exporter/prometheus/Makefile
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.