19 Commits

Author SHA1 Message Date
3f072184e0 ci: add release pipeline
Some checks failed
Go / build (push) Successful in -12s
renovate / renovate (push) Successful in 18s
Release / Generate changelog (push) Failing after -16s
0.1.0
2025-03-25 23:06:38 +01:00
9d932ec70e Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.215.2' (#1) from renovate/ghcr.io-renovatebot-renovate-39.x into main
All checks were successful
Go / build (push) Successful in -12s
renovate / renovate (push) Successful in 54s
Reviewed-on: #1
2025-03-25 21:55:29 +00:00
4094141c0b chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.215.2
All checks were successful
Go / build (pull_request) Successful in -12s
2025-03-25 21:54:14 +00:00
9b08b40b5e ci: Added renovate configuration files for Gitea workflow automation
All checks were successful
Go / build (push) Successful in -11s
renovate / renovate (push) Successful in 40s
2025-03-25 22:43:56 +01:00
30281d02fb ci: Update Go version in build-and-test workflow to 1.23
All checks were successful
Go / build (push) Successful in 22s
2025-03-25 22:27:25 +01:00
ba1677382d ci: Added golang workflow for building and testing project
All checks were successful
Go / build (push) Successful in 47s
2025-03-25 22:25:31 +01:00
b474ad90be feat(doc): Update diagram explanation for improved clarity 2025-03-25 21:46:21 +01:00
b81990e243 refactor: index and removed old functions 2025-03-25 21:38:46 +01:00
69b050fbd6 feat: Update search.go to include debug logging for relevance scores 2025-03-25 21:34:44 +01:00
9b786a866a refactor: search controller to convert query to lowercase 2025-03-25 21:18:07 +01:00
ed201de318 feat: Update Fiber version to v2 and update internal controller and search logic to use new index module 2025-03-25 21:09:01 +01:00
8746f789c4 feat: Added search functionality with TF-IDF scoring and inverted index data structure for efficient document retrieval. 2025-03-25 17:04:40 +01:00
4c5a57d109 chore: Update dependencies to latest versions (go.mod, go.sum) 2025-03-25 11:48:20 +01:00
a2b1abf52c feat: update fiber version from 2 to 3 and add health checks 2025-03-25 11:47:47 +01:00
d7a6391a08 feat: Added new search route and metric endpoint to internal controller 2025-03-25 09:58:49 +01:00
272f5cabcf feat: Update internal HTTP server to use Fiber v2 with new routes and middleware configuration 2025-03-25 09:51:54 +01:00
d51ced2c6a docs: Added high-level architecture diagram for Elasticsearch SearchEngine in Go, including components and interactions 2025-03-25 09:27:54 +01:00
c2074b1677 feat: Added documentation for gosearch system architecture and updated Go module version to 1.23.5 2025-03-25 09:20:56 +01:00
f3d9023434 Initial commit 2025-03-25 08:16:35 +00:00