aboutsummaryrefslogtreecommitdiff
path: root/internal/db
Commit message (Expand)AuthorAge
...
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
* db: fix wrong column type of `login_source` (#6283)ᴜɴᴋɴᴡᴏɴ2020-08-27
* issue: fix timestamp updating (#6210)Kosadchiy2020-08-24
* migrations: remove old migrations before 0.12.0 (#6270)ᴜɴᴋɴᴡᴏɴ2020-08-23
* organization: limit showing at most 12 members in profile page (#6254)ᴜɴᴋɴᴡᴏɴ2020-08-17
* db: fix update team panic (#6253)ᴜɴᴋɴᴡᴏɴ2020-08-16
* all: use semver to compare versions (#6147)ᴜɴᴋɴᴡᴏɴ2020-05-04
* db: use GORM to backup and restore non-legacy tables (#6142)ᴜɴᴋɴᴡᴏɴ2020-05-04
* db: remove `db.User.LoginType` field (#6122)Kousik Mitra2020-04-19
* test: remove the use of goconvey (#6123)ᴜɴᴋɴᴡᴏɴ2020-04-19
* db: add tests for users (#6116)ᴜɴᴋɴᴡᴏɴ2020-04-18
* db: add tests for repos (#6112)ᴜɴᴋɴᴡᴏɴ2020-04-17
* db: add tests for `loginSourceFiles` (#6102)ᴜɴᴋɴᴡᴏɴ2020-04-15
* db: use GORM bulk insert helper (#6100)ᴜɴᴋɴᴡᴏɴ2020-04-14
* db: add tests for two factors (#6099)ᴜɴᴋɴᴡᴏɴ2020-04-14
* db: only use `AutoMigrate` to create new tables (#6092)ᴜɴᴋɴᴡᴏɴ2020-04-11
* login_source: migrate to GORM and add tests (#6090)ᴜɴᴋɴᴡᴏɴ2020-04-11
* db: add tests for permissions (#6088)ᴜɴᴋɴᴡᴏɴ2020-04-11
* db: add tests for LFS (#6087)ᴜɴᴋɴᴡᴏɴ2020-04-11
* access_token: migrate to GORM and add tests (#6086)ᴜɴᴋɴᴡᴏɴ2020-04-11
* db: add tests for helper functions (#6084)ᴜɴᴋɴᴡᴏɴ2020-04-10
* lfsutil: add `Storager` interface and local storage (#6083)ᴜɴᴋɴᴡᴏɴ2020-04-10
* db: include the Team ID in the error message (#6056)☃ Stephen Shkardoon ☃2020-04-07
* db: handle JSON conversion for `LoginSource` (#6075)ᴜɴᴋɴᴡᴏɴ2020-04-07
* lfs: add tests to batch endpoint (#6073)ᴜɴᴋɴᴡᴏɴ2020-04-06
* repo: delete rows in `lfs_object` table when delete repo (#6072)ᴜɴᴋɴᴡᴏɴ2020-04-06
* lfs: add unit test for middleware (#6070)ᴜɴᴋɴᴡᴏɴ2020-04-06
* route: no session for routes without UI (#6066)ᴜɴᴋɴᴡᴏɴ2020-04-05
* lfs: only remove file on io error (#6062)ᴜɴᴋɴᴡᴏɴ2020-04-05
* db: use gorm function to check `ErrRecordNotFound` (#6060)ᴜɴᴋɴᴡᴏɴ2020-04-05
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* api: support get releases endpoint (#6026)Philidor Green2020-03-28
* cmd: backup support exclude mirror repositories (#6003)Philidor Green2020-03-24
* webhook: overhaul route handlers (#6002)ᴜɴᴋɴᴡᴏɴ2020-03-22
* workflows: enable golangci-lint (#5998)ᴜɴᴋɴᴡᴏɴ2020-03-21
* ipynb: sanitize rendered HTML (#5996)ᴜɴᴋɴᴡᴏɴ2020-03-21
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* email: check the owner when set as primary (#5988)ᴜɴᴋɴᴡᴏɴ2020-03-15
* ci: enable go vet check (#5981)ᴜɴᴋɴᴡᴏɴ2020-03-11
* 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
* template: improve admin config pageᴜɴᴋɴᴡᴏɴ2020-03-01
* conf: overhaul settings (#5953)ᴜɴᴋɴᴡᴏɴ2020-02-29
* conf: overhaul auth and user settings (#5942)ᴜɴᴋɴᴡᴏɴ2020-02-27
* conf: overhaul email settings (#5940)ᴜɴᴋɴᴡᴏɴ2020-02-25
* conf: overhaul security settingsᴜɴᴋɴᴡᴏɴ2020-02-22
* conf: overhaul database settingsᴜɴᴋɴᴡᴏɴ2020-02-22
* 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