You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/08/13 13:47:47 UTC

[incubator-linkis] branch dev-1.3.0 updated (4709efd26 -> 43f750c63)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a change to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


    from 4709efd26 Fixed the problem that some rows might be lost when reading the result set (#2756)
     add 181835ed1 update flink engine version to 1.12.2 (#2689)
     add 993545916 fix: fix Github repos page License display with Unknown licenses found (#2715)
     add 11914fb94 [Feature] The connection cache pool key value in the ConnectionManager is adjusted to the data source name + version number. (#2742)
     add 2dedfcaa3 [Bug] [JDBC-Engine] jdbc data source configuration priority definition. (#2751)
     add 4479c2d81 Update README.md doc (#2752)
     add 5d1959f9e update CONTRIBUTING.md (#2753)
     add 3fec951f8 Merge remote-tracking branch 'origin/master' into dev-1.2.0-master
     add 08fe27199 Fix links
     add 123a297c7 Merge pull request #2758 from WeDataSphere/dev-1.2.0-master
     add 43f750c63 Merge pull request #2760 from apache/master

No new revisions were added by this update.

Summary of changes:
 .github/workflows/auto-comment.yml                 |   2 +-
 CONTRIBUTING.md                                    |  10 +-
 CONTRIBUTING_CN.md                                 |  76 ++++----
 README.md                                          | 122 ++++++++----
 README_CN.md                                       | 207 +++++++++++++--------
 docs/index.md                                      |   7 +
 .../manager/label/conf/LabelCommonConfig.java      |   2 +-
 .../engineplugin/jdbc/ConnectionManager.java       |  32 ++--
 .../jdbc/constant/JDBCEngineConnConstant.java      |   2 +
 .../jdbc/executer/JDBCEngineConnExecutor.scala     |  83 +++++----
 .../jdbc/executer/JDBCMultiDatasourceParser.scala  |   6 +
 .../engineplugin/jdbc/ConnectionManagerTest.java   |   2 +-
 .../executer/JDBCMultiDatasourceParserTest.scala   |  28 +++
 .../TestJDBCEngineConnExecutor.scala               |   5 +-
 .../restful/api/VariableRestfulApiTest.java        |  49 -----
 tool/code-style-idea.xml                           |  57 ++++++
 license-header => tool/license-header              |   1 +
 tool/modify_license.sh                             |   8 +-
 18 files changed, 437 insertions(+), 262 deletions(-)
 create mode 100644 docs/index.md
 delete mode 100644 linkis-public-enhancements/linkis-publicservice/linkis-variable/src/test/java/org/apache/linkis/variable/restful/api/VariableRestfulApiTest.java
 create mode 100644 tool/code-style-idea.xml
 rename license-header => tool/license-header (99%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org