spacex / src

Commit History

🧹 chore: make clippy happy (#201)
12bfc52

neon_arch commited on

🧹 chore: make github actions happy (#201)
ac4e29a

neon_arch commited on

Merge branch 'rolling' into feat-disallow-user-to-search-via-lists
60b2fcc
unverified

alamin655 commited on

Merge branch 'rolling' into optimize-and-make-code-idiomatic
82a78e3
unverified

neon_arch commited on

Merge branch 'rolling' into optimize-and-make-code-idiomatic-3
8dfe2e1
unverified

neon_arch commited on

🧹 chore: make rustfmt happy (#201)
3f73e85

neon_arch commited on

✨ feat: implement new search parameter `safe_search` & code to disallow
05c3e6c

neon_arch commited on

✨ feat: implement new fields, traits and functions (#201)
410257c

neon_arch commited on

✨ feat: implement default trait for style struct (#201)
f4c496c

neon_arch commited on

✨ feat: pass new safe search option in the results function in the
cbad560

neon_arch commited on

✨ feat: pass the config option into the results function (#201)
6fa45ec

neon_arch commited on

✨ feat: add code to parse the new config option (#201)
37e650e

neon_arch commited on

✨ feat: add condition to filter results only when safe_search level is
d6463f0

neon_arch commited on

🧹 chore: add fixes to code & make rustfmt & clippy happy (#180)(#178)
a799af3

neon_arch commited on

⚙️ refactor: add code to initialize redis cache struct only once (#180)(#178)
4c298ce

neon_arch commited on

⚙️ refactor: add compress middleware to reduce memory usage (#180)(#178)
7b1f93b

neon_arch commited on

⚙️ refactor: add clone trait to `RedisCache` struct (#180)(#178)
1de52de

neon_arch commited on

⚙️ refactor: replace jemalloc with mimalloc (#178)(#180)
028463b

neon_arch commited on

🧹 chore: make cargo format happy (#180)(#178)
fceacdb

neon_arch commited on

⚙️ refactor: replace string type to &str type (#180)(#178)
fd6cb46

neon_arch commited on

⚙️ refactor: replace pass by value with pass by reference (#180)(#178)
b2c72bd

neon_arch commited on

⚙️ refactor: add several minor optimizations (#180)(#178)
13ce420

neon_arch commited on

⚙️ refactor: replace vecs with smallvecs for smaller data sizes & replace to_strings with to_owned (#180)(#178)
2885f23

neon_arch commited on

⚙️ refactor: remove deprecated intoreport functions & add minor optimizations (#180)(#178)
2a68081

neon_arch commited on

⚙️ refactor: add several optimizations to the engine code (#180)(#178)
f5f0488

neon_arch commited on

⚙️ refactor: replace oncecell with oncelock from std library (#180)(#178)
4ccd048

neon_arch commited on

⚙️ refactor: implement default trait for Style struct (#180)(#178)
7b33744

neon_arch commited on

⚙️ refactor: replace rlua with mlua code implementation (#180)(#178)
e4476aa

neon_arch commited on

⚙️ refactor: add error.rs module (#180)(#178)
5f1a439

neon_arch commited on

⚙️ refactor: add new pooling error type for pooling code (#180)(#178)
01d8c7a

neon_arch commited on

⚙️ refactor: implement async pooling for redis connections (#180)(#178)
db93c31

neon_arch commited on

⚙️ refactor: add dhat profiler configuration with feat flag (#180)(#178)
4afc0d1

neon_arch commited on

make format happy
c3a7c91

XFFXFF commited on

add a test to check if the regex wildcard .* matches any character
23ff24b

XFFXFF commited on

add a test for invalid regex
a2fc10c

XFFXFF commited on

add a test for non-existent file
4280545

XFFXFF commited on

add some comments to filter_with_lists and add a basic test
5c0397c

XFFXFF commited on

Merge branch 'rolling' into feat-error-box-for-engine-errors
2f1fa00
unverified

XFFXFF commited on

Merge branch 'rolling' into feat-error-box-for-engine-errors
575a7f9
unverified

XFFXFF commited on

✨ feat: optimise search results filtering code (#163)
44216e4

neon_arch commited on

🧹 chore: make rustfmt happy
9c71c9f

neon_arch commited on

✨ feat: rename functions (#163)
b170574

neon_arch commited on

✨ feat: move implementation of config file path to reduce duplication (#163)
09227d8

neon_arch commited on

✨ feat: rename public_paths to paths (#163)
fda6c3a

neon_arch commited on

✨ feat: add code to filter aggregated search results using lists (#163)
4f28711

neon_arch commited on

fix debug level not being set properly
87e230d

Milim commited on

fix dumb rustfmt version and bump dependency versions
21403d0

Milim commited on

Improve aggregation
5aca5c0

Milim commited on

Improve Aggregation function & config parser
15dfda6

Milim commited on

Use non-blocking sleep function
af3b1cb

Milim commited on