Commit History

:sparkles: feat(routes): add new route `/download` & update the `/settings` route to handle post requests (#427)
dc34d51
unverified

neon_arch commited on

💄 feat(UI): provide a theme for the buttons (#427)
b911eae
unverified

neon_arch commited on

💄 feat(UI): add buttons for exporting & importing json preferences file (#427)
07370f7
unverified

neon_arch commited on

➕ build(deps): add the `actix-multipart` dependency (#427)
5280806
unverified

neon_arch commited on

build(deps): bump async-once-cell from 0.5.3 to 0.5.4 (#643)
a3d5ca0
unverified

dependabot[bot] commited on

build(deps): bump env_logger from 0.11.5 to 0.11.6 (#644)
82e7669
unverified

dependabot[bot] commited on

build(deps): bump itertools from 0.13.0 to 0.14.0 (#645)
5ea1372
unverified

dependabot[bot] commited on

build(deps): bump tokio from 1.41.0 to 1.43.0 (#649)
94a364d
unverified

dependabot[bot] commited on

build(deps): bump serde_json from 1.0.128 to 1.0.134 (#647)
05a8ee5
unverified

dependabot[bot] commited on

Add Wikipedia as a search engine (#633)
ca6b271
unverified

Zsombor mergify[bot] commited on

:alien: fix: `mojeek` parser update due to upstream breaking api changes (#640)
ab126b9
unverified

Jann Marc Villablanca commited on

✨ feat(config): config option to use operating system certificates alongside `rustls` certificates (#620)
2e64fd5
unverified

Evan Yang neon_arch mergify[bot] commited on

build(deps): bump blake3 from 1.5.4 to 1.5.5 (#638)
ce5c794
unverified

dependabot[bot] commited on

build(deps): bump serde from 1.0.210 to 1.0.215 (#637)
ac4adab
unverified

dependabot[bot] commited on

build(deps): bump keyword_extraction from 1.4.3 to 1.5.0 (#636)
0715c22
unverified

dependabot[bot] commited on

build(deps): bump scraper from 0.20.0 to 0.21.0 (#635)
fe796c6
unverified

dependabot[bot] commited on

build(deps): bump tempfile from 3.13.0 to 3.14.0 (#634)
ba78d8e
unverified

dependabot[bot] commited on

:construction_worker: ci(mergify): upgrade configuration to the new format (#632)
cac82d1
unverified

mergify[bot] Mergify commited on

Fixing Librex SearchResultParser results selector (#619)
ef0ae2f
unverified

Jorge Botto commited on

build(deps): bump regex from 1.11.0 to 1.11.1 (#628)
4fa9a74
unverified

dependabot[bot] commited on

build(deps): bump redis from 0.27.2 to 0.27.5 (#627)
e08c075
unverified

dependabot[bot] commited on

build(deps): bump futures from 0.3.30 to 0.3.31 (#626)
ee4bc00
unverified

dependabot[bot] commited on

build(deps): bump actix-governor from 0.6.0 to 0.7.0 (#625)
d75e7d0
unverified

dependabot[bot] commited on

build(deps): bump tokio from 1.40.0 to 1.41.0 (#624)
718e172
unverified

dependabot[bot] commited on

less javascript (#621)
56bfcbb
unverified

Laptop commited on

:sparkles: Clear button for the search bar (#608)
d52da3a
unverified

neon_arch mergify[bot] Jann Marc Villablanca commited on

:bug: fix(search): Resolve random delay condition during search for `individual/non-production` self-hosted server (#617)
42c30aa
unverified

Zacherina commited on

:recycle: refactor: replace deprecated `per_second` with `seconds_per_request` in rate-limiting middleware code (#616)
959d0c5
unverified

Jurijs Bibicevs commited on

✨ Option to use a proxy for outgoing `upstream search engine` requests (#573)
c796ae8
unverified

Łukasz Mariański neon_arch commited on

build(deps): bump tempfile from 3.12.0 to 3.13.0 (#612)
913ca1b
unverified

dependabot[bot] commited on

build(deps): bump error-stack from 0.4.1 to 0.5.0 (#611)
5d59a2c
unverified

dependabot[bot] commited on

build(deps): bump actix-governor from 0.5.0 to 0.6.0 (#609)
ecc6875
unverified

dependabot[bot] commited on

build(deps): bump regex from 1.10.6 to 1.11.0 (#610)
d75693c
unverified

dependabot[bot] commited on

build(deps): bump redis from 0.25.4 to 0.27.2 (#613)
e7efca4
unverified

dependabot[bot] commited on

✨ 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

Merge pull request #604 from neon-mmd/PERF/603_several-optimizations-to-improve-search-engine-performance
193b4e3
unverified

alamin655 commited on

Merge branch 'rolling' into PERF/603_several-optimizations-to-improve-search-engine-performance
e582960
unverified

alamin655 commited on

🚨 chore: make rust format checks happy (#603)
1883093

neon_arch commited on

:bug: fix: update nix flake lock (#602)
9984ba0
unverified

Jann Marc Villablanca mergify[bot] commited on

:bookmark: chore(release): bump the app version (#603)
98e817c

neon_arch commited on

:zap: perf: move the random delay code in the `search` function (#603)
28231d9

neon_arch commited on

:zap: perf: reduce the usage of clones (#603)
4afc07f

neon_arch commited on

:zap: perf: replace `String` & vectors with `Cow` data types (#603)
f2d2068

neon_arch commited on

:zap: perf: replace `Vec<T>` with `Box<[T]>` & refactor `calculate_tfidf` function (#603)
b1bcf41

neon_arch commited on

:zap: perf: replace `Vec<T>` with `Box<T>` & initialize vectors with capacity by default (#603)
39af909

neon_arch commited on

:zap: perf: initialize vectors with capacity by default & use `Arc<T>` to partially clone memory cache struct (#603)
4bb6c5e

neon_arch commited on

:recycle: build(deps): refactor cargo dependencies for the app (#603)
494ff27

neon_arch commited on

Merge pull request #599 from neon-mmd/FIX/592_redis-does-not-invalidate-cached-results
948d20d
unverified

alamin655 commited on

Merge branch 'rolling' into FIX/592_redis-does-not-invalidate-cached-results
4315221
unverified

alamin655 commited on

build(deps): bump quinn-proto from 0.11.6 to 0.11.8 (#600)
3a1ff0f
unverified

dependabot[bot] commited on