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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Make clippy happy
Vika
2021-05-17
1
-12
/
+8
|
*
Make rustfmt happy
Vika
2021-05-17
2
-127
/
+316
|
*
Added setting store per-user
Vika
2021-05-17
2
-0
/
+28
|
*
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
2
-13
/
+28
|
*
Removed the in-memory database, it's dragging me down
Vika
2021-05-05
2
-203
/
+0
|
*
Moved the Redis spawner to the Redis module where it belongs, refactored ↵
Vika
2021-05-05
2
-42
/
+49
|
|
|
|
tests to use the Redis database instead of a fake one
*
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
|
*
Made some StorageError fields private and added getters instead
Vika
2021-05-05
1
-2
/
+5
|
*
Clippy lints
Vika
2021-05-04
2
-22
/
+16
|
*
Made StorageErrors directly convertible into Micropub JSON responses
Vika
2021-05-04
1
-0
/
+16
|
*
Fixed Redis tests
Vika
2021-05-04
2
-4
/
+6
|
*
Implemented MemoryStorage::update_post()
Vika
2021-05-04
2
-1
/
+84
|
*
Refactored the database module and its tests
Vika
2021-05-04
4
-0
/
+767
[prev]