* Downstream command protocol example.
* Add wait seconds arguments into meta data reset command.
* Style consistent issue fixed.
* Add serialNumber arguments for agent to check if the command duplicate.
* Command separate.
* Update TraceIgnoreCommand.java
Keep TraceIgnoreCommand just named `TraceIgnore`
* Update new protocol
* Support new protocol at agent side.
* Fix test case.
* Make backend supports new trace protocol
* Fix tests.
* Make all new services available in gRPC.
* Fix bugs.
* Finish new document for v2 trace protocol.
* Fix wrong version requirement of zk
* Fix trace query bug.
* Find a client side dictionary bug.
* Fix register bugs.
* Fix break doc links.
* 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
* Fix mesh receiver doesn't update heartbeat.
* Fix bug of mesh heartbeat and rest receiver.
* Fix issue: opencensus is included in agent without shade. @tuohai666
* H2 storage code skeleton.
* Add batch dao for H2.
* Fix wrong refactor.
* Add codes of other dao. No metric dao, wait for @peng-yongsheng new PR.
* Change license of distribution
* Add topology query in H2.
* Add more daos.
* Add some daos.
* Commit all H2 daos. Wait @peng-yongsheng to submit new IAggregationQueryDAO interface.
* Fix some CIs
* Fix wrong refactor, which causes h2 plugin failure.
* Fix all codes of H2 storage. :) and CI should pass. No test.
* Fix CI and typo
* Fix connection closed.
* Fix register bug
* no message
* Fixed service inventory register bug.
* Fix a compile issue.
* Sync change
* Reset es as default storage.
* Fix rat
* Fix H2 compile issue.
* Fix bugs for H2 storage.
* Fix bug in mesh.
* 1. Fix Thermodynamic query bug
2. Fix service inventory query bug
3. Fix missing traceid in trace query bug
* Fix query bug.
* Submit reverse caused by prev PR.
* Fix duplicate spans.
* Use H2 as default storage implementor.
* Fix bug in topology query.
* Fix CI
* Fix rat
* Fix two query in H2 storage.
* Fix H2 query
* Make release running in H2 mode and develop mode running is ES mode in default
* update 5.x grpc version form 1.10 to 1.14 and Solve the resulting guava and log4j version conflicts
* Specify guava version 20.0
* update parrent pom guava version
* #1206
1. Support list data type attribute in streaming data.
2. Support multiple service names in segment duration index.
* Fixed the conflict.
* #1206
Add TODO description to notify linjiaqi.
* #1206
Remove @NotNull
* #1124
Add heart beat time into service name index to filter non-active service name.
* Filter service name by heart beat time when query service name count.
* #1124
1. Add application id to be a query condition of searchService method.
2. Filter service name by given time which calculated by the minute metric TTL setting. ( CurrentTimeStamp - minuteMetricTTL )
* Fixed the auto test failure.
#1124
* sofa rpc integration
* remove unused class and method,add component defination
* only support after sofa rpc 5.4.0
* set sofarpc componentId be 32
* Add document of component library settings and incuating features abstract. (#1185)
* sofa rpc integration
* Update UI licenses (#1189)
* Update UI licenses for beta version
* Update FAQ doc (#1184)
* update faq doc
* update faq
* update faq
* Update readme for beta release. (#1191)
* New english readme.
* New chinese readme.
* Fix#1186 Webapp read timeout config (#1192)
* Updat ui (#1197)
* Change the intercept point of block call way (#1190)
* Change the buired point of block call way
* Support future way and change the operation name of span
* Update screenshot for new release. (#1209)
* remove unused class and method,add component defination
* only support after sofa rpc 5.4.0
* set sofarpc componentId be 32
* sofa rpc integration
* remove unused class and method,add component defination
* only support after sofa rpc 5.4.0
* set sofarpc componentId be 32
* sofa rpc integration
* remove unused class and method,add component defination
* change parent pom version
* remove unused dependency
* Fixing #1231. Adding order and status to trace query.
* Fixing 1231. Using enum for traceState and queryOrder
* Incorporating code review suggestions
* Refactor tps to cpm
* Change the implementation for new graphql protocol.
* Add aggregate column named duration in GC metric table.
* getGCTrend query finished.
* Change between seconds to between minutes.
* Provide graphQL for Thermodynamic in overview page.
* Finish the Thermodynamic.
* `nodes` should not be null.
* Add initialized java bean for graphql protocol.
* Add license head.
* Fixed bean definition fault.
* Refactor the old ComponentDefine and ComponentsDefine to be based on file for better extenable.
* Support don't uplink componentId, but componentName in segment.
* Fix CI.
* Move component id exchange logic from SpanDecorator to SpanIdExchanger.
* Fixed the compile error cause of class construct changes.