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 2022/12/29 07:14:45 UTC

[shardingsphere] branch master updated (39b29c12077 -> 6b4f2d0b3b4)

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

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


    from 39b29c12077 Add t_merchant standard table in shadow scenario (#23150)
     add 6b4f2d0b3b4 Add data masking document (#23155)

No new revisions were added by this update.

Summary of changes:
 docs/document/content/dev-manual/mask.cn.md        |  28 +++++
 docs/document/content/dev-manual/mask.en.md        |  28 +++++
 docs/document/content/features/mask/_index.cn.md   |  27 ++++
 docs/document/content/features/mask/_index.en.md   |  29 +++++
 docs/document/content/features/mask/concept.cn.md  |   8 ++
 docs/document/content/features/mask/concept.en.md  |   8 ++
 .../content/features/mask/limitations.cn.md        |   6 +
 .../content/features/mask/limitations.en.md        |   6 +
 .../common-config/builtin-algorithm/mask.cn.md     | 136 +++++++++++++++++++++
 .../common-config/builtin-algorithm/mask.en.md     | 136 +++++++++++++++++++++
 .../user-manual/error-code/sql-error-code.cn.md    |   6 +
 .../user-manual/error-code/sql-error-code.en.md    |   6 +
 .../shardingsphere-jdbc/java-api/algorithm.cn.md   |   9 ++
 .../shardingsphere-jdbc/java-api/algorithm.en.md   |   9 ++
 .../shardingsphere-jdbc/java-api/rules/mask.cn.md  | 105 ++++++++++++++++
 .../shardingsphere-jdbc/java-api/rules/mask.en.md  | 105 ++++++++++++++++
 .../yaml-config/algorithm.cn.md                    |  12 ++
 .../yaml-config/algorithm.en.md                    |  12 ++
 .../yaml-config/rules/mask.cn.md                   |  86 +++++++++++++
 .../yaml-config/rules/mask.en.md                   | 111 +++++++++++++++++
 20 files changed, 873 insertions(+)
 create mode 100644 docs/document/content/dev-manual/mask.cn.md
 create mode 100644 docs/document/content/dev-manual/mask.en.md
 create mode 100644 docs/document/content/features/mask/_index.cn.md
 create mode 100644 docs/document/content/features/mask/_index.en.md
 create mode 100644 docs/document/content/features/mask/concept.cn.md
 create mode 100644 docs/document/content/features/mask/concept.en.md
 create mode 100644 docs/document/content/features/mask/limitations.cn.md
 create mode 100644 docs/document/content/features/mask/limitations.en.md
 create mode 100644 docs/document/content/user-manual/common-config/builtin-algorithm/mask.cn.md
 create mode 100644 docs/document/content/user-manual/common-config/builtin-algorithm/mask.en.md
 create mode 100644 docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/mask.cn.md
 create mode 100644 docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/mask.en.md
 create mode 100644 docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.cn.md
 create mode 100644 docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md