summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-14Merge pull request #1954 from dalf/fix.redis.init.2Alexandre Flament
[fix] follow up of PR-1856
2022-12-12Merge pull request #1969 from ArtikusHG/masterMarkus Heiser
Add language autodetect plugin
2022-12-11[mod] improve 'Autodetect search language' pluginMarkus Heiser
- Add documentation to the plugin - Harmonize FastText language model with SearXNG's language model Reosurces:: import fasttext # --> +10 MB fasttext.load_model(str(data_dir / 'lid.176.ftz')) # --> +4MB Suggested-by: @dalf - To speed up and simplify the deployment use fasttext-wheel instead of fasttext - Building numpy on the Alpine Linux of docker-images takes ages --> install py3-numpy from Alpines package manager (apk) - Alpine Linux on docker-images (musl libc) do not support fasttext-wheel (gnu libc) --> patch Dockerfile and build from fastetxt: sed -i s/fasttext-wheel/fasttext/ requirements.txt Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-12-10[mod] new plugin: Autodetect search languageArtikusHG
2022-12-10[fix] documentation about update-searxng.rstAlexandre Flament
2022-12-10move searx.shared.redisdb to searx.redisdbAlexandre Flament
2022-12-10[fix] follow up of PR-1856Alexandre Flament
- the environment variable SEARXNG_REDIS_URL overrides the setting value redis.url - ./manage sets SEARXNG_REDIS_URL to unix:///usr/local/searxng-redis/run/redis.sock if: - the socket exists - SEARXNG_REDIS_URL is not already defined Update of PR #1856 Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2022-12-09Merge pull request #2016 from searxng/translations_updateAlexandre Flament
Update translations
2022-12-09Merge pull request #2013 from searxng/dependabot/pip/master/redis-4.4.0Alexandre Flament
Bump redis from 4.3.5 to 4.4.0
2022-12-09Merge pull request #2014 from searxng/dependabot/pip/master/selenium-4.7.2Alexandre Flament
Bump selenium from 4.7.0 to 4.7.2
2022-12-09Bump selenium from 4.7.0 to 4.7.2dependabot[bot]
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.7.0 to 4.7.2. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09Merge pull request #2015 from searxng/dependabot/pip/master/pylint-2.15.8Alexandre Flament
Bump pylint from 2.15.7 to 2.15.8
2022-12-09Merge pull request #2017 from searxng/dependabot/pip/certifi-2022.12.7Alexandre Flament
Bump certifi from 2022.9.24 to 2022.12.7
2022-12-09Bump certifi from 2022.9.24 to 2022.12.7dependabot[bot]
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09[translations] update from Weblatesearxng-bot
1b4600d0 - 2022-12-08 - JohnyPeaN <johnypean@gmail.com> e3b49827 - 2022-12-04 - Markus Heiser <markus.heiser@darmarit.de> 975217cf - 2022-12-02 - Markus Heiser <markus.heiser@darmarit.de>
2022-12-09Bump pylint from 2.15.7 to 2.15.8dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.7 to 2.15.8. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.7...v2.15.8) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09Bump redis from 4.3.5 to 4.4.0dependabot[bot]
Bumps [redis](https://github.com/redis/redis-py) from 4.3.5 to 4.4.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.5...v4.4.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05Merge pull request #2006 from dalf/fix_1951Alexandre Flament
Fix: don't crash when engine or name is missing in settings.yml
2022-12-04Fix: don't crash when engine or name is missing in settings.ymlAlexandre Flament
SearXNG crashes if the engine or name fields are missing. With this commit, the app displays an error in the log and keeps loading. Close #1951
2022-12-02Merge pull request #1996 from searxng/dependabot/pip/master/selenium-4.7.0Markus Heiser
Bump selenium from 4.6.0 to 4.7.0
2022-12-02Bump selenium from 4.6.0 to 4.7.0dependabot[bot]
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.6.0...selenium-4.7.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02Merge pull request #1999 from searxng/dependabot/pip/master/twine-4.0.2Markus Heiser
Bump twine from 4.0.1 to 4.0.2
2022-12-02Merge pull request #1998 from searxng/dependabot/pip/master/linuxdoc-20221127Markus Heiser
Bump linuxdoc from 20221025 to 20221127
2022-12-02Bump twine from 4.0.1 to 4.0.2dependabot[bot]
Bumps [twine](https://github.com/pypa/twine) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02Merge pull request #1997 from searxng/dependabot/pip/master/pylint-2.15.7Markus Heiser
Bump pylint from 2.15.6 to 2.15.7
2022-12-02Merge pull request #2000 from searxng/translations_updateMarkus Heiser
Update translations
2022-12-02[translations] update from Weblatesearxng-bot
cc5cf5d8 - 2022-11-30 - Chathura madusanka <mcchathuer216@gmail.com> 97776fbf - 2022-11-29 - Markus Heiser <markus.heiser@darmarit.de> c3c9f988 - 2022-11-29 - Markus Heiser <markus.heiser@darmarit.de> a1cf339e - 2022-11-29 - Markus Heiser <markus.heiser@darmarit.de> 4429167c - 2022-11-25 - Markus Heiser <markus.heiser@darmarit.de>
2022-12-02Bump linuxdoc from 20221025 to 20221127dependabot[bot]
Bumps [linuxdoc](https://github.com/return42/linuxdoc) from 20221025 to 20221127. - [Release notes](https://github.com/return42/linuxdoc/releases) - [Commits](https://github.com/return42/linuxdoc/commits) --- updated-dependencies: - dependency-name: linuxdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02Bump pylint from 2.15.6 to 2.15.7dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.6 to 2.15.7. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.6...v2.15.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30Merge pull request #1989 from ngosang/feature/ideaMarkus Heiser
Add PyCharm configuration files to .gitignore
2022-11-30Merge pull request #1990 from ngosang/feature/alpineMarkus Heiser
Update base Docker image to Alpine 3.17
2022-11-30Merge pull request #1896 from ngosang/feature/sizeMarkus Heiser
Reduce Docker image size
2022-11-29Update base Docker image to Alpine 3.17ngosang
* Python version is unchanged 3.10.8 * This issue is fixed https://github.com/searxng/searxng-docker/issues/31
2022-11-29fixngosang
2022-11-29Reduce Docker image sizengosang
* Remove compiled sources. Most of them are never used. Those in use are compiled in the first run really fast. * Copy only source code and Docker entypoint * Image size reduced by 41 MB (195 MB -> 154 MB uncompressed)
2022-11-29Add PyCharm configuration files to .gitignorengosang
2022-11-29Merge pull request #1988 from ryankask/fix-redis-conn-loggingAlexandre Flament
Copy client connection kwargs before mutating
2022-11-29Copy client connection kwargs before mutatingRyan Kaskel
2022-11-29Merge pull request #1981 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-11-29Merge pull request #1982 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-11-29Merge pull request #1983 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-11-29Merge pull request #1984 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-11-29Merge pull request #1985 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-11-29Update searx.data - update_engine_descriptions.pydalf
2022-11-29Update searx.data - update_ahmia_blacklist.pydalf
2022-11-29Update searx.data - update_currencies.pydalf
2022-11-29Update searx.data - update_wikidata_units.pydalf
2022-11-29Update searx.data - update_firefox_version.pydalf
2022-11-25Merge pull request #1975 from searxng/dependabot/pip/master/pylint-2.15.6Markus Heiser
Bump pylint from 2.15.5 to 2.15.6
2022-11-25Merge pull request #1976 from searxng/dependabot/pip/master/redis-4.3.5Markus Heiser
Bump redis from 4.3.4 to 4.3.5