index
:
clinte
this commit
master
Community notes board for shared UNIX systems
gbmor <ben@gbmor.dev>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved hashing to shellscript to check for posts
Ben Morrison
2020-06-16
2
-41
/
+16
*
test for hashing bits
Ben Morrison
2020-06-16
1
-0
/
+23
*
recording hash of posts file in homedir
Ben Morrison
2020-06-16
2
-1
/
+18
*
moved startup timer to end of execution, as run timer
Ben Morrison
2020-06-15
1
-4
/
+4
*
configurable line wrapping (80 default)
Ben Morrison
2020-06-09
2
-1
/
+32
*
testing create/delete
Ben Morrison
2020-05-28
2
-3
/
+38
*
expanded testing
Ben Morrison
2020-05-28
3
-3
/
+54
*
more testing
Ben Morrison
2020-05-28
1
-11
/
+41
*
extensive rewrite to use json for storage:
Ben Morrison
2020-05-28
3
-176
/
+140
*
added test for tempfile creation
Ben Morrison
2020-05-27
2
-0
/
+25
*
clippy lints
Ben Morrison
2020-05-26
3
-5
/
+1
*
post ID can be specified as an argument. if absent, user will be prompted
Ben Morrison
2020-05-26
3
-15
/
+27
*
prepopulating editor with post body when editing
Ben Morrison
2020-05-26
2
-4
/
+9
*
editing a post calls $EDITOR
Ben Morrison
2020-05-26
1
-6
/
+13
*
removed panics and refactored error handling
Ben Morrison
2020-05-26
6
-89
/
+61
*
cleaner error handling and verbose logging in main()
Ben Morrison
2020-05-26
1
-11
/
+47
*
removed panics from logging initialization
Ben Morrison
2020-05-26
1
-9
/
+15
*
hiding some log messages behind -v flag
Ben Morrison
2020-05-26
4
-20
/
+49
*
moved check for val of $EDITOR into ed::call()
Ben Morrison
2020-05-26
1
-19
/
+19
*
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
4
-9
/
+10
*
logging changes:
Ben Morrison
2020-05-26
5
-44
/
+25
*
trimming whitespace
Ben Morrison
2020-01-20
1
-9
/
+15
*
removed extraneous newline on post display
Ben Morrison
2020-01-20
1
-1
/
+1
*
letting errors flow up
Ben Morrison
2019-09-05
4
-71
/
+72
*
error helper test
Ben Morrison
2019-09-04
1
-0
/
+19
*
fixed subcommands
v0.4.1
Ben Morrison
2019-09-04
1
-8
/
+4
*
updated logging test
v0.4.0
Ben Morrison
2019-09-04
1
-2
/
+2
*
using rfc3339 for temp file name
Ben Morrison
2019-09-04
1
-1
/
+1
*
removing temp file
Ben Morrison
2019-09-04
1
-1
/
+3
*
now opens $EDITOR to write post body
Ben Morrison
2019-09-04
3
-4
/
+54
*
added helper func for errors/result
Ben Morrison
2019-09-04
1
-0
/
+12
*
getting user name at single location
Ben Morrison
2019-09-04
4
-27
/
+21
*
reorganization
Ben Morrison
2019-09-04
3
-151
/
+166
*
logging reflects executing username
v0.3.4
Ben Morrison
2019-09-04
2
-33
/
+55
*
moved display func to posts.rs
Ben Morrison
2019-08-31
2
-35
/
+35
*
fixed broken test, expanded test
v0.3.3
Ben Morrison
2019-08-30
2
-3
/
+6
*
fixed test failure
Ben Morrison
2019-08-30
2
-26
/
+1
*
moved some functionality to module, added tests
Ben Morrison
2019-08-30
2
-17
/
+95
*
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
2
-5
/
+20
*
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
*
tests in makefile, cleaned db test
Ben Morrison
2019-08-28
1
-1
/
+1
*
db tests are on separate path
Ben Morrison
2019-08-28
1
-4
/
+6
*
enabled hints for cli args, changed db location
Ben Morrison
2019-08-28
1
-1
/
+1
[next]