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-17Revert "Circumvent "undefined" working directory"Jacob Vosmaer
This reverts commit bfdff41e27ba8d98061a739a62251731ad8a173f.
2018-05-17Circumvent "undefined" working directoryJacob 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-17Factor out admin unix setupJacob 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-05-16Merge branch 'document-processes' into 'master'Alessio Caiazza
Document some processes as they currently stand See merge request gitlab-org/gitlab-pages!96
2018-05-16Numbered list for release processNick Thomas
2018-05-16Simplify and concretise semverNick Thomas
2018-05-16Create a stable branch for every major or minor releaseNick Thomas
2018-05-16Document some processes as they currently standNick Thomas
2018-05-04Merge branch 'admin-socket-777' into 'master'Nick Thomas
Use permissive unix socket permissions Closes #141 See merge request gitlab-org/gitlab-pages!95
2018-05-04Use permissive unix socket permissionsJacob Vosmaer
2018-04-30Release v0.9.1v0.9.1Nick Thomas
2018-04-30Merge branch '129-restore-inplace-chroot-as-option' into 'master'Nick Thomas
Make the old in-place chroot behaviour available as a command-line flag Closes #129 See merge request gitlab-org/gitlab-pages!92
2018-04-27Restore the old in-place chroot behaviour as a command-line optionNick Thomas
2018-04-26Merge branch '10-fix-dev-urandom-unavailable' into 'master'Nick Thomas
Create /dev/random and /dev/urandom when daemonizing and jailing Closes #10 See merge request gitlab-org/gitlab-pages!93
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-25Merge branch '129-fix-chroot-with-bind-mount' into 'master'Nick Thomas
Clean up the created jail directory if building the jail doesn't work Closes #131 See merge request gitlab-org/gitlab-pages!90
2018-04-25Clean up the created jail directory if building the jail doesn't workNick Thomas
2018-04-24Merge branch 'release-0-9' into 'master'v0.9.00-9-stableNick Thomas
Release v0.9.0 Closes #132 See merge request gitlab-org/gitlab-pages!91
2018-04-24Release v0.9.0Nick Thomas
2018-04-23Merge branch 'grpc-health-unix' into 'master'Nick Thomas
Add gRPC admin health check See merge request gitlab-org/gitlab-pages!85
2018-04-23Add gRPC admin health checkJacob Vosmaer (GitLab)
2018-04-23Merge branch 'golang-lint-download-fix' into 'master'Nick Thomas
Work around golang.org/x/lint download trouble See merge request gitlab-org/gitlab-pages!89
2018-04-23Work around golang.org/x/lint download troubleJacob Vosmaer (GitLab)
2018-04-13Merge branch 'ignore-golint' into 'master'Nick Thomas
Add test dependency to gitignore See merge request gitlab-org/gitlab-pages!88
2018-04-13Merge branch 'require-error' into 'master'Nick Thomas
Use require.NoError instead of assert.NoError See merge request gitlab-org/gitlab-pages!87
2018-04-13Use require.NoError instead of assert.NoErrorJacob Vosmaer (GitLab)
2018-04-13Add test dependency to gitignoreJacob Vosmaer
2018-04-12Merge branch 'grpc-dependencies' into 'master'Nick Thomas
Add more gRPC dependencies See merge request gitlab-org/gitlab-pages!86
2018-04-12Add more gRPC dependenciesJacob Vosmaer
2018-04-10Merge branch 'group-flags' into 'master'Nick Thomas
Make listening flags easier to find See merge request gitlab-org/gitlab-pages!84
2018-04-10Make listening flags easier to findJacob Vosmaer
2018-04-05Merge branch 'gitlab-pages-proto' into 'master'Nick Thomas
Vendor gRPC and gitlab-pages-proto See merge request gitlab-org/gitlab-pages!81
2018-04-05Vendor gRPC and gitlab-pages-protoJacob Vosmaer (GitLab)
2018-04-05Merge branch '120-release-v0.8.0' into 'master'v0.8.0Nick Thomas
Release v0.8.0 Closes #120 See merge request gitlab-org/gitlab-pages!83
2018-04-05Release v0.8.0Nick Thomas