| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't run unnecessary steps when only docs changed (#23103) | Lunny Xiao | 2023-02-27 | 1 | -0/+21 |
* | only trigger docs build and publish when docs changed (#22968) | Lunny Xiao | 2023-02-20 | 1 | -4/+21 |
* | Adjust manifest to prevent tagging latest on rcs (#22811) | zeripath | 2023-02-19 | 1 | -2/+136 |
* | use drone secrets for s3 config (#22770) | techknowlogick | 2023-02-05 | 1 | -12/+30 |
* | update to build with go1.20 (#22732) | techknowlogick | 2023-02-03 | 1 | -16/+16 |
* | Update JS dependencies (#22538) | silverwind | 2023-01-21 | 1 | -1/+1 |
* | Add support for incoming emails (#22056) | KN4CK3R | 2023-01-14 | 1 | -0/+4 |
* | Run hugo via `go run` and lock its version (#22206) | silverwind | 2022-12-21 | 1 | -4/+1 |
* | fix: update libcurl in docs pipeline (#22203) | John Olheiser | 2022-12-21 | 1 | -1/+2 |
* | Update JS dependencies and eslint (#22190) | silverwind | 2022-12-20 | 1 | -1/+1 |
* | Update to Alpine 3.17 (#21904) | flynnnnnnnnnn | 2022-12-02 | 1 | -1/+1 |
* | Update JS dependencies (#21881) | silverwind | 2022-11-22 | 1 | -1/+1 |
* | Consolidate security-check into checks-backend (#21882) | silverwind | 2022-11-21 | 1 | -10/+0 |
* | Update JS dependencies and misc tweaks (#21583) | silverwind | 2022-10-28 | 1 | -1/+1 |
* | Fix Drone pushing commits with wrong author info (#21450) | Yarden Shoham | 2022-10-14 | 1 | -2/+6 |
* | Hook go-licenses into tidy again (#21353) | silverwind | 2022-10-10 | 1 | -13/+3 |
* | Update JS dependencies and eslint config (#21388) | silverwind | 2022-10-10 | 1 | -1/+1 |
* | Bump playwright to 1.26.1 (#21357) | Kyle D | 2022-10-08 | 1 | -1/+1 |
* | Update go to 1.19 (#21361) | zeripath | 2022-10-06 | 1 | -1/+1 |
* | chore(security): Support Go Vulnerability Management (#21139) | Bo-Yi Wu | 2022-09-11 | 1 | -0/+10 |
* | Generate go-licenses during tidy again (#21108) | silverwind | 2022-09-09 | 1 | -4/+14 |
* | Rewrite go license generator in go (#21078) | silverwind | 2022-09-07 | 1 | -3/+0 |
* | Bump playwright test image to match version in package.json (#21097) | Kyle D | 2022-09-07 | 1 | -1/+1 |
* | Add missing volume to test-e2e (#21079) | silverwind | 2022-09-05 | 1 | -0/+3 |
* | Add go licenses to licenses.txt (#21034) | silverwind | 2022-09-04 | 1 | -2/+7 |
* | Kd/ci playwright go test (#20123) | Kyle D | 2022-09-02 | 1 | -0/+69 |
* | Switch to building with go1.19 (#20695) | techknowlogick | 2022-08-07 | 1 | -13/+13 |
* | Unbreak release pipeline (#20356) | silverwind | 2022-07-14 | 1 | -2/+4 |
* | Upgrade to Node 18 on CI (#20340) | silverwind | 2022-07-13 | 1 | -9/+9 |
* | Use Golang 1.18 for Gitea 1.17 release (#19918) | wxiaoguang | 2022-06-10 | 1 | -1/+1 |
* | Increment tests time out from 40m to 50m because sometimes the machine is slo... | Lunny Xiao | 2022-06-05 | 1 | -3/+3 |
* | Set safe dir for git operations in .drone.yml CI (#19641) | techknowlogick | 2022-05-06 | 1 | -0/+10 |
* | Use goproxy.io instead of goproxy.cn (#19242) | Lunny Xiao | 2022-03-28 | 1 | -32/+32 |
* | use go1.18 to build gitea (#19099) | techknowlogick | 2022-03-16 | 1 | -13/+13 |
* | Use `go run` for tool dependencies, require go 1.17 (#18874) | silverwind | 2022-03-15 | 1 | -2/+11 |
* | allow overwrite artifacts for github releases (#18987) | 6543 | 2022-03-03 | 1 | -1/+2 |
* | Reduce CI go module downloads, add make targets (#18708) | silverwind | 2022-02-12 | 1 | -61/+194 |
* | Fix pushing to 1-x-dev docker tag (#18578) | zeripath | 2022-02-03 | 1 | -0/+127 |
* | Make docker gitea/gitea:v1.16-dev etc refer to the latest build on that branc... | zeripath | 2022-02-03 | 1 | -0/+1 |
* | point to s3 endpoint directly (#18497) | techknowlogick | 2022-01-31 | 1 | -3/+3 |
* | upload to github & s3 at same time (#18475) | techknowlogick | 2022-01-30 | 1 | -0/+4 |
* | use next gen codecov uploader (#18443) | 6543 | 2022-01-30 | 1 | -1/+1 |
* | Remove golang vendored directory (#18277) | techknowlogick | 2022-01-14 | 1 | -24/+24 |
* | no need for docker image mirror (#18031) | techknowlogick | 2021-12-19 | 1 | -18/+0 |
* | update xgo to use 1.17 (#17915) | techknowlogick | 2021-12-05 | 1 | -2/+2 |
* | Prepare and check test env during CI (#17725) | wxiaoguang | 2021-11-19 | 1 | -14/+34 |
* | Add protection to disable Gitea when run as root (#17168) | techknowlogick | 2021-10-07 | 1 | -3/+21 |
* | CI: migrate from 'plugins/s3:1' to 'woodpeckerci/plugin-s3:latest' (#17234) | 6543 | 2021-10-06 | 1 | -3/+3 |
* | CI: rm unit-test-race step since its now coverd by unit-test too (#16856) | 6543 | 2021-08-29 | 1 | -11/+0 |
* | Enable race detector for CI (#1441) | Mura Li | 2021-08-26 | 1 | -0/+7 |