Add Wikipedia as a search engine (#633) ca6b271 unverified Zsombor mergify[bot] commited on Dec 24, 2024
:alien: fix: `mojeek` parser update due to upstream breaking api changes (#640) ab126b9 unverified Jann Marc Villablanca commited on Dec 13, 2024
β¨ feat(config): config option to use operating system certificates alongside `rustls` certificates (#620) 2e64fd5 unverified Evan Yang neon_arch mergify[bot] commited on Dec 5, 2024
build(deps): bump blake3 from 1.5.4 to 1.5.5 (#638) ce5c794 unverified dependabot[bot] commited on Dec 2, 2024
build(deps): bump serde from 1.0.210 to 1.0.215 (#637) ac4adab unverified dependabot[bot] commited on Dec 2, 2024
build(deps): bump keyword_extraction from 1.4.3 to 1.5.0 (#636) 0715c22 unverified dependabot[bot] commited on Dec 2, 2024
build(deps): bump scraper from 0.20.0 to 0.21.0 (#635) fe796c6 unverified dependabot[bot] commited on Dec 2, 2024
build(deps): bump tempfile from 3.13.0 to 3.14.0 (#634) ba78d8e unverified dependabot[bot] commited on Dec 2, 2024
:construction_worker: ci(mergify): upgrade configuration to the new format (#632) cac82d1 unverified mergify[bot] Mergify commited on Dec 2, 2024
Fixing Librex SearchResultParser results selector (#619) ef0ae2f unverified Jorge Botto commited on Nov 2, 2024
build(deps): bump regex from 1.11.0 to 1.11.1 (#628) 4fa9a74 unverified dependabot[bot] commited on Nov 2, 2024
build(deps): bump redis from 0.27.2 to 0.27.5 (#627) e08c075 unverified dependabot[bot] commited on Nov 2, 2024
build(deps): bump futures from 0.3.30 to 0.3.31 (#626) ee4bc00 unverified dependabot[bot] commited on Nov 2, 2024
build(deps): bump actix-governor from 0.6.0 to 0.7.0 (#625) d75e7d0 unverified dependabot[bot] commited on Nov 2, 2024
build(deps): bump tokio from 1.40.0 to 1.41.0 (#624) 718e172 unverified dependabot[bot] commited on Nov 2, 2024
:sparkles: Clear button for the search bar (#608) d52da3a unverified neon_arch mergify[bot] Jann Marc Villablanca commited on Oct 8, 2024
:bug: fix(search): Resolve random delay condition during search for `individual/non-production` self-hosted server (#617) 42c30aa unverified Zacherina commited on Oct 6, 2024
:recycle: refactor: replace deprecated `per_second` with `seconds_per_request` in rate-limiting middleware code (#616) 959d0c5 unverified Jurijs Bibicevs commited on Oct 6, 2024
β¨ Option to use a proxy for outgoing `upstream search engine` requests (#573) c796ae8 unverified Εukasz MariaΕski neon_arch commited on Oct 5, 2024
build(deps): bump tempfile from 3.12.0 to 3.13.0 (#612) 913ca1b unverified dependabot[bot] commited on Oct 2, 2024
build(deps): bump error-stack from 0.4.1 to 0.5.0 (#611) 5d59a2c unverified dependabot[bot] commited on Oct 2, 2024
build(deps): bump actix-governor from 0.5.0 to 0.6.0 (#609) ecc6875 unverified dependabot[bot] commited on Oct 2, 2024
build(deps): bump regex from 1.10.6 to 1.11.0 (#610) d75693c unverified dependabot[bot] commited on Oct 2, 2024
build(deps): bump redis from 0.25.4 to 0.27.2 (#613) e7efca4 unverified dependabot[bot] commited on Oct 2, 2024
β¨ feat: config option to configure the number of connections to have in the `reqwest` pool (#552) 2a4dd07 unverified Kekma neon_arch mergify[bot] commited on Sep 30, 2024
Merge pull request #604 from neon-mmd/PERF/603_several-optimizations-to-improve-search-engine-performance 193b4e3 unverified alamin655 commited on Sep 10, 2024
Merge branch 'rolling' into PERF/603_several-optimizations-to-improve-search-engine-performance e582960 unverified alamin655 commited on Sep 10, 2024
:bug: fix: update nix flake lock (#602) 9984ba0 unverified Jann Marc Villablanca mergify[bot] commited on Sep 6, 2024
:zap: perf: move the random delay code in the `search` function (#603) 28231d9 neon_arch commited on Sep 5, 2024
:zap: perf: replace `String` & vectors with `Cow` data types (#603) f2d2068 neon_arch commited on Sep 5, 2024
:zap: perf: replace `Vec<T>` with `Box<[T]>` & refactor `calculate_tfidf` function (#603) b1bcf41 neon_arch commited on Sep 5, 2024
:zap: perf: replace `Vec<T>` with `Box<T>` & initialize vectors with capacity by default (#603) 39af909 neon_arch commited on Sep 5, 2024
:zap: perf: initialize vectors with capacity by default & use `Arc<T>` to partially clone memory cache struct (#603) 4bb6c5e neon_arch commited on Sep 5, 2024
:recycle: build(deps): refactor cargo dependencies for the app (#603) 494ff27 neon_arch commited on Sep 5, 2024
Merge pull request #599 from neon-mmd/FIX/592_redis-does-not-invalidate-cached-results 948d20d unverified alamin655 commited on Sep 4, 2024
Merge branch 'rolling' into FIX/592_redis-does-not-invalidate-cached-results 4315221 unverified alamin655 commited on Sep 4, 2024
build(deps): bump quinn-proto from 0.11.6 to 0.11.8 (#600) 3a1ff0f unverified dependabot[bot] commited on Sep 4, 2024
π fix: replace deprecated `set_ex` command with `set_options` in `cache_json` function (#592) acee5d8 neon_arch commited on Sep 2, 2024
π fix: reimplement caching code within the `search` function (#592) 9a5f1c5 neon_arch commited on Sep 2, 2024
Merge pull request #567 from neon-mmd/FEAT/566_initial-support-for-low-powered-devices-with-other-architectures 4847a6e unverified alamin655 commited on Sep 2, 2024
Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-devices-with-other-architectures 951060d unverified neon_arch commited on Sep 2, 2024
build(deps): bump scraper from 0.18.1 to 0.20.0 (#597) 2693cd1 unverified dependabot[bot] commited on Sep 2, 2024
build(deps): bump async-compression from 0.4.11 to 0.4.12 (#596) 838d1b6 unverified dependabot[bot] commited on Sep 2, 2024
build(deps): bump actix-web from 4.8.0 to 4.9.0 (#595) c527897 unverified dependabot[bot] commited on Sep 2, 2024