Naoki Takezoe
bc0b11b60a
(refs #508 )Basic filter box implementation
2014-11-11 12:07:22 +09:00
Naoki Takezoe
65a1ca7146
(refs #508 )Start to add search filter box
2014-11-11 03:19:51 +09:00
Naoki Takezoe
1c2af36c92
(refs #529 )Mentioned filter
2014-11-03 04:35:41 +09:00
Naoki Takezoe
2db674bb03
(refs #529 )Organization filter
2014-11-02 13:26:46 +09:00
Naoki Takezoe
e6e3786b47
(refs #529 )Visibility filter
2014-11-01 03:05:52 +09:00
Naoki Takezoe
4c89c40944
(refs #522 )Recover user filter in dashboard
2014-10-18 19:11:30 +09:00
shimamoto
b1017140aa
(refs #488 ) Fixed the action for issue and comment content change.
2014-10-05 17:13:58 +09:00
shimamoto
4ffbf89e74
(refs #488 ) Fixed the action for issue title change.
2014-10-05 04:43:11 +09:00
Naoki Takezoe
20b0553f7f
(refs #488 )Exclude pull requests from the issue list
2014-09-22 18:38:28 +09:00
Naoki Takezoe
cb512cd98d
(refs #488 )Add link to clear search condition
2014-09-22 10:18:26 +09:00
Naoki Takezoe
90487eb7b7
(refs #488 )Merge user filter into IssueSearchCondition
2014-09-22 10:08:22 +09:00
Naoki Takezoe
706fa77de3
(refs #488 )Add service.IssuesService.IssueInfo
2014-09-21 02:06:38 +09:00
Naoki Takezoe
3b1367dd8e
(refs #488 )Displays the milestone on the issue list.
2014-09-20 03:02:52 +09:00
shimamoto
601f8c4249
(refs #374 ) Fix compile error.
2014-08-03 18:41:03 +09:00
Naoki Takezoe
0ede7e9921
(refs #374 )Upgrading to Scalatra 2.3 and Slick 2.1.
...
Some compilation errors in Slick code are remaining.
2014-07-30 07:36:35 +09:00
shimamoto
b13820fc0e
Improved model package. The details are as follows:
...
* Fix the Profiles class from package object to simple object
* Fix the row case class to model package
* Define the alias of JdbcBackend#Session
2014-07-28 04:52:56 +09:00
Naoki Takezoe
121b6ee641
Fix incremental compilation problem caused by Slick.
...
This is temporary fix to decrease compilation time in development. Therefore this fix will be reverted in the future to add multiple database support capability.
2014-07-27 03:31:45 +09:00
shimamoto
01f6590c04
Fix TODO.
2014-07-14 00:08:34 +09:00
Naoki Takezoe
9cfa8c594b
Merge branch 'master' into slick2
...
Conflicts:
project/build.scala
src/main/scala/app/IndexController.scala
src/main/scala/app/RepositorySettingsController.scala
src/main/scala/model/Account.scala
src/main/scala/model/BasicTemplate.scala
src/main/scala/model/Issue.scala
src/main/scala/model/IssueComment.scala
src/main/scala/model/package.scala
src/main/scala/service/IssuesService.scala
src/main/scala/service/PullRequestService.scala
src/main/scala/service/RepositoryService.scala
src/main/scala/service/WikiService.scala
src/main/scala/servlet/TransactionFilter.scala
src/main/scala/util/Notifier.scala
2014-07-06 17:02:49 +09:00
Naoki Takezoe
cce0b67871
(refs #341 )Fix compilation error of delete statements
2014-07-06 15:42:45 +09:00
Naoki Takezoe
606cd83f44
Fix CRLF to LF
2014-07-06 13:19:27 +09:00
Naoki Takezoe
32897c36f9
(refs #341 )Fix compilation error other than date mapping and delete statement
2014-07-06 13:07:05 +09:00
Naoki Takezoe
fd09058a7d
(refs #310 )Convert all CRLF to LF
2014-06-29 04:16:37 +09:00
shimamoto
d2c94909cb
(refs #341 ) Migrate service package.
2014-06-24 02:40:40 +09:00
shimamoto
145c155ba5
Remove unnecessary import.
2014-03-05 14:40:52 +09:00
shimamoto
6f9ef32d96
(refs #292 ) Fix to limit issue result before joins issue labels.
2014-03-05 14:35:49 +09:00
takezoe
b031103df8
(refs #218 )Separate StringUtil#extractCloseId() to add unit test.
2014-03-02 04:49:14 +09:00
odz
8b5414c8f7
Merge branch 'master' into closing-issues-via-commit-messages
...
Conflicts:
src/main/scala/app/PullRequestsController.scala
src/main/scala/servlet/GitRepositoryServlet.scala
2014-02-25 00:07:25 +09:00
takezoe
d683dd2c38
(refs #268 )Fix label filter bug when label contains whitespaces.
2014-02-08 07:04:18 +09:00
odz
dc78dc9b0d
Close issues via commit messages
2013-11-30 18:57:19 +09:00
shimamoto
7afe7fbb5f
(refs #103 ) Add issue comment deletion.
2013-10-21 05:11:53 +09:00
xuwei-k
5a3207ae42
avoid NumberFormatException
2013-10-14 03:26:47 +09:00
takezoe
72b25591a5
Resolve length issue in Slick.
...
https://github.com/slick/slick/issues/170
2013-10-09 03:11:27 +09:00
takezoe
1ebf4276e7
(refs #2 )'Pull Requests' tab in dashboard has been completed.
2013-08-07 03:31:26 +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
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
shimamoto
8409384232
(refs #26 ) Implements the dashboard issue display.
2013-07-30 10:47:46 +09:00
takezoe
1b878b59b8
Use ISSUE_OUTLINE_VIEW to retrieve comment count.
2013-07-26 02:59:51 +09:00
shimamoto
a5f12a50e6
Add view ISSUE_OUTLINE_VIEW.
2013-07-25 20:28:19 +09:00
shimamoto
cb94447290
(refs #26 ) Add Dashboard controller. Uses a common design at issue.
2013-07-24 14:10:17 +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
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
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