shimamoto
b13820fc0e
Improved model package. The details are as follows:
...
* Fix the Profiles class from package object to simple object
* Fix the row case class to model package
* Define the alias of JdbcBackend#Session
2014-07-28 04:52:56 +09:00
Naoki Takezoe
121b6ee641
Fix incremental compilation problem caused by Slick.
...
This is temporary fix to decrease compilation time in development. Therefore this fix will be reverted in the future to add multiple database support capability.
2014-07-27 03:31:45 +09:00
Naoki Takezoe
f5a544603a
Experimental JDBC API for JavaScript plug-ins
2014-07-24 01:39:26 +09:00
Naoki Takezoe
89515cd087
Add an argument RepositoryInfo to RepositoryAction
2014-07-24 00:57:21 +09:00
Naoki Takezoe
28424c96c4
Readying 2.1 release
2014-07-06 17:06:26 +09:00
Naoki Takezoe
9cfa8c594b
Merge branch 'master' into slick2
...
Conflicts:
project/build.scala
src/main/scala/app/IndexController.scala
src/main/scala/app/RepositorySettingsController.scala
src/main/scala/model/Account.scala
src/main/scala/model/BasicTemplate.scala
src/main/scala/model/Issue.scala
src/main/scala/model/IssueComment.scala
src/main/scala/model/package.scala
src/main/scala/service/IssuesService.scala
src/main/scala/service/PullRequestService.scala
src/main/scala/service/RepositoryService.scala
src/main/scala/service/WikiService.scala
src/main/scala/servlet/TransactionFilter.scala
src/main/scala/util/Notifier.scala
2014-07-06 17:02:49 +09:00
Naoki Takezoe
606cd83f44
Fix CRLF to LF
2014-07-06 13:19:27 +09:00
shimamoto
259bcfc14f
(refs #341 ) Fix compile errors.
2014-07-01 04:08:15 +09:00
shimamoto
c361d24ba4
(refs #341 ) Implement a method to get the session.
2014-07-01 03:43:55 +09:00
Naoki Takezoe
c64909ab1a
Plugin updating is executed asynchronously by Quartz Scheduler
2014-06-29 16:09:41 +09:00
Naoki Takezoe
d8c27046f6
Merge branch 'master' into plugin-system
...
Conflicts:
src/main/scala/servlet/AutoUpdateListener.scala
2014-06-29 04:20:58 +09:00
Naoki Takezoe
fd09058a7d
(refs #310 )Convert all CRLF to LF
2014-06-29 04:16:37 +09:00
shimamoto
9ee739d102
(refs #341 ) Migrate slick session.
2014-06-27 08:48:58 +09:00
Naoki Takezoe
f3900ca8f9
(refs #32 )Add plugin system initialization
2014-06-14 14:00:21 +09:00
Naoki Takezoe
fece20ff40
(refs #32 )Implementing repository action processing
2014-06-11 01:45:51 +09:00
Naoki Takezoe
378c2c39a8
(refs #32 )Add JavaScript API
2014-06-08 00:37:01 +09:00
Naoki Takezoe
e5bf90ed26
(refs #32 )Provide generic layout and context to custom actions
2014-06-07 18:53:07 +09:00
Naoki Takezoe
b0b318ce30
(refs #32 )Example of custom action extension
2014-06-05 21:22:16 +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