Commit Graph

23 Commits

Author SHA1 Message Date
takezoe
afd2325678 (refs #16)Fixed foreign key constraint problem in repository deletion. 2013-07-04 16:06: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
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
takezoe
bea6d156ed Fix services to use shortcut method for primary key and foreign keys. 2013-06-29 13:40:01 +09:00
shimamoto
a217513205 Move userName and repositoryName to the base table class. 2013-06-27 21:59:13 +09:00
shimamoto
4326f34ef5 Create java.util.Date TypeMapper. And add the currentDate method. 2013-06-23 20:46:08 +09:00
takezoe
7b8edb3ec4 Add TODO to retrieving the current timestamp. 2013-06-23 03:06:22 +09:00
takezoe
6702fdf24f Move isWritable to RepositoryService. 2013-06-23 02:48:02 +09:00
takezoe
0294c32fb8 Change java.sql.Date to java.sql.Timestamp. 2013-06-22 14:35:37 +09:00
takezoe
fbc9945eee Hide private repositories at the account page. 2013-06-21 18:27:35 +09:00
takezoe
65eb89475a Update flag columns to BOOLEAN. 2013-06-21 13:24:58 +09:00
takezoe
fac91a2832 Enhance repository creation / deletion for issues:
- Insert initial record into ISSUE_ID in repository creation
- Delete all records of ISSUE_ID and ISSUES in repository deletion
2013-06-19 20:20:07 +09:00
takezoe
676e6c6047 Fix the repository url. 2013-06-16 03:20:34 +09:00
takezoe
280fe85ff9 Delete Repository page has been implemented. 2013-06-07 01:50:35 +09:00
takezoe
1b4db5e6c6 Fix the account page to display repositories which is registered as collaborator. 2013-06-06 15:14:28 +09:00
takezoe
9174ed8441 Collaborators became removable. 2013-06-04 21:08:19 +09:00
takezoe
79a0ba5630 Save repository options. 2013-06-04 18:23:51 +09:00
takezoe
0c18671eb2 Add RepositoryService#updateLastActivityDate(). 2013-06-04 14:04:36 +09:00
takezoe
783a9684dc Implementing add collaborator stuff. 2013-06-04 03:09:23 +09:00
takezoe
13c3997c63 Define the static values for the user type. 2013-06-04 01:48:15 +09:00
takezoe
78ad794613 Rename ProjectService to RepositoryService. 2013-06-04 01:14:27 +09:00