Commit Graph

3883 Commits

Author SHA1 Message Date
吴晟 Wu Sheng 0e60d40d01
Support ES type/table namespace feature (#956)
* Proposal the code structure for table name prefix. Related to #932

* Fix style check.

* Keep ESDao table name in control.

* Finish all codes about ES namespace feature.
2018-03-22 06:03:51 +08:00
cyberdak 11ea4be87e fix #939 (#969)
* fix #939

fix #939

* fixcheckstyle
2018-03-21 13:51:43 +08:00
cyberdak 8106c38594 add npm install error tips. (#970)
* add npm install error tips.

tell people use taobao's npm source.

* Update How-to-build-CN.md
2018-03-20 20:52:18 +08:00
吴晟 Wu Sheng b5de1a16a6
Update How-to-release.md (#966) 2018-03-20 15:46:51 +08:00
吴晟 Wu Sheng 4589f4e46c
Fix an invalid doc. (#965) 2018-03-20 13:55:14 +08:00
彭勇升 pengys e4aa8ea6ca Update How-to-release.md (#964) 2018-03-20 06:15:23 +08:00
吴晟 Wu Sheng afcd3314d1
Fix zk path error. (#963) 2018-03-19 18:03:17 +08:00
吴晟 Wu Sheng b1265dfc1c
Update How-to-release.md (#961) 2018-03-19 16:30:48 +08:00
吴晟 Wu Sheng c56046d29a
Add namespace for headers. (#954) 2018-03-19 15:33:05 +08:00
吴晟 Wu Sheng ae39e7b5a1
Merge release documents (#960)
* 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.

* Update docs and source release.

* remove .sha256 requirement.

* Update How-to-release.md

* Update How-to-release.md

* Update build doc.

* Update docs.

* Update How-to-release.md

* Update How-to-release.md
2018-03-19 12:22:53 +08:00
Olaf Flebbe 8362486093 Use secure connection to npmjs.org (#958) 2018-03-18 20:29:16 -05: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 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