index
:
phorge-elasticsearch-modern.git
development
production
Phorge full-text search extension for Elasticsearch 7.x / 8.x / OpenSearch via the typeless API (mirror of https://github.com/vyos/phorge-elasticsearch-modern.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2026-05-23
Tests: refresh stale docblock after engine abstract→class revert
Yuriy Andamasov
2026-05-23
Engine: fix negative pagination bounds and _ts accumulation
Yuriy Andamasov
2026-05-23
Engine: revert abstract → plain class for production dispatch
Yuriy Andamasov
2026-05-23
Address PR 16 CR findings
Yuriy Andamasov
2026-05-23
fix: correct Phase-0 findings from promotion PR review (3 issues)
Yuriy Andamasov
2026-05-23
fix: use correct HTTPFutureResponseStatus in indexExists() catch clause
Yuriy Andamasov
2026-05-23
E8 fixup: four correctness fixes from Phase 0 review
Yuriy Andamasov
2026-05-23
E6-E8: Apply code-quality fixes from review
Yuriy Andamasov
2026-05-23
Engine: Wire executeSearch, index lifecycle, buildSpec
Yuriy Andamasov
2026-05-23
E7 fixup: move didHealthCheck(true) to HTTP-success boundary in executeRequest()
Yuriy Andamasov
2026-05-23
Engine: Add reindexAbstractDocument() + executeRequest()
Yuriy Andamasov
2026-05-23
E6 fixup: use trim() + empty-string guard in setService(); use newEngine() in...
Yuriy Andamasov
2026-05-23
E5 fixup: detect intra-key duplicates in buildIndexMappings(); add collision ...
Yuriy Andamasov
2026-05-23
E5 fixup: guard buildIndexMappings() against reserved field name collisions
Yuriy Andamasov
2026-05-23
E5 fixup: expand testBuildIndexMappingsShape coverage to body/comment/project...
Yuriy Andamasov
2026-05-23
Engine: Add buildIndexMappings() helper (single typeless mapping)
Yuriy Andamasov
2026-05-23
E4 fixup: use newEngine() helper in testBuildTypeFilter tests
Yuriy Andamasov
2026-05-23
Engine: Add buildTypeFilter() helper (body-level documentType filter)
Yuriy Andamasov
2026-05-23
E3 fixup: use newEngine() helper in testGetSearchUri
Yuriy Andamasov
2026-05-23
Engine: Add getSearchUri() helper (typeless search endpoint)
Yuriy Andamasov
2026-05-23
E2 fixup: use newEngine() helper in testGetDocumentUri tests
Yuriy Andamasov
2026-05-23
Engine: Add getDocumentUri() helper for typeless document URLs
Yuriy Andamasov
2026-05-23
E1 fixup: initialize $version to null; getVersion() throws if unset; use Test...
Yuriy Andamasov
2026-05-23
Engine: Add setVersion() with strict validation
Yuriy Andamasov
2026-05-23
H1 fixup: catch exceptions in getConnectionStatus()
Yuriy Andamasov
2026-05-22
H1: keep placeholder engine undiscoverable
copilot-swe-agent[bot]
2026-05-22
H1: Apply code-quality fixes from review
Yuriy Andamasov
2026-05-22
Add VyOSElasticModernHost + placeholder engine stub
Yuriy Andamasov
2026-05-22
Bootstrap libphutil library 'phorge-elasticsearch-modern'
Yuriy Andamasov