Commit Graph

82 Commits

Author SHA1 Message Date
takezoe
333c4f08d4 MilestonesService provides a method which returns milestones with issue count. 2013-06-27 02:35:24 +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
6a06b908b7 Delete LABEL_ISSUE before deleting LABEL. 2013-06-26 16:04:32 +09:00
takezoe
6c41891f17 Merge remote-tracking branch 'origin/master' 2013-06-26 15:59:30 +09:00
takezoe
3429d0d9bf Replace native SQL which contains group by clause with type safe DSL. 2013-06-26 15:57:36 +09:00
takezoe
1216c64272 Temporary fix for Slick 1.0.1.
Simple count query does not work on Slick 1.0.1 (but worked on Slick 1.0.0). Hmm...
2013-06-26 15:55:21 +09:00
takezoe
2b8cb7af48 Small fix for MilestonesService. 2013-06-26 15:11:45 +09:00
shimamoto
80bb24fdba Add issue update in stub. 2013-06-26 14:55:22 +09:00
takezoe
a5c5998fc8 Replace native SQL which retrieves issue count with type safe DSL. 2013-06-26 14:38:08 +09:00
takezoe
cceda62ef7 Add issue count for each labels. 2013-06-26 10:28:14 +09:00
takezoe
946b144a1b Retrieve open and closed issue count from DB. 2013-06-26 03:22:45 +09:00
takezoe
f335d30ac7 Implementing conditional issue searching. 2013-06-25 21:41:23 +09:00
takezoe
ac3415f641 Add user filter to issue search condition. 2013-06-25 16:36:43 +09:00
takezoe
0bbdb77d05 Add link to clear issue filter. 2013-06-25 16:13:29 +09:00
takezoe
aae5bfd184 Implementing search condition behavior. 2013-06-25 15:32:52 +09:00
takezoe
ffa6d21d28 IssueSearchCondition.state is changed to String from Option[String]
because it has a default value 'open'.
2013-06-25 15:13:15 +09:00
shimamoto
deb6f886ee Merge branch 'master' of https://github.com/takezoe/gitbucket.git 2013-06-25 14:11:39 +09:00
shimamoto
317e2b6ea3 Fix to submit form when creating issue comment. 2013-06-25 14:11:01 +09:00
takezoe
cfef0b80d5 Merge branch 'master' of https://github.com/takezoe/gitbucket 2013-06-25 13:55:13 +09:00
takezoe
0547532113 Add search condition behavior to the issues page. 2013-06-25 13:54:58 +09:00
shimamoto
1a4510201f Add comments to issue. 2013-06-25 13:18:53 +09:00
takezoe
4f873d9296 Label editing is available! 2013-06-25 08:32:34 +09:00
takezoe
65ac07a0fe Implementing label editing form. 2013-06-25 03:17:23 +09:00
shimamoto
4000469152 Fix added issue comment layout. 2013-06-24 21:29:20 +09:00
takezoe
9baa09d68b Merge branch 'master' of https://github.com/takezoe/gitbucket 2013-06-24 20:53:51 +09:00
takezoe
749a526a55 Issue label creation is available. 2013-06-24 20:53:04 +09:00
shimamoto
ecd049092e Create issue comment. 2013-06-24 19:57:16 +09:00
takezoe
dff658aa68 Start to implement issue labels. 2013-06-24 13:53:10 +09:00
takezoe
2703b22718 Separate milestones from IssuesController / IssuesService. 2013-06-24 13:43:35 +09:00
takezoe
4668eb4e2e Remove currentDate from controller. 2013-06-24 01:07:08 +09:00
takezoe
95f71e030b Remove currentDate from controller. 2013-06-24 00:48:11 +09:00
takezoe
1997050a3a Fix wiki repository creation. 2013-06-24 00:40:33 +09:00
takezoe
99da11ea2b Remove unnecessary import statements. 2013-06-24 00:16:16 +09:00
shimamoto
4326f34ef5 Create java.util.Date TypeMapper. And add the currentDate method. 2013-06-23 20:46:08 +09:00
takezoe
83ff171782 Milestone completed. 2013-06-23 14:51:07 +09:00
takezoe
f93dc890c8 Milestone deletion is available. 2013-06-23 12:31:03 +09:00
takezoe
7b8edb3ec4 Add TODO to retrieving the current timestamp. 2013-06-23 03:06:22 +09:00
takezoe
bc607661a9 Update database schema.
Change MILESTONE.CLOSED to MILESTONE.CLOSED_DATE.
2013-06-23 03:00:29 +09:00
takezoe
49369f253a Start to implement milestone pages. 2013-06-23 02:49:01 +09:00
takezoe
6702fdf24f Move isWritable to RepositoryService. 2013-06-23 02:48:02 +09:00
takezoe
2881df65a7 Change java.sql.Date to java.sql.Timestamp. 2013-06-22 14:41:20 +09:00
takezoe
0294c32fb8 Change java.sql.Date to java.sql.Timestamp. 2013-06-22 14:35:37 +09:00
shimamoto
fb51210ccc Implemented the issue list. 2013-06-21 21:12:58 +09:00
takezoe
2548d5d274 Merge remote-tracking branch 'origin/master' 2013-06-21 18:27:59 +09:00
takezoe
fbc9945eee Hide private repositories at the account page. 2013-06-21 18:27:35 +09:00
shimamoto
0ec5ac733a Add CLOSED column to issue model. 2013-06-21 17:26:10 +09:00
takezoe
65eb89475a Update flag columns to BOOLEAN. 2013-06-21 13:24:58 +09:00
shimamoto
fa85c36eb1 Implemented the reference of the issue. 2013-06-20 21:59:53 +09:00