You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2021/03/11 10:43:10 UTC

[ignite-3] branch ignite-13748 updated (a714d73 -> 34b9aec)

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

amashenkov pushed a change to branch ignite-13748
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from a714d73  Styles.
     add f3775d0  IGNITE-14272 Move DEVNOTES.md to proper location, add modules readme
     add 9201be1  IGNITE-14302 Fixed PMD check for REST module. (#66)
     add 42eae67  Merge branch 'main' into ignite-13748
     add 34b9aec  Add README.md for modules.

No new revisions were added by this update.

Summary of changes:
 DEVNOTES.md                                        | 55 +++++++++++++++++++++-
 modules/DEVNOTES.md                                | 47 ------------------
 modules/README.md                                  | 21 +++++++++
 modules/api/README.md                              |  4 ++
 .../configuration-annotation-processor/README.md   |  5 ++
 .../processor/internal/Processor.java              | 10 +++-
 .../ignite/configuration/tree/InnerNode.java       |  3 ++
 modules/network/README.md                          | 23 +++++++++
 modules/rest/pom.xml                               |  7 +--
 modules/schema/README.md                           | 10 ++++
 10 files changed, 132 insertions(+), 53 deletions(-)
 delete mode 100644 modules/DEVNOTES.md
 create mode 100644 modules/README.md
 create mode 100644 modules/api/README.md
 create mode 100644 modules/configuration-annotation-processor/README.md
 create mode 100644 modules/network/README.md
 create mode 100644 modules/schema/README.md