Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing Configuration transporter #24

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2024

  1. Add new configuration transporter classes

    The commit introduces two new configuration transporter classes for Solr and Zookeeper. It also moves the configuration synchronization method away from the eZSolr class into the new classes with a factory pattern implementation to instantiate the optimal transporter.
    pkamps committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4386a7e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Refactor Solr configuration sync and error handling

    Moving 2 functions from ezfindelevateconfiguration.php into the newly created transporter class.
    pkamps committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    372df9a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add configurable file path for Zookeeper CLI configuration transporter

    The changes allow flexibility when setting the configuration file path for the eZFConfigurationTransporterZookeeperCli class. Previously, the path was hardcoded into the class, but now it can be set via ConfigurationTransporterParameters in solr.ini.
    pkamps committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d9e4fea View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Reloading the solr collection after updating the elevate.xml configur…

    …ation inside the zookeeper repo
    pkamps committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b8e80dd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    ca9638d View commit details
    Browse the repository at this point in the history