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
path: root/vendor
AgeCommit message (Collapse)Author
2019-09-11Convert vendoring to go modules.Ben Kochie
Apply a minimal upgrade to Go modules. * Fix various tests. * Drop vendoring.
2019-08-30Add full HTTP metrics and logging to GitLab pages using LabKitAndrew Newdigate
2019-08-16Merge branch 'security-master-encrypt-cookies' into 'master'Nick Thomas
Security master encrypt cookies See merge request gitlab-org/gitlab-pages!166
2019-08-08Update Prometheus client_golang.Ben Kochie
Update to a more current bugfix release.
2019-07-30Fix recovering gitlab api token from sessionsecurity-master-encrypt-cookiesVladimir Shushlin
Generate signing and encryption secrets from one auth-secret using hkdf
2019-07-10Revert "chore: vendor complete dependency tree"Max Wittig
This reverts commit 27bd4d83cade6a721330e8583874e7c715bf3a26.
2018-10-26Update Prometheus vendoringBen Kochie
Update client_golang and common vendoring to latest release * Improves text rendering performance. * Pin to v0.9.x release.
2018-09-03Merge branch 'master' into authNick Thomas
2018-08-23Merge branch 'bjk/update_prom_vendor' into 'master'Nick Thomas
Update Prometheus vendoring. See merge request gitlab-org/gitlab-pages!105
2018-08-20Update Prometheus vendoring.Ben Kochie
2018-08-20Update vendor github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0Ben Kochie
2018-06-30Add support for private projects and authentication with GitLab APITuomo Ala-Vannesluoma
2018-06-04Switch to a GitLab fork of go-mimedbNick Thomas
2018-04-12Add more gRPC dependenciesJacob Vosmaer
2018-04-05Vendor gRPC and gitlab-pages-protoJacob Vosmaer (GitLab)
2018-03-08Use godirwak.ReadDirentsJacob Vosmaer
2018-03-07Use https://github.com/jshttp/mime-db to populate the mimedbNick Thomas
2018-03-07Add logrusJacob Vosmaer
2018-03-06Switch to govendorJacob Vosmaer
2017-09-08Use namsral/flag to support environment vars for configZeger-Jan van de Weg
2017-06-15Add CORS support to GET requestsNick Thomas
2017-02-07Improve complexity metricsZ.J. van de Weg
Also fixed the dependencies, moved metrics to its own package and updated the tests
2017-02-02Prometheus monitoring for GitLab PagesZ.J. van de Weg
This starts of the prometheus monitoring for GitLab Pages, and resolves gitlab-org/gitlab-pages#42 Point to check: - Are the metric names good, keeping Prometheus' conventions in mind? - Golang, general style etc - Shouldn't I do some voodoo magic to import this in the library?
2016-02-16Update test dependenciesKamil Trzcinski
2016-02-12DaemonizeKamil Trzcinski
2016-02-09Add all dependencies (godep save ./...)Kamil Trzcinski