You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/12/09 11:37:55 UTC

[shardingsphere] branch master updated: Add document for SQL auditor (#8549)

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

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new f05cb6b  Add document for SQL auditor (#8549)
f05cb6b is described below

commit f05cb6b794250594289b74b98bf4c5f9a934ce8f
Author: Liang Zhang <te...@163.com>
AuthorDate: Wed Dec 9 19:37:42 2020 +0800

    Add document for SQL auditor (#8549)
    
    * Add SQLAuditor interface
    
    * Add document for SQL auditor
---
 docs/document/content/dev-manual/governance.cn.md  |  4 ++--
 docs/document/content/dev-manual/governance.en.md  |  4 ++--
 docs/document/content/dev-manual/proxy.cn.md       |  4 ++--
 docs/document/content/dev-manual/proxy.en.md       |  4 ++--
 docs/document/content/dev-manual/scaling.cn.md     |  4 ++--
 docs/document/content/dev-manual/scaling.en.md     |  4 ++--
 docs/document/content/dev-manual/sql-audit.cn.md   | 16 ++++++++++++++++
 docs/document/content/dev-manual/sql-audit.en.md   | 16 ++++++++++++++++
 docs/document/content/dev-manual/transaction.cn.md |  4 ++--
 docs/document/content/dev-manual/transaction.en.md |  4 ++--
 10 files changed, 48 insertions(+), 16 deletions(-)

diff --git a/docs/document/content/dev-manual/governance.cn.md b/docs/document/content/dev-manual/governance.cn.md
index 074139b..bce4fe5 100644
--- a/docs/document/content/dev-manual/governance.cn.md
+++ b/docs/document/content/dev-manual/governance.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.8. </b>"
+pre = "<b>5.9. </b>"
 title = "分布式治理"
-weight = 8
+weight = 9
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/governance.en.md b/docs/document/content/dev-manual/governance.en.md
index 2ff91e2..a8f1349 100644
--- a/docs/document/content/dev-manual/governance.en.md
+++ b/docs/document/content/dev-manual/governance.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.8. </b>"
+pre = "<b>5.9. </b>"
 title = "Distributed Governance"
-weight = 8
+weight = 9
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/proxy.cn.md b/docs/document/content/dev-manual/proxy.cn.md
index 2f0184c..8cadebe 100644
--- a/docs/document/content/dev-manual/proxy.cn.md
+++ b/docs/document/content/dev-manual/proxy.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.10. </b>"
+pre = "<b>5.11. </b>"
 title = "Proxy"
-weight = 10
+weight = 11
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/proxy.en.md b/docs/document/content/dev-manual/proxy.en.md
index f17c9fb..37e1a33 100644
--- a/docs/document/content/dev-manual/proxy.en.md
+++ b/docs/document/content/dev-manual/proxy.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.10. </b>"
+pre = "<b>5.11. </b>"
 title = "Proxy"
-weight = 10
+weight = 11
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/scaling.cn.md b/docs/document/content/dev-manual/scaling.cn.md
index cf1597c..ed33c2c 100644
--- a/docs/document/content/dev-manual/scaling.cn.md
+++ b/docs/document/content/dev-manual/scaling.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.9. </b>"
+pre = "<b>5.10. </b>"
 title = "弹性伸缩"
-weight = 9
+weight = 10
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/scaling.en.md b/docs/document/content/dev-manual/scaling.en.md
index f88ee34..4f01eb2 100644
--- a/docs/document/content/dev-manual/scaling.en.md
+++ b/docs/document/content/dev-manual/scaling.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.9. </b>"
+pre = "<b>5.10. </b>"
 title = "Scaling"
-weight = 9
+weight = 10
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/sql-audit.cn.md b/docs/document/content/dev-manual/sql-audit.cn.md
new file mode 100644
index 0000000..c010add
--- /dev/null
+++ b/docs/document/content/dev-manual/sql-audit.cn.md
@@ -0,0 +1,16 @@
++++
+pre = "<b>5.7. </b>"
+title = "SQL 审计"
+weight = 7
+chapter = true
++++
+
+## SQLAuditor
+
+| *SPI 名称*   | *详细说明*   |
+| ----------- | ----------- |
+| SQLAuditor  | SQL审计器    |
+
+| *已知实现类* | *详细说明*   |
+| ----------- | ----------- |
+| 暂无         |            |
diff --git a/docs/document/content/dev-manual/sql-audit.en.md b/docs/document/content/dev-manual/sql-audit.en.md
new file mode 100644
index 0000000..0899db5
--- /dev/null
+++ b/docs/document/content/dev-manual/sql-audit.en.md
@@ -0,0 +1,16 @@
++++
+pre = "<b>5.7. </b>"
+title = "SQL Audit"
+weight = 7
+chapter = true
++++
+
+## SQLAuditor
+
+| *SPI Name*             | *Description* |
+| ---------------------- | ------------- |
+| SQLAuditor             | SQL auditor   |
+
+| *Implementation Class* | *Description* |
+| ---------------------- | ------------- |
+| None                   |               |
diff --git a/docs/document/content/dev-manual/transaction.cn.md b/docs/document/content/dev-manual/transaction.cn.md
index 06bb41d..3e132c6 100644
--- a/docs/document/content/dev-manual/transaction.cn.md
+++ b/docs/document/content/dev-manual/transaction.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.7. </b>"
+pre = "<b>5.8. </b>"
 title = "分布式事务"
-weight = 7
+weight = 8
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/transaction.en.md b/docs/document/content/dev-manual/transaction.en.md
index 7112c7d..65012fa 100644
--- a/docs/document/content/dev-manual/transaction.en.md
+++ b/docs/document/content/dev-manual/transaction.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>5.7. </b>"
+pre = "<b>5.8. </b>"
 title = "Distributed Transaction"
-weight = 7
+weight = 8
 chapter = true
 +++