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
2019-10-02Use more idiomatic way to initialize a struct in domains.gobackstage/gb/separate-domain-source-storageGrzegorz Bizon
2019-09-27Create a factory method for Domains to handle mutex betterGrzegorz Bizon
2019-09-25Do not export disk source internal config typesGrzegorz Bizon
2019-09-25Remove serving package that we do not use yetGrzegorz Bizon
2019-09-25Rename groups package to disk packageGrzegorz Bizon
2019-09-25Generalize project config on a domain levelGrzegorz Bizon
2019-09-24Remove refactoring support comments and improve app.goGrzegorz Bizon
2019-09-24Encapsulate groups config in the source packageGrzegorz Bizon
2019-09-22Remove refactoring stubs and fix go lintGrzegorz Bizon
2019-09-22Separate domain config source from a domainGrzegorz Bizon
2019-09-21Add abstract interfaces for a domain source nad servingGrzegorz Bizon
2019-09-20Make it more explicit how domain config is structuredGrzegorz Bizon
2019-09-20Make it more explicit what a Group and Project isGrzegorz Bizon
2019-09-19Merge branch 'sast-prepare' into 'master'Nick Thomas
2019-09-19Move SAST to the prepare stageAlessio Caiazza
2019-09-18Merge branch 'adding-security-dashboard' into 'master'Alessio Caiazza
2019-09-18Adding SASTDarby Frey
2019-09-17Merge branch 'ac-check-deps' into 'master'Nick Thomas
2019-09-17check go.mod go.sumAlessio Caiazza
2019-09-16Merge branch 'release-1-9' into 'master'v1.9.0Nick Thomas
2019-09-16Release 1.9.0Vladimir Shushlin
2019-09-13Merge branch 'backstage/gb/rename-confusig-domain-struct' into 'master'1-9-stableNick Thomas
2019-09-13Rename confusing domain struct from D to DomainGrzegorz Bizon
2019-09-12Merge branch 'remove-testify-assert' into 'master'Alessio Caiazza
2019-09-12Remove github.com/stretchr/testify/assertNick Thomas
2019-09-11Merge branch 'bjk/bump_modules' into 'master'Nick Thomas
2019-09-11Add additional license overrides.Ben Kochie
2019-09-11Rollback grpc vendoring to 1.19.1.Ben Kochie
2019-09-11Update vendoring to latestBen Kochie
2019-09-11Merge branch 'sync-security-release' into 'master'Nick Thomas
2019-09-11Fix a typo in CHANGELOGNick Thomas
2019-09-11Merge branch 'master' into sync-security-releaseNick Thomas
2019-09-11Merge branch 'bjk/go_mod' into 'master'Nick Thomas
2019-09-11Convert vendoring to go modules.Ben Kochie
2019-09-09Release v1.8.1Vladimir Shushlin
2019-09-09Release v1.7.2Vladimir Shushlin
2019-09-09Release v1.6.3Vladimir Shushlin
2019-09-09Set max-age and secure flag for auth cookiesVladimir Shushlin
2019-09-06Merge branch 'patch-1' into 'master'Nick Thomas
2019-09-06Add golang 1.13 to the ciVladimir Shushlin
2019-09-02Merge branch 'an-use-logkit-metrics' into 'master'Alessio Caiazza
2019-08-30Refactoring to reduce cyclometric complexityAndrew Newdigate
2019-08-30Add full HTTP metrics and logging to GitLab pages using LabKitAndrew Newdigate
2019-08-28Merge branch '1-8-release' into 'master'v1.8.0Alessio Caiazza
2019-08-28Release 1.8.0Vladimir Shushlin
2019-08-28Merge branch 'patch-1' into 'master'Alessio Caiazza
2019-08-28Fix git arguments order in PROCESS.mdVladimir Shushlin
2019-08-26Merge branch 'patch-1' into 'master'Nick Thomas
2019-08-26Remove redundant changelog fields from security templateVladimir Shushlin
2019-08-23Merge branch 'an-use-middleware-handlers' into 'master'Alessio Caiazza