-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from apache/master
Update fork
- Loading branch information
Showing
1,919 changed files
with
65,611 additions
and
25,153 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 |
---|---|---|
@@ -1,16 +1,24 @@ | ||
Please answer these questions before submitting your issue. | ||
|
||
### What version of sky-walking are you using? | ||
- Why do you submit this issue? | ||
- [ ] Question or discussion | ||
- [ ] Bug | ||
- [ ] Requirement | ||
- [ ] Feature or performance improvement | ||
|
||
___ | ||
### Question | ||
- What do you want to know? | ||
|
||
### What version of your OS? | ||
___ | ||
### Bug | ||
- Which version of SkyWalking, OS and JRE? | ||
|
||
- Which company or project? | ||
|
||
### What version of your JRE? | ||
|
||
|
||
### What company or project? | ||
|
||
|
||
### What did you do? | ||
- What happen? | ||
If possible, provide a way for reproducing the error. e.g. demo application, component version. | ||
|
||
___ | ||
### Requirement or improvement | ||
- Please describe about your requirements or improvement suggestions. |
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,18 @@ | ||
Please answer these questions before submitting pull request | ||
|
||
- Why submit this pull request? | ||
- [ ] Bug fix | ||
- [ ] New feature provided | ||
- [ ] Improve performance | ||
|
||
- Related issues | ||
|
||
___ | ||
### Bug fix | ||
- Bug description. | ||
|
||
- How to fix? | ||
|
||
___ | ||
### New feature or improvement | ||
- Describe the details and related test reports. |
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 @@ | ||
[submodule "skywalking-ui"] | ||
path = skywalking-ui | ||
url = https://github.com/apache/incubator-skywalking-ui | ||
[submodule "apm-protocol/apm-network/src/main/proto"] | ||
path = apm-protocol/apm-network/src/main/proto | ||
url = https://github.com/apache/incubator-skywalking-data-collect-protocol.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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
sudo: required | ||
|
||
services: | ||
- docker | ||
|
||
language: java | ||
before_install: | ||
- cd ci-dependencies | ||
- curl -O https://openskywalking.github.io/skywalking-ci-assist/jars/ojdbc14-10.2.0.4.0.jar | ||
- curl -O https://openskywalking.github.io/skywalking-ci-assist/jars/resin-4.0.41.jar | ||
- cd .. | ||
|
||
install: | ||
- jdk_switcher use oraclejdk8 | ||
- mvn clean install --quiet jacoco:report coveralls:report | ||
- mvn clean javadoc:javadoc -Dmaven.test.skip=true --quiet | ||
|
||
after_success: | ||
- bash ./travis/push_image.sh |
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 @@ | ||
Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. | ||
Incubation is required of all newly accepted projects until a further review indicates | ||
that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. | ||
While incubation status is not necessarily a reflection of the completeness or stability of the code, | ||
it does indicate that the project has yet to be fully endorsed by the ASF. |
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,21 @@ | ||
Apache SkyWalking | ||
Copyright 2015-2018 The Apache Software Foundation | ||
|
||
This product includes software developed by The Apache Software | ||
Foundation (http://www.apache.org/). | ||
|
||
The binary distribution contains software developed by: | ||
|
||
raphw (byte-buddy): http://bytebuddy.net/ , Apache 2.0 | ||
INRIA, France Telecom (asm): http://asm.ow2.org/ , [asmdex-license](http://asm.ow2.org/asmdex-license.html) | ||
Google: | ||
- grpc: https://grpc.io/ , Apache 2.0 | ||
- guava: https://github.com/google/guava , Apache 2.0 | ||
- gson: https://github.com/google/gson , Apache 2.0 | ||
Elasticsearch BV (Elasticsearch): https://www.elastic.co/products/elasticsearch , Apache 2.0 | ||
H2 Database: http://www.h2database.com/html/main.html , MPL 2.0 or EPL 1.0 | ||
LMAX Ltd.(disruptor): https://github.com/LMAX-Exchange/disruptor , Apache 2.0 | ||
mockito: http://site.mockito.org/ , MIT | ||
QOS.ch (slf4j): https://www.slf4j.org/ , MIT | ||
powermock: https://github.com/powermock/powermock , Apache 2.0 | ||
Eclipse (Jetty): https://www.eclipse.org/jetty/ , Apache 2.0 and Eclipse Public License 1.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
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
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
33 changes: 0 additions & 33 deletions
33
apm-collector/apm-collector-agent-grpc/collector-agent-grpc-define/pom.xml
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...c/main/resources/META-INF/services/org.apache.skywalking.apm.collector.core.module.Module
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
apm-collector/apm-collector-agent-grpc/collector-agent-grpc-provider/pom.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.