| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: bump `dessant/lock-threads` and `actions/setup-go` to use nodejs20 runt... | Rui Chen | 2023-12-21 | 8 | -19/+19 |
* | Remove stale since giteabot has similiar feature (#28401) | Lunny Xiao | 2023-12-09 | 1 | -54/+0 |
* | Fix Docker meta action for releases (#28232) | John Olheiser | 2023-12-07 | 2 | -3/+4 |
* | Check for v prefix on tags for release clean name (#28257) | John Olheiser | 2023-11-28 | 2 | -2/+2 |
* | Fix actions when tagging (#28061) | Lunny Xiao | 2023-11-25 | 2 | -1/+9 |
* | Remove workaround in disk-clean.yml (#28195) | Nanguan Lin | 2023-11-24 | 1 | -15/+0 |
* | Bump workflows in github actions (#27836) | Chongyi Zheng | 2023-10-30 | 8 | -45/+45 |
* | actions/setup-go use go-version-file (#27651) | Yevhen Pavlov | 2023-10-17 | 7 | -17/+20 |
* | Make disk clean action a bit more robust (#27590) | silverwind | 2023-10-12 | 1 | -6/+9 |
* | fully replace drone with actions (#27556) | techknowlogick | 2023-10-11 | 3 | -1/+267 |
* | Align ISSUE_TEMPLATE with the new label system (#27573) | Nanguan Lin | 2023-10-11 | 3 | -3/+3 |
* | switch to using official AWS step in release nightly (#27532) | techknowlogick | 2023-10-09 | 1 | -8/+8 |
* | Update labeler to match new labeling system (#27525) | Denys Konovalov | 2023-10-08 | 1 | -5/+19 |
* | Tweak labeler config (#27502) | silverwind | 2023-10-08 | 2 | -14/+0 |
* | Fix actionlint (#27513) | silverwind | 2023-10-07 | 1 | -0/+1 |
* | change runner for binary | techknowlogick | 2023-10-07 | 1 | -1/+1 |
* | move re-useable workflow | techknowlogick | 2023-10-06 | 1 | -3/+2 |
* | add checkout to disk-clean | techknowlogick | 2023-10-06 | 1 | -0/+1 |
* | use hosted runners for nightly actions (#27485) | techknowlogick | 2023-10-06 | 2 | -3/+42 |
* | Use minimal required version on CI and remove unnecessary services (#27429) | Lunny Xiao | 2023-10-04 | 1 | -17/+3 |
* | Require MySQL 8.0, PostgreSQL 12, MSSQL 2012 (#27337) | silverwind | 2023-10-03 | 1 | -36/+6 |
* | verify MinIO works with bitnami/minio:2023.8.31 (#27022) | Earl Warren | 2023-10-03 | 1 | -3/+3 |
* | Upgrading the actions/checkout@4 (#27096) | puni9869 | 2023-09-16 | 7 | -25/+25 |
* | Add missing deps to files-changed (#27100) | silverwind | 2023-09-16 | 1 | -0/+5 |
* | bump all nightly builds to 16gb | techknowlogick | 2023-09-13 | 1 | -3/+3 |
* | bump rootful to 16gb | techknowlogick | 2023-09-12 | 1 | -1/+1 |
* | setup go in the nightly release pipeline | techknowlogick | 2023-09-12 | 1 | -0/+8 |
* | Speed up nightly builds (#27045) | techknowlogick | 2023-09-12 | 2 | -1/+37 |
* | Use Actuated.dev runner for nightly builds | techknowlogick | 2023-09-12 | 1 | -2/+2 |
* | Add more package registry paths to the labeler (#27032) | JakobDev | 2023-09-12 | 1 | -0/+3 |
* | Add some more labels to labeler (#26987) | silverwind | 2023-09-10 | 1 | -2/+9 |
* | Add `yamllint` (#26965) | silverwind | 2023-09-07 | 8 | -175/+197 |
* | Fix yaml quoting (#26964) | silverwind | 2023-09-07 | 1 | -14/+14 |
* | Add `actions/labeler` (#26962) | silverwind | 2023-09-07 | 2 | -0/+45 |
* | Fix filename for .spectral.yaml (#26828) | silverwind | 2023-08-30 | 1 | -1/+1 |
* | Add various missing files-changed dependencies (#26799) | silverwind | 2023-08-30 | 1 | -0/+10 |
* | Improve the "bug report" template and "support options" document (#26753) | wxiaoguang | 2023-08-28 | 1 | -6/+3 |
* | Use docs.gitea.com instead of docs.gitea.io (#26739) | Lunny Xiao | 2023-08-27 | 3 | -7/+7 |
* | Update tool dependencies (#26607) | silverwind | 2023-08-20 | 1 | -0/+1 |
* | Lock go to 1.21 on CI (#26433) | silverwind | 2023-08-10 | 5 | -14/+14 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 1 | -1/+7 |
* | Docusaurus-ify (#26051) | John Olheiser | 2023-07-26 | 1 | -1/+1 |
* | Remove `feature` label from `feature request` issue template (#25696) | Lunny Xiao | 2023-07-05 | 1 | -1/+1 |
* | Update emoji set to Unicode 15 (#25595) | isla w | 2023-06-29 | 1 | -0/+2 |
* | Fix `lint-swagger` action (#25593) | silverwind | 2023-06-29 | 2 | -0/+18 |
* | Add `Makefile` to `files-changed` (#25463) | silverwind | 2023-06-23 | 1 | -1/+4 |
* | Remove `deps-tools` from `backend` job (#25454) | silverwind | 2023-06-22 | 1 | -1/+1 |
* | add `test-frontend` back to actions (#25452) | silverwind | 2023-06-22 | 1 | -0/+1 |
* | Use Actions git context instead of dynamically created buildkit one (#25381) | techknowlogick | 2023-06-20 | 1 | -0/+2 |
* | Fetch all git data for embedding correct version in docker image (#25361) | techknowlogick | 2023-06-19 | 1 | -0/+3 |