shimamoto
9ee739d102
(refs #341 ) Migrate slick session.
2014-06-27 08:48:58 +09:00
Naoki Takezoe
1d1f7fa581
(refs #382 )Remove unnecessary comment
2014-06-01 22:58:07 +09:00
Naoki Takezoe
fb3ed70215
(refs #382 )Exclude duplicated commits from applying issue comment
2014-06-01 21:47:45 +09:00
Naoki Takezoe
2fceeeee4e
Merge pull request #386 from HairyFotr/patch-4
...
Small cleanup using static analysis
2014-05-31 17:26:23 +09:00
Naoki Takezoe
db5395ddbc
Update version number to 2.0.
2014-05-31 10:38:31 +09:00
HairyFotr
7698f12112
Small cleanup using static analysis
2014-05-31 00:57:03 +02:00
takezoe
cf047a8cee
Migrate: add extension to files which are attached to issue
2014-05-04 18:45:58 +09:00
Tomofumi Tanaka
dc21e8388e
Improve update pull request query
...
commitIdFrom and commitIdTo columns update by one query.
2014-05-02 19:55:49 +09:00
Tomofumi Tanaka
dd694d27b5
(refs #324 )Update commitIdFrom when pullrequest branch is updated
2014-04-29 17:24:51 +09:00
shimamoto
296a0b2124
Removed FileUploadControllerBase(in the middle of improving file
...
upload).
2014-04-23 02:02:19 +09:00
Naoki Takezoe
1db891a771
(refs #345 )Fix an error for users who are authenticated with mail address through LDAP in push over HTTP.
2014-04-15 19:26:09 +09:00
takezoe
d7eef8bd25
(refs #343 )Add drop COMMIT_LOG table statement in migration for 1.13
2014-04-11 07:40:07 +09:00
Naoki Takezoe
3f76453f34
(refs #343 )Retrieve all commit id from Git repository in pre commit hook instead of COMMIT_LOG table
2014-04-10 17:42:25 +09:00
takezoe
84ac2974fb
Skip issue id extraction if the repository has no issues
2014-03-30 20:52:39 +09:00
Naoki Takezoe
0d918add28
Merge pull request #320 from kunigaku/fix_247
...
Fix #247 servlet.CommitLogHook.onPostReceive takes minutes
2014-03-25 04:51:04 +09:00
kunigaku
6e0fb95ac3
Fix #247 servlet.CommitLogHook.onPostReceive takes minutes
...
When pushing tags, command.getOldId value is
“0000000000000000000000000000000000000000”.
So, can not get commit logs.
2014-03-18 22:51:15 +09:00
Jiang
b74417f393
trim LF of version file
2014-03-15 10:14:41 +08:00
takezoe
49bf88f7a7
(refs #312 )Fix redirection for non git client
2014-03-12 22:39:12 +09:00
takezoe
fbba29e810
(refs #303 )Submodule support
2014-03-08 02:58:49 +09:00
takezoe
e3fd564efd
(refs #241 )Work for specifying group manager
2014-03-04 04:25:44 +09:00
takezoe
b031103df8
(refs #218 )Separate StringUtil#extractCloseId() to add unit test.
2014-03-02 04:49:14 +09:00
takezoe
0c683d4f75
Merge branch 'closing-issues-via-commit-messages' of https://github.com/odz/gitbucket into odz-closing-issues-via-commit-messages
2014-03-02 04:02:45 +09:00
takezoe
98266fe0e1
(refs #279 )Fix webhook URL to use the configured base URL.
2014-03-01 13:05:42 +09:00
odz
8b5414c8f7
Merge branch 'master' into closing-issues-via-commit-messages
...
Conflicts:
src/main/scala/app/PullRequestsController.scala
src/main/scala/servlet/GitRepositoryServlet.scala
2014-02-25 00:07:25 +09:00
takezoe
39091240ff
(refs #60 )Mentioned issue reference from other issue or issue comment.
2014-02-22 05:13:39 +09:00
takezoe
63dda84c8b
Add Version 1.11
2014-02-21 12:05:15 +09:00
takezoe
0270133ecf
(refs #267 )Improve H2 connectivity
2014-02-08 05:06:24 +09:00
takezoe
1705bd3ae9
Merge remote-tracking branch 'origin/master'
2014-02-01 07:08:39 +09:00
takezoe
1c529eea3d
Disable the post commit hook for Wiki repository.
2014-02-01 07:06:17 +09:00
takezoe
738b0cfe9a
Add version 1.10.
2014-02-01 06:11:18 +09:00
takezoe
913561cb2a
(refs #254 )Remove AUTO_SERVER=TRUE for performance issue.
2014-01-30 20:42:53 +09:00
takezoe
6f6a61f31a
Fix pattern match for webhook.
2014-01-04 17:23:18 +09:00
takezoe
0e7280585a
Fix refs commit log and web hook.
2014-01-04 04:11:41 +09:00
takezoe
1cb1e68a01
Add Version 1.9
2013-12-28 02:43:15 +09:00
takezoe
d1cf0d9fd7
(refs #238 )Enable automatic mixed mode of H2.
2013-12-22 02:06:44 +09:00
takezoe
0e9bf59c0f
Remove some functions from ControlUtil.
2013-12-15 04:21:39 +09:00
odz
dc78dc9b0d
Close issues via commit messages
2013-11-30 18:57:19 +09:00
takezoe
b3669f6d66
(refs #204 )Add some way to configure data directory.
...
1) system property of JVM (e.g. -Dgitbucket.home=PATH_TO_DATADIR)
2) java -jar gitbucket.war --data=PATH_TO_DATADIR
3) Add context parameter "gitbucket.home" to web.xml
2013-11-30 05:18:15 +09:00
odz
223ba791fe
Fetch pull request from source repository after updating repository.
2013-11-20 23:59:26 +09:00
takezoe
4f10bccf84
(refs #114 )Add logical remove flag to ACCOUNT.
2013-11-01 03:38:33 +09:00
takezoe
8ec4b52dda
(refs #167 )Add pusher info to WebHook
2013-10-31 02:07:54 +09:00
takezoe
2235dab550
(refs #174 )Fix commit hook for DELETE command.
2013-10-26 01:40:26 +09:00
takezoe
06be5266fd
Fix refs message.
2013-10-24 15:04:32 +09:00
takezoe
2968b92677
Add the commit link to refs comment.
2013-10-24 04:25:50 +09:00
Robin Stocker
13bff2963e
Add full name to account and use it to create commits ( #125 )
...
The Git practice is to use the full name when creating commits, not a
user name. This commit fixes that by introducing a fullName field to
Account and using it when creating commits.
For migrating from earlier versions, the user name is used as an initial
value for the full name field.
2013-10-06 23:11:09 +02:00
takezoe
82ced9233a
Remove debug code.
2013-10-06 23:23:04 +09:00
takezoe
e94411ebeb
(refs #121 )Create WebHookPayload only when web hook has been registered.
2013-10-06 23:22:29 +09:00
takezoe
e457cfb212
Fix branch name.
2013-10-06 19:49:46 +09:00
takezoe
f1476c52e6
(refs #121 )Optimize push performance for a lot of commit.
2013-10-06 18:31:09 +09:00
Tomofumi Tanaka
c39703c61c
Fix bug dot not skip migration when first init
2013-10-03 21:58:44 +09:00