summaryrefslogtreecommitdiff
path: root/.github/workflows/data-update.yml
AgeCommit message (Collapse)Author
2024-11-06[fix] issues reported by `make test.yamllint`Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-06-25GitHub Actions: Upgrade data-update.yml infrastructureChristian Clauss
2024-03-09[fix] CI YAML config filesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-03-09[mod] CI: tag commits with leading scope/type of the modificationMarkus Heiser
Add a leading tag (in square brackets) about the scope/type to commit messages from automated tasks (commits from CI). dependantbot:: [upd] pypi: Bump .. from .. to .. [upd] npm: Bump .. from .. to .. in /searx/static/themes/simple Weblate translation updates:: [l10n] update translations from Weblate updates of ./data:: [data] update searx.data ... build commit of gh-pages:: [doc] build from commit ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-15[CI] upgrade actions/checkout@v4 & actions/upload-artifact@v3Markus Heiser
Closes: https://github.com/searxng/searxng/issues/2777#issuecomment-1720958570 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-03-24[mod] replace engines_languages.json by engines_traits.jsonMarkus Heiser
Implementations of the *traits* of the engines. Engine's traits are fetched from the origin engine and stored in a JSON file in the *data folder*. Most often traits are languages and region codes and their mapping from SearXNG's representation to the representation in the origin search engine. To load traits from the persistence:: searx.enginelib.traits.EngineTraitsMap.from_data() For new traits new properties can be added to the class:: searx.enginelib.traits.EngineTraits .. hint:: Implementation is downward compatible to the deprecated *supported_languages method* from the vintage implementation. The vintage code is tagged as *deprecated* an can be removed when all engines has been ported to the *traits method*. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-30[clean up] drop obsolete searx, filtron and morty install scriptsMarkus Heiser
Since ./utils/searxng.sh is implemented, the old installation procedures from filtron, morty and searx can be removed. For users who want to upgrade, the procedures for removing old installations have still been retained. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-06-27Update data-update.ymlAlexandre Flament
See #1271
2022-06-02data-update.yml: updated on the 28th of the monthAlexandre Flament
Administrators of public instances are incentivised to update their instances on the 1st of the month. With this commit, the data are up to date by the 1st of the next month.
2022-04-16GitHub monthly data update: add engine descriptionsAlexandre Flament
2021-10-02SearXNG: searxng_extraAlexandre Flament
2021-10-01SearXNG: .github, searxng-dockerAlexandre Flament
2021-05-01Update data-update.ymlAlexandre Flament
Call to peter-evans/create-pull-request@v3 : Use the default GITHUB_TOKEN
2021-05-01Update data-update.ymlAlexandre Flament
Disable fail fast: so even if a script fails, the other scripts create PR.
2021-05-01Update data-update.ymlAlexandre Flament
- searxng brand - fix call to ./manage
2021-04-23[mod] replace makefile boilerplate by 'manage' scriptMarkus Heiser
Replaces the make targets with the bash scripts Signed-off-by: Markus Heiser <markus@darmarit.de>
2021-03-05Fix data-update.yml, run once a monthAlexandre Flament
2021-03-05Fix data-update.ymlAlexandre Flament
2021-03-05Update data-update.ymlAlexandre Flament
Allow to manually running the workflow See: * https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow * https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
2021-03-05Update data-update.ymlAlexandre Flament
Remove cache
2021-03-04Add searx_extra packageAlexandre Flament
Split the utils directory into: * searx_extra contains update scripts, standalone_searx.py * utils contains the files to build and setup searx.
2021-02-25data-update.yml: on PR per fileAlexandre Flament
2021-02-23[mod] update currencies.json and fetch_currencies.pyAlexandre Flament
use a sparql request on wikidata to get the list of currencies. currencies.json contains the translation for all supported searx languages. Supersede #993
2021-02-12data-update.yml: run on Friday, 16:05 UTCAlexandre Flament
2021-02-12data-update.yml: run on searx orgAlexandre Flament
2021-02-12data-update.yml: run on FridayAlexandre Flament
give the weekend to review the PR
2021-02-09[fix] fix github action data-update.ymlAlexandre Flament
2021-01-24[enh] every monday, call utils/fetch_*.py scripts and create a PR automaticallyAlexandre Flament