Serves a website to access Git repositories with computed and serialized inhabitants.
A type class for heterogeneous vector of inhabitation Results
Type class instances to build up result vectors
Wrapper for a configured location relative to which inhabitation results are stored.
A collection of persistable inhabitation results.
Cleans trailing double slashes of urls.
Cleans trailing double slashes of urls.
Turns http://foo.bar/baz/
into http://foo.bar/baz
.
To do anything useful this requires the following routing entry (present in org.combinators.cls.git.Routes):
GET /*path/ org.combinators.cls.git.URLCleanup.untrail(path)
Collection of type class instances to build up result vectors
An empty collection of inhabitation results.
Serves a website to access Git repositories with computed and serialized inhabitants. To get the website, just inherit from this class, implement the abstract fields/methods in
myresults.MyResults
and route like this:If there are multiple inhabitants they go into branches of the git hostet at
/myresults/myresults.git
.