- Apr 20, 2020
-
-
Antoine R. Dumont authored
Related to T2367
-
- Apr 08, 2020
-
-
David Douard authored
-
David Douard authored
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
-
- Mar 27, 2020
-
-
Antoine R. Dumont authored
- Rename --max-messages to --stop-after-objects - Drop the explicit loop within the current implementation and let the base one do the job Following the journal migration (v0.0.27).
-
Antoine R. Dumont authored
-
- Feb 19, 2020
-
-
vlorentz authored
msgpack now defaults to raw=False. This commit preserves compatibility with older versions of msgpack.
-
- Jan 20, 2020
-
-
Antoine Lambert authored
This fixes a sphinx warning as it is also used in swh-icinga-plugins. Related to T2188
-
- Dec 04, 2019
-
-
vlorentz authored
Else, 'http://foo.foo/foo' has a better score than 'http://foo.bar' when searching for 'foo bar'.
-
- Dec 03, 2019
-
-
vlorentz authored
It makes origin update very slow, and was only useful for tests. Instead, this commit adds a 'flush' endpoints that is called by tests, because they need the indices to be refreshed to test the results of a search query.
-
vlorentz authored
Sorting on the document id causes Elasticsearch to error because it uses too much memory.
-
- Nov 21, 2019
-
-
David Douard authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Allows us to call tests on things other than python3, with the same settings.
-
- Nov 20, 2019
-
-
Nicolas Dandrimont authored
-
- Nov 15, 2019
-
- Nov 13, 2019
-
-
vlorentz authored
This simplifies the Docker entrypoint (it can just call 'initialize' unconditionally); and allows easy addition of new fields to an index. Field removal would still need to be done manually.
-
- Nov 12, 2019
- Nov 08, 2019
-
-
vlorentz authored
The journal client now uses Consumer.consume instead of Consumer.poll, so not mocking Consumer.consume resulted in infinite loops.
-
- Nov 07, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
thanks @vlorentz for pairing with me for this!
-
- Nov 05, 2019
-
-
Stefano Zacchiroli authored
-
- Nov 04, 2019
-
-
vlorentz authored
-
- Oct 30, 2019
-
- Oct 29, 2019
-
-
vlorentz authored
-
vlorentz authored
This also adds a 'has_visits' boolean field to origin documents, which will be set to True as soon as a visit for the origin is seen.
-
vlorentz authored
'cursor' has a different meaning in our components using postgresql; this renaming will avoid confusion when adding token-based pagination to these components.
-
- Oct 11, 2019
- Oct 09, 2019
-
-
Antoine R. Dumont authored
Related D2082
-
vlorentz authored
-
- Oct 04, 2019