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

epugh pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 09edcf21608 SOLR-16915: Set the AffinityPlacementPlugin 
minimalFreeDiskGB to 5 (#1817)
     new dcc3ee1b9e3 SOLR-6994: Integrate post tool into bin/solr and 
bin/solr.cmd (#1634)
     new 113db7d13dc Fix backport of SOLR-6994.

The 2 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:
 solr/CHANGES.txt                                   |   2 +
 solr/bin/post                                      |   1 +
 solr/bin/solr                                      |  11 +-
 solr/bin/solr.cmd                                  |   3 +-
 .../src/java/org/apache/solr/cli/DeleteTool.java   |   2 +-
 .../src/java/org/apache/solr/cli/PostTool.java     | 143 +++++++++++++++++
 .../java/org/apache/solr/cli/RunExampleTool.java   |   8 +
 .../java/org/apache/solr/cli/SimplePostTool.java   | 174 ++++++++++++++-------
 .../core/src/java/org/apache/solr/cli/SolrCLI.java |  10 +-
 ...{HealthcheckToolTest.java => PostToolTest.java} |  33 +---
 .../org/apache/solr/cli/SimplePostToolTest.java    |   2 +-
 solr/packaging/test/test_extraction.bats           | 110 +++++++++++++
 solr/packaging/test/test_help.bats                 |  12 +-
 solr/packaging/test/test_post.bats                 | 173 ++++++++++++++++++++
 .../modules/indexing-guide/pages/post-tool.adoc    | 107 ++++++-------
 15 files changed, 630 insertions(+), 161 deletions(-)
 create mode 100644 solr/core/src/java/org/apache/solr/cli/PostTool.java
 copy solr/core/src/test/org/apache/solr/cli/{HealthcheckToolTest.java => 
PostToolTest.java} (60%)
 create mode 100644 solr/packaging/test/test_extraction.bats
 create mode 100644 solr/packaging/test/test_post.bats

Reply via email to