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-01-28Merge branch 'incremental-rollout' into 'master'Alessio Caiazza
Implement support for incremental rollout of the new API based config source See merge request gitlab-org/gitlab-pages!224
2020-01-28Implement support for incremental rolloutKrasimir Angelov
This adds support for specifying rollout strategy via the following attributes: * percentage - integer value that specifies how many % of requests should be enabled * stickiness - if not specified guarantees stickiness for the provided actor. If set to "random" no stickiness is guaranteed.
2020-01-28Merge branch 'domains-updates-duration-metrics' into 'master'Alessio Caiazza
Add domain configuration duration (from disk) to Prometheus metrics See merge request gitlab-org/gitlab-pages!221
2020-01-27Add domain configuration duration (from disk) to Prometheus metricsKrasimir Angelov
2020-01-23Merge branch 'improve-acceptance-tests-readability' into 'master'Alessio Caiazza
Improve acceptance tests readability See merge request gitlab-org/gitlab-pages!226
2020-01-23Merge branch 'release-issue' into 'master'Alessio Caiazza
Move release instructions into issue template See merge request gitlab-org/gitlab-pages!223
2020-01-23Move release instructions into issue templateVladimir Shushlin
2020-01-22Merge branch 'fix-multistringflag-split' into 'master'Alessio Caiazza
Return error if setting an empty value to a MultiStringFlag See merge request gitlab-org/gitlab-pages!218
2020-01-22update acceptance test structure to improve readability and follow the style ↵improve-acceptance-tests-readabilityJaime Martinez
guide
2020-01-22update struct field names for TestAccessControl to follow coding styleJaime Martinez
(cherry picked from commit d6364c55ab51708b3ec92cde07ffa80fa9b84765)
2020-01-22add t.Helper to a test funcJaime Martinez
(cherry picked from commit c4da6ef61d338c19832b99574eaf2dce383be70e)
2020-01-22update error message for multistringflag Set and update unit testJaime Martinez
2020-01-21Merge branch '274-make-gitlab-client-timeout-jtw-token-expiry-configurable' ↵Alessio Caiazza
into 'master' Make GitLab client timeout / JTW token expiry configurable Closes #274 See merge request gitlab-org/gitlab-pages!219
2020-01-21remove func complexity by using a flat struct instead in the unit testsJaime Martinez
2020-01-21use UTC for token expiryJaime Martinez
2020-01-21use flag.Duration for the new configs instead of int64Jaime Martinez
2020-01-20Merge branch '336-1-14-release' into 'master'v1.14.0Alessio Caiazza
Release 1.14.0 See merge request gitlab-org/gitlab-pages!222
2020-01-20Update documentation on how to run with and without -listen-https flagJaime Martinez
2020-01-20remove skipping empty string on split, return error when calling Set with an ↵Jaime Martinez
empty value
2020-01-17Release 1.14.0Vladimir Shushlin
2020-01-17Merge branch 'revert-godirwalk-to-v1-10-12' into 'master'Alessio Caiazza
Revert godirwalk to v1.10.12 See merge request gitlab-org/gitlab-pages!220
2020-01-17Revert godirwalk to v1.10.12Krasimir Angelov
Revert "Merge branch 'master' into 'master'" This reverts commit 1e9f978d74ae0e1d536f1984635021b368802ccb, reversing changes made to 86d619069f226d40d3d0ba97a243db384f133d5f.
2020-01-17add defaultClient helper functionJaime Martinez
2020-01-16run goimports on client test fileJaime Martinez
2020-01-16rename JWT token expiry method to match interfaceJaime Martinez
2020-01-16add -gitlab-client-http-timeout -gitlab-client-jwt-expiry config flagsJaime Martinez
2020-01-16add connection timeout and jwt expiry to mockJaime Martinez
2020-01-16Add http client connection timeout and JWT token expiry as config parametersJaime Martinez
2020-01-16reimplement New client invalid configuration unit testJaime Martinez
2020-01-15update multiple value test caseJaime Martinez
2020-01-15update test case comment for multistring splitJaime Martinez
2020-01-15skip empty string when spliting MultiStringFlagJaime Martinez
2020-01-14Merge branch '328-1-13-release' into 'master'v1.13.0Alessio Caiazza
1.13 Release See merge request gitlab-org/gitlab-pages!217
2020-01-14Release 1.13.0Krasimir Angelov
2020-01-13Merge branch '266-flip-config-source' into 'master'Nick Thomas
Watch a file to configure which domains should use the new gitlab config source See merge request gitlab-org/gitlab-pages!211
2020-01-10Merge branch 'master' into 'master'Alessio Caiazza
dragonfly bsd support by updating godirwalk to v1.14.0 Closes #316 See merge request gitlab-org/gitlab-pages!215
2020-01-10Watch a file to configure which domains should use new gitlab sourceKrasimir Angelov
Instead of passing domains once in an ENV variable we now watcn a config file (specified with `GITLAB_SOURCE_CONFIG_FILE`, defaults to `.gitlab-source-config.yml` and update ednabled/broken domains when it's content change. This way we can control this without having to restart Pages. Related to https://gitlab.com/gitlab-org/gitlab-pages/issues/266.
2020-01-09dragonfly bsd support by updating godirwalk to v1.14.0Karrick S. McDermott
After running `go test` ran `go mod tidy` to cleanup Go module files. Resolves #316
2020-01-07Merge branch 'fix-typos' into 'master'Nick Thomas
Fix Typos See merge request gitlab-org/gitlab-pages!214
2020-01-07Fix TyposYoginth
2020-01-06Merge branch 'fix-slash-issues' into 'master'Nick Thomas
Fix different issues with slashes See merge request gitlab-org/gitlab-pages!209
2019-12-19Ensure that publicPath always ends with "/"Krasimir Angelov
2019-12-17Merge branch 'feature/gb/domains-source-caching-metrics' into 'master'Nick Thomas
Add GitLab API domains source caching metrics Closes #279 See merge request gitlab-org/gitlab-pages!213
2019-12-17Add GitLab API domains source caching metricsGrzegorz Bizon
2019-12-16Merge branch 'feature/gb/enable-gitlab-source-caching' into 'master'Nick Thomas
Add caching on top of gitlab domains source client Closes #280 See merge request gitlab-org/gitlab-pages!210
2019-12-14Introduce API Resolver to make it easier to use cachingGrzegorz Bizon
2019-12-12Fix different issues with slashesKrasimir Angelov
Update code and tests to handle the fact thet API will always return prefix surrounded with slashes (e.g. `/prefix/`) and source.path with trailing slash (e.g. `path/to/public/`).
2019-12-11Add caching on top of gitlab domains source clientGrzegorz Bizon
2019-12-11Merge branch 'feature/gb/gitlab-domains-source' into 'master'Nick Thomas
Add GitLab domains source caching Closes #254 See merge request gitlab-org/gitlab-pages!194
2019-12-11Remove retrieval context that might mask problemsGrzegorz Bizon