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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-08
refactor(db): Use ConverseError instead of unwrapping/expecting
Vincent Ambo
1
-10
/
+8
2018-04-08
feat(errors): Introduce error module with custom error type
Vincent Ambo
2
-2
/
+81
2018-04-08
refactor(main): Move handlers into separate handler module
Vincent Ambo
2
-61
/
+79
2018-04-08
feat(main): Support CONVERSE_BIND_HOST environment variable
Vincent Ambo
1
-2
/
+5
2018-04-08
refactor(main): Use actix-web extractor pattern
Vincent Ambo
1
-10
/
+12
2018-04-08
refactor(db): Establish Post->Thread association
Vincent Ambo
3
-7
/
+13
2018-04-08
feat(main/templates): Add barebones single-thread view
Vincent Ambo
2
-2
/
+28
2018-04-08
feat(db): Add initial GetThread message
Vincent Ambo
1
-0
/
+22
2018-04-08
feat(main): Add support for Tera templates
Vincent Ambo
2
-15
/
+24
2018-04-08
feat(main): Add barebares thread listing
Vincent Ambo
1
-16
/
+66
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
2018-04-08
feat(main): Add minimal thread listing example
Vincent Ambo
2
-2
/
+10
2018-04-08
feat(main): Bootstrap project entrypoint
Vincent Ambo
1
-0
/
+26
2018-04-08
feat(models/schema): Map up posts & threads table
Vincent Ambo
2
-0
/
+40