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
2018-05-23Ban leading tildedelete-site-rpcJacob Vosmaer
2018-05-17Fix NewServer invocationJacob Vosmaer
2018-05-17Document why we chdirJacob Vosmaer
2018-05-17Assume pages root is working dirJacob Vosmaer
2018-05-17Add existince checks to DeleteSiteJacob Vosmaer
2018-05-17go vetJacob Vosmaer
2018-05-17More realistic exampleJacob Vosmaer
2018-05-17End to end test for DeleteSiteJacob Vosmaer
2018-05-17Disallow path starting with '.'Jacob Vosmaer
2018-05-17Better sanity checkJacob Vosmaer
2018-05-17Add path traversal testsJacob Vosmaer
2018-05-17Use other importJacob Vosmaer
2018-05-17Add testdataJacob Vosmaer
2018-05-17Add rpc call in testJacob Vosmaer
2018-05-17WIP grpc testJacob Vosmaer
2018-04-27Restore the old in-place chroot behaviour as a command-line optionNick Thomas
2018-04-26Create /dev/random and /dev/urandom when daemonizing and jailingNick Thomas
Go on Linux normally uses the getrandom() syscall to get entropy. However, this is onl available for Linux version >= 3.17 Making /dev/random and /dev/urandom available in the chrooted jail allows the daemon to operate correctly on these systems. It's important to handle this automatically, as the previous workaround of manually creating these character devices is made more difficult by the use of a random directory in $TMPDIR.
2018-04-25Clean up the created jail directory if building the jail doesn't workNick Thomas
2018-04-23Add gRPC admin health checkJacob Vosmaer (GitLab)
2018-04-13Use require.NoError instead of assert.NoErrorJacob Vosmaer (GitLab)
2018-03-29Make certificate parsing thread-safeJacob Vosmaer
2018-03-29Put domain code in a separate packageJacob Vosmaer (GitLab)
2018-03-23Fix SSL artifacts requests on macosJacob Vosmaer (GitLab)
2018-03-21Add /etc/resolv.conf and /etc/ssl/certs to pages chrootAlessio Caiazza
2017-11-23Return 503 until pages are loaded for the first timeKamil TrzciƄski
2017-10-02Rework the artifacts proxy to operate within Pages group domainsNick Thomas
2017-09-08Add an artifacts proxy to GitLab PagesJ. Shuster
2017-04-26Support for statically compressed gzip content-encodingJohn Papandriopoulos