takezoe
|
e769460397
|
Add icons for activity.
|
2013-08-07 18:14:54 +09:00 |
|
takezoe
|
a0a284ad26
|
(refs #2)Fix comment to pull request activity.
|
2013-08-07 04:13:14 +09:00 |
|
takezoe
|
1ebf4276e7
|
(refs #2)'Pull Requests' tab in dashboard has been completed.
|
2013-08-07 03:31:26 +09:00 |
|
takezoe
|
908931b9ed
|
(refs #2)Implementing 'Pull Requests' tab in the dashboard.
|
2013-08-06 22:04:09 +09:00 |
|
takezoe
|
b31b7e1e86
|
Merge branch 'master' into toggle_gravatar
Conflicts:
src/main/scala/view/AvatarImageProvider.scala
|
2013-08-06 01:58:47 +09:00 |
|
takezoe
|
f31848721c
|
Remove unnecessary comment and format code.
|
2013-08-05 18:49:08 +09:00 |
|
takezoe
|
6101e141d8
|
(refs #2)Add opened user filter and count to the pull request list.
|
2013-08-05 18:47:40 +09:00 |
|
takezoe
|
71d84e7475
|
(refs #2)Limit of pull request list is 25.
|
2013-08-05 16:34:11 +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 |
|
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 |
|
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 |
|
takezoe
|
b8da93912f
|
Fix query in RepositoryService#getVisibleRepositories fluently :-)
|
2013-07-30 12:42:42 +09:00 |
|
shimamoto
|
0296a0bde6
|
Merge branch 'master' of https://github.com/takezoe/gitbucket.git
Conflicts:
src/main/scala/app/DashboardController.scala
|
2013-07-30 10:51:44 +09:00 |
|
shimamoto
|
8409384232
|
(refs #26) Implements the dashboard issue display.
|
2013-07-30 10:47:46 +09:00 |
|
takezoe
|
7d65717784
|
The method of RepositoryService was cleaned up.
|
2013-07-30 03:41:47 +09:00 |
|
takezoe
|
4bd4c3e833
|
Merge branch 'master' into fork-and-pullreq
Conflicts:
src/main/scala/app/CreateRepositoryController.scala
src/main/scala/util/JGitUtil.scala
|
2013-07-26 18:22:14 +09:00 |
|
takezoe
|
47f082e2fc
|
Remove unused code.
|
2013-07-26 18:15:19 +09:00 |
|
takezoe
|
1af52d16c0
|
Add lock for repository operation.
|
2013-07-26 18:14:31 +09:00 |
|
takezoe
|
1b878b59b8
|
Use ISSUE_OUTLINE_VIEW to retrieve comment count.
|
2013-07-26 02:59:51 +09:00 |
|
takezoe
|
e15bd77789
|
(refs #2)Add forked count and repository tree view.
|
2013-07-25 20:47:35 +09:00 |
|
shimamoto
|
a5f12a50e6
|
Add view ISSUE_OUTLINE_VIEW.
|
2013-07-25 20:28:19 +09:00 |
|
takezoe
|
b61836adf7
|
Toggle Gravatar support at the system settings.
|
2013-07-25 03:00:46 +09:00 |
|
takezoe
|
34e2663492
|
Use JGitUtil.isEmpty() to check whether repository is empty.
|
2013-07-24 23:10:55 +09:00 |
|
takezoe
|
88caff38f0
|
(refs #2)Fix pull request. Basic pattern had been tested but it's still unstable.
|
2013-07-24 22:05:36 +09:00 |
|
Tomofumi Tanaka
|
62a6d74393
|
(refs #50)Fix search logic in empty repository
|
2013-07-24 16:46:46 +09:00 |
|
shimamoto
|
cb94447290
|
(refs #26) Add Dashboard controller. Uses a common design at issue.
|
2013-07-24 14:10:17 +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
|
3a7391fbb3
|
(refs #8)Some fix for group management.
|
2013-07-24 03:36:42 +09:00 |
|
takezoe
|
e8330eedc3
|
(refs #8)Group repository creation is completed.
|
2013-07-24 02:00:52 +09:00 |
|
takezoe
|
b760361184
|
(refs #8)Implementing repository creation for group.
|
2013-07-23 22:05:30 +09:00 |
|
takezoe
|
e4b3f0ddef
|
(refs #8)Implementing group register/edit form.
|
2013-07-23 11:59:49 +09:00 |
|
takezoe
|
30eb949ce1
|
(refs #8)Start to implement group management.
|
2013-07-22 22:22:49 +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 |
|
takezoe
|
54280d5572
|
Add paginator and separate search code in controller to service.
|
2013-07-19 20:24:31 +09:00 |
|
rabitarochan
|
8226073506
|
Fix resource leak.
|
2013-07-19 18:18:44 +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
|
c0713eaeda
|
(refs #33)Use RequestCache instead of AccountService directly.
|
2013-07-18 15:55:59 +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 |
|
takezoe
|
d06a986293
|
Remove unused import statement.
|
2013-07-17 13:57:45 +09:00 |
|
shimamoto
|
d866847c0d
|
(refs #11) Fix comments to display.
|
2013-07-17 13:56:54 +09:00 |
|