βοΈ refactor: add code to initialize redis cache struct only once (#180)(#178) 4c298ce neon_arch commited on Aug 29, 2023
βοΈ refactor: add compress middleware to reduce memory usage (#180)(#178) 7b1f93b neon_arch commited on Aug 29, 2023
βοΈ refactor: add clone trait to `RedisCache` struct (#180)(#178) 1de52de neon_arch commited on Aug 29, 2023
βοΈ refactor: replace jemalloc with mimalloc (#178)(#180) 028463b neon_arch commited on Aug 29, 2023
βοΈ refactor: remove & added some crates & add a new feature (#180)(#178) 33f5b5e neon_arch commited on Aug 27, 2023
βοΈ refactor: update gitignore to ignore profiler results (#180)(#178) 699e0ec neon_arch commited on Aug 27, 2023
βοΈ refactor: replace string type to &str type (#180)(#178) fd6cb46 neon_arch commited on Aug 27, 2023
βοΈ refactor: replace pass by value with pass by reference (#180)(#178) b2c72bd neon_arch commited on Aug 27, 2023
βοΈ refactor: add several minor optimizations (#180)(#178) 13ce420 neon_arch commited on Aug 27, 2023
βοΈ refactor: replace vecs with smallvecs for smaller data sizes & replace to_strings with to_owned (#180)(#178) 2885f23 neon_arch commited on Aug 27, 2023
βοΈ refactor: remove deprecated intoreport functions & add minor optimizations (#180)(#178) 2a68081 neon_arch commited on Aug 27, 2023
βοΈ refactor: add several optimizations to the engine code (#180)(#178) f5f0488 neon_arch commited on Aug 27, 2023
βοΈ refactor: replace oncecell with oncelock from std library (#180)(#178) 4ccd048 neon_arch commited on Aug 27, 2023
βοΈ refactor: implement default trait for Style struct (#180)(#178) 7b33744 neon_arch commited on Aug 27, 2023
βοΈ refactor: replace rlua with mlua code implementation (#180)(#178) e4476aa neon_arch commited on Aug 27, 2023
βοΈ refactor: add new pooling error type for pooling code (#180)(#178) 01d8c7a neon_arch commited on Aug 27, 2023
βοΈ refactor: implement async pooling for redis connections (#180)(#178) db93c31 neon_arch commited on Aug 27, 2023
βοΈ refactor: add dhat profiler configuration with feat flag (#180)(#178) 4afc0d1 neon_arch commited on Aug 27, 2023
add a test to check if the regex wildcard .* matches any character 23ff24b XFFXFF commited on Aug 24, 2023
Merge pull request #189 from neon-mmd/feat-error-box-for-engine-errors 7f371bf unverified XFFXFF commited on Aug 24, 2023
Merge branch 'rolling' into feat-error-box-for-engine-errors 2f1fa00 unverified XFFXFF commited on Aug 24, 2023
Merge pull request #190 from neon-mmd/feat-content-blocking-using-lists 11ba09a unverified XFFXFF commited on Aug 24, 2023
Merge branch 'rolling' into feat-error-box-for-engine-errors 575a7f9 unverified XFFXFF commited on Aug 24, 2023
β¨ feat: rename search_page_search_bar to search_bar (#185) d530410 neon_arch commited on Aug 23, 2023
π chore: bump the app & crates version & add regex crate (#163) e8998a4 neon_arch commited on Aug 22, 2023
β¨ feat: move implementation of config file path to reduce duplication (#163) 09227d8 neon_arch commited on Aug 22, 2023
β¨ feat: add code to filter aggregated search results using lists (#163) 4f28711 neon_arch commited on Aug 22, 2023
β¨ feat: provide a partial (template) for the two search bars (#185) 0e14c7d neon_arch commited on Aug 21, 2023
β¨ feat: provide seperate search bars for the home & search pages (#185) 7a92345 neon_arch commited on Aug 21, 2023
β¨ feat: change the name of the search bar template (#185) 4d74b81 neon_arch commited on Aug 21, 2023
β¨ feat: add websurfx heading to allow navigation to the homepage (#185) 68215ef neon_arch commited on Aug 21, 2023
β¨ feat: add the code to allow the button to toggle the error-box (#185) f4bcb32 neon_arch commited on Aug 21, 2023