nir0s

Results 39 comments of nir0s

Um, how did you try to install? `pip install https://github.com/nir0s/backtrace/archive/master.tar.gz` works for me.

Great idea. I'll add that.

I'm going to close this as it might actually be better not to confuse people :)

https://github.com/nir0s/ghost/pull/139/files#diff-b67911656ef5d18c4ae36cb6741b7965R38 in #139 patches in when running `make test`. Now we should use `make test` in Travis instead of `tox`.

I don't quite understand what it means that there's no requirement. Every storage must implement a constructor which receives `db_path`. Yes, it's not "documented", but the tests will fail if...

https://github.com/nir0s/ghost/tree/generate-jinja-template-from-values is a POC

@EarthmanT, thinking about this again, I think failing on init (which also comes along #76), is smarter than failing on class instantiation. WDYT?

Currently, only the Consul and Vault backends need to be modified. Elasticsearch and any remote SQLAlchemy backend are already tested.