loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Split default gitpod view to include all tasks (#22555)

It was showing only the `docs` process

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>

authored by

Yarden Shoham and committed by
GitHub
f417157b 46d02442

+6 -4
+6 -4
.gitpod.yml
··· 7 7 command: | 8 8 gp sync-done setup 9 9 exit 0 10 - - name: Run frontend 11 - command: | 12 - gp sync-await setup 13 - make watch-frontend 14 10 - name: Run backend 15 11 command: | 16 12 gp sync-await setup ··· 19 15 echo -e "\n[database]\nDB_TYPE = sqlite3\nPATH = $GITPOD_REPO_ROOT/data/gitea.db" >> custom/conf/app.ini 20 16 export TAGS="sqlite sqlite_unlock_notify" 21 17 make watch-backend 18 + - name: Run frontend 19 + command: | 20 + gp sync-await setup 21 + make watch-frontend 22 + openMode: split-right 22 23 - name: Run docs 23 24 before: sudo bash -c "$(grep 'https://github.com/gohugoio/hugo/releases/download' Makefile | tr -d '\')" # install hugo 24 25 command: cd docs && make clean update && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 26 + openMode: split-right 25 27 26 28 vscode: 27 29 extensions: