| Commit message (Expand) | Author | Age | Files | Lines |
* | fully replace drone with actions (#27556) | techknowlogick | 2023-10-11 | 1 | -428/+0 |
* | Update nodejs installation method in release container (#27207) | silverwind | 2023-09-23 | 1 | -1/+4 |
* | Add `yamllint` (#26965) | silverwind | 2023-09-07 | 1 | -9/+9 |
* | Bump xgo to go-1.21.x and node to 20 in release-version (#26589) | silverwind | 2023-08-18 | 1 | -3/+2 |
* | build nightly docker images (#25317) | techknowlogick | 2023-06-18 | 1 | -304/+0 |
* | Build nightly binaries with Actions (#25308) | techknowlogick | 2023-06-16 | 1 | -135/+0 |
* | Upgrade to Node 20 on CI, enable actions cancellation (#24524) | silverwind | 2023-05-04 | 1 | -4/+4 |
* | Use Actions for DB & E2E tests (#24494) | techknowlogick | 2023-05-04 | 1 | -846/+0 |
* | replace PR docker dry run in drone with Actions (#24475) | techknowlogick | 2023-05-01 | 1 | -37/+0 |
* | nightly image tag for releases | techknowlogick | 2023-05-01 | 1 | -4/+4 |
* | Move docs pipelines to use Actions (#24434) | techknowlogick | 2023-04-30 | 1 | -126/+0 |
* | switch to use Actions from drone for cron (#24314) | techknowlogick | 2023-04-25 | 1 | -103/+0 |
* | update nightly drone docker tag (#24311) | techknowlogick | 2023-04-24 | 1 | -4/+4 |
* | Update go tool dependencies, restructure lint targets (#24239) | silverwind | 2023-04-22 | 1 | -1/+1 |
* | Update JS dependencies (#24218) | silverwind | 2023-04-19 | 1 | -3/+3 |
* | Introduce lint-md and compliance-docs pipeline (#24021) | silverwind | 2023-04-09 | 1 | -17/+47 |
* | Update JS deps (#23853) | silverwind | 2023-04-02 | 1 | -1/+1 |
* | Update JS dependencies, Require Node.js 16 (#23528) | silverwind | 2023-03-17 | 1 | -1/+1 |
* | Use arm image for arm runner (#23503) | techknowlogick | 2023-03-15 | 1 | -1/+1 |
* | Use `gitea/test_env` image instead of `golang` (#23455) | silverwind | 2023-03-14 | 1 | -32/+17 |
* | Skip DB tests duplicate runs on push to branches (#23476) | techknowlogick | 2023-03-14 | 1 | -15/+3 |
* | test_env: hardcode major go version in use (#23464) | techknowlogick | 2023-03-14 | 1 | -20/+20 |
* | Use buildkit for docker builds (#23415) | techknowlogick | 2023-03-11 | 1 | -18/+83 |
* | Split CI pipelines (#23385) | John Olheiser | 2023-03-10 | 1 | -126/+336 |
* | 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 |