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
/
finito-postgres
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
feat(postgres): Introduce database connection pool
Vincent Ambo
3
-10
/
+44
2018-12-13
feat(postgres): Add human-readable Display implementation for errors
Vincent Ambo
1
-3
/
+30
2018-12-13
feat(postgres): Introduce chained error variants
Vincent Ambo
2
-33
/
+91
2018-12-13
refactor(postgres): Implement FSMBackend trait for FinitoPostgres
Vincent Ambo
1
-123
/
+111
2018-11-19
chore: Fix email address in Cargo files
Vincent Ambo
1
-1
/
+1
2018-09-26
feat(postgres): Compatibility with new associated error type
Vincent Ambo
3
-13
/
+26
2018-09-26
feat(postgres): Implement initial (synchronous) actoin execution
Vincent Ambo
1
-25
/
+127
2018-09-26
test(postgres): Add test for insert_machine and advance
Vincent Ambo
2
-0
/
+50
2018-09-26
fix(postgres): Minor fixes in Postgres queries and handling
Vincent Ambo
2
-3
/
+9
2018-09-26
refactor(postgres): Minor changes to match actual table schema
Vincent Ambo
1
-7
/
+10
2018-09-26
feat(postgres): Add initial table schema for Finito tables
Vincent Ambo
2
-0
/
+41
2018-09-26
docs: Add rustdoc header lines as expected by the format
Vincent Ambo
1
-0
/
+2
2018-09-26
feat(postgres): Implement Postgres-backed 'advance' function
Vincent Ambo
2
-14
/
+73
2018-09-26
feat(postgres): Bootstrap Postgres persistence implementation
Vincent Ambo
3
-0
/
+270