aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* chore: go mod tidy (#7086)Joe Chen2022-06-27
|
* mod: bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#7083)dependabot[bot]2022-06-27
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump github.com/gogs/git-module from 1.6.0 to 1.7.0 (#7084)dependabot[bot]2022-06-27
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* conf: update test golden file (#7085)Joe Chen2022-06-27
|
* locale: sync from Crowdin (#7082)Joe Chen2022-06-26
|
* db: set XORM log level to error (#7078)Joe Chen2022-06-25
|
* pkgr: update supported distributions (#7077)Joe Chen2022-06-25
| | | [skip ci]
* webhook: validate against hostname instead of full URL (#7075)Joe Chen2022-06-25
|
* 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>
* mod: bump github.com/editorconfig/editorconfig-core-go/v2 from 2.4.4 to ↵dependabot[bot]2022-06-20
| | | | | 2.4.5 (#7067) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* db: skip auto migrate for existing "version" table (#7057)Joe Chen2022-06-14
|
* mod: bump gorm.io/gorm from 1.23.5 to 1.23.6 (#7052)dependabot[bot]2022-06-13
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump github.com/derision-test/go-mockgen from 1.2.0 to 1.3.3 (#7053)dependabot[bot]2022-06-13
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[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
|
* chore: fix typo in codecov.yml (#7047)Joe Chen2022-06-11
| | | [skip ci]
* db: use `context` and go-mockgen for `ReposStore` (#7046)Joe Chen2022-06-11
|
* db: use `context` and go-mockgen for `TwoFactorsStore` (#7045)Joe Chen2022-06-11
|
* db: use `context` for backup and restore (#7044)Joe Chen2022-06-11
|
* db: use `context` and go-mockgen for `UsersStore` (#7042)Joe Chen2022-06-11
|
* db: use `context` and go-mockgen for login sources (#7041)Joe Chen2022-06-10
|
* db: use `context` and go-mockgen for `LFSStore` (#7038)Joe Chen2022-06-10
|
* web: enable `ETag` to improve loading speed of static resources (#7035)shlande2022-06-09
| | | Co-authored-by: shlande <shlandeme@icloud.com>
* mod: use github.com/gogs/gorm-sqlite as the SQLite driver (#7034)Joe Chen2022-06-08
|
* db: use `context` and go-mockgen for `PermsStore` (#7033)Joe Chen2022-06-08
|
* db: add back xorm tag for `AccessToken.UserID` (#7032)Joe Chen2022-06-08
|
* db: rename `AccessTokensStore.Save` to `Touch` (#7029)Joe Chen2022-06-08
|
* docker: remove outdated info from README (#7028)Joe Chen2022-06-08
| | | [skip ci]
* release: minor updates to templates and docs (#7027)Joe Chen2022-06-08
| | | [skip ci]
* mod: update gorm.io/driver/sqlite to 1.3.2 (#7025)Joe Chen2022-06-07
|
* CHANGELOG: cut entries for 0.12.9 (#7024)Joe Chen2022-06-07
| | | [skip ci]
* http: clean request path from Git endpoints (#7022)Joe Chen2022-06-07
|
* ci: pin go-mockgen to 1.2.0 (#7021)Joe Chen2022-06-07
|
* pathutil: check both styles of `os.PathSeparator` (#7020)Joe Chen2022-06-07
|
* mod: bump github.com/niklasfasching/go-org from 1.6.2 to 1.6.5 (#7015)dependabot[bot]2022-06-06
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#7016)dependabot[bot]2022-06-06
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump gopkg.in/ini.v1 from 1.66.5 to 1.66.6 (#7017)dependabot[bot]2022-06-06
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
|
* schemadoc: print table indexes (#7012)Joe Chen2022-06-05
|
* access_token: encrypt access token with SHA256 (#7008)E99p1ant2022-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * access_token: encrypt access token with SHA256 * revert list access token * fix lint * generate schemadoc * add database migrations * fix tests * fix tests * add test case for access token golden * fix test in postgres * `Sha256` -> `SHA256` * Use GORM for migration * task generate-schemadoc * Use unique * change migration name * allow read * task generate-schemadoc * add changelog * fix lint error * update changelog * remove Debug * add comments Co-authored-by: Joe Chen <jc@unknwon.io>
* issues: sanitize `DisplayName` (#7009)E99p1ant2022-06-05
| | | | | | | * issues: display issue poster’s `Name` instead of `DisplayName` * sanitize display name * update changelog
* ci: check tidiness of "task generate-schemadoc" (#7007)Joe Chen2022-06-04
|
* db: code tidy up for `AccessTokens` (#7006)Joe Chen2022-06-04
|
* repo_editor: check both styles of `os.PathSeparator` in all systems (#7005)Joe Chen2022-06-04
|
* pull: ignore PR status check if head repository is missing (#7004)Joe Chen2022-06-04
|
* http: fix non-sense `NotFound` call (#7003)Joe Chen2022-06-04
|
* ci: add Codeball (#6997)Joe Chen2022-06-03
| | | [skip ci]
* repo: remove hard-coded branch name in init (#6999)Joe Chen2022-06-03
|
* 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
|