aboutsummaryrefslogtreecommitdiffstats
path: root/modules/validation
Commit message (Collapse)AuthorAgeFilesLines
* Better URL validation (#1507)Lauris BH2017-04-194-0/+417
* Add correct git branch name validation * Change git refname validation error constant name * Implement URL validation based on GoLang url.Parse method * Backward compatibility with older Go compiler * Add git reference name validation unit tests * Remove unused variable in unit test * Implement URL validation based on GoLang url.Parse method * Backward compatibility with older Go compiler * Add url validation unit tests