Loading .dockerignore +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ */*/*/*~ */*/*/*/*~ # local/ # Git .git .gitignore Loading Loading @@ -36,6 +39,11 @@ robot_report.html test_basic/ setup.cfg # node_modules node_modules/ */node_modules/ */*/node_modules/ */*/*/node_modules/ */*/*/*/node_modules/ .tx/ No newline at end of file .gitignore +4 −1 Original line number Diff line number Diff line Loading @@ -15,9 +15,12 @@ setup.cfg */*.pyc *~ node_modules/ /node_modules .tx/ build/ dist/ local/ gh-pages/ searx.egg-info/ .travis.yml +16 −15 Original line number Diff line number Diff line os: linux dist: bionic language: python sudo: false cache: - pip - npm - directories: - $HOME/.cache/pip addons: firefox: "latest" install: - ./manage.sh install_geckodriver ~/drivers - export PATH=~/drivers:$PATH - ./manage.sh npm_packages - ./manage.sh update_dev_packages - pip install codecov - env - which python; python --version - make V=1 install - make V=1 gecko.driver - make V=1 node.env - make V=1 travis.codecov script: - ./manage.sh styles - ./manage.sh grunt_build - ./manage.sh tests - make V=1 themes - make V=1 test after_success: - ./manage.sh py_test_coverage - make V=1 test.coverage - codecov stages: Loading @@ -31,10 +29,13 @@ stages: jobs: include: - python: "2.7" env: PY=2 - python: "3.5" - python: "3.6" - python: "3.7" - python: "3.8" - stage: docker python: "3.6" python: "3.8" git: depth: false services: Loading @@ -44,7 +45,7 @@ jobs: install: true script: - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin - ./manage.sh docker_build push - make -e GIT_URL=$(git remote get-url origin) docker.push after_success: true notifications: Loading AUTHORS.rst +24 −0 Original line number Diff line number Diff line Loading @@ -100,3 +100,27 @@ generally made searx better: - @ZEROF - Ivan Skytte Jørgensen @isj-privacore - @miicha - Étienne Deparis @milouse - @pelag0s - Denis Wernert @d-tux - Robin Hallabro-Kokko @hallabro - Jonas Zohren @jfowl - Elias Ojala @theel0ja - @brunob - Nick Espig @nachtalb - Rachmadani Haryono @rachmadaniHaryono - Frank de Lange @yetangitu - Émilien Devos @unifox - Nicolas Gelot @nfk - @volth - Mathieu Brunot @madmath03 - @lorddavidiii - @x250 - Robby O'Connor @robbyoconnor - Finn @0xhtml - @tmikaeld - @hobbestigrou - Vipul @finn0 - @CaffeinatedTech - Robin Schneider @ypid - @splintah CHANGELOG.rst +38 −0 Original line number Diff line number Diff line 0.16.0 2020.01.30 ================= - New engines - Splash - Apkmirror - NPM search - Invidious - Seedpeer - New languages - Estonian - Interlingua - Lithuanian - Tibetian - Occitan - Tamil - Engine fixes (wolframalpha, google scholar, youtube, google images, seznam, google, soundcloud, google cloud, duden, btdigg, google play, bing images, flickr noapi, wikidata, dailymotion, google videos, arxiv, dictzone, fdroid, etymonline, bing, duckduckgo, startpage, voat, 1x, deviantart, digg, gigablast, mojeek, duckduckgo definitions, spotify, libgen, qwant, openstreetmap, wikipedia, ina, microsoft academic, scanr structures) - Dependency updates - Speed optimizations - Initial support for offline engines - Image format display - Inline js scripts removed - Infinite scroll plugin fix - Simple theme bugfixes - Docker image updates - Bang expression fixes - Result merging fixes - New environment variable added: SEARX_BIND_ADDRESS News ~~~~ - @return42 joined the maintainer team - This is the last release with Python2 support 0.15.0 2019.01.06 ================= Loading Loading
.dockerignore +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ */*/*/*~ */*/*/*/*~ # local/ # Git .git .gitignore Loading Loading @@ -36,6 +39,11 @@ robot_report.html test_basic/ setup.cfg # node_modules node_modules/ */node_modules/ */*/node_modules/ */*/*/node_modules/ */*/*/*/node_modules/ .tx/ No newline at end of file
.gitignore +4 −1 Original line number Diff line number Diff line Loading @@ -15,9 +15,12 @@ setup.cfg */*.pyc *~ node_modules/ /node_modules .tx/ build/ dist/ local/ gh-pages/ searx.egg-info/
.travis.yml +16 −15 Original line number Diff line number Diff line os: linux dist: bionic language: python sudo: false cache: - pip - npm - directories: - $HOME/.cache/pip addons: firefox: "latest" install: - ./manage.sh install_geckodriver ~/drivers - export PATH=~/drivers:$PATH - ./manage.sh npm_packages - ./manage.sh update_dev_packages - pip install codecov - env - which python; python --version - make V=1 install - make V=1 gecko.driver - make V=1 node.env - make V=1 travis.codecov script: - ./manage.sh styles - ./manage.sh grunt_build - ./manage.sh tests - make V=1 themes - make V=1 test after_success: - ./manage.sh py_test_coverage - make V=1 test.coverage - codecov stages: Loading @@ -31,10 +29,13 @@ stages: jobs: include: - python: "2.7" env: PY=2 - python: "3.5" - python: "3.6" - python: "3.7" - python: "3.8" - stage: docker python: "3.6" python: "3.8" git: depth: false services: Loading @@ -44,7 +45,7 @@ jobs: install: true script: - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin - ./manage.sh docker_build push - make -e GIT_URL=$(git remote get-url origin) docker.push after_success: true notifications: Loading
AUTHORS.rst +24 −0 Original line number Diff line number Diff line Loading @@ -100,3 +100,27 @@ generally made searx better: - @ZEROF - Ivan Skytte Jørgensen @isj-privacore - @miicha - Étienne Deparis @milouse - @pelag0s - Denis Wernert @d-tux - Robin Hallabro-Kokko @hallabro - Jonas Zohren @jfowl - Elias Ojala @theel0ja - @brunob - Nick Espig @nachtalb - Rachmadani Haryono @rachmadaniHaryono - Frank de Lange @yetangitu - Émilien Devos @unifox - Nicolas Gelot @nfk - @volth - Mathieu Brunot @madmath03 - @lorddavidiii - @x250 - Robby O'Connor @robbyoconnor - Finn @0xhtml - @tmikaeld - @hobbestigrou - Vipul @finn0 - @CaffeinatedTech - Robin Schneider @ypid - @splintah
CHANGELOG.rst +38 −0 Original line number Diff line number Diff line 0.16.0 2020.01.30 ================= - New engines - Splash - Apkmirror - NPM search - Invidious - Seedpeer - New languages - Estonian - Interlingua - Lithuanian - Tibetian - Occitan - Tamil - Engine fixes (wolframalpha, google scholar, youtube, google images, seznam, google, soundcloud, google cloud, duden, btdigg, google play, bing images, flickr noapi, wikidata, dailymotion, google videos, arxiv, dictzone, fdroid, etymonline, bing, duckduckgo, startpage, voat, 1x, deviantart, digg, gigablast, mojeek, duckduckgo definitions, spotify, libgen, qwant, openstreetmap, wikipedia, ina, microsoft academic, scanr structures) - Dependency updates - Speed optimizations - Initial support for offline engines - Image format display - Inline js scripts removed - Infinite scroll plugin fix - Simple theme bugfixes - Docker image updates - Bang expression fixes - Result merging fixes - New environment variable added: SEARX_BIND_ADDRESS News ~~~~ - @return42 joined the maintainer team - This is the last release with Python2 support 0.15.0 2019.01.06 ================= Loading