You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/01/12 21:47:46 UTC

[sling-org-apache-sling-feature-apiregions] branch master updated (ef3e5b5 -> aa146ec)

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

dklco pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git.


    from ef3e5b5  SLING-11051 - Fixing JavaDoc badge
     add 038e7d1  SLING-11006 - Adding a web console status printer for the API Regions
     add 268b43b  Removing Jacoco
     add 34505a6  Fixing partial display if the configuration is not loaded successfully
     new aa146ec  Merge pull request #16 from apache/SLING-11006-regions-webconsole

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   1 +
 .../sling/feature/apiregions/impl/Activator.java   |  32 ++++++
 .../feature/apiregions/impl/RegionPrinter.java     | 113 +++++++++++++++++++++
 .../feature/apiregions/impl/ActivatorTest.java     |  15 +++
 .../feature/apiregions/impl/RegionPrinterTest.java |  96 +++++++++++++++++
 src/test/resources/printer/empty.txt               |  32 ++++++
 src/test/resources/printer/noconfig.txt            |   6 ++
 src/test/resources/printer/populated.txt           |  54 ++++++++++
 8 files changed, 349 insertions(+)
 create mode 100644 src/main/java/org/apache/sling/feature/apiregions/impl/RegionPrinter.java
 create mode 100644 src/test/java/org/apache/sling/feature/apiregions/impl/RegionPrinterTest.java
 create mode 100644 src/test/resources/printer/empty.txt
 create mode 100644 src/test/resources/printer/noconfig.txt
 create mode 100644 src/test/resources/printer/populated.txt

[sling-org-apache-sling-feature-apiregions] 01/01: Merge pull request #16 from apache/SLING-11006-regions-webconsole

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git

commit aa146ec9af9fc4c336a18d590c23d940d9967df1
Merge: ef3e5b5 34505a6
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Wed Jan 12 16:47:39 2022 -0500

    Merge pull request #16 from apache/SLING-11006-regions-webconsole
    
    SLING-11006: Add API Regions Webconsole Status

 pom.xml                                            |   1 +
 .../sling/feature/apiregions/impl/Activator.java   |  32 ++++++
 .../feature/apiregions/impl/RegionPrinter.java     | 113 +++++++++++++++++++++
 .../feature/apiregions/impl/ActivatorTest.java     |  15 +++
 .../feature/apiregions/impl/RegionPrinterTest.java |  96 +++++++++++++++++
 src/test/resources/printer/empty.txt               |  32 ++++++
 src/test/resources/printer/noconfig.txt            |   6 ++
 src/test/resources/printer/populated.txt           |  54 ++++++++++
 8 files changed, 349 insertions(+)