This is an automated email from the ASF dual-hosted git repository. peacewong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
commit f6d0354f62cc5165d478c97084c47df17696c164 Merge: 6b5e840 77f7428 Author: peacewong <[email protected]> AuthorDate: Tue Dec 28 16:05:36 2021 +0800 Merge pull request #81 from apache/dev merge dev into master .../development_specification/_category_.json | 0 .../development_specification/api.md | 4 +- .../development_specification/concurrent.md | 16 +- .../development_specification/exception_catch.md | 8 +- .../development_specification/log.md | 10 +- .../development_specification/overview.md | 8 +- .../development_specification/path_usage.md | 4 +- .../programming_specification.md | 21 + community/development_specification/unit_test.md | 12 + .../version_feature_specifications.md | 25 ++ community/how-to-release.md | 461 +++++++++++---------- community/how-to-verify.md | 2 +- docs/architecture/commons/message_scheduler.md | 2 +- docs/architecture/commons/rpc.md | 2 +- .../engine/engine_conn.md | 4 +- .../architecture/difference_between_1.0_and_0.x.md | 6 +- ...submission_preparation_and_execution_process.md | 6 +- docs/architecture/overview.md | 8 +- .../development_specification/_category_.json | 4 - docs/development/development_specification/api.md | 148 ------- .../development_specification/exception_throws.md | 58 --- .../development_specification/overview.md | 14 - .../development_specification/path_usage.md | 20 - docs/development/linkis_compile_and_package.md | 26 +- docusaurus.config.js | 11 +- download/main.md | 2 +- download/release-1.0.2.md | 5 +- .../current.json | 4 + .../current}/development_specification/api.md | 2 +- .../development_specification/concurrent.md | 2 +- .../development_specification/exception_catch.md | 87 ++++ .../current}/development_specification/log.md | 13 +- .../current}/development_specification/overview.md | 8 +- .../development_specification/path_usage.md | 0 .../programming_specification.md | 21 + .../current/development_specification/unit_test.md | 12 + .../version_feature_specifications.md | 26 ++ .../current/how-to-release.md | 334 ++++++++++----- .../current/how-to-subscribe.md | 20 +- .../current/main.md | 2 +- .../current/release-1.0.2.md | 4 +- .../development_specification/concurrent.md | 13 - .../development_specification/exception_catch.md | 14 - .../development_specification/exception_throws.md | 35 -- .../development_specification/overview.md | 16 - .../development_specification/path_usage.md | 13 - .../development/development_specification/api.md | 77 ---- .../development_specification/exception_catch.md | 14 - .../development_specification/exception_throws.md | 35 -- .../development/development_specification/log.md | 18 - .../development/linkis_compile_and_package.md | 103 +++-- package.json | 1 + src/css/custom.css | 5 - src/pages/home/index.less | 2 +- src/pages/index.jsx | 25 +- src/pages/team/config.json | 34 +- .../linkis-contextservice-cache-03.png | Bin 111797 -> 105476 bytes .../linkis-contextservice-client-02.png | Bin 85824 -> 83502 bytes .../linkis-contextservice-persistence-01.png | Bin 203842 -> 204320 bytes .../linkis-contextservice-service-02.png | Bin 75760 -> 75429 bytes .../development_specification/concurrent.md | 22 - .../development_specification/exception_catch.md | 14 - .../development_specification/exception_throws.md | 58 --- .../development/development_specification/log.md | 18 - .../development/linkis_compile_and_package.md | 148 ++++--- 65 files changed, 943 insertions(+), 1144 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
