aboutsummaryrefslogtreecommitdiffstats
path: root/modules/validation/helpers_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-3/+3
| | | | | * Fix various doc, user-facing, and source comment typos Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Validate External Tracker URL Format (#7089)mrsdizzie2019-05-311-0/+67
| | | | | | | | | | | | | | | | | | * Validate External Tracker URL Format Add some validation checks for external tracker URL format. Fixes #7068 * Don't make {index} a hard requirement * Fix Description * make fmt * move regex to package level * fix copyright date
* Improve URL validation for external wiki and external issues (#4710)Lauris BH2018-08-151-0/+90
* Improve URL validation for external wiki and external issues * Do not allow also localhost address for external URLs