project Utilities / File Location Listing avatar

Utilities / File Location Listing / Milestone: v0.2.1



Milestone: v0.2.1
Status: closed
Created: 30 Dec 2023 19:19:32
Last Updated: 01 Jan 2024 16:38:08

v0.2.1:

This release is backwards-incompatible: an index rebuild will need to be performed after upgrading.

If the example Kubernetes manifest is being used, the change in index format will lead to the searchportal pod entering a crash loop. A reindex can be triggered by temporarily starting a spider pod:

kubectl create job spider-run-2 --from=cronjob.batch/filelisting-spider kubectl get pods | grep spider-run-2 # Note the pod name for the next cmd kubectl exec -it spider-run-2-44vfb -- /app/utilities/reindex.py kubectl delete job spider-run-2 kubectl get pods | grep searchport # Note the backed off pod name for next cmd kubectl delete pod searchportal-b7565b6c9-pnvnd

Changes:


Issues

KeyTitleStatusCreated
#32 Searching with matchtype triggers exception
Bug Fixed/Done
closed 01 Jan 24
#31 Gzip the index
Fixed/Done Improvement
closed 01 Jan 24
#30 Apply least expensive search criteria first
Fixed/Done Improvement
closed 01 Jan 24
#28 Invalid Last-Mod Date format
Bug
closed 01 Jan 24
#27 NOT filters cause exception
Bug Fixed/Done
closed 01 Jan 24
#26 Satistfy `domain` dork using index
Fixed/Done Improvement
closed 31 Dec 23
#25 Prefix dork
Fixed/Done New Feature
closed 31 Dec 23
#10 Meta Keywords Support
Fixed/Done New Feature
closed 29 Dec 23