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
..
Pear Merge remote-tracking branch 'watermanio/strict-types' into 1.0 8 years ago
Vcs Urlencode Gitlab project names 8 years ago
ArrayRepository.php Added --type option to search 8 years ago
ArtifactRepository.php Strict type checks of null and bool 8 years ago
BaseRepository.php Clarify output when something is installed in the wrong version, refs #5259 8 years ago
ComposerRepository.php Merge branch '1.1' 8 years ago
CompositeRepository.php Added --type option to search 8 years ago
ConfigurableRepositoryInterface.php Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod 9 years ago
FilesystemRepository.php Missing parent constructor calls. 8 years ago
InstalledArrayRepository.php Fix regression added in 33af9eea95, fixes #1841 11 years ago
InstalledFilesystemRepository.php CS fixes 12 years ago
InstalledRepositoryInterface.php CS fixes 12 years ago
InvalidRepositoryException.php Add InvalidRepositoryException 12 years ago
PackageRepository.php Allow loading of transport-options in package repo, fixes #4991 8 years ago
PathRepository.php Merge remote-tracking branch 'curry684/home-expansion' 8 years ago
PearRepository.php Missing parent constructor calls. 8 years ago
PlatformRepository.php Changed error suppression to Silencer 8 years ago
RepositoryFactory.php Add Fossil support to Composer 8 years ago
RepositoryInterface.php Remove type parameter from RepositoryInterface 8 years ago
RepositoryManager.php Output warning for invalid-looking packagist config, fixes #5404 8 years ago
RepositorySecurityException.php CS fixes 11 years ago
VcsRepository.php fix typo and bugs on Fossil support 8 years ago
WritableArrayRepository.php Reverted inadvertent API change, improved API documentation 9 years ago
WritableRepositoryInterface.php Reverted inadvertent API change, improved API documentation 9 years ago