spacex / src

Commit History

✨ `Brave` for the search engine (#335)
27bc52c
unverified

jkaczmarkiewicz commited on

🔧 remove unnecessary clone call (#333)
fc3b416
unverified

Aditya Phasu commited on

🔧 Restricts the visibility of the `user-agent` helper module (#331)
405d006
unverified

Uday Sagar commited on

Rename the error to NoSuchEngineFound and add the name of missing engine to it
f56002d

Zsombor Gegesy commited on

Propagate errors upward, if an engine can't be initialized
8ed4c9e

Zsombor Gegesy commited on

Fix missing doc errors
32abacb

Zsombor Gegesy commited on

Refactor the search result parsing
57c73d3

Zsombor Gegesy commited on

Create separate search_result_parser
75a77d2

Zsombor Gegesy commited on

🧹 chore: make github actions happy (#227)
3d48920

neon_arch commited on

Merge branch 'rolling' into feat-inform-user-when-no-engines-are-selected
017036e
unverified

alamin655 commited on

✨ feat: add code to handle aggregation when no engines are selected (#227)
173c6ba

neon_arch commited on

✨ feat: add new check value for no engine selected (#227)
b428ced

neon_arch commited on

✨ feat: implement code to fetch results based on parameters, cookies & config (#210)
72fec47

neon_arch commited on

✨ feat: add the safe search field in the `Cookie` struct (#210)
d2e4822

neon_arch commited on

✨ feat: implement code to pass safe search option in the json results (#210)
5c8cbee

neon_arch commited on

🧹 chore: make clippy happy (#244)
d33129c

neon_arch commited on

🛠️ fix: improve the documentation & move code in the correct files (#244)
fcfd112

neon_arch commited on

🛠️ fix: make the redis_url option only available on `redis-cache` feature (#244)
8c239e2

neon_arch commited on

🛠️ fix: improve the documentation for the code (#244)
578c7bc

neon_arch commited on

🛠️ fix: implement `hybrid` caching and improve documentation (#244)
03384d4

neon_arch commited on

Fix git rebase problems, and the failing doctest
e69126c

Zsombor Gegesy commited on

Rename features, make the memory-cache the default
1e7805c

Zsombor Gegesy commited on

Make the cache types compile time feature flags too, and make it more configurable!
76795c4

Zsombor Gegesy commited on

Remove unnecessary clones
320f5f4

Zsombor Gegesy commited on

Instead of caching jsons, we can cache the original structure
519ebe0

Zsombor Gegesy commited on

Cache refactor - add an in-memory cache, so redis is not needed
996ff84

Zsombor Gegesy commited on

Merge branch 'rolling' into reorganize-code-and-restructure-the-codebase
ca4447f

neon_arch commited on

🧹 chore: make github actions happy (#205)
c60fdb8

neon_arch commited on

🧹 chore: make github actions happy (#205)
1a22221

neon_arch commited on

Merge branch 'rolling' into change-document-style-with-linter-warnings
fb231de
unverified

neon_arch commited on

🧹 chore: make github actions happy (#203)
b9d651c

neon_arch commited on

Update parser.rs
8e56ac8
unverified

alamin655 commited on

Apply suggestions from code review
0132a63
unverified

alamin655 commited on

Update src/config/parser.rs
3c1aaf6
unverified

alamin655 commited on

Update src/config/parser.rs
531611f
unverified

alamin655 commited on

Update src/config/parser.rs
70a5a24
unverified

alamin655 commited on

Merge branch 'rolling' into feat-rate-limiter-for-websurfx
2790eef
unverified

alamin655 commited on

🧹 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-rate-limiter-for-websurfx
86991a2
unverified

alamin655 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

⚙️ refactor: change import path for search route (#207)
db00945

neon_arch commited on

⚙️ refactor: reorganize code & restructure codebase for better maintainability (#207)
493c56b

neon_arch commited on

🧹 chore: make rustfmt happy (#205)
453dbdc

neon_arch commited on

⚙️ refactor: change & add documentation to the code based on the lints (#205)
049b1c1

neon_arch commited on

⚙️ refactor: add lints to the codebase to ensure proper code style (#205)
0d2d449

neon_arch commited on

✨ feat: pass the new config option into the middleware config (#203)
51937a0

neon_arch commited on

✨ feat: add code to parse the new config option (#203)
8cba040

neon_arch commited on