index
:
gogs.git
buildscript
main
mygogs
Gogs is a painless self-hosted Git service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
db
/
repo.go
Commit message (
Expand
)
Author
Age
*
go: update required version to be 1.17 and add 1.19 to CI (#7129)
Joe Chen
2022-08-08
*
db: refactor "action" table to use GORM (#7054)
Joe Chen
2022-06-25
*
db: use `context` and go-mockgen for `PermsStore` (#7033)
Joe Chen
2022-06-08
*
repo: remove hard-coded branch name in init (#6999)
Joe Chen
2022-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 Li
2022-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 Chen
2022-01-13
*
chore: fix typos in code comments (#6556)
Atin
2021-05-19
*
db: migrate access table to use GORM (#6371)
ᴜɴᴋɴᴡᴏɴ
2020-10-06
*
markup: render SHA links without branch prefix (#6350)
Jeff
2020-09-29
*
repo: set default value for `is_unlisted` column (#6305)
ᴜɴᴋɴᴡᴏɴ
2020-09-04
*
repo: support unlisted but publicly accessible repositories (#6176)
Achilleas Koutsou
2020-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 Green
2020-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 Li
2020-02-17
*
db/repo: fix Git version check to 1.8.3
Unknwon
2020-02-04
*
db/repo: print more error info
Unknwon
2019-11-05
*
repo: delete local copies on owner name change (#5843)
Guy Smoilov
2019-11-03
*
internal: move packages under this directory (#5836)
Unknwon
2019-10-24