In this pre-alpha state of Privateer, many of the development tasks are simply being tracked in ad hoc "TODO" entries, which can be reviewed in TODO.md.
Ad-hoc TODO tracking should be removed before v0.2.
This roadmap should be moved into a GitHub Project before v0.3.
- Write plugin logs to independent files
- Write end-to-end summary to independent file
- Create Quickstart guide:
- can be in readme or elsewhere as appropriate
- Just fix the readme in general!
- Install trusted packages if they are not found:
- finish download logic... unzip
- remove redundancy of plugin name statements
- Create a sample close handler on the plugin wireframe
- unnecessary error message when no config was supplied (skipping the config file may be intentional, or maybe not)
- config wasn't being used in plugin
- Corrected -v usage and removed any instance of
log
in favor oflogger
. Basiclog
should not be used due to persistent unexpected behavior. - default loglevel is now error
- Improve version handling
- a la ArgoCD
- Secret handling
- plugins should not be able to read configs from other plugins!
- Improve log formatting
- user friendly by default
- Improve machine output
- trim the fat
- Handle errors better for unknown run plugins
- Increase test coverage
- Installation is attempting even when package is present
- log.Print usage will result in duplication of timestamp & loglevel
- Possible Inconsistent RPC error(s)
- [ERROR] wireframe: plugin: plugin server: accept unix /var/folders/mv/x9vm780x6l755g028989fy500000gn/T/plugin3010505469: use of closed network connection:
- Remote keystore support (etcd, consul, etc)
- Create website: privateerproj.com
- Accept all .yml files in a given config directory