- 28 May, 2018 2 commits
-
-
Guillaume Binet authored
-
Guillaume Binet authored
-
- 24 May, 2018 1 commit
-
-
Guillaume Binet authored
-
- 14 Apr, 2017 1 commit
-
-
Guillaume Binet authored
-
- 15 Jun, 2016 1 commit
-
-
Guillaume Binet authored
This is a common ugly pattern we make our user do: d = self['key'] self['key'] = d Now they can just do that: with self.mutable('key') as d: # do something on d And d will be saved automatically in the key entry at the end of the scope.
-
- 10 Jun, 2016 1 commit
-
-
Guillaume Binet authored
A lot of crap all around: try on imports / if PY2/Py3, tests on unicode, src conversion, travis config, docs ...
-
- 07 Apr, 2016 2 commits
-
-
Guillaume Binet authored
Those new CLI parameters allows the user to manipulate the plugin configuration, states but also tweak errbot internals. Fixes #608.
-
Guillaume Binet authored
If there is already a new db, warn the user so s/he can solve that manually. Fixes #686.
-
- 02 Mar, 2016 1 commit
-
-
Guillaume Binet authored
-
- 26 Feb, 2016 1 commit
-
-
Guillaume Binet authored
-
- 21 Jan, 2016 8 commits
-
-
Guillaume Binet authored
-
Guillaume Binet authored
- this is triggering a deprecated warning (it was not meant to be used in the first place). - move self.store to self._store so it won't happen again on self.store.
-
Guillaume Binet authored
-
Guillaume Binet authored
-
Guillaume Binet authored
-
Guillaume Binet authored
We will reuse the same manager to load backend and storage plugins.
-
Guillaume Binet authored
-
Guillaume Binet authored
-