takezoe
|
e52aa7ad3c
|
Merge branch 'master' into fork-and-pullreq
Conflicts:
src/main/scala/app/RepositoryViewerController.scala
src/main/scala/service/RepositoryService.scala
|
2013-08-04 05:10:01 +09:00 |
|
takezoe
|
b8da93912f
|
Fix query in RepositoryService#getVisibleRepositories fluently :-)
|
2013-07-30 12:42:42 +09:00 |
|
takezoe
|
7d65717784
|
The method of RepositoryService was cleaned up.
|
2013-07-30 03:41:47 +09:00 |
|
takezoe
|
e15bd77789
|
(refs #2)Add forked count and repository tree view.
|
2013-07-25 20:47:35 +09:00 |
|
takezoe
|
f10f98abf2
|
Merge branch 'master' into fork-and-pullreq
Conflicts:
src/main/resources/update/1_3.sql
src/main/resources/update/1_4.sql
src/main/scala/app/CreateRepositoryController.scala
src/main/scala/service/WikiService.scala
src/main/twirl/account/repositories.scala.html
|
2013-07-24 13:29:23 +09:00 |
|
takezoe
|
e4b3f0ddef
|
(refs #8)Implementing group register/edit form.
|
2013-07-23 11:59:49 +09:00 |
|
takezoe
|
eb82af9006
|
(refs #2)Implementing the comparing view.
|
2013-07-13 20:09:19 +09:00 |
|
takezoe
|
5e1eb39b87
|
(refs #2)Experimental implementation of forking repository.
|
2013-07-11 14:39:25 +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
|
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
|
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 |
|