Branch: refs/heads/master Home: https://github.com/jenkinsci/git-plugin Commit: 7f60a0882f83030ebe7a17d7ad727aa7fbe5b7df https://github.com/jenkinsci/git-plugin/commit/7f60a0882f83030ebe7a17d7ad727aa7fbe5b7df Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com> Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths: M src/main/java/hudson/plugins/git/browser/AssemblaWeb.java M src/main/java/hudson/plugins/git/browser/GitBlitRepositoryBrowser.java M src/main/java/hudson/plugins/git/browser/Gitiles.java M src/main/java/hudson/plugins/git/browser/ViewGitWeb.java Log Message: ----------- Use validateUrl to validate both remote and local browser urls Commit: 7e15c91dfde54594be2e94b26f89e50bea6489bd https://github.com/jenkinsci/git-plugin/commit/7e15c91dfde54594be2e94b26f89e50bea6489bd Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com> Date: 2020-09-25 (Fri, 25 Sep 2020) Changed paths: M src/main/java/hudson/plugins/git/browser/GitRepositoryBrowser.java Log Message: ----------- Allow local hostnames to be validated by the UrlValidator With Apache Commons-Validator version bump, it is now possible to override the generic list of TDLs to add a list of custom TDLs. - The method creates an instance of the domainValidator each time a URL has to be validated - It initialises the UrlValidtor with the updated DomainValidator which enables us to verify local urls as well. Commit: 14861cf0b30a4d4594929e2c675b8b66d79ca2f2 https://github.com/jenkinsci/git-plugin/commit/14861cf0b30a4d4594929e2c675b8b66d79ca2f2 Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com> Date: 2020-09-25 (Fri, 25 Sep 2020) Changed paths: M src/test/java/hudson/plugins/git/browser/AssemblaWebDoCheckURLTest.java Log Message: ----------- Add additional TDL tests from PR-890 Commit: 2f0647b0996664a6fced00044c214d2cccbf478e https://github.com/jenkinsci/git-plugin/commit/2f0647b0996664a6fced00044c214d2cccbf478e Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2020-09-24 (Thu, 24 Sep 2020) Changed paths: M src/main/java/hudson/plugins/git/browser/AssemblaWeb.java M src/main/java/hudson/plugins/git/browser/GitBlitRepositoryBrowser.java M src/main/java/hudson/plugins/git/browser/GitRepositoryBrowser.java M src/main/java/hudson/plugins/git/browser/Gitiles.java M src/main/java/hudson/plugins/git/browser/ViewGitWeb.java M src/test/java/hudson/plugins/git/browser/AssemblaWebDoCheckURLTest.java Log Message: ----------- Merge pull request #967 from rishabhBudhouliya/JENKINS-62261 [JENKINS-62261] Allow URL validation to accept custom TLDs Compare: https://github.com/jenkinsci/git-plugin/compare/ce8063dc9a47...2f0647b09966 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/ce8063-2f0647%40github.com.