depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-14
chore(db): Arbitrarily limit search result size
Vincent Ambo
1
-0
/
+1
2018-04-14
feat(main/db): Schedule regular search view refresh
Vincent Ambo
1
-0
/
+21
2018-04-14
feat(db): Implement handling of 'SearchPosts' message
Vincent Ambo
1
-1
/
+40
2018-04-14
feat(db): Add view for ordering thread index by most recent post
Vincent Ambo
1
-5
/
+4
2018-04-14
feat: License project under GPLv3
Vincent Ambo
1
-0
/
+16
2018-04-14
refactor(db): Store thread body in the posts table
Vincent Ambo
1
-5
/
+26
2018-04-09
fix(db): Order index threads in descending post time
Vincent Ambo
1
-1
/
+3
2018-04-08
feat(db/models): Add handling of CreatePost message
Vincent Ambo
1
-2
/
+23
2018-04-08
feat(db): Support CreateThread message
Vincent Ambo
1
-0
/
+22
2018-04-08
refactor(db): Use ConverseError instead of unwrapping/expecting
Vincent Ambo
1
-10
/
+8
2018-04-08
refactor(db): Establish Post->Thread association
Vincent Ambo
1
-2
/
+6
2018-04-08
feat(db): Add initial GetThread message
Vincent Ambo
1
-0
/
+22
2018-04-08
feat(db): Implement ListThreads message
Vincent Ambo
1
-1
/
+23
2018-04-08
feat(db): Bootstrap DbExecutor actor
Vincent Ambo
1
-0
/
+13