Commit Graph

3822 Commits

Author SHA1 Message Date
彭勇升 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 41f41d12e3
Support zk namespace (#955)
* Support zk namespace, #935

* Revert default changes.
2018-03-16 18:32:51 +08:00
吴晟 Wu Sheng 5bf79f3a7f
Rename location (#953)
* Update README.md

* Update README_ZH.md
2018-03-16 15:03:48 +08:00
吴晟 Wu Sheng cf98cbb8f7
Remove some description (#946)
* Update README.md

* Update README_ZH.md
2018-03-15 23:09:22 +08:00
Xin,Zhang af16ece593 [Agent] fix trace can't finished when the StatusLine isn't set (#945) 2018-03-15 16:11:44 +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
吴晟 Wu Sheng 86c9e3815a
Doc patch (#928)
* Update CHANGELOG.md

* Update Deploy-backend-in-standalone-mode.md
2018-03-12 12:20:32 +08:00
吴晟 Wu Sheng c44003c731
Add all dependency License files (#926)
* Add license file.

* Update license and notice files.

* Add licenses of dependencies.

* Add license.
2018-03-11 22:13:34 +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
吴晟 Wu Sheng 90cab45cbe readme patch (#924)
* Update README.md

* Update README_ZH.md
2018-03-10 18:53:31 +08:00
吴晟 Wu Sheng 9e8d6c1a28 Add live demo url. (#922) 2018-03-10 08:44:16 +08:00
彭勇升 pengys 6fa179e18f Fixed #904. (#923)
The time range expression for query the live instance between the start time and end time is incorrect.
2018-03-09 23:49:25 +08:00
彭勇升 pengys 9529a75bc9
Fixed/920 (#921)
* Fixed #920

* Sync sub module.
2018-03-09 18:50:59 +08:00
彭勇升 pengys 3bde71ceab Fixed/918 (#919)
* Fixed #918

* 1. Fixed the remote serialize exception bug when there was a null value in string array.
2. Fixed the topology null exception bug when source or target application id is 0.
2018-03-09 15:19:55 +08:00
Gao Hongtao a5f634a6dc Update UI submodule (#917)
* Update UI submodule

* Update UI submodule
2018-03-09 08:41:17 +08:00
彭勇升 pengys fc2e518e4e Fixed #906 and #903 (#916)
* Fixed the no data avg throughput in service bug.

* Fixed no parent dependency for service dependency graph #906
2018-03-09 06:18:41 +08:00
吴晟 Wu Sheng 4479c4f092
Sync ui for @hanahmily (#914) 2018-03-08 22:09:37 +08:00
彭勇升 pengys 285ad0a353 1. Fixed the OverViewLayerQuery#getTopNSlowService method bug which is not order by average response time. (#913)
2. Fixed the OverViewLayerQuery#getTopNApplicationThroughput method bug which is not order by TPS.
3. Fixed the ApplicationQuery#getSlowService method bug which is not order by average response time.
4. Fixed the ApplicationQuery#getServerThroughput method bug which is not order by TPS.

#907
2018-03-08 21:09:57 +08:00
彭勇升 pengys e05d9e81df
Feature/905 (#912)
* 1. Add transaction average duration, business transaction average duration, MQ transaction average duration into all metric entities, DAO define, persistence DAO.
2. Add formula calculate operation.

* Refactor the package name in storage module, make the table define and dao package’s name same as others.
2018-03-08 17:04:07 +08:00
吴晟 Wu Sheng d516a7e497
Update screenshots. (#911) 2018-03-08 16:07:45 +08:00
吴晟 Wu Sheng 72236acac1
Fix document (#910)
* Update How-to-build-CN.md

* Update How-to-build.md
2018-03-08 12:19:42 +08:00
吴晟 Wu Sheng 9c049684fd
Try to fix #886 (#892)
* Try to fix #886

* Try to fix ci.

* Fix a style check.
2018-03-07 22:50:16 +08:00
彭勇升 pengys f75b067bb7 Table name and time bucket error (#900)
* Get the MQ server address id from reference.

* Fixed the remote exception bug when running cluster mode collector.
How: Register remote data entity into remote module.

* Fixed the bug which the end second time bucket calculate result is incorrect.

* Fixed a test case error.
2018-03-07 20:03:35 +08:00
彭勇升 pengys d04d85900e Collector cluster mode stream error (#899)
* Get the MQ server address id from reference.

* Fixed the remote exception bug when running cluster mode collector.
How: Register remote data entity into remote module.
2018-03-07 17:38:25 +08:00
吴晟 Wu Sheng cf95a39b2e
Add new document of protocol in en. (#898) 2018-03-07 17:08:04 +08:00
Xin,Zhang 0ddec9c6a4 [Agent] fix the interceptor package name is incorrect (#897) 2018-03-07 15:19:50 +08:00
Xin,Zhang be4a8db0c9 Update deploy CN docs (#896) 2018-03-07 14:06:11 +08:00
Xin,Zhang 572f985cf1 Update deploy docs (#895) 2018-03-07 11:37:50 +08:00
Gao Hongtao aaab660566 Update UI submodule (#894) 2018-03-07 10:50:13 +08:00
吴晟 Wu Sheng 54b5d724a7
Proposal our ROADMAP. (#779)
* Proposal our ROADMAP.

* Update ROADMAP.md

* Update ROADMAP.md

* Update ROADMAP.md

* Update ROADMAP.md

* Update ROADMAP.md

Remove already supported from roadmap.

* Update ROADMAP.md

Add UI roadmap

* Update ROADMAP.md

* Update ROADMAP.md

* Update ROADMAP.md

* Update ROADMAP.md
2018-03-07 07:48:02 +08:00
吴晟 Wu Sheng 426e87ec73
Add CHANGELOG for our next release (#798)
* Provde the changelog for this month's release.

* Add a new changelog.

* Update CHANGELOG.md
2018-03-07 07:14:14 +08:00
彭勇升 pengys 074acb13c8 Application.yml configuration change. (#893) 2018-03-07 06:21:29 +08:00
Gao Hongtao d8bc2a1f47 Update COC to Apache edition (#890) 2018-03-06 18:51:01 +08:00
彭勇升 pengys 6e8925084e Get the MQ server address id from reference. (#891) 2018-03-06 15:59:29 +08:00
Gao Hongtao f17f69b377 Update doc for ui deploy (#889) 2018-03-06 15:29:56 +08:00
Gao Hongtao 2fbf617280 Update webapp start script (#888) 2018-03-06 12:27:17 +08:00
吴晟 Wu Sheng 58f420720f Change some files for preparing release. (#887) 2018-03-06 10:37:57 +08:00
吴晟 Wu Sheng f436c99ee8
Merge pull request #885 from ascrutae/fix/remove-docker
Remove docker document and docker plugin
2018-03-06 06:47:03 +08:00
吴晟 Wu Sheng 26d108d882
Merge branch 'master' into fix/remove-docker 2018-03-06 06:16:20 +08:00
吴晟 Wu Sheng beda526140
Merge pull request #884 from peng-yongsheng/feature/http_json
The instance heart beat implementation of http JSON protocol.
2018-03-05 22:55:58 +08:00
ascrutae 6c13c386fd Remove docker document and docker plugin 2018-03-05 22:32:33 +08:00
彭勇升 pengys 845f553c92
Merge branch 'master' into feature/http_json 2018-03-05 22:24:45 +08:00
吴晟 Wu Sheng c9bb3411f4
Merge pull request #883 from peng-yongsheng/fixed/855
Fixed/855
2018-03-05 22:21:47 +08:00
peng-yongsheng 395ad44a4c The instance heart beat implementation of http JSON protocol. 2018-03-05 22:18:47 +08:00
吴晟 Wu Sheng 07151c5e94
Merge branch 'master' into fixed/855 2018-03-05 21:38:20 +08:00
吴晟 Wu Sheng a8459e6bd9
Merge pull request #882 from apache/contributing-doc
Create CONTRIBUTING.md
2018-03-05 21:33:51 +08:00
彭勇升 pengys 3d1acbc9ab
Merge branch 'master' into fixed/855 2018-03-05 21:06:04 +08:00
peng-yongsheng 24468b1eea Add the segmentId into BasicTrace which belongs to trace query graphql protocol. 2018-03-05 21:00:24 +08:00