Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed panics and refactored error handling | Ben Morrison | 2020-05-26 | 1 | -45/+22 |
* | cleaner error handling and verbose logging in main() | Ben Morrison | 2020-05-26 | 1 | -11/+47 |
* | hiding some log messages behind -v flag | Ben Morrison | 2020-05-26 | 1 | -14/+8 |
* | changed author line | Ben Morrison | 2020-05-26 | 1 | -1/+1 |
* | using in-memory db for tests, passing path to logging::init() instead of assu... | Ben Morrison | 2020-05-26 | 1 | -1/+2 |
* | logging changes: | Ben Morrison | 2020-05-26 | 1 | -6/+5 |
* | letting errors flow up | Ben Morrison | 2019-09-05 | 1 | -8/+10 |
* | fixed subcommands v0.4.1 | Ben Morrison | 2019-09-04 | 1 | -8/+4 |
* | now opens $EDITOR to write post body | Ben Morrison | 2019-09-04 | 1 | -0/+1 |
* | getting user name at single location | Ben Morrison | 2019-09-04 | 1 | -0/+2 |
* | reorganization | Ben Morrison | 2019-09-04 | 1 | -146/+15 |
* | logging reflects executing username v0.3.4 | Ben Morrison | 2019-09-04 | 1 | -25/+38 |
* | moved display func to posts.rs | Ben Morrison | 2019-08-31 | 1 | -35/+1 |
* | fixed test failure | Ben Morrison | 2019-08-30 | 1 | -12/+0 |
* | moved some functionality to module, added tests | Ben Morrison | 2019-08-30 | 1 | -17/+16 |
* | moved display to 15 posts v0.3.2 | Ben Morrison | 2019-08-30 | 1 | -1/+1 |
* | moved str_to_utf8 on post, rather than display v0.3.1 | Ben Morrison | 2019-08-30 | 1 | -4/+2 |
* | ensure submitted posts are utf8 | Ben Morrison | 2019-08-30 | 1 | -4/+19 |
* | enabled deletion of posts v0.3.0 | Ben Morrison | 2019-08-30 | 1 | -2/+36 |
* | added functionality to update posts v0.2.0 | Ben Morrison | 2019-08-30 | 1 | -3/+63 |
* | redundant code removed | Ben Morrison | 2019-08-30 | 1 | -3/+0 |
* | delinting | Ben Morrison | 2019-08-30 | 1 | -5/+2 |
* | limit number of displayed posts to 30 v0.1.0 | Ben Morrison | 2019-08-29 | 1 | -4/+12 |
* | formatting output | Ben Morrison | 2019-08-28 | 1 | -0/+2 |
* | cleanup | Ben Morrison | 2019-08-28 | 1 | -1/+2 |
* | made list the default behavior | Ben Morrison | 2019-08-27 | 1 | -6/+4 |
* | formatting output | Ben Morrison | 2019-08-27 | 1 | -0/+1 |
* | minor syntax error | Ben Morrison | 2019-08-27 | 1 | -2/+2 |
* | finished posting and display | Ben Morrison | 2019-08-27 | 1 | -5/+81 |
* | added subtype to db::Cmd. Fleshed out cli args. | Ben Morrison | 2019-08-27 | 1 | -1/+22 |
* | db connected, logging up | Ben Morrison | 2019-08-27 | 1 | -0/+11 |
* | fleshing out types | Ben Morrison | 2019-08-27 | 1 | -0/+2 |
* | init | Ben Morrison | 2019-08-27 | 1 | -0/+4 |