Added support for comparison of scans

This commit is contained in:
Šesták Vít
2017-12-08 10:18:25 +01:00
parent 2e21f78105
commit 39ba123efc
5 changed files with 45 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ GET / controllers.Application.homepage()
GET /api/table controllers.Statistics.table()
GET /api/all-dependencies.json controllers.Statistics.allDependencies(selector: Option[String])
GET /api/all-dependencies-verbose.json controllers.Statistics.allDependenciesVerbose(selector: Option[String])
POST /api/compare-scan controllers.Statistics.compareScan()
GET /status controllers.Application.index(versions: Map[String, Int] = Map())
GET /versions controllers.Application.index(versions: Map[String, Int])
GET /dependencies controllers.Application.dependencies(classified: Option[Boolean] = None, requiredTags: Seq[Int] ?= Seq(), noTag: Boolean ?= false)