| Age | Commit message (Collapse) | Author |
|
Upgraded [v3.3.0] otherwise::
` width: calc(100% - 5rem);`
becomes `width: 95%` once compiled by less version 1.4.1.
[v3.3.0] https://github.com/gruntjs/grunt-contrib-less/releases/tag/v3.0.0
Suggested-by: @dalf in commit 1204e4f0
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Bump pygments from 2.8.1 to 2.9.0
|
|
Bumps [pygments](https://github.com/pygments/pygments) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.8.1...2.9.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
This reverts commit 9e9a1ac6c3bb520e6813eead47b74a81ea9793f0, reversing
changes made to 5b1f04fff091ce9b61cd6167993ab44a9b8874bf.
We can't upgrade to jinja2==3.0.0 until Sphinx 4.1.0 has been released [1][2]
ERROR: Cannot install -r /share/searx/requirements-dev.txt (line 11) and jinja2==3.0.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested jinja2==3.0.0
sphinx 4.0.1 depends on Jinja2<3.0 and >=2.3
[1] https://github.com/sphinx-doc/sphinx/issues/9088#issuecomment-831020758
[2] https://github.com/sphinx-doc/sphinx/pull/9161
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Bump langdetect from 1.0.8 to 1.0.9
|
|
Bump jinja2 from 2.11.3 to 3.0.0
|
|
Revert "[fix] docutils v0.17 incompatibility to previeous v0.16"
|
|
This reverts commit 4557d58919333998bb199653920f1234d67b20b1.
see https://github.com/sphinx-doc/sphinx/issues/9088
|
|
Bump sphinx from 3.5.4 to 4.0.1
|
|
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.4 to 4.0.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.4...v4.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
searxng/dependabot/pip/master/pallets-sphinx-themes-2.0.0
Bump pallets-sphinx-themes from 1.2.3 to 2.0.0
|
|
Bumps [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) from 1.2.3 to 2.0.0.
- [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases)
- [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/pallets-sphinx-themes/compare/1.2.3...2.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
[fix] sphinx-tabs should not overlap sidebar
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Bump sphinx-tabs from 2.1.0 to 3.0.0
|
|
Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v2.1.0...v3.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.0.0.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bumps [langdetect](https://github.com/Mimino666/langdetect) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/Mimino666/langdetect/releases)
- [Commits](https://github.com/Mimino666/langdetect/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
[fix] webapp.py: pylint: disable=assigning-non-slot for request.*
|
|
Note: actually, the code should use flask.g.* instead of request.*
|
|
[fix] fix usage of docker environment variable INSTANCE_NAME
|
|
[mod] Dockerfile: upgrade to Alpine 3.13
|
|
See:
* https://alpinelinux.org/posts/Alpine-3.13.0-released.html
* musl>=1.2.1 have a new malloc implementation (mallocng) :
|
|
INSTANCE_NAME was ignored.
close #65
|
|
[fix] fix KeyError: 'ipv6'
|
|
tests/units/network/test_network.py requires a call to searx.network.network.initialize
Depending of the test order execution, this function was sometimes call in another test,
sometimes not.
This commit ensure there is a call to initialize()
|
|
[mod] Server-Timing header: add render field
|
|
Add a "render" field to the Server-Timing header
This field is the time spent in the searx.webapp.render function (Jinja2 rendering)
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing
|
|
[mod] searx.network.client: the same configuration reuses the same ssl.SSLContext
|
|
ssl.SSLContext
before there was one ssl.SSLContext per client.
see https://github.com/encode/httpx/issues/978
|
|
[mod] multithreading only in searx.search.* packages
|
|
Lint files that has been touched by [PR #58]
[PR #58] https://github.com/searxng/searxng/pull/58
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
it prepares the new architecture change,
everything about multithreading in moved in the searx.search.* packages
previously the call to the "init" function of the engines was done in searx.engines:
* the network was not set (request not sent using the defined proxy)
* it requires to monkey patch the code to avoid HTTP requests during the tests
|
|
[themes] /preferences, reliablity: warning icons & error logs link
|
|
* [mod] option to enable or disable "proxy" button next to each result
Closes: https://github.com/searxng/searxng/issues/51
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Co-authored-by: Alexandre Flament <alex@al-f.net>
|
|
When there is at least one errors or one failed checker test:
* the warning icon is displayed in the reliability column
* the link "View error logs and submit a bug report" is displayed on engine name tooltip.
Before:
* the warning icon was displayed only when one or more checker test(s) failed.
* the link "View error logs and submit a bug report" was not shown when a checker test failed but there were no error.
|
|
Bump babel from 2.9.0 to 2.9.1
|
|
Bump pylint from 2.7.4 to 2.8.2
|
|
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.8.2.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.4...v2.8.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Fix Qwant's fetch_languages function
|
|
|
|
Update searx.data - update_ahmia_blacklist.py
|
|
Update searx.data - update_currencies.py
|
|
Update searx.data - update_wikidata_units.py
|
|
Update searx.data - update_firefox_version.py
|
|
|
|
|
|
|
|
|
|
Call to peter-evans/create-pull-request@v3 :
Use the default GITHUB_TOKEN
|