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
Commit message (
Expand
)
Author
Age
...
*
access_token: migrate to GORM and add tests (#6086)
ᴜɴᴋɴᴡᴏɴ
2020-04-11
*
Revert "docker: fix the bug of using root account to create `/d… (#6085)
ᴜɴᴋɴᴡᴏɴ
2020-04-10
*
db: add tests for helper functions (#6084)
ᴜɴᴋɴᴡᴏɴ
2020-04-10
*
lfsutil: add `Storager` interface and local storage (#6083)
ᴜɴᴋɴᴡᴏɴ
2020-04-10
*
repo: disable public access option when using external wiki and issue tracker...
alpencrossi
2020-04-09
*
docker: clean up never used files (#6080)
ᴜɴᴋɴᴡᴏɴ
2020-04-09
*
route: bypass require signin check for trigger repo tasks (#6079)
ᴜɴᴋɴᴡᴏɴ
2020-04-08
*
docker: bump to Go 1.14 (#6077)
ᴜɴᴋɴᴡᴏɴ
2020-04-07
*
github: update bug report template (#6076)
ᴜɴᴋɴᴡᴏɴ
2020-04-07
*
docker: fix the bug of using root account to create `/data/*` directory (#6068)
eightpigs
2020-04-07
*
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
*
locale: sync from Crowdin (#6071)
ᴜɴᴋɴᴡᴏɴ
2020-04-06
*
build: require Go 1.14 for using `t.Cleanup` (#6069)
ᴜɴᴋɴᴡᴏɴ
2020-04-06
*
conf: clearer doc comments for mirror config options (#6058)
alpencrossi
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: support upload retry (#6061)
ᴜɴᴋɴᴡᴏɴ
2020-04-05
*
lfs: run e2e and fix minor issues (#6059)
ᴜɴᴋɴᴡᴏɴ
2020-04-05
*
lfs: implement HTTP routes (#6035)
ᴜɴᴋɴᴡᴏɴ
2020-04-04
*
build(deps): bump github.com/urfave/cli from 1.22.3 to 1.22.4 (#6055)
dependabot-preview[bot]
2020-04-03
*
dep: bump github.com/gogs/git-module from 1.1.0 to 1.1.1 (#6051)
ᴜɴᴋɴᴡᴏɴ
2020-04-01
*
build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#6047)
dependabot-preview[bot]
2020-03-31
*
Update CHANGELOG (#6049)
ᴜɴᴋɴᴡᴏɴ
2020-03-31
*
template: better diff handling of rename and deleted files (#6048)
ᴜɴᴋɴᴡᴏɴ
2020-03-31
*
locale: sync from Crowdin (#6046)
ᴜɴᴋɴᴡᴏɴ
2020-03-30
*
build(deps): bump github.com/prometheus/client_golang from 1.2.… (#6044)
dependabot-preview[bot]
2020-03-30
*
build(deps): bump github.com/lib/pq from 1.2.0 to 1.3.0 (#6041)
dependabot-preview[bot]
2020-03-30
*
build(deps): bump github.com/go-macaron/binding from 1.0.1 to 1… (#6045)
dependabot-preview[bot]
2020-03-30
*
build(deps): bump gopkg.in/ini.v1 from 1.54.0 to 1.55.0 (#6039)
dependabot-preview[bot]
2020-03-30
*
build(deps): bump github.com/sergi/go-diff from 1.0.0 to 1.1.0 (#6042)
dependabot-preview[bot]
2020-03-30
*
build(deps): bump github.com/niklasfasching/go-org from 0.1.6 t… (#6043)
dependabot-preview[bot]
2020-03-30
*
build(deps): bump github.com/json-iterator/go from 1.1.7 to 1.1… (#6036)
dependabot-preview[bot]
2020-03-30
*
build(deps): bump github.com/go-sql-driver/mysql from 1.4.1 to… (#6037)
dependabot-preview[bot]
2020-03-30
*
gitutil: simplify mock with `t.Cleanup` (#6033)
ᴜɴᴋɴᴡᴏɴ
2020-03-29
*
gitutil: refactor the way to mock (#6032)
ᴜɴᴋɴᴡᴏɴ
2020-03-29
*
codecov: formalize coverage settings (#6031)
ᴜɴᴋɴᴡᴏɴ
2020-03-29
*
dep: bump github.com/gogs/git-module from 1.0.1 to 1.0.2 (#6030)
ᴜɴᴋɴᴡᴏɴ
2020-03-29
*
api: support get releases endpoint (#6026)
Philidor Green
2020-03-28
*
web: rename CSRF header (#6027)
ᴜɴᴋɴᴡᴏɴ
2020-03-28
*
Revert "build(deps): bump xorm.io/builder from 0.3.6 to 0.3.7" (#6025)
ᴜɴᴋɴᴡᴏɴ
2020-03-27
*
build(deps): bump xorm.io/builder from 0.3.6 to 0.3.7 (#6021)
dependabot-preview[bot]
2020-03-27
*
build(deps): bump github.com/editorconfig/editorconfig-core-go/… (#6020)
dependabot-preview[bot]
2020-03-27
*
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5… (#6019)
dependabot-preview[bot]
2020-03-27
*
README: remove unused badge (#6024)
ᴜɴᴋɴᴡᴏɴ
2020-03-27
*
github: use Actions for CI (#6022)
ᴜɴᴋɴᴡᴏɴ
2020-03-27
[prev]
[next]