Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-30Add Reconfigure to serving and VFS interfacesJaime Martinez
2019-10-01Refactor the code to use `Serving/LookupPath`Kamil TrzciƄski
This moves the code from the concept of `Project` to use a concept of `LookupPath`. This makes the `LookupPath` to define a `Path` on disk that the data is being served from. This makes the `ACME` to not have special handling, but rather try to serve the file if succeeds, skip GitLab passthrough for ACME.
2019-09-27Unify how we handle custom and group domain in servingGrzegorz Bizon
2019-09-26Initialize domain serving in a Domain typeGrzegorz Bizon
2019-09-25Extract disk serving from domain packageGrzegorz Bizon
2019-09-21Add abstract interfaces for a domain source nad servingGrzegorz Bizon
We use Source to get an information about a domain, and we use Serving to handle a request.