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 (Expand)Author
2021-04-30 Remove use-legacy-storageJaime Martinez
2021-04-29Use config package in GitLab clientJaime Martinez
2021-04-29Merge branch 'format/errors' into 'master'Jaime Martinez
2021-04-28Handle and return errors in internal/config/feistel
2021-04-26Break redirect code into helpers and validationsNathan Friend
2021-04-23Fix tls test after TLS1.1 removalfeistel
2021-04-23Remove TLS1.0 and TLS1.1 supportfeistel
2021-04-22Fix failing test because comparing the error message against a capialized stringfeistel
2021-04-22Follow error strings conventionfeistel
2021-04-21Remove SSL3 supportfeistel
2021-04-15Update comment about chroot removaltesting-chroot-changesJaime Martinez
2021-04-14Update unit testsJaime Martinez
2021-04-14Return early if allowedPath is the root dirJaime Martinez
2021-04-14Strip chrootPath from allowedPathsJaime Martinez
2021-04-13Use ChrootPath from configJaime Martinez
2021-04-13Handle chrootPath in http_fsJaime Martinez
2021-04-13Remove root from AllowedPathsJaime Martinez
2021-04-13Allow serving zip from disk in chrootJaime Martinez
2021-04-07Log connection attempt errorslog-api-conn-errorsJaime Martinez
2021-04-01Remove pointer to Mutex from Gitlab structJens Lauterbach
2021-03-18Check entry is not expired firstJaime Martinez
2021-03-18Fix tests after rebaseJaime Martinez
2021-03-18Add FF_DISABLE_REFRESH_TEMPORARY_ERROR env variableJaime Martinez
2021-03-18Update function documentationJaime Martinez
2021-03-18Add an refreshedOriginalTimestamp field to entryJaime Martinez
2021-03-18Remove unnecessary locksJaime Martinez
2021-03-18Increase test timeoutJaime Martinez
2021-03-18Use better namingJaime Martinez
2021-03-18Simplify mockJaime Martinez
2021-03-18Handle errored lookup refreshes correctlyJaime Martinez
2021-03-18Do not replace entry when new one failedJaime Martinez
2021-03-16Remove unused LimitListener(), make metrics non-optionalIgor Wiedler
2021-03-16remove unused lockIgor Wiedler
2021-03-16Pass metrics into limiter to better decouple the instrumentationIgor Wiedler
2021-03-16Instrument limit listener for saturation monitoringIgor Wiedler
2021-03-10Merge branch '520-add-flags-to-pages' into 'master'Vladimir Shushlin
2021-03-10Merge branch '520-reconfigure-gitlab-cache' into 'master'Vladimir Shushlin
2021-03-08Set max-conns to 0 by default, making concurrency limit opt-inmax-conns-default-zeroIgor Wiedler
2021-03-05Apply suggestions from feedbackJaime Martinez
2021-03-05Decreaste test cache settingsJaime Martinez
2021-03-04Update flag descriptionJaime Martinez
2021-03-04Add GitLab cache config flagsJaime Martinez
2021-03-04Move config validations to separate fileBalasankar "Balu" C
2021-03-04Add Cache to config pkgJaime Martinez
2021-03-04Move tlsconfig package to be a nested package under configBalasankar "Balu" C
2021-03-02Add use-legacy-storage flagJaime Martinez
2021-03-01Use actual structs in Config struct instead of pointers to themBalasankar "Balu" C
2021-03-01Make Daemon UID and GID uintsBalasankar "Balu" C
2021-03-01Make maxConns flag an Int rather than UintBalasankar "Balu" C
2021-03-01Move configuration parsing to Config packageBalasankar "Balu" C