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 |
|
shimamoto
|
a05ad4641f
|
Implemented the registration of the issue.
|
2013-06-20 19:43:13 +09:00 |
|
shimamoto
|
cc2c085a4a
|
Creates issue service.
|
2013-06-20 11:52:56 +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
|
c3a4c36ac2
|
Pull to the working copy of the wiki repository before modifying.
|
2013-06-16 02:41:26 +09:00 |
|
takezoe
|
5875772c21
|
Remove debug code.
|
2013-06-16 02:11:51 +09:00 |
|
takezoe
|
e5b3399127
|
Synchronization of modification to the working repository for Wiki.
|
2013-06-16 02:08: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
|
2b599a3052
|
Fix updating in AccountService.
|
2013-06-04 18:29:08 +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
|
5793851b7d
|
Add AccountService#updateLastLoginDate().
|
2013-06-04 14:04:03 +09:00 |
|
takezoe
|
315da9caa5
|
Add AccountService#updateAccount()
|
2013-06-04 13:59:21 +09:00 |
|
takezoe
|
dd7fef93fc
|
Add new user creation stuff.
|
2013-06-04 12:25:43 +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 |
|
takezoe
|
45b396d4ab
|
Remove unused code and add TODO comment.
|
2013-06-03 19:06:12 +09:00 |
|
takezoe
|
2413fca648
|
Refactor database schema.
|
2013-06-03 19:04:57 +09:00 |
|
takezoe
|
bbd2e32a4d
|
Define static values for the project type.
|
2013-06-03 01:39:00 +09:00 |
|
takezoe
|
b2af70d611
|
Fix the index page.
|
2013-06-03 01:36:35 +09:00 |
|
takezoe
|
1ab58d0363
|
Implementing authentication.
|
2013-06-03 00:36:51 +09:00 |
|
takezoe
|
f92018ee50
|
Refactor to use ProjectService instead of JGitUtil directly to retrieve project information.
|
2013-06-02 15:47:12 +09:00 |
|
takezoe
|
43e9da54b7
|
Move case classes in RepositoryViewerController to JGitUtil.
|
2013-06-02 15:15:54 +09:00 |
|
takezoe
|
2e61598a57
|
Retrieve project information from DB at the repository list.
|
2013-06-02 15:02:53 +09:00 |
|
takezoe
|
f6a7aca4c2
|
Insert project info into database before actual git repository creation.
|
2013-06-02 14:37:52 +09:00 |
|
takezoe
|
6512b673f6
|
Add AccountService and ProjectService.
|
2013-06-02 14:29:52 +09:00 |
|
takezoe
|
f83d9a63b9
|
Remove unused code.
|
2013-06-02 14:19:53 +09:00 |
|
takezoe
|
2a6c130f71
|
Remove unused import statements.
|
2013-06-02 14:19:17 +09:00 |
|
takezoe
|
358f59261a
|
WikiUtil moved to WikiService and applied cake pattern to
WikiController.
|
2013-05-07 02:31:39 +09:00 |
|