Commit History

βš™οΈ refactor: update gitignore to ignore profiler results (#180)(#178)
699e0ec

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

Merge pull request #191 from xffxff/unit_tests
7a8bf02
unverified

neon_arch commited on

bump version
64948b8

XFFXFF commited on

put `tempfile` under `dev.dependencies`
e5a0227

XFFXFF 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 pull request #189 from neon-mmd/feat-error-box-for-engine-errors
7f371bf
unverified

XFFXFF commited on

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

XFFXFF commited on

Merge pull request #190 from neon-mmd/feat-content-blocking-using-lists
11ba09a
unverified

XFFXFF commited on

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

XFFXFF commited on

✨ feat: replace no results gif with a new gif (#185)
d1eea5b

neon_arch commited on

✨ feat: change template name (#185)
9f75e25

neon_arch commited on

✨ feat: rename search_page_search_bar to search_bar (#185)
d530410

neon_arch commited on

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

neon_arch commited on

🧹 chore: make rustfmt happy
9c71c9f

neon_arch commited on

πŸš€ chore: bump the app & crates version & add regex crate (#163)
e8998a4

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: add lists file to filter search results (#163)
df09ed9

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

✨ feat: provide a partial (template) for the two search bars (#185)
0e14c7d

neon_arch commited on

✨ feat: provide seperate search bars for the home & search pages (#185)
7a92345

neon_arch commited on

✨ feat: change the name of the search bar template (#185)
4d74b81

neon_arch commited on

✨ feat: add websurfx heading to allow navigation to the homepage (#185)
68215ef

neon_arch commited on

✨ feat: add the code to allow the button to toggle the error-box (#185)
f4bcb32

neon_arch commited on

✨ feat: add & change styling for the error-box & the navbar (#185)
6bfdc75

neon_arch commited on

Merge pull request #188 from MilimTheTrueOne/rolling
9d2fb6c
unverified

alamin655 commited on

Merge pull request #2 from alamin655/rolling
02b8419
unverified

Milim commited on

Bump app version
160b0db

MD AL AMIN TALUKDAR Milim commited on

fix handelbars template
1fa0629

Milim commited on

bump version and remove wild fix wildcard version dependencys
fe3d573

Milim 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