You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2022/06/26 12:47:36 UTC

[celix] branch feature/update_component_and_pattern_documentation updated (031e7e34 -> 551514f7)

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

pnoltes pushed a change to branch feature/update_component_and_pattern_documentation
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 031e7e34 Adds patterns link to documentation and removes old getting started guide
     add 551514f7 Updates patterns.md and refactor celix shell documentation

No new revisions were added by this update.

Summary of changes:
 bundles/logging/README.md                          |   2 +-
 bundles/shell/README.md                            |  92 +++++++++++++++++++++
 bundles/shell/diagrams/celix_cxx_shell.png         | Bin 0 -> 36092 bytes
 bundles/shell/diagrams/celix_cxx_shell.puml        |  50 +++++++++++
 bundles/shell/diagrams/celix_shell.png             | Bin 0 -> 27034 bytes
 bundles/shell/diagrams/celix_shell.puml            |  44 ++++++++++
 bundles/shell/remote_shell/README.md               |  31 -------
 bundles/shell/shell/README.md                      |  55 ------------
 bundles/shell/shell_tui/README.md                  |  38 ---------
 bundles/shell/shell_wui/README.md                  |  36 --------
 documents/diagrams/service_on_demand_pattern.png   | Bin 9649 -> 0 bytes
 documents/diagrams/sod_pattern.png                 | Bin 0 -> 9674 bytes
 ...ice_on_demand_pattern.puml => sod_pattern.puml} |   2 +-
 documents/diagrams/sod_pattern_log_service.png     | Bin 0 -> 17098 bytes
 ...r_pattern.puml => sod_pattern_log_service.puml} |  29 ++++---
 .../diagrams/sod_pattern_publisher_service.png     | Bin 0 -> 23713 bytes
 .../diagrams/sod_pattern_publisher_service.puml    |  45 ++++++++++
 documents/diagrams/whiteboard_pattern.png          | Bin 12574 -> 12021 bytes
 documents/diagrams/whiteboard_pattern.puml         |  15 ++--
 .../diagrams/whiteboard_pattern_http_admin.png     | Bin 0 -> 15058 bytes
 ...cle.puml => whiteboard_pattern_http_admin.puml} |  36 ++++----
 documents/diagrams/whiteboard_pattern_log_sink.png | Bin 0 -> 9403 bytes
 .../diagrams/whiteboard_pattern_log_sink.puml      |  28 +++----
 documents/diagrams/whiteboard_pattern_shell.png    | Bin 0 -> 18768 bytes
 ...vice_seq.puml => whiteboard_pattern_shell.puml} |  30 +++----
 documents/patterns.md                              |  32 +++++--
 documents/subprojects.md                           |   6 +-
 27 files changed, 328 insertions(+), 243 deletions(-)
 create mode 100644 bundles/shell/README.md
 create mode 100644 bundles/shell/diagrams/celix_cxx_shell.png
 create mode 100644 bundles/shell/diagrams/celix_cxx_shell.puml
 create mode 100644 bundles/shell/diagrams/celix_shell.png
 create mode 100644 bundles/shell/diagrams/celix_shell.puml
 delete mode 100644 bundles/shell/remote_shell/README.md
 delete mode 100644 bundles/shell/shell/README.md
 delete mode 100644 bundles/shell/shell_tui/README.md
 delete mode 100644 bundles/shell/shell_wui/README.md
 delete mode 100644 documents/diagrams/service_on_demand_pattern.png
 create mode 100644 documents/diagrams/sod_pattern.png
 rename documents/diagrams/{service_on_demand_pattern.puml => sod_pattern.puml} (94%)
 create mode 100644 documents/diagrams/sod_pattern_log_service.png
 copy documents/diagrams/{extender_pattern.puml => sod_pattern_log_service.puml} (59%)
 create mode 100644 documents/diagrams/sod_pattern_publisher_service.png
 create mode 100644 documents/diagrams/sod_pattern_publisher_service.puml
 create mode 100644 documents/diagrams/whiteboard_pattern_http_admin.png
 copy documents/diagrams/{bundles_lifecycle.puml => whiteboard_pattern_http_admin.puml} (62%)
 create mode 100644 documents/diagrams/whiteboard_pattern_log_sink.png
 copy libs/utils/README.md => documents/diagrams/whiteboard_pattern_log_sink.puml (73%)
 create mode 100644 documents/diagrams/whiteboard_pattern_shell.png
 copy documents/diagrams/{services_unregister_service_seq.puml => whiteboard_pattern_shell.puml} (56%)