forked from NetApp/harvest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
17 lines (16 loc) · 1.57 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is a simple file to keep track of items that should be addressed.
Item | Date Added | Notes
===================================================================+==============+=============================================
Add packaging to makefile process | 03/30/2021 |
-------------------------------------------------------------------+--------------+---------------------------------------------
Add ability to read config file instead of having hardcoded paths | 03/30/2021 |
in the source code. | |
-------------------------------------------------------------------+--------------+---------------------------------------------
Add go debian packaging and rpm packaging | 03/30/2021 |
-------------------------------------------------------------------+--------------+---------------------------------------------
Hard store the go dependencies under the pkg directory and update | 03/30/2021 |
the go.mod file to point to the pkg dir. This will make it easier | |
for others to add to the open source model. Includes the psutil | |
-------------------------------------------------------------------+--------------+---------------------------------------------
Add more testing to each package. | 03/30/2021 |
-------------------------------------------------------------------+--------------+---------------------------------------------