aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/src/old-files.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* supergit: implement typed directory yieldsKatharina Fey2021-01-081-17/+42
| | | | | | | | | | | | | Previously a Yield object was either a file dump, or a simple enumeration on a directories children, with no associated type state for them. This commit implements a mechanism to internally fetch this type information, to pass out to a user via the Yield type. This way it is much easier to figure out which entries are directories, and which are files. Additional queries have to be passed into the FileTree for lookups. In a way, this commit gives up on the idea of having a nested API structure for the time being, until constructing sub-FileTrees becomes a real necessity
* octopus: supergit: add interface to query specific store pathsMx Kookie2021-01-061-0/+232