| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-29 | [fix] Makefile target gh-pages & flatten history of branch gh.pages | Markus Heiser | |
| 1. This patch fixes error: rm -rf gh-pages/ make V=1 gh-pages make[1]: Leaving directory '/800GBPCIex4/share/searx' [ -d "gh-pages/.git" ] || git clone gh-pages fatal: repository 'gh-pages' does not exist 2. The gh-page build has been moved to ./build/gh-pages this also affects 'travis-gh-pages' 3. The gh-pages commit messages now includes a ref to the repository and commit 4. Since a gh-pages history has only the drawback that the reposetory grows fast, this patch also flattens the history: cd build/gh-pages/; git log --oneline bash: cd: build/gh-pages/: Datei oder Verzeichnis nicht gefunden 026126be (HEAD -> gh-pages, origin/gh-pages) make gh-pages: from https://github.com/return42/searx.git@71d66979c2935312e0aed7fc7c3cf6199fbe88a2 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-24 | [enh] every monday, call utils/fetch_*.py scripts and create a PR automatically | Alexandre Flament | |
| 2021-01-14 | [fix] CI: fix docker push | Alexandre Flament | |
| 2021-01-14 | [fix] github actions: use ubuntu-20.04 instead of ubuntu-latest | Alexandre Flament | |
| 2021-01-12 | [mod] add Python 3.9 support | Alexandre Flament | |
| 2021-01-12 | [mod] drop Python 3.5 support | Alexandre Flament | |
| 2020-12-20 | [enh] CI: use actions/cache@v2 for Python dependencies | Alexandre Flament | |
| 2020-12-20 | [mod] remove emojis from source code | Alexandre Flament | |
| 2020-11-17 | [fix] fix github workflow: deploy documentation | Alexandre Flament | |
| 2020-11-17 | [fix] fix github workflow | Alexandre Flament | |
| 2020-11-17 | [fix] fix github workflow | Alexandre Flament | |
| bug fix of 9c25cd99c4b2bbeeb96f0a4efc3b2c21b06e1881 | |||
| 2020-11-17 | [mod] use github actions instead of travis | Alexandre Flament | |
| fix https://github.com/searx/searx/issues/2279 | |||