-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2aec72
commit ad33655
Showing
19 changed files
with
162 additions
and
54 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,15 @@ | ||
--- | ||
name: Bug | ||
about: If you’ve found a bug, spend the time to write a failing test. Bugs with tests get fixed and stay fixed. If you have a solution in mind, skip raising an issue and open a pull request instead. | ||
labels: bug | ||
--- | ||
## Describe the Bug | ||
A clear and concise description of what the bug is. If you have a solution in mind, skip raising an issue and open a pull request instead. | ||
|
||
Regardless, the best is to spend some time to write a failing test. Bugs with tests get fixed and stay fixed. | ||
|
||
## Steps to Reproduce | ||
Steps to reproduce the behavior: | ||
|
||
## Expected Behaviour | ||
Suggest what you think correct behaviour should be. Note, it may be solved differently depending on the problem. |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Question | ||
url: https://gitter.im/openzipkin/zipkin | ||
about: Please ask questions about how to do something or to understand why something isn't working on our Gitter chat - we'll be happy to respond there in detail. This issue tracker is not for questions. |
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 @@ | ||
--- | ||
name: Feature Request | ||
about: Please first, look at existing issues to see if the feature has been requested before. | ||
labels: enhancement | ||
--- | ||
Please first, look at [existing issues](https://github.com/openzipkin-contrib/brave-opentracing/issues) to see if the feature has been requested before. If you don't find anything tell us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to implement new features without first getting our support. Sometimes we leave features out on purpose to keep the project small. | ||
|
||
## Feature | ||
Description of the feature | ||
|
||
## Rationale | ||
Why would this feature help others besides me? | ||
|
||
## Example Scenario | ||
What kind of use cases would benefit from this feature? | ||
|
||
## Prior Art | ||
* Links to prior art | ||
* More links |
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
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
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
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
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
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 |
---|---|---|
@@ -1,10 +1,7 @@ | ||
#!/bin/sh | ||
|
||
set -ue | ||
#!/bin/sh -ue | ||
|
||
# This script sets up anything needed for `./deploy`. Do not assume `configure_test` was called. | ||
# | ||
# See [README.md] for an explanation of this and how CI should use it. | ||
|
||
build-bin/maven/maven_go_offline | ||
build-bin/gpg/configure_gpg |
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 |
---|---|---|
@@ -1,10 +1,7 @@ | ||
#!/bin/sh | ||
|
||
set -ue | ||
#!/bin/sh -ue | ||
|
||
# This script sets up anything needed for `./test`. This should not login to anything, as that | ||
# should be done in `configure_deploy`. | ||
# | ||
# See [README.md] for an explanation of this and how CI should use it. | ||
|
||
build-bin/maven/maven_go_offline |
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
#!/bin/sh | ||
|
||
set -ue | ||
#!/bin/sh -ue | ||
|
||
# This script deploys a master or release version. | ||
# | ||
# See [README.md] for an explanation of this and how CI should use it. | ||
|
||
build-bin/maven/maven_deploy |
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
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
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
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
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,41 @@ | ||
#!/bin/sh | ||
# | ||
# Copyright 2016-2020 The OpenZipkin Authors | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | ||
# in compliance with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software distributed under the License | ||
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express | ||
# or implied. See the License for the specific language governing permissions and limitations under | ||
# the License. | ||
# | ||
|
||
# This script checks each variable value, so it isn't important to fail on unbound (set -u) | ||
set -e | ||
|
||
maven_project_basedir=${MAVEN_PROJECT_BASEDIR:-.} | ||
pom="${maven_project_basedir}/pom.xml" | ||
|
||
# fail if there's no pom | ||
test -f "${pom}" | ||
|
||
arch=$(uname -m) | ||
case ${arch} in | ||
arm64* ) | ||
arch=arm64 | ||
;; | ||
aarch64* ) | ||
arch=arm64 | ||
;; | ||
esac | ||
|
||
maven_opts="${MAVEN_OPTS:-}" | ||
if [ ${arch} = "arm64" ] && [ -f /etc/alpine-release ]; then | ||
# Defensively avoid arm64+alpine problems with posix_spawn | ||
maven_opts="${maven_opts} -Djdk.lang.Process.launchMechanism=vfork" | ||
fi | ||
|
||
echo ${maven_opts} |
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
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
#!/bin/sh | ||
|
||
set -ue | ||
#!/bin/sh -ue | ||
|
||
# This script runs the tests of the project. | ||
# | ||
|
Oops, something went wrong.