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.
- 16 Jan, 2019 4 commits
-
-
Nicolas Gelot authored
-
Nicolas Gelot authored
-
Nicolas Gelot authored
Before to try to optimize spot engines we need to have some tests to bench the search duration and that performs some checks on the results
-
Nicolas Gelot authored
pep8 is deprecated, it is replaced by pycodestyle.
-
- 15 Jan, 2019 2 commits
-
-
Nicolas Gelot authored
-
Nicolas Gelot authored
Very useful for test purpose, we have to bench and test that endpoint to ensure that the main feature works fine. From test part this is easier to deal with json object.
-
- 11 Jan, 2019 3 commits
-
-
Gaël Duval authored
Revert wrong encoding changes See merge request e/cloud/my-spot!23
-
Nicolas Gelot authored
This patch reverts some wrong changes about encoding from 2cc4bf3e.
-
Gaël Duval authored
Tests infra improvements See merge request e/cloud/my-spot!22
-
- 10 Jan, 2019 9 commits
-
-
Nicolas Gelot authored
-
Nicolas Gelot authored
The infra to run selenium these tests was too complex, and the test are not updated since 2016. This patch removes the dependencies of these tests and it adds `pytest` as runner for the unit tests.
-
Daniel J. Ramirez authored
Improved visibility of buttons in general, including pagination buttons. Reduced the amount of space used by infobox links. Other minor changes
-
Gaël Duval authored
Move to Python3 Closes #7 See merge request e/cloud/my-spot!16
-
Nicolas Gelot authored
Move spot project to python 3. The support of python 2 is removed related to the issue https://github.com/asciimoo/searx/issues/1471. The update is mainly done with `2to3` tool and a lot of changes for the unicode support (see https://docs.python.org/3/howto/unicode.html) Close: #7
-
Gaël Duval authored
Revert "Replace cgi.escape by html.escape" See merge request e/cloud/my-spot!21
-
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 5 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
-