吴晟 Wu Sheng
3354c0c4ab
Remove many incubator/incubating things. ( #2499 )
2019-04-21 11:11:09 +08:00
吴晟 Wu Sheng
315c0e69ee
Reorganize the receiver proto ( #2426 )
...
* Move all receiver proto files together, in case the class conflict in gogoproto.
* Add jaeger proto and its dependency proto. Also license provided.
* Fix rat.
2019-03-30 18:25:31 -07:00
彭勇升 pengys
a482eaf37f
1. Fixed the warning of 'parent.relativePath' points issue when running the mvn package command. ( #2404 )
...
2. Fixed the warning of duplicate declaration of plugin issue when running the mvn package command.
3. Fixed the warning of duplicate declaration of mysql connector jar when running the mvn package command, because of provided scope include test scope.
4. Fixed the warning of expression ${artifactId} is deprecated issue when running the mvn package command.
5. Fixed the warning of expression ${version} is deprecated issue when running the mvn package command.
2019-03-26 05:10:12 -07:00
吴晟 Wu Sheng
3acd044d25
Support endpoint group in mesh. ( #2403 )
...
* Support endpoint group in mesh.
* Fix CI.
* Refactor for reduce string compare.
* Support endpoint naming rule in service level
2019-03-25 21:02:35 -07:00
吴晟 Wu Sheng
7420d256ed
Support compile project agent, backend, UI separately. ( #2399 )
2019-03-25 19:19:21 -07:00
彭勇升 pengys
901a595c79
Set the version by properties value in dependency management. ( #2362 )
...
Remove the version setting in dependencies.
Remove the scala compiler version property.
2019-03-15 07:34:13 +08:00
吴晟 Wu Sheng
8ec12cd7e5
Fix a small setting. ( #2343 )
2019-03-11 15:13:38 +08:00
Dhi Aurrahman
b8a414edf5
Envoy metrics receiver plugin protos ( #2304 )
...
* Add envoy metrics service protos
This patch imports protos from envoyproxy/data-plane-api and
prometheus/client_model to enable metrics service service feature in
SkyWalking OAP.
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
* Add Envoy related docs
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
* Update the LICENSE to include new protos license
From:
- envoyproxy/data-plane-api
- prometheus/client_model
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
* Add a complete config.yaml example
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
* Add note on Envoy dynamic config
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
* Add protoc-gen-validate license
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
* Add samples
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
* Make CI and license right.
* Update README.md
@dhi typo :P
* Update README.md
Another typo :P
* Delete metrics.json
metrics.json is included in identify.json and not be linked in document.
2019-03-01 22:13:59 +08:00
吴晟 Wu Sheng
3ed7d7050c
Fix two things in pom. ( #2303 )
2019-03-01 00:09:34 +08:00
吴晟 Wu Sheng
479ee33244
Correct trace id in slow db statement ( #2254 )
...
* Correct trace id.
* Fix match.
* Add cover token to retry.
* Retry new test plugin.
* Reset to jacoco.
* Update jacoco version.
2019-02-19 13:02:54 +08:00
吴晟 Wu Sheng
5a7eb5656a
GA tagged, move to 6.1 ( #2180 )
...
* [maven-release-plugin] prepare release v6.0.0-GA
* [maven-release-plugin] prepare for next development iteration
2019-01-18 20:04:23 +08:00
吴晟 Wu Sheng
95214aecf3
update version for next iteration. ( #2084 )
2018-12-23 09:14:14 +08:00
吴晟 Wu Sheng
72a39e1f28
Sync 6.0.0-alpha release and version up to beta. ( #1883 )
...
* Lock oracle and resin plugins version.
* Move resin and oracle plugin to openskywalking
* Restore submodule active.
* Add another submodule active command.
* Remove the wrong test cases in release and fix some doc issues.
* [maven-release-plugin] prepare release v6.0.0-alpha
* [maven-release-plugin] prepare for next development iteration
* Fix some doc
2018-11-06 15:45:15 +08:00
Gao Hongtao
ad63d1c346
Update submodule skywalking-ui ( #1795 )
2018-10-21 21:13:38 +08:00
彭勇升 pengys
d0e68872da
SkyWalking's trace receiver implementation. ( #1618 )
...
* Buffer stream.
* Buffer file reader.
* Buffer library performance test and functional test successfully.
* Fixed the code merge mistake.
* SkyWalking's trace receiver implementation.
* SkyWalking's trace receiver implementation.
* Delete collector module.
2018-09-04 11:18:29 +08:00
Wu Sheng
7b55101c5c
Update root pom to apache 21.
2018-08-31 15:27:56 +08:00
Fatih ERDEM
47cba6c56c
Moved hardcoded dependency versions to properties tag in pom.xml ( #1583 )
2018-08-24 10:18:48 +08:00
Fatih ERDEM
cf6721d715
Moved hardcoded dependency versions to properties tag in pom.xml ( #1582 )
2018-08-24 09:29:03 +08:00
Adrian Cole
4b17685c11
Sync mvnw to 6.0 , provided by @adriancole
2018-08-22 22:50:50 +08:00
Wu Sheng
38d88da5d1
Fix CI.
2018-08-09 21:17:25 +08:00
Wu Sheng
48a37c89f5
Update NOTICE proto files
2018-08-09 20:15:38 +08:00
Wu Sheng
6ee67e6aa4
Create istio receiver module
2018-08-09 20:07:01 +08:00
彭勇升 pengys
dcdfeb1e14
Feature/oap/cluster plugin ( #1440 )
...
* Cluster module implementation finished.
2018-07-10 23:50:08 -07:00
Wu Sheng
3136e717a9
Merge branch 'master' into 6.0
2018-07-10 21:27:41 -07:00
Gao Hongtao
dc1dfca010
Fix #1441 add icon files notice ( #1442 )
...
* Fix #1441 add icon files notice
* Amend notice file, add excluding icon folder in rat config
2018-07-10 20:12:53 -07:00
peng-yongsheng
d2753037bb
Upgrade version to 6.0.0 alpha.
2018-07-07 10:46:41 +08:00
吴晟 Wu Sheng
af5eedebd3
Update and nail org.apache.skywalking/apm-checkstyle version to a release version, 5.0.0-beta for now. ( #1270 )
2018-05-27 23:16:59 +08:00
吴晟 Wu Sheng
a6e04c97ec
Update version to beta2 for next iteration. ( #1233 )
2018-05-16 21:21:30 +08:00
lican
0178acce12
jacoco_exclude_graphql ( #1085 )
2018-04-17 14:07:22 +08:00
彭勇升 pengys
c53d5088bf
Update pom.xml ( #1040 )
...
* Update pom.xml
Add developer email address.
* Update pom.xml
* Update pom.xml
* Delete pom.xml.versionsBackup
* Delete pom.xml.versionsBackup
* Update pom.xml
* Delete pom.xml.versionsBackup
* Update pom.xml
2018-04-07 13:59:57 +08:00
吴晟 Wu Sheng
27dd5e8502
Add all UI dependencies. ( #990 )
...
* Upload more dependencies.
* Add all UI licenses to license file.
* fix ui
2018-03-26 17:17:38 +08:00
吴晟 Wu Sheng
e13ff79326
Sync to fix release check ( #982 )
...
Fix IPMC checks for releasing.
2018-03-24 17:11:04 +08:00
彭勇升 pengys
dcd6a71fce
Asf/5.0 alpha/release ( #959 )
...
* Update docs for alpha release
* Delete a comma.
* Update How-to-build.md
* Add data-set licenses file
* Rename LICENSES-data-set to LICENSE-data-set
* Update LICENSE
* Remove fastclick from LICENSE
* Make the git submodule command to be a maven profile plugin. Let this command not execute by default install command.
* [maven-release-plugin] prepare release apm-5.0.0-alpha
* [maven-release-plugin] prepare for next development iteration
* Product name is not correct
* Add more documents for release.
* Change profile id.
* Add CHANGES file in distribution file.
* Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit ac81501929f72ab3a276b8d782759eb6f652bfa3.
* Revert "[maven-release-plugin] prepare release apm-5.0.0-alpha"
This reverts commit 095597c9189589667c2a333d85bd46f6dca90c80.
* Add rat plugin to check dependency license and add license head into missing files.
* Fix docs.
* Exclude web ui config file.
* Next release guide.
* UI update.
* Update docs.
* Build source shell.
2018-03-19 06:09:09 +08:00
Olaf Flebbe
e9147a64b8
remove repotoken ( #957 )
2018-03-17 23:52:34 +08:00
吴晟 Wu Sheng
08267611a2
Prepare beta iteratoration ( #944 )
...
* [maven-release-plugin] prepare release apm-5.0.0-alpha
* [maven-release-plugin] prepare for next development iteration
2018-03-13 23:47:38 -05:00
彭勇升 pengys
75a046c2a6
Release patch ( #929 )
...
* Add more dependency licenses.
* Change the asm component’s license.
2018-03-12 17:35:17 +08:00
彭勇升 pengys
468052c26c
Feature/Style Check ( #925 )
...
* Create style check module.
* Add scm, licenses, mailing lists into root pom.
* Add jacoco and coveralls maven plugin into check style module’s pom.
2018-03-11 20:00:54 +08:00
ascrutae
6c13c386fd
Remove docker document and docker plugin
2018-03-05 22:32:33 +08:00
wusheng
710cce162b
Include the agent into `dist`
2018-03-02 17:00:43 +08:00
hanahmily
196354fa3d
Add apm-backend-dist module
2018-02-28 18:15:47 +08:00
hanahmily
022f7033ee
Overhaul pom.xml
2018-02-28 15:40:29 +08:00
hanahmily
703933895b
Add apm-webapp module
2018-02-28 09:07:05 +08:00
wusheng
f7fdd9f854
Fix assmbly for mvn clean install -Papache-release and update version to SNAPSHOT for SNAPSHOT release.
2018-02-26 23:22:10 +08:00
wu-sheng
158b6ff884
Fixing javadoc. And try to trigger a ci fail in this commit, in order to make sure javadoc will be checked in further pull request.
2018-02-26 09:15:10 +08:00
wu-sheng
fdf4a6ea40
Fix typo.
2018-01-12 15:01:48 +08:00
wu-sheng
3cd03a720a
Add Chinese document about building resin and ojdbc plugins.
2018-01-12 14:56:34 +08:00
wu-sheng
4a01c08dc4
Remove an install.
2018-01-12 14:22:01 +08:00
Mick Semb Wever
561bbc18ab
Remove OJDBC and resin artifacts from ci-dependencies driectory as they as not Apache license compatible.
...
The user can onetime manually download them, and the maven reactor will automatically build the corresponding plugins.
OJDBC is OTN which requires a user click-through agreement.
Resin is GPLv3, meaning any derivative work must also be GPLv3 licensed.
https://www.apache.org/licenses/GPL-compatibility.html
ref: https://github.com/apache/incubator-skywalking/pull/737
2018-01-12 11:10:34 +11:00
wusheng
e7b72eb2f9
catch up the TODO list.
2018-01-04 21:50:43 +08:00
wu-sheng
6e152b4fb0
Move `apm-network` module under the new root module `apm-protocol`. And add `apm-ui-query` under the `apm-protocol` module.
2017-12-25 09:51:26 +08:00
peng-yongsheng
5c95e40ccd
Do not use the propertie for checkstyle header file path that lead to the checkstyle plugin of IntelliJ idea not work.
2017-12-16 11:48:58 +08:00
gaohongtao
318c3db7c9
Update version to 5.0.0-alpha with `mvn versions:set -DnewVersion=5.0.0-alpha`
2017-12-15 10:40:23 +08:00
wu-sheng
14c4734f58
Update more license.
2017-12-15 09:50:53 +08:00
wu-sheng
60f60693c2
update coverall repo token
2017-12-14 17:05:19 +08:00
wusheng
05b818e709
Update package name to org.apache.skywalking
2017-12-10 16:32:39 +08:00
wusheng
b16d23c148
Update artifactId to "org.apache.skywalking"
2017-12-10 08:21:20 +08:00
wusheng
23133f7d97
Update copyright to Apache Foundation.
2017-12-09 23:38:32 +08:00
wusheng
d458622bb4
Update version to 5.0-2018-preview for new iteration.
2017-12-06 22:06:54 +08:00
wusheng
055c760bc0
Set versions, and documents ready for releasing 3.2.6
2017-12-04 22:04:28 +08:00
wu-sheng
aa07537031
Based on #632 , make sure local deploy successfully.
2017-11-30 15:34:11 +08:00
peng-yongsheng
b322b55af6
Upgrade the version from 3.2.5 to 3.3.0.
2017-11-22 15:12:00 +08:00
wu-sheng
f601293b22
Update the version to 3.2.5
2017-11-16 12:14:26 +08:00
wusheng
9c174d3ae5
* Remove GPLv3 license in pom.
...
* Update architecture graph.
* Update REAMDME.
2017-11-14 21:39:19 +08:00
wusheng
1e0e052496
Merge branch 'master' into feature/collector-modelization
...
* master:
Update version for 3.2.4 release.
add exception handler for disruptorQueue
support jdbc4 api of postgresql
support for logback MDC
AgentStream NullPointerException with RemoteWorker
2017-11-06 23:08:12 +08:00
wusheng
4bdea9e2c9
Update version for 3.2.4 release.
2017-11-06 22:45:00 +08:00
wu-sheng
ef496e0d64
Merge and sync release version
2017-10-25 11:40:31 +08:00
peng-yongsheng
6930937c32
To change the name of the author from pengys5 to Peng-yongsheng.
2017-10-23 18:18:08 +08:00
wu-sheng
75595b9a38
Backup the old collector, and init the new modulization codes.
2017-10-23 17:45:10 +08:00
peng-yongsheng
92db817a28
add check header files path properties into main pom
2017-10-13 15:05:22 +08:00
peng-yongsheng
e78c2407ef
no message
2017-10-13 13:34:07 +08:00
wusheng
c4098a23f9
Revert "Support javadoc generation."
...
This reverts commit 5c56d41aa2 .
2017-10-12 22:43:43 +08:00
wusheng
5c56d41aa2
Support javadoc generation.
2017-10-12 21:43:10 +08:00
peng-yongsheng
52f1420670
Add copyright head in all java files and copyright head check style
2017-10-10 22:27:57 +08:00
吴晟 Wu Sheng
c348c2c0b1
Update pom.xml
2017-10-10 15:51:48 +08:00
wusheng
b16963a4bf
Change version for next iteration.
2017-09-29 17:18:14 +08:00
peng-yongsheng
0d13b27362
Version change
2017-09-28 10:54:16 +08:00
clevertension
edd2b742d1
add auto local jar file installation before compile
2017-09-20 14:04:45 +08:00
wusheng
099877c2ce
Prepare for 3.2 iteration.
2017-09-17 07:54:25 +08:00
pengys5
638789aa94
Cobertura did not support java 8 lambda.
...
So change coverage tools from Cobertura to JaCoCo
2017-08-01 15:57:19 +08:00
wusheng
329f224763
New id mechanism, need to be tested.
2017-07-20 23:17:21 +08:00
吴晟 Wu Sheng
9080b28d9e
Update pom.xml
...
Fix an out-of-date package name.
2017-07-18 11:53:53 +08:00
吴晟 Wu Sheng
9bb632a165
Update pom.xml
...
Exclude the grpc generated codes for ci coverage.
2017-07-18 11:29:15 +08:00
wusheng
3ef364d038
Fix CI
2017-07-17 23:21:52 +08:00
wusheng
947fed4865
Begin to refactor for performance.
2017-06-26 23:43:18 +08:00
wusheng
6f2d496ea8
no message
2017-06-22 21:33:50 +08:00
wusheng
17520e5285
Adjust for style check.
2017-06-22 21:33:02 +08:00
wusheng
c31fa270d1
Initialize some config for grpc.
2017-06-22 20:55:16 +08:00
wusheng
eb82d2c989
Update version for next iteration.
2017-06-17 22:40:42 +08:00
pengys5
b2b36fee00
Change groupId and artifactId
2017-04-28 01:17:09 +08:00
wusheng
cdb6460a3e
Update version to 3.1 for next iteration.
2017-04-27 18:09:02 +08:00
wusheng
17d983ba9d
Add “checkStyle.xml” and “codeStyle.xml” files, varify the code-style when “mvn compile” and CI. This is the initialized commit.
2017-04-18 12:02:21 +08:00
wusheng
57f7b7a6ac
Set version = 3.0.1.
2017-04-13 21:19:07 +08:00
wusheng
38a7beae8d
Update version for next iteration.
2017-04-13 17:33:45 +08:00
zhangxin
867b333616
support collector docker image
2017-04-11 16:49:32 +08:00
wusheng
bd9a24f3ec
Update developers list in pom.xml. Add screenshots in README.
2017-04-06 09:54:12 +08:00
wusheng
dcafdaa348
Fix compile issue. Add new rest-service Object: SegmentsMessage.java. It uses Gson(JsonAdapter) as serialize/deserialize tool.
2017-03-20 14:45:08 +08:00
wusheng
4dab082c3c
Use gson replace protobuf in serialization. Build as small json as possible.(not finished yet.)
2017-03-18 22:51:51 +08:00
wusheng
a461931823
Remove collector dependency from agent-module. We will use HTTP-restful-service. Remove unnecessary dependencies/shades on collector and agent sides. Fix CI issue.
2017-03-18 21:48:35 +08:00
wusheng
5781437984
Shade akka.* in collector-worker. Prevent akka se/deserializing failure.
2017-03-15 20:22:53 +08:00
wusheng
13d2b48db2
Fix pom.
2017-02-26 22:55:55 +08:00