You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Calin Marian 862a13a17e Urlencode Gitlab project names
Url encode all non alphanumeric characters in project name for GitLabDriver.

If the project name has "." characters in it, which is supported in Gitlab, the Gitlab API will 404 when requesting the branches or tags of the repository. This commit urlencodes all non alphanumeric characters in the project name in requests to the Gitlab API.
8 years ago
..
FossilDriver.php fix typo and bugs on Fossil support 8 years ago
GitBitbucketDriver.php Add support section to composer data for bitbucket repositories. 8 years ago
GitDriver.php Re-use mirror code from the git driver, refs #5384 8 years ago
GitHubDriver.php Refactor code to use RemoteFilesystem facilities for header parsing, refs #5435 8 years ago
GitLabDriver.php Urlencode Gitlab project names 8 years ago
HgBitbucketDriver.php Add verbosity input support to IOInterface 9 years ago
HgDriver.php Warn users with secure-http disabled once per hostname they access insecurely to avoid bad URLs going by undetected, fixes #5008 8 years ago
PerforceDriver.php Fix CS 9 years ago
SvnDriver.php Skip empty time values 10 years ago
VcsDriver.php Merge remote-tracking branch 'origin/master' into tls-config 9 years ago
VcsDriverInterface.php Fix CS 9 years ago