neon_arch
|
72fec47892
|
✨ feat: implement code to fetch results based on parameters, cookies & config (#210)
|
2023-09-22 19:54:26 +03:00 |
|
neon_arch
|
d2e482251e
|
✨ feat: add the safe search field in the Cookie struct (#210)
|
2023-09-22 19:53:34 +03:00 |
|
neon_arch
|
5c8cbee5d9
|
✨ feat: implement code to pass safe search option in the json results (#210)
|
2023-09-22 19:51:10 +03:00 |
|
neon_arch
|
d33129c4c9
|
🧹 chore: make clippy happy (#244)
|
2023-09-17 19:56:48 +03:00 |
|
neon_arch
|
fcfd112e59
|
🛠️ fix: improve the documentation & move code in the correct files (#244)
|
2023-09-17 12:51:32 +03:00 |
|
neon_arch
|
8c239e2313
|
🛠️ fix: make the redis_url option only available on redis-cache feature (#244)
|
2023-09-17 12:50:25 +03:00 |
|
neon_arch
|
578c7bcf77
|
🛠️ fix: improve the documentation for the code (#244)
|
2023-09-17 12:48:11 +03:00 |
|
neon_arch
|
03384d4e04
|
🛠️ fix: implement hybrid caching and improve documentation (#244)
|
2023-09-17 12:47:02 +03:00 |
|
Zsombor Gegesy
|
e69126c5ea
|
Fix git rebase problems, and the failing doctest
|
2023-09-15 23:25:17 +02:00 |
|
Zsombor Gegesy
|
1e7805cf42
|
Rename features, make the memory-cache the default
|
2023-09-15 23:21:19 +02:00 |
|
Zsombor Gegesy
|
76795c43cc
|
Make the cache types compile time feature flags too, and make it more configurable!
|
2023-09-15 23:21:19 +02:00 |
|
Zsombor Gegesy
|
320f5f4720
|
Remove unnecessary clones
|
2023-09-15 23:21:19 +02:00 |
|
Zsombor Gegesy
|
519ebe0fd8
|
Instead of caching jsons, we can cache the original structure
|
2023-09-15 23:21:19 +02:00 |
|
Zsombor Gegesy
|
996ff84c5b
|
Cache refactor - add an in-memory cache, so redis is not needed
|
2023-09-15 23:21:19 +02:00 |
|
neon_arch
|
ca4447fcdf
|
Merge branch 'rolling' into reorganize-code-and-restructure-the-codebase
|
2023-09-13 18:31:37 +03:00 |
|
neon_arch
|
c60fdb8366
|
🧹 chore: make github actions happy (#205)
|
2023-09-12 18:53:32 +03:00 |
|
neon_arch
|
1a222217c4
|
🧹 chore: make github actions happy (#205)
|
2023-09-12 17:59:33 +03:00 |
|
neon_arch
|
fb231de416
|
Merge branch 'rolling' into change-document-style-with-linter-warnings
|
2023-09-12 17:49:46 +03:00 |
|
neon_arch
|
b9d651c378
|
🧹 chore: make github actions happy (#203)
|
2023-09-11 20:16:42 +03:00 |
|
alamin655
|
8e56ac8ba2
|
Update parser.rs
|
2023-09-11 12:05:13 +05:30 |
|
alamin655
|
0132a63e6f
|
Apply suggestions from code review
|
2023-09-11 11:58:31 +05:30 |
|
alamin655
|
3c1aaf63f8
|
Update src/config/parser.rs
|
2023-09-11 11:56:12 +05:30 |
|
alamin655
|
531611f077
|
Update src/config/parser.rs
|
2023-09-11 11:54:21 +05:30 |
|
alamin655
|
70a5a2463b
|
Update src/config/parser.rs
|
2023-09-11 11:46:56 +05:30 |
|
alamin655
|
2790eefba8
|
Merge branch 'rolling' into feat-rate-limiter-for-websurfx
|
2023-09-11 11:40:10 +05:30 |
|
neon_arch
|
12bfc5276a
|
🧹 chore: make clippy happy (#201)
|
2023-09-10 18:56:54 +03:00 |
|
neon_arch
|
ac4e29a93f
|
🧹 chore: make github actions happy (#201)
|
2023-09-10 18:41:24 +03:00 |
|
alamin655
|
86991a2f9a
|
Merge branch 'rolling' into feat-rate-limiter-for-websurfx
|
2023-09-10 20:56:21 +05:30 |
|
alamin655
|
60b2fcc27a
|
Merge branch 'rolling' into feat-disallow-user-to-search-via-lists
|
2023-09-10 20:51:10 +05:30 |
|
neon_arch
|
82a78e3b42
|
Merge branch 'rolling' into optimize-and-make-code-idiomatic
|
2023-09-10 18:11:12 +03:00 |
|
neon_arch
|
8dfe2e1b2d
|
Merge branch 'rolling' into optimize-and-make-code-idiomatic-3
|
2023-09-10 17:58:28 +03:00 |
|
neon_arch
|
db009454c8
|
⚙️ refactor: change import path for search route (#207)
|
2023-09-03 21:03:58 +03:00 |
|
neon_arch
|
493c56bd02
|
⚙️ refactor: reorganize code & restructure codebase for better maintainability (#207)
|
2023-09-03 20:50:50 +03:00 |
|
neon_arch
|
453dbdc47d
|
🧹 chore: make rustfmt happy (#205)
|
2023-09-03 19:34:22 +03:00 |
|
neon_arch
|
049b1c1ddd
|
⚙️ refactor: change & add documentation to the code based on the lints (#205)
|
2023-09-03 19:23:34 +03:00 |
|
neon_arch
|
0d2d449889
|
⚙️ refactor: add lints to the codebase to ensure proper code style (#205)
|
2023-09-03 19:21:23 +03:00 |
|
neon_arch
|
51937a0d49
|
✨ feat: pass the new config option into the middleware config (#203)
|
2023-09-02 20:22:24 +03:00 |
|
neon_arch
|
8cba040d80
|
✨ feat: add code to parse the new config option (#203)
|
2023-09-02 20:21:48 +03:00 |
|
neon_arch
|
4eb75a8cb1
|
✨ feat: add code to parse the new config option (#203)
|
2023-09-02 20:19:43 +03:00 |
|
neon_arch
|
3f73e85455
|
🧹 chore: make rustfmt happy (#201)
|
2023-09-02 19:07:23 +03:00 |
|
neon_arch
|
05c3e6cc12
|
✨ feat: implement new search parameter safe_search & code to disallow
users when safe_search is set to 4 (#201)
|
2023-09-02 17:50:06 +03:00 |
|
neon_arch
|
410257c276
|
✨ feat: implement new fields, traits and functions (#201)
|
2023-09-02 17:48:27 +03:00 |
|
neon_arch
|
f4c496c02c
|
✨ feat: implement default trait for style struct (#201)
|
2023-09-02 17:46:32 +03:00 |
|
neon_arch
|
cbad560139
|
✨ feat: pass new safe search option in the results function in the
trait (#201)
|
2023-09-02 17:45:17 +03:00 |
|
neon_arch
|
6fa45ecb12
|
✨ feat: pass the config option into the results function (#201)
|
2023-09-02 17:44:05 +03:00 |
|
neon_arch
|
37e650eb8a
|
✨ feat: add code to parse the new config option (#201)
|
2023-09-02 17:42:55 +03:00 |
|
neon_arch
|
d6463f0872
|
✨ feat: add condition to filter results only when safe_search level is
set to 3 or above (#201)
|
2023-09-02 17:38:46 +03:00 |
|
neon_arch
|
a799af3125
|
🧹 chore: add fixes to code & make rustfmt & clippy happy (#180)(#178)
|
2023-08-30 18:09:58 +03:00 |
|
neon_arch
|
4c298ce18c
|
⚙️ refactor: add code to initialize redis cache struct only once (#180)(#178)
|
2023-08-29 20:15:06 +03:00 |
|
neon_arch
|
7b1f93b232
|
⚙️ refactor: add compress middleware to reduce memory usage (#180)(#178)
|
2023-08-29 20:12:15 +03:00 |
|