747f13aff0
Don't read from stdin before main()
2021-05-07 12:04:35 +01:00
f418adf727
Print stdin at start
2021-05-07 11:12:09 +01:00
b81d892a3b
Sleep for 5 seconds
2021-05-07 11:05:39 +01:00
f31cd7a98d
Remove sleep
2021-05-07 11:04:43 +01:00
b8b0af344d
Move stdin read line
2021-05-07 11:00:21 +01:00
1ccffecc37
print first line
2021-05-07 10:59:14 +01:00
0ab598f253
sleep before read from stdin
2021-05-07 10:54:35 +01:00
f8322c0bfa
Print stdin output
2021-05-07 10:45:05 +01:00
6a6024663f
Add log, and debug statements
2021-05-07 10:35:22 +01:00
b651deae4e
Remove need for summary argument
2021-05-05 14:31:57 +01:00
7acd788b72
Remove references to graph arg
2021-05-05 06:23:37 +01:00
cf1635cd7a
Rename args.output to args.dir
2021-05-05 06:22:50 +01:00
6a65764ac4
Replace output arg with directory
...
- Remove unused graph arg
2021-05-05 06:21:54 +01:00
5414f3e141
Implement labels
...
- create label table
- create base database object class
- rename primary keys to 'id'
- log messages with label
- automatically reassign label to repo where possible
2021-05-05 04:07:59 +01:00
02e4311bc7
Add custom output directory argument
2021-05-04 14:25:16 +01:00
3b7405fe9c
Move output handler to borg package
2021-05-04 12:53:42 +01:00
dfecc40d2b
Create top level package
2021-05-04 12:46:35 +01:00
57255d964c
Handle borg output in separate class
2021-05-04 11:45:14 +01:00
c39f9ed250
Create database class
2021-05-04 09:25:41 +01:00
40ecdf04ef
Separate sql logic from borg classes
2021-05-04 05:44:36 +01:00
0adca142c0
Store stats in separate table
2021-05-04 04:36:32 +01:00
bb2e997705
Parse borg JSON instead of raw output
...
- Create db connection interface
- Create repo and archive database classes
2021-05-04 04:18:42 +01:00
f5c39076fd
Strip lines correctly
2021-05-03 18:01:57 +01:00
3e33256e65
Clean code up
...
- Remove unnecessary database query methods
- Remove horrible db column names
- Convert static methods to class methods
2021-05-03 17:36:26 +01:00