7907786040
Trigger sync webhooks on UI commit ( #2302 )
...
* Trigger sync webhooks on UI commit
* Also fix UI upload/delete
2017-08-17 15:22:08 +08:00
930d1759ae
Remove env user salt since no need to use ( #1515 )
...
* remove env user salt since no need to use
* remove unused variable from update.go
2017-05-06 21:21:22 +08:00
1773e88643
Drop db operations from hook commands ( #1514 )
...
* move all database operations from hook command to web command and instead of internal routes
* bug fixed
* adjust the import path sequences
* remove unused return value on hookSetup
2017-05-04 13:42:02 +08:00
be6edaddcb
Repo size in admin panel ( #1482 )
...
* Implementation of the feature to view repository size in admin panel
* Move GetRepoSize to git module
* Repository.RepoSize -> Repository.Size
* RepoSize -> Size in template
* Redo a few bits and pieces
* Update size when syncing mirror or forking
* Remove GetRepoSize
* Changed fatal errors to error message
* Copy migration code from Gogs
* make fmt
2017-04-11 21:30:15 +08:00
cd1821a7e2
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
2017-02-25 22:54:40 +08:00
bf6f61cc69
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.
2017-02-02 15:24:18 +01:00
47a7529d96
update code.gitea.io/git ( #450 )
2016-12-22 10:30:52 +01:00
d5d21b67d2
Fix string format verbs ( #3637 )
2016-12-22 08:18:41 +01:00
6dd2c3b2db
Fixed linting errors for variable definitions
2016-11-29 14:05:26 +01:00
33a2ac3830
Lint models/update.go & webhook_slack.go
2016-11-25 07:55:08 +01:00
4247304f5a
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
2016-11-10 17:24:48 +01:00
6e4252dad4
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)
2016-11-06 11:18:34 -02:00
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
2016-11-03 10:29:56 -02:00
a00c932bbc
General code quality improvement
2016-08-16 23:06:38 -07:00
15845cb287
Code clean up for new config options
2016-08-14 23:52:24 -07:00
89f71b44f7
Add committer information to API and Webhooks. Also fixes #3271 ( #3414 )
2016-08-09 22:01:57 -07:00
c5d4a9e046
#2907 Add commit timestamp to webhook
2016-08-09 18:28:06 -07:00
1f2e173a74
Refactor User.Id to User.ID
2016-07-24 01:08:22 +08:00
338af89d56
#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.
2016-02-17 22:47:06 -05:00
19423957b1
rename import path
2015-12-15 17:25:45 -05:00
99e9bbef6c
fix bool check for repo max limit and fix hang when push repo with tons of commits
2015-12-10 16:27:47 -05:00
9a2e43bff2
move out git module and #1573 send push hook
2015-12-09 20:46:05 -05:00
1d57f0d64f
Show custom avatars in commits
2015-11-13 17:10:25 -05:00
2bd64621fc
#1900 last updatede time not update after push
2015-11-05 19:18:59 -05:00
f255b1e86d
#1896 fatal when no needed update task
2015-11-04 21:57:10 -05:00
3a81fdf092
rename fields
2015-11-03 22:49:06 -05:00
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
2015-10-24 03:36:47 -04:00
c6ce6bd4c2
work on #1830
2015-10-23 10:31:13 -04:00
2dde2a8ad3
fix error detect when push commits
2015-09-25 21:06:31 -04:00
6dfee30bf0
#1602 Wrong commit order on issue page when pushing multiple commits
2015-09-25 20:35:56 -04:00
dea3a8c6a4
WIP: create PR - choose branch
2015-08-08 22:43:14 +08:00
b2632dec09
Page: Compare 2 commits
2014-10-10 21:40:51 -04:00
25c8d01676
increase max commits in payload to 5
2014-09-22 08:25:39 -04:00
00a864e693
add commit compare functionality
2014-09-01 14:56:19 -04:00
8dd07c0ddd
New UI merge in progress
2014-07-26 00:24:27 -04:00
1c46d68aba
bug fixed for message tag
2014-06-28 23:56:41 +08:00
54e17c7cca
bug fixed #261
2014-06-28 15:00:03 +08:00
86e2627175
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
models/update.go
routers/repo/http.go
2014-06-28 14:58:59 +08:00
e5ae41e21f
bug fixed #261
2014-06-28 14:55:33 +08:00
47d29a1ee0
Mirror fix on #248
2014-06-23 16:22:34 -04:00
8bfa7ae745
Remove qiniu/log
2014-06-20 01:14:54 -04:00
e573855a4f
Fix #98 , support web hook
2014-05-06 11:50:31 -04:00
bb0bc0a240
Merge branch 'dev' of github.com:gogits/gogs
2014-05-03 01:38:22 -04:00
7b60756f2c
Fix Collaborators cannot commit
2014-05-03 01:37:49 -04:00
163fcec59f
resolved #155
2014-05-03 11:12:15 +08:00
62d23e9154
HTTP no follow and offline mode
2014-04-27 01:05:13 -06:00
190b83e05e
push tag support
2014-04-13 22:20:28 -04:00
9d983f27d6
go vet
2014-04-13 03:14:43 -04:00
52b4ab2aa5
update with new git
2014-04-13 09:35:36 +08:00
db39e58a13
add actions for http push
2014-04-11 10:27:13 +08:00