You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/07/15 21:17:34 UTC

[solr] branch main updated (5346024 -> ee6d01a)

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

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


    from 5346024  SOLR-15531: significantTerms streaming function should not fail on empty collections (#212)
     add ee6d01a  SOLR-15533: Add license headers to docker module (#215)

No new revisions were added by this update.

Summary of changes:
 solr/docker/example/docker-compose.yml                   | 15 +++++++++++++++
 solr/docker/example/precreate-collection.sh              | 14 ++++++++++++++
 solr/docker/example/set-heap.sh                          | 14 ++++++++++++++
 solr/docker/scripts/docker-entrypoint.sh                 | 14 ++++++++++++++
 solr/docker/scripts/init-var-solr                        | 14 ++++++++++++++
 solr/docker/scripts/precreate-core                       | 14 ++++++++++++++
 solr/docker/scripts/run-initdb                           | 14 ++++++++++++++
 solr/docker/scripts/solr-create                          | 14 ++++++++++++++
 solr/docker/scripts/solr-demo                            | 14 ++++++++++++++
 solr/docker/scripts/solr-fg                              | 14 ++++++++++++++
 solr/docker/scripts/solr-foreground                      | 14 ++++++++++++++
 solr/docker/scripts/solr-precreate                       | 14 ++++++++++++++
 solr/docker/scripts/start-local-solr                     | 15 +++++++++++++++
 solr/docker/scripts/stop-local-solr                      | 15 +++++++++++++++
 solr/docker/scripts/wait-for-solr.sh                     | 14 ++++++++++++++
 solr/docker/scripts/wait-for-zookeeper.sh                | 14 ++++++++++++++
 solr/docker/templates/Dockerfile.body.template           | 15 +++++++++++++++
 solr/docker/templates/Dockerfile.local.header.template   | 15 +++++++++++++++
 .../docker/templates/Dockerfile.official.header.template | 15 +++++++++++++++
 solr/docker/tests/README.md                              |  6 ------
 solr/docker/tests/cases/create_bad_core/test.sh          | 14 ++++++++++++++
 solr/docker/tests/cases/create_core/test.sh              | 14 ++++++++++++++
 solr/docker/tests/cases/create_core_exec/test.sh         | 14 ++++++++++++++
 .../tests/cases/create_core_randomuser_rootgroup/test.sh | 16 +++++++++++++++-
 solr/docker/tests/cases/demo-tini/test.sh                | 14 ++++++++++++++
 solr/docker/tests/cases/demo/test.sh                     | 14 ++++++++++++++
 .../cases/empty-varsolr-dir-ramdomuser-rootgroup/test.sh | 14 ++++++++++++++
 solr/docker/tests/cases/empty-varsolr-dir-solr/test.sh   | 14 ++++++++++++++
 solr/docker/tests/cases/empty-varsolr-dir-user/test.sh   | 14 ++++++++++++++
 .../cases/empty-varsolr-vol-ramdomuser-rootgroup/test.sh | 14 ++++++++++++++
 .../tests/cases/empty-varsolr-vol-solr-nocopy/test.sh    | 14 ++++++++++++++
 solr/docker/tests/cases/empty-varsolr-vol-solr/test.sh   | 14 ++++++++++++++
 solr/docker/tests/cases/empty-varsolr-vol-user/test.sh   | 14 ++++++++++++++
 solr/docker/tests/cases/gosu/test.sh                     | 15 ++++++++++++++-
 solr/docker/tests/cases/initdb/test.sh                   | 14 ++++++++++++++
 solr/docker/tests/cases/precreate_core/test.sh           | 14 ++++++++++++++
 .../cases/precreate_core_randomuser_rootgroup/test.sh    | 14 ++++++++++++++
 solr/docker/tests/cases/test_log4j/test.sh               | 14 ++++++++++++++
 solr/docker/tests/cases/user_volume/test.sh              | 14 ++++++++++++++
 solr/docker/tests/shared.sh                              | 14 ++++++++++++++
 40 files changed, 553 insertions(+), 8 deletions(-)
 delete mode 100644 solr/docker/tests/README.md