summaryrefslogtreecommitdiff
path: root/.github/workflows/data-update.yml
AgeCommit message (Collapse)Author
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