kezhenxu94
116f50ee82
Try to bring coverall test coverage comments back ( #3503 )
...
* Try to bring coverall test coverage comments back
* Remove suspicious rule
* Sync
* Try checkout submodule
* Update labeler.yml
* Update labeler.yml
* Update labeler.yml
* Update labeler.yml
* Rebase
* Remove jmh annotation processor
* Update README.md
* Replace with placeholder and remove Coverall badge in README
* Exclude generated classes from coverage analysis
2019-09-29 07:41:04 +08:00
吴晟 Wu Sheng
ce20fe107d
Move to 6.5.0 ( #3439 )
...
* [maven-release-plugin] prepare release v6.4.0
* [maven-release-plugin] prepare for next development iteration
2019-09-08 16:24:21 -07:00
kezhenxu94
54614a0594
Support gateway without agent ( #3308 )
...
* Support Gateway without agent
2019-08-30 16:17:41 +08:00
kezhenxu94
db9759fcc2
Check license header strictly ( #3274 )
...
* Check license header strictly
* Ignore header template
* Include more files to check list
2019-08-16 14:37:44 +08:00
kezhenxu94
37acc3dc99
Add dependency licenses check ( #3221 )
...
* Add dependency licenses check
2019-08-07 09:45:23 +08:00
吴晟 Wu Sheng
b247dc979e
Move project master branch to 6.4.0-SNAPSHOT ( #3220 )
...
* [maven-release-plugin] prepare release v6.3.0
* [maven-release-plugin] prepare for next development iteration
2019-08-05 21:19:17 +08:00
吴晟 Wu Sheng
5b039e9747
All NEW OAL Runtime Engine ( #3109 )
...
* Change OAL generator tool to runtime.
Step 1. change project structure. API links and maven pom.
* Part of metrics class generation
* Metrcis class generated.
* Set up the basic structure of new OAL engine.
* Finish metrics generation.
* Support dispatcher generation.
* Format codes.
* Generate dispatcher all methods.
* Implement disable in hardcode.
* Clear up
* Fix compile startup.
* Update license and document of new OAL engine.
* Fix rat.
* Disable class output in default
* Copy from @kezhenxu94 's test PR, https://github.com/apache/skywalking/pull/3110
* Wait for the mount command to finish
2019-07-18 19:47:23 +08:00
吴晟 Wu Sheng
4faa950c14
Move master to 6.3.0 ( #2968 )
...
* [maven-release-plugin] prepare release v6.2.0
* [maven-release-plugin] prepare for next development iteration
2019-06-29 13:49:36 +08:00
kezhenxu94
48835348bb
Check disallowed imports in agent instrumentation classes ( #2908 )
...
* Check disallowed imports in agent instrumentation classes
* Remove check script
* Remove script
2019-06-19 14:04:22 +08:00
zhangwei
2aba908cde
fix code comment ( #2896 )
2019-06-18 15:38:14 +08:00
kezhenxu94
71f3e8618b
Lift checkstyle configuration ( #2882 )
2019-06-16 23:50:43 +08:00
kezhenxu94
feb545f621
Add missing licenses and remove duplicate plugin management ( #2879 )
2019-06-15 11:50:29 +08:00
kezhenxu94
5b6a890592
Adjust pom plugin position and add docs ( #2870 )
...
* Adjust pom plugin position and add docs
* Polishing
* Update as requested
2019-06-14 07:21:47 +08:00
kezhenxu94
f5db90b8bd
Integrate Jenkins CI ( #2864 )
...
* Test
* Sync
* Update ITNacosConfigurationTest.java
* Trigger CI
* Trigger CI
* Trigger CI
* Trigger CI
* Trigger CI
* Remove unused imports to fix checkstyle
* Remove unused imports to fix checkstyle
* Increase timeout since nacos starts slowlly
* Bump up Oracle JDK version
* Remove OracleJDK due to license
* Add CI-with-IT profile and openjdk9
* Add missing profiles
* Lift failsafe plugin to root
* Update pom.xml
* Remove OPENJDK9
* Try parallel builds and add agent
* Try parallel build and windows
* Try parallel build and windows
* Try parallel build and windows
* Try parallel build
* Try parallel build
* Try parallel build
* Fix indentation
* Trigger CI
* Trigger CI
* Remove Windows stage
* Update mvnw.cmd
2019-06-13 17:06:21 +08:00
吴晟 Wu Sheng
2e846c6078
Dynamic Configuration and Dynamic Configuration Service ( #2810 )
...
* Implement the base of config API module.
* Finish configuration module codebases w/o tests, revert some changes.
* Finish mock tests.
* Add new gRPC service for configuration.
* Make gRPC configuration sync provider works.
* Add database slow statement dynamic setting.
* Finish the dynamic configuration service.
* Fix version.
2019-06-03 23:11:52 +08:00
彭勇升 pengys
3ffb43dd93
Let the check style bind to maven process-sources life cycle. ( #2683 )
2019-05-16 07:24:58 +08:00
吴晟 Wu Sheng
65c503b674
Release fix ( #2566 )
...
* Introduce new profile in release
* Fix a missing change.
* Fix wrong profile name.
2019-04-30 18:01:39 +08:00
吴晟 Wu Sheng
9b87086d72
Move to 6.2 ( #2563 )
...
* Move submodule plugin.
* Always auto-submodule
* [maven-release-plugin] prepare release v6.1.0
* [maven-release-plugin] prepare for next development iteration
* Change keys location.
2019-04-30 12:16:50 +08:00
吴晟 Wu Sheng
5321a8538d
Merge RocketBot UI as primary UI ( #2515 )
...
* Remove old UI submodule.
* Add rocketbot UI as submodule.
* update skywalking-rocketbot-ui commitId.
* Update ignore.
2019-04-25 12:34:36 +08:00
吴晟 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