| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename pkg/ to internal/ | Stefan Majewsky | 2020-03-28 | 1 | -171/+0 |
| | | |||||
| * | should not attempt to clone repo during rtree-drop | Stefan Majewsky | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | add first test | Stefan Majewsky | 2017-07-07 | 1 | -2/+5 |
| | | |||||
| * | refactor package rtree towards testability | Stefan Majewsky | 2017-05-09 | 1 | -0/+4 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 1 | -40/+40 |
| | | | | | | | | | | | - Only one global instance now, so we don't need to pass it around all the time. - Allow to swap out the Command.Run implementation for unit tests. - Can now use cli.Interface during func init() of packages importing pkg/cli. | ||||
| * | refactor towards new cli.Interface | Stefan Majewsky | 2017-05-07 | 1 | -59/+55 |
| | | |||||
| * | bubble up exit codes instead of calling os.Exit() in functions | Stefan Majewsky | 2017-05-07 | 1 | -21/+21 |
| | | |||||
| * | propagate errors upwards properly | Stefan Majewsky | 2017-05-05 | 1 | -33/+54 |
| | | |||||
| * | implement rtree drop | Stefan Majewsky | 2017-05-05 | 1 | -1/+13 |
| | | | | | | rtree is functionally complete, but the implementation is very messy now. :( | ||||
| * | implement rtree import | Stefan Majewsky | 2017-05-05 | 1 | -1/+10 |
| | | |||||
| * | initial implementation of "rtree get" command | Stefan Majewsky | 2017-05-02 | 1 | -1/+12 |
| | | |||||
| * | restructure rtree into gofu (with rtree as the first applet) | Stefan Majewsky | 2017-05-02 | 1 | -0/+115 |
