Commit Graph

80 Commits

Author SHA1 Message Date
xuwei-k
5a3207ae42 avoid NumberFormatException 2013-10-14 03:26:47 +09:00
takezoe
72b25591a5 Resolve length issue in Slick.
https://github.com/slick/slick/issues/170
2013-10-09 03:11:27 +09:00
takezoe
1ebf4276e7 (refs #2)'Pull Requests' tab in dashboard has been completed. 2013-08-07 03:31:26 +09:00
takezoe
4ea23a96ae (refs #2)Implementing pull request list. 2013-08-05 03:31:27 +09:00
takezoe
b015645ed0 (refs #2)Add flag for identifying whether it's a pull request. 2013-08-05 02:06:15 +09:00
kxbmap
71751ae4bc Fix an error that occurs when a new user accesses to dashboard/issues/repos 2013-08-01 03:36:15 +09:00
shimamoto
03b75d5379 (refs #26) Fix splitWith condition. 2013-07-30 21:08:38 +09:00
shimamoto
66855e65bb (refs #26) Implements repository filter. 2013-07-30 19:36:20 +09:00
shimamoto
8409384232 (refs #26) Implements the dashboard issue display. 2013-07-30 10:47:46 +09:00
takezoe
1b878b59b8 Use ISSUE_OUTLINE_VIEW to retrieve comment count. 2013-07-26 02:59:51 +09:00
shimamoto
a5f12a50e6 Add view ISSUE_OUTLINE_VIEW. 2013-07-25 20:28:19 +09:00
shimamoto
cb94447290 (refs #26) Add Dashboard controller. Uses a common design at issue. 2013-07-24 14:10:17 +09:00
takezoe
ace5d7de9e (refs #3)Separate search actions to SearchController. 2013-07-22 17:28:13 +09:00
takezoe
0028431dde Exclude some actions from comment count at the repository search result. 2013-07-20 03:06:33 +09:00
takezoe
91d94de1d2 Merge branch '#3_repository-search'
Conflicts:
	src/main/scala/app/UserManagementController.scala
	src/main/scala/service/IssuesService.scala
	src/main/twirl/issues/issue.scala.html
2013-07-20 03:00:16 +09:00
shimamoto
b23133c79c Move Implicit && to model package object. 2013-07-18 20:21:24 +09:00
takezoe
e7b9293f3b Merge branch 'master' into #3_repository-search 2013-07-18 17:07:22 +09:00
takezoe
dedf5094c1 Small fix and add TODO. 2013-07-18 03:58:39 +09:00
takezoe
4fb6005f44 (refs #3)Apply likeEncode to search keyword. 2013-07-18 00:47:55 +09:00
takezoe
69ec4175eb (refs #3)Fix issue search condition. 2013-07-17 21:18:09 +09:00
takezoe
7f0aff8c03 (refs #3)Cleanup 2013-07-17 16:59:38 +09:00
takezoe
512e59193d (refs #3)Issue search is temporary available. 2013-07-17 16:47:43 +09:00
shimamoto
d866847c0d (refs #11) Fix comments to display. 2013-07-17 13:56:54 +09:00
shimamoto
6035281ca1 Change action(IssueComment) to String type. 2013-07-17 12:37:48 +09:00
takezoe
6aa86ac2e3 Use StringUtil#urlEncode() instead of URLEncode#encode(). 2013-07-12 02:18:29 +09:00
shimamoto
b81a30ef12 (refs #11) Implemented the batch update. 2013-07-11 13:43:42 +09:00
shimamoto
136a654639 Improve mapping of custom column type. 2013-07-08 17:25:31 +09:00
takezoe
bf4bd6e319 Add Slick issue url in TODO comment. 2013-07-04 04:14:55 +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
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
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
2dfb444bf8 Use searchIssueQuery() in countIssueGroupByLabels(). 2013-06-27 16:04:46 +09:00
takezoe
54ce1d720d Merge remote-tracking branch 'origin/master' 2013-06-27 15:55:40 +09:00
takezoe
7285d0829f Add search condition 'Issue with no milestone'. 2013-06-27 15:55:24 +09:00
shimamoto
aa8b705748 Implemented the issue stub. 2013-06-27 14:40:59 +09:00
takezoe
2c9ed60dbb Add comment count sorting and displaying. 2013-06-27 03:42:17 +09:00
takezoe
1d67ae69c5 Label search is available. 2013-06-26 23:05:23 +09:00
takezoe
57bccaf469 Change limit of issue pagination to 30. 2013-06-26 17:24:22 +09:00
takezoe
e8d5a222f1 Add issue pagination. 2013-06-26 17:23:31 +09:00
takezoe
6c41891f17 Merge remote-tracking branch 'origin/master' 2013-06-26 15:59:30 +09:00