More user-friendly project watching

This commit is contained in:
Šesták Vít
2016-02-19 12:47:00 +01:00
parent a64f7c540b
commit 12f43f4b32
9 changed files with 151 additions and 25 deletions

View File

@@ -24,6 +24,9 @@ final case class ReportInfo(
def bare = copy(subprojectNameOption = None, fullId = fullId.takeWhile(_ != '/'))
def isBare = subprojectNameOption.isEmpty
def isNotBare = !isBare
}
object ProjectsWithReports{