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.
1 parent 34e299b commit 121b6ee641c346fe4d4895d5a79af98228ae1720
@Naoki Takezoe Naoki Takezoe authored on 26 Jul 2014
Showing 13 changed files
View
src/main/scala/model/Profile.scala
View
src/main/scala/model/package.scala
View
src/main/scala/service/AccountService.scala
View
src/main/scala/service/ActivityService.scala
View
src/main/scala/service/IssuesService.scala
View
src/main/scala/service/LabelsService.scala
View
src/main/scala/service/MilestonesService.scala
View
src/main/scala/service/PullRequestService.scala
View
src/main/scala/service/RepositorySearchService.scala
View
src/main/scala/service/RepositoryService.scala
View
src/main/scala/service/SshKeyService.scala
View
src/main/scala/service/WebHookService.scala
View
src/main/scala/servlet/PluginActionInvokeFilter.scala