| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | should not attempt to clone repo during rtree-drop | Stefan Majewsky | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary parentheses | Stefan Majewsky | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | more compact specification of recorded commands | Stefan Majewsky | 2017-07-07 | 2 | -25/+27 |
| | | |||||
| * | many more `rtree get` tests | Stefan Majewsky | 2017-07-07 | 3 | -30/+205 |
| | | |||||
| * | add first test | Stefan Majewsky | 2017-07-07 | 3 | -2/+173 |
| | | |||||
| * | refactor package rtree towards testability | Stefan Majewsky | 2017-05-09 | 5 | -67/+109 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 4 | -85/+83 |
| | | | | | | | | | | | - 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. | ||||
| * | replace panic() by a collector for early errors | Stefan Majewsky | 2017-05-09 | 3 | -9/+16 |
| | | |||||
| * | refactor towards new cli.Interface | Stefan Majewsky | 2017-05-07 | 3 | -168/+169 |
| | | |||||
| * | 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 | 4 | -119/+172 |
| | | |||||
| * | implement rtree drop | Stefan Majewsky | 2017-05-05 | 2 | -1/+47 |
| | | | | | | rtree is functionally complete, but the implementation is very messy now. :( | ||||
| * | implement rtree import | Stefan Majewsky | 2017-05-05 | 3 | -1/+95 |
| | | |||||
| * | move rtree from util.Prompt to cli.Query | Stefan Majewsky | 2017-05-04 | 1 | -32/+35 |
| | | |||||
| * | initial implementation of "rtree get" command | Stefan Majewsky | 2017-05-02 | 4 | -7/+184 |
| | | |||||
| * | restructure rtree into gofu (with rtree as the first applet) | Stefan Majewsky | 2017-05-02 | 4 | -0/+580 |
