aboutsummaryrefslogtreecommitdiff
path: root/internal/db/repo.go
Commit message (Expand)AuthorAge
* go: update required version to be 1.17 and add 1.19 to CI (#7129)Joe Chen2022-08-08
* db: refactor "action" table to use GORM (#7054)Joe Chen2022-06-25
* db: use `context` and go-mockgen for `PermsStore` (#7033)Joe Chen2022-06-08
* repo: remove hard-coded branch name in init (#6999)Joe Chen2022-06-03
* mod: bump github.com/gogs/git-module from 1.5.0 to 1.6.0 (#6894)dependabot[bot]2022-04-05
* mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866)dependabot[bot]2022-03-22
* assets: convert usage of go-bindata to Go embed (#6851)Michael Li2022-03-17
* autofix: fix check for empty string (#6804)deepsource-autofix[bot]2022-03-06
* autofix: unused parameter should be replaced by underscore (#6799)deepsource-autofix[bot]2022-03-06
* chore: rename few consts to camel case (#6725)Joe Chen2022-01-13
* chore: fix typos in code comments (#6556)Atin2021-05-19
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
* markup: render SHA links without branch prefix (#6350)Jeff2020-09-29
* repo: set default value for `is_unlisted` column (#6305)ᴜɴᴋɴᴡᴏɴ2020-09-04
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
* all: use semver to compare versions (#6147)ᴜɴᴋɴᴡᴏɴ2020-05-04
* db: add tests for repos (#6112)ᴜɴᴋɴᴡᴏɴ2020-04-17
* repo: delete rows in `lfs_object` table when delete repo (#6072)ᴜɴᴋɴᴡᴏɴ2020-04-06
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* cmd: backup support exclude mirror repositories (#6003)Philidor Green2020-03-24
* workflows: enable golangci-lint (#5998)ᴜɴᴋɴᴡᴏɴ2020-03-21
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
* lint: fix some Golang CI lint issues (#5955)ᴜɴᴋɴᴡᴏɴ2020-03-01
* conf: overhaul settings (#5953)ᴜɴᴋɴᴡᴏɴ2020-02-29
* conf: overhaul repository settings (#5932)ᴜɴᴋɴᴡᴏɴ2020-02-22
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
* log: use trace level for some logsᴜɴᴋɴᴡᴏɴ2020-02-19
* README: update Features listᴜɴᴋɴᴡᴏɴ2020-02-18
* Use go-bindata to embed `public` and `templates` files into binary (#5920)Michael Li2020-02-17
* db/repo: fix Git version check to 1.8.3Unknwon2020-02-04
* db/repo: print more error infoUnknwon2019-11-05
* repo: delete local copies on owner name change (#5843)Guy Smoilov2019-11-03
* internal: move packages under this directory (#5836)Unknwon2019-10-24