0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 16:25:19 +01:00
gitea/modules
Mura Li 6e6936d73d Fix nondeterministic behavior (#9341)
The underlying implementation of os.exec uses channels and goroutines.
It is possible to have time-variant error values returned from Cmd.Wait
depending on which comes first.

Also, the git subcommand and options should be separated tokens.

Fixes a flaky test in modules/git/command_test.go
2019-12-13 17:03:38 +08:00
..
auth Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) 2019-12-03 20:08:56 -05:00
avatar
base
cache
charset
context
convert
cron
generate
git Fix nondeterministic behavior (#9341) 2019-12-13 17:03:38 +08:00
gitgraph
graceful Add comment to exported function WindowsServiceName (make revive) (#9241) 2019-12-03 19:16:29 -05:00
highlight
httplib
indexer fix issue indexer not triggered when migrating a repository (#9332) 2019-12-12 23:46:43 +02:00
lfs Make repository management section handle lfs locks (#8726) 2019-12-12 21:18:07 +08:00
log Log: Ensure FLAGS=none is -1 (#9287) 2019-12-07 23:36:47 -05:00
markup Markdown: Sanitizier Configuration (#9075) 2019-12-07 14:49:04 -05:00
metrics
migrations Add SyncTags to uploader interface (#9326) 2019-12-12 08:20:11 +08:00
notification fix issue indexer not triggered when migrating a repository (#9332) 2019-12-12 23:46:43 +02:00
options
password
pprof
private
process
public
recaptcha
references
repofiles File Edit: Author/Committer interchanged [BugFix] (#9297) 2019-12-09 21:11:24 +08:00
search Move modules/indexer to modules/indexer/code (#9301) 2019-12-10 14:29:40 +01:00
secret
session
setting FCGI: Allow FCGI over unix sockets (#9298) 2019-12-10 13:23:26 +01:00
ssh
structs [API] extend StopWatch (#9196) 2019-12-11 23:23:05 -05:00
sync
task
templates
test
timeutil
upload
user
util
validation
webhook