This project is mirrored from https://github.com/searx/searx.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 10 Jan, 2019 3 commits
-
-
Nicolas Gelot authored
This reverts commit 0dde07cc.
-
Gaël Duval authored
some fixes about issues spotted during my manual tests See merge request e/cloud/my-spot!20
-
Gaël Duval authored
fix tests and enable gitlab CI See merge request e/cloud/my-spot!19
-
- 09 Jan, 2019 14 commits
-
-
Nicolas Gelot authored
-
Nicolas Gelot authored
Engines was stored in set and casted in list, it leads to issue during merge of result. This patch fixes the engines container to a list to be able to use json serialization. Below the error spotted: ``` File "/usr/local/searx/searx/results.py", line 233, in _merge_result duplicated['engines'].add(result['engine']) AttributeError: 'list' object has no attribute 'add' ```
-
Nicolas Gelot authored
This patch removes the deprecation warning, "cgi.escape is deprecated, use html.escape instead".
-
Nicolas Gelot authored
-
Nicolas Gelot authored
Below commands to build and run the docker image: * docker build -t spotenv -f Dockerfile.env . * docker run -it --rm -v $(pwd):/ws -w /ws --network host spotenv bash -c "./manage.sh update_dev_packages; ./manage.sh pep8_check; ./manage.sh unit_tests;"
-
Nicolas Gelot authored
Broken since the change 7766167d.
-
Nicolas Gelot authored
-
Nicolas Gelot authored
Since 96cbb946 the supports of csv, json and rss are removed.
-
Gaël Duval authored
introduce docker-compose to run spot in a dedicated env See merge request e/cloud/my-spot!18
-
Nicolas Gelot authored
In order to run the project in a dedicated environment this patch introduces the docker-compose file. To join redis service a setup via an environment variable `SEARX_REDIS_HOST` is added.
-
Nicolas Gelot authored
Spot project does not work with the new Python client redis 3.X
-
Nicolas Gelot authored
To avoid to wait 10s when we stop the spot container, this patch performs some changes to only run the python binary in the container. Tini is included in docker itself since 1.13 or greater, so it is removed and the environments variables are handled in the application, that change avoids to use a bash script to patch the configuration.
-
Gaël Duval authored
sync upstream v0.15.0 to get last changes and fixes See merge request e/cloud/my-spot!17
-
Nicolas Gelot authored
-
- 08 Jan, 2019 3 commits
-
-
Daniel J. Ramirez authored
-
Daniel J. Ramirez authored
Fix spacing between 'more', and language, Bottom url in results is now a link
-
Daniel J. Ramirez authored
Before this, selecting next page in image gallery would put you in general search again, also fixed mixed video results on first page, that needs to be handled the same as first page images (currently missing).
-
- 06 Jan, 2019 6 commits
-
-
Adam Tauber authored
Release v0.15.0
-
Noémi Ványi authored
-
Noémi Ványi authored
-
Noémi Ványi authored
-
Noémi Ványi authored
[add] mojeek engine
-
Venca24 authored
-
- 05 Jan, 2019 2 commits
-
-
Noémi Ványi authored
[fix] google videos engine
-
Venca24 authored
-
- 04 Jan, 2019 7 commits
-
-
Noémi Ványi authored
-
Noémi Ványi authored
Remove Ixquick engine
-
Noémi Ványi authored
-
Noémi Ványi authored
restore startpage search results
-
Noémi Ványi authored
-
Venca24 authored
-
Venca24 authored
-
- 01 Jan, 2019 1 commit
-
-
Noémi Ványi authored
Fix bing image thumbnail path
-
- 19 Dec, 2018 1 commit
-
-
Léo Bourrel authored
-
- 14 Dec, 2018 3 commits
-
-
Michael Pfitzner authored
-
Michael Pfitzner authored
-
Michael Pfitzner authored
-