index
:
kittybox
this commit
main
nix-cross
An IndieWeb-centric blogging engine designed for self-hosting
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
redis
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecated Redis backend and added a database migration tool (untested, beware)
Vika
2021-10-27
1
-6
/
+20
*
Implemented support for channels
Vika
2021-09-27
1
-62
/
+9
*
Improved Redis module code quality
Vika
2021-08-15
1
-13
/
+10
*
Shortened a connection timeout and installed a lifetime limit for connection
Vika
2021-08-06
1
-1
/
+4
*
Trying to mitigate and log more about the HTTP 500s
Vika
2021-08-05
1
-10
/
+12
*
Fixed a VERY WRONG way to handle stream errors
Vika
2021-08-04
1
-30
/
+16
*
Relaxed anti-takeover URL check to simply not place redirects at foreign URLs
Vika Shleina
2021-07-19
1
-2
/
+2
*
Make rustfmt happy again after Clippy edits
Vika
2021-05-18
1
-4
/
+1
*
Make clippy happy
Vika
2021-05-17
1
-12
/
+8
*
Make rustfmt happy
Vika
2021-05-17
1
-83
/
+210
*
Added setting store per-user
Vika
2021-05-17
1
-0
/
+10
*
Update CI configuration and GitLab WebIDE settings
Vika
2021-05-17
1
-1
/
+1
*
Added a note to future self
Vika
2021-05-05
1
-0
/
+7
*
Refactored the Redis instance spawning in tests to automatically kill Redis
Vika
2021-05-05
1
-3
/
+22
*
Moved the Redis spawner to the Redis module where it belongs, refactored test...
Vika
2021-05-05
1
-0
/
+39
*
Added a connection pool to the RedisDatabase
Vika
2021-05-05
1
-17
/
+27
*
Refactored error handling in RedisStorage using the ? operator
Vika
2021-05-05
1
-184
/
+124
*
Clippy lints
Vika
2021-05-04
1
-18
/
+12
*
Fixed Redis tests
Vika
2021-05-04
1
-1
/
+1
*
Refactored the database module and its tests
Vika
2021-05-04
1
-0
/
+304