ipfs-cluster/config
Hector Sanjuan e62d10f83a service: multiple fixes around init and identities
* Fix error messages (they must be in the form "doing something")
* Improve/reword some error messages
* Document the identity.json existance in the cli docs
* Fix a bunch of typos
* Fix missing folder path in the --help
* Fix cluster not locking when configuration is not there but folder is
* Fix force flag not overriding the config overwrite prompt
* Fix deletion of Raft state on re-init (not necessary if identity persists)
* Fix overwriting on identity (should not be overwritten if already exists)

Much of this paves the way to be able to run without service.json:

* Either taking default values (and using env vars) - maybe someday
* Either by getting a configuration template it from somewhere (ipfs, http)
  at runtime - sooner.
2019-05-16 15:31:36 +02:00
..
config_test.go Consensus: add new "crdt" consensus component 2019-04-17 19:14:26 +02:00
config.go Separate Identity and Configuaration 2019-04-30 15:17:36 +05:30
identity_test.go Tests for identity separation 2019-05-08 21:54:59 +05:30
identity.go service: multiple fixes around init and identities 2019-05-16 15:31:36 +02:00
util.go config: do not handle "" durations (and do not error) 2019-01-12 18:40:00 +01:00