Commit Graph

140 Commits

Author SHA1 Message Date
takezoe
fd7d387fb0 (refs #2)Experimental implementation of merge pull request. 2013-07-15 03:47:43 +09:00
takezoe
2fb9f83227 (refs #2)Add merge pull request form. 2013-07-14 12:49:49 +09:00
takezoe
3a7e2c0249 (refs #2)Record 'open pull request' activity. 2013-07-14 03:27:59 +09:00
takezoe
62f2defd91 Fix typo. 2013-07-14 03:23:35 +09:00
takezoe
0903721a62 (refs #2)Create pull request is available. 2013-07-14 02:43:45 +09:00
takezoe
eb82af9006 (refs #2)Implementing the comparing view. 2013-07-13 20:09:19 +09:00
takezoe
0760b6a89c Merge branch 'master' into fork-and-pullreq
Conflicts:
	src/main/scala/app/CreateRepositoryController.scala
	src/main/scala/service/WikiService.scala
	src/main/scala/util/JGitUtil.scala
2013-07-12 15:50:53 +09:00
takezoe
f163e348e0 (refs #34)Link conversion checks existence of accounts and issues. 2013-07-12 15:15:58 +09:00
takezoe
6aa86ac2e3 Use StringUtil#urlEncode() instead of URLEncode#encode(). 2013-07-12 02:18:29 +09:00
takezoe
b6bcebc588 Fix activity message. 2013-07-11 22:13:53 +09:00
takezoe
81fe467b20 Improve Git repository creation. 2013-07-11 19:47:48 +09:00
takezoe
6dd1299dff (refs #2)Experimental implementation of forking repository. 2013-07-11 18:49:03 +09:00
takezoe
5e1eb39b87 (refs #2)Experimental implementation of forking repository. 2013-07-11 14:39:25 +09:00
shimamoto
b81a30ef12 (refs #11) Implemented the batch update. 2013-07-11 13:43:42 +09:00
takezoe
e4324258d3 (refs #28)Implementing avatar image uploading. 2013-07-10 11:34:36 +09:00
takezoe
ebc858aed9 (refs #31)Make it possible to create empty repository. 2013-07-09 19:41:00 +09:00
takezoe
da1c58bac6 Remove commit log before repository. 2013-07-09 15:44:45 +09:00
takezoe
c1c136f6c0 Remove activities before repository. 2013-07-09 13:18:13 +09:00
shimamoto
136a654639 Improve mapping of custom column type. 2013-07-08 17:25:31 +09:00
takezoe
96dac65e31 (refs #4)Add 'News Feed' to the index page. 2013-07-07 14:05:01 +09:00
takezoe
6005282d9f (refs #4)The base of activity timeline is completed. 2013-07-07 13:40:04 +09:00
takezoe
129020dbc4 (refs #4)Implementing activity recording for git push. 2013-07-07 03:50:11 +09:00
takezoe
54e0242030 (refs #4)Record wiki activity. 2013-07-07 01:24:08 +09:00
takezoe
e50c4528a6 (refs #4)Add issue close, reopen and comment activity. 2013-07-06 22:07:51 +09:00
takezoe
342810aa3a (refs #4)Record issue creation activity. 2013-07-06 20:14:49 +09:00
takezoe
f84078c7ca (refs #4)Add 'Public Activity' tab to the account information page. 2013-07-06 20:03:34 +09:00
takezoe
eba81a6065 Remove unnecessary code. 2013-07-06 19:01:03 +09:00
takezoe
67d6cf37a5 Display the commit count at the repository viewer. 2013-07-06 16:49:06 +09:00
takezoe
c53f3843b8 (refs #19)Add unique checking for mail address. 2013-07-05 01:37:29 +09:00
takezoe
afd2325678 (refs #16)Fixed foreign key constraint problem in repository deletion. 2013-07-04 16:06:55 +09:00
takezoe
bf4bd6e319 Add Slick issue url in TODO comment. 2013-07-04 04:14:55 +09:00
takezoe
90b6018337 Remove TODO. 2013-07-04 04:12:31 +09:00
takezoe
f34927e3aa Fix repository list of the index page. 2013-07-04 04:07:07 +09:00
shimamoto
eee723c266 Refactor authentication(issue controller). 2013-07-03 18:00:52 +09:00
shimamoto
606e5e6e76 Fix the inefficient query. 2013-07-03 14:01:20 +09:00
takezoe
0bda8cdab7 Rename general variable name isWritable to hasWritePermission. 2013-07-03 01:51:41 +09:00
shimamoto
00f921d330 Implemented the label edit process. 2013-07-03 00:22:50 +09:00
takezoe
f1ea71fbba Merge remote-tracking branch 'origin/master' 2013-07-02 21:26:20 +09:00
shimamoto
a58e30c2b5 Add deleteIssueLabel method. 2013-07-02 21:07:41 +09:00
takezoe
5903497a69 Add methods to update assignedUserName and milestoneId. 2013-07-02 20:54:17 +09:00
shimamoto
3c17aa3da2 Implemented the issue label display. 2013-07-02 13:02:25 +09:00
shimamoto
f1f69ba870 Fix the merge mistake. 2013-07-02 11:48:24 +09:00
shimamoto
1ef2d63c25 Merge remote-tracking branch 'origin/master' 2013-07-02 11:22:10 +09:00
shimamoto
f99dd35bea Fix model usage rules. 2013-07-02 11:21:20 +09:00
takezoe
373685b86d Assign, milestone and labels are available in Issue creation. 2013-07-02 10:57:37 +09:00
takezoe
c13e03f62f Reverse display order of milestones to ascending. 2013-07-02 03:16:58 +09:00
shimamoto
87d8a19e37 Add close and re-open of the issue. 2013-07-01 21:05:52 +09:00
shimamoto
741596a6f5 Add action to model 'issue comment'. 2013-07-01 19:05:20 +09:00
takezoe
c4d9cd940e Bug fix. 2013-07-01 11:11:58 +09:00
takezoe
5aab24990f Fix typo. 2013-06-29 23:10:40 +09:00