smui
smui copied to clipboard
Search Management UI
When demonstrating SMUI to a client we noticed that a choice of field names are shown in a dropdown when creating a new UP/DOWN rule. However, they are all shown...

Refactor & test deployment configuration (e.g. RulesTxtDeploymentService) for Elasticsearch support
Deployment possibilities for SMUI have grown rapidly. The configuration is hard to understand & corresponding code is hard to maintain - this includes: * RulesTxtDeploymentService * application.conf especially. Approach: Step#1:...
Update script to introduce SOLR_BASE_URL (with http or https scheme) and allow for existing SOLR_HOST parameter to be used as SOLR_BASE_URL.
This is a spike for me to have SMUI delegate to Keycloak for authentication. I've been working with a branch in Chorus project to manage the setup of Keycloak: https://github.com/querqy/chorus/pull/47...
``` [info] MysqlCompatibilitySpec: [warn] o.t.u.TestcontainersConfiguration - Attempted to read Testcontainers configuration file at file:/home/runner/.testcontainers.properties but the file was not found. Exception message: FileNotFoundException: /home/runner/.testcontainers.properties (No such file or directory) [info]...
This PR is based on experimenting with SMUI with sqlserver and mysql databases. SQLServer specifically didn't like the table name being part of the column names. With this PR (and...
As PR #67 indicates , there is a demand for a broader DBMS support of SMUI. MySQL
I've written up some `docker-compose.yml` scripts for both MS SQL Server and MySQL. Should we move our "quickstart" docker-compose.yml into an /examples and then add more examples? I'm happy to...