Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857
2018-02-23Add DNS verification to Pages custom domainsNick Thomas
2018-01-08Generate HTTP URLs for custom Pages domains when appropriateNick Thomas
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-24Update tests for new version of shoulda-matchersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-06Allow numeric pages domainDrew Blessing
Previously, `PagesDomain` would not allow a domain such as 123.example.com. With this change, this is now allowed, because it is a perfectly valid domain.
2017-03-25Fix RSpec/DescribeSymbol cop violationsRobert Speicher
2017-02-01Update validates_hostname to 1.0.6 to fix a bug in parsing ↵Nick Thomas
hexadecimal-looking domain names
2017-02-01Fix Rubocop offensesGrzegorz Bizon
2017-02-01Update commentsKamil Trzcinski
2017-02-01Verify trusted certificate chainKamil Trzcinski
2017-02-01Pages domain model specsKamil Trzcinski