kirkrodrigues

Results 8 issues of kirkrodrigues

# References #344 # Description Users of clp (the "clp" storage engine in the CLP package) expect to be able to quote their queries so that delimiters like spaces are...

### Bug Searching for `" info "` in the webui searches for the literal string `" info "`, including the quotes, meaning that the query doesn't find matches for `...

bug

### Bug When searching using the package's `sbin/search.sh` script, sometimes, not all results are printed (but they exist in the results cache). The scheduler/worker logs don't show any errors. It's...

bug

# Description This PR: * Adds code to serve the client (from `CLIENT_DIR`) using the server, but only in production mode. * For ease of development, in development mode, the...

# Description This PR: * rewrites `clp::string_utils::wildcard_match_unsafe_case_sensitive` both to fix #427, to slightly simplify the logic, and to add more comments to explain the algorithm; * completely rewrites the unit...

### Bug For instance, `clp::string_utils::wildcard_match_unsafe_case_sensitive` fails to match 'a?c' with the wildcard string 'a\??'. This bug affects both `clp` and `clp-s` but is hidden by #243 and #404. Thanks to...

bug

### Request clp and clp-s use different query syntaxes (wildcard queries and KQL queries respectively). We should add some path from the query input to the docs describing the query...

enhancement

# Description This updates to the latest version of the log viewer which includes some minor fixes and changes. # Validation performed 1. `sbin/start-clp.sh` 2. `sbin/compress.sh hive-24hrs` 3. Opened the...