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-22update error message for multistringflag Set and update unit testJaime Martinez
2020-01-20remove skipping empty string on split, return error when calling Set with an ↵Jaime Martinez
empty value
2020-01-15skip empty string when spliting MultiStringFlagJaime Martinez
2017-09-08Add multiflag support for new flag implementationZeger-Jan van de Weg
In the parent of this commit, I've added a new flag implementation to support config using env vars or a config file. This commits add support for multiflag value setting, when using a csv like structure for those values. This was needed as for those only the first value was being read.
2016-09-09Allow -listen-http, -listen-https and -listen-proxy to be given more than onceNick Thomas
Per issue #13, sometimes you want to listen on more than one port for each type of listener. This commit adds support for that.