aboutsummaryrefslogtreecommitdiff
path: root/pkg/rtree
Commit message (Collapse)AuthorAgeFilesLines
* rename pkg/ to internal/Stefan Majewsky2020-03-287-1345/+0
|
* fix prompt during `rtree get` when stdout redirectedStefan Majewsky2017-09-261-5/+1
|
* should not attempt to clone repo during rtree-dropStefan Majewsky2017-09-261-1/+1
|
* remove unnecessary parenthesesStefan Majewsky2017-08-311-1/+1
|
* more compact specification of recorded commandsStefan Majewsky2017-07-072-25/+27
|
* many more `rtree get` testsStefan Majewsky2017-07-073-30/+205
|
* add first testStefan Majewsky2017-07-073-2/+173
|
* refactor package rtree towards testabilityStefan Majewsky2017-05-095-67/+109
|
* refactor cli.Interface yet againStefan Majewsky2017-05-094-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 errorsStefan Majewsky2017-05-093-9/+16
|
* refactor towards new cli.InterfaceStefan Majewsky2017-05-073-168/+169
|
* bubble up exit codes instead of calling os.Exit() in functionsStefan Majewsky2017-05-071-21/+21
|
* propagate errors upwards properlyStefan Majewsky2017-05-054-119/+172
|
* implement rtree dropStefan Majewsky2017-05-052-1/+47
| | | | | rtree is functionally complete, but the implementation is very messy now. :(
* implement rtree importStefan Majewsky2017-05-053-1/+95
|
* move rtree from util.Prompt to cli.QueryStefan Majewsky2017-05-041-32/+35
|
* initial implementation of "rtree get" commandStefan Majewsky2017-05-024-7/+184
|
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-024-0/+580