Lunny Xiao
6448b1a381
Move push update to post-receive and protected branch check to pre-receive ( #1030 )
* move all push update to git hook post-receive and protected branch check to git hook pre-receive
* add SSH_ORIGINAL_COMMAND check back
* remove all unused codes
* fix the import
8 years ago
Gabriel Jackson
3e7f8ec9d3
Cleanup log messaging
This change corrects a few logging issues:
* Standardized formatting errors with '%v'.
* Standardized failure warning word usage.
* Corrected an instance of using the standard log library when
the gitea log library should be used instead.
8 years ago
Lunny Xiao
301dcd4876
update code.gitea.io/git ( #450 )
8 years ago
Alexander Lunegov
ace89e326a
Fix string format verbs ( #3637 )
8 years ago
Thomas Boerger
20d032f3bd
Fixed linting errors for variable definitions
8 years ago
Bwko
4765d2e37b
Lint models/update.go & webhook_slack.go
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
cc9a66db51
General code quality improvement
8 years ago
Unknwon
83ccca5e24
Code clean up for new config options
8 years ago
lstahlman
3bc40ec99b
Add committer information to API and Webhooks. Also fixes #3271 ( #3414 )
8 years ago
Unknwon
acc3afee64
#2907 Add commit timestamp to webhook
8 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
665db06fbe
#2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
4b1f1ee19c
fix bool check for repo max limit and fix hang when push repo with tons of commits
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
9 years ago
Unknwon
d501981dc9
#1900 last updatede time not update after push
9 years ago
Unknwon
ac3cbc19e0
#1896 fatal when no needed update task
9 years ago
Unknwon
12cad18886
rename fields
9 years ago
Unknwon
d4ffa64a15
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
396d0babfb
work on #1830
9 years ago
Unknwon
327be28045
fix error detect when push commits
9 years ago
Unknwon
634cd6da36
#1602 Wrong commit order on issue page when pushing multiple commits
9 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
b2632dec09
Page: Compare 2 commits
10 years ago
Christopher Brickley
25c8d01676
increase max commits in payload to 5
10 years ago
Christopher Brickley
00a864e693
add commit compare functionality
10 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Lunny Xiao
1c46d68aba
bug fixed for message tag
11 years ago
Lunny Xiao
54e17c7cca
bug fixed #261
11 years ago
Lunny Xiao
86e2627175
Merge branch 'master' of github.com:gogits/gogs
Conflicts:
models/update.go
routers/repo/http.go
11 years ago
Lunny Xiao
e5ae41e21f
bug fixed #261
11 years ago
Unknown
47d29a1ee0
Mirror fix on #248
11 years ago
Unknown
8bfa7ae745
Remove qiniu/log
11 years ago
Unknown
e573855a4f
Fix #98 , support web hook
11 years ago
Unknown
bb0bc0a240
Merge branch 'dev' of github.com:gogits/gogs
11 years ago
Unknown
7b60756f2c
Fix Collaborators cannot commit
11 years ago
Lunny Xiao
163fcec59f
resolved #155
11 years ago
Unknown
62d23e9154
HTTP no follow and offline mode
11 years ago
Unknown
190b83e05e
push tag support
11 years ago
Unknown
9d983f27d6
go vet
11 years ago
slene
52b4ab2aa5
update with new git
11 years ago
Lunny Xiao
db39e58a13
add actions for http push
11 years ago