aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAge
* db: migrate `admin.go` to `notices.go` with GORM (#7536)Joe Chen2023-08-23
|
* ci: use Go 1.21 (#7528)Joe Chen2023-08-14
|
* ci: remove CodeballJoe Chen2023-07-09
|
* refactor(db): migrate off `user_email.go` to `users.go` (#7452)Joe Chen2023-05-14
|
* ci: refurbish Docker job (#7446)Joe Chen2023-05-09
|
* chore: generate SCIP instead of LSIF (#7445)Joe Chen2023-05-09
|
* mod: bump modernc.org/sqlite from 1.21.0 to 1.21.1 (#7413)dependabot[bot]2023-04-03
|
* chore(ci): fix typo in docker.yml (#7398)Joe Chen2023-03-15
| | | [skip ci]
* ci: run Go tests with `-shuffle=on` (#7370)Joe Chen2023-02-25
|
* chore: update Go versions in CI (#7346)Joe Chen2023-02-19
|
* mod: bump modernc.org/sqlite from 1.20.2 to 1.20.3 (#7321)dependabot[bot]2023-01-26
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io>
* build: remove support of Go 1.17 (#7177)Joe Chen2022-10-09
|
* go: update required version to be 1.17 and add 1.19 to CI (#7129)Joe Chen2022-08-08
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* db: refactor "action" table to use GORM (#7054)Joe Chen2022-06-25
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* migrations: add tests and remove XORM (#7050)Joe Chen2022-06-12
|
* db: add tests for authentication through login sources (#7049)Joe Chen2022-06-12
|
* ci: pin go-mockgen to 1.2.0 (#7021)Joe Chen2022-06-07
|
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
|
* ci: check tidiness of "task generate-schemadoc" (#7007)Joe Chen2022-06-04
|
* ci: add Codeball (#6997)Joe Chen2022-06-03
| | | [skip ci]
* db: run tests with pure-Go SQLite (#6998)Joe Chen2022-06-03
|
* ci: run database tests against Postgres, MySQL and SQLite (#6996)Joe Chen2022-06-01
|
* docker: push ephemeral image to ttl.sh for pull requests (#6981)Joe Chen2022-05-29
| | | [skip ci]
* chore: Set permissions for GitHub actions (#6936)Naveen2022-05-26
|
* assets: convert usage of go-bindata to Go embed (#6851)Michael Li2022-03-17
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* ci: delete Go 1.15 and add Go 1.18 (#6847)Joe Chen2022-03-16
|
* chore: run `task generate` (#6844)Joe Chen2022-03-15
|
* workflows: lock closed threads after 90 days (#6843)Joe Chen2022-03-15
|
* lsif: update upload endpoint (#6827)Joe Chen2022-03-10
| | | Co-authored-by: Sourcegraph <batch-changes@sourcegraph.com>
* ci: check Go module tidiness (#6787)Joe Chen2022-02-27
| | | [skip ci]
* docs: update release templates and playbook (#6735)Joe Chen2022-01-18
| | | [skip ci]
* docker: add job for pull requests from forks (#6724)Joe Chen2022-01-13
|
* docker: build and push images when new releases are published (#6681)Joe Chen2021-12-19
|
* ci: send emails on job failures for Docker and Go (#6679)Joe Chen2021-12-18
|
* github: give Docker workflow write access to packages (#6678)Joe Chen2021-12-18
|
* docker: update README to add ghcr.io (#6677)Joe Chen2021-12-18
|
* github: fix CodeQL token permissions (#6676)Joe Chen2021-12-18
|
* docker: upgrade base images to `alpine3.14` (#6675)Joe Chen2021-12-18
|
* ci: build and push Docker images on `main` branch (#6659)Joe Chen2021-12-15
|
* ci: update GitHub Actions (#6612)ᴜɴᴋɴᴡᴏɴ2021-09-04
|
* ci: use new lint action and add custom config (#6562)ᴜɴᴋɴᴡᴏɴ2021-05-19
|
* ci: change of Go dependencies needs go test (#6368)ᴜɴᴋɴᴡᴏɴ2020-10-04
|
* ci: enable Go for release branchesᴜɴᴋɴᴡᴏɴ2020-09-26
|
* ci: only enforce Go checks for pushes to `main` branchᴜɴᴋɴᴡᴏɴ2020-09-04
| | | Otherwise would create duplicated GitHub Checks.
* ci: re-run Go checks for every push on a pull requestᴜɴᴋɴᴡᴏɴ2020-09-04
| | | | If a pull request has changed any Go file, even if the new push doesn't change any, we should re-run Go checks to make GitHub Checks look consistent.
* github: add Go 1.15 to CI (#6294)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* chore: change default branch to `main` (#6285)ᴜɴᴋɴᴡᴏɴ2020-08-27
|
* github: enable Go actions on pushᴜɴᴋɴᴡᴏɴ2020-08-27
|
* github: only run Actions when Go files are changed (#6275)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* workflow: add shellcheck as a linter (#6202)Dre2020-07-17
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>