aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/manifest_test.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/swarm: disable tests under Windows until they are fixed (#17827)Anton Evangelatov2018-10-041-0/+17
|
* Manifest cli fix and upload defaultpath only once (#17375)Janoš Guljaš2018-08-101-0/+579
* cmd/swarm: fix manifest subcommands and add tests * cmd/swarm: manifest update: update default entry for non-encrypted uploads * swarm/api: upload defaultpath file only once * swarm/api/client: improve UploadDirectory default path handling * cmd/swarm: support absolute and relative default path values * cmd/swarm: fix a typo in test * cmd/swarm: check encrypted uploads in manifest update tests