Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement webhook branch filter (#7791) | WGH | 2019-09-09 | 1 | -2/+3 |
| | | | | | | | | * Fix validate() function to handle errors in embedded anon structs * Implement webhook branch filter See #2025, #3998. | ||||
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+2 |
| | | | Signed-off-by: Tamal Saha <tamal@appscode.com> | ||||
* | Fix lax comparison in validation tests (#7815) | WGH | 2019-08-12 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | If you add t.Logf("%+v %+v", actual, testCase.expectedErrors) to the test code, you'll notice that only Errors' Messages are being compared: --- PASS: Test_ValidURLValidation/Invalid_schema (0.00s) binding_test.go:43: [Url] [Url] FieldNames and Classification are ignored in comparison. Moreover, an Errors slice with a single Error with empty message is formatted as '[]' (the same as empty slice), which is also error-prone. I discovered this when working on #7791 when one test which was not supposed to pass did pass. https://play.golang.org/p/qC4wVLrm4NG This commit changes the test to do the comparison properly. | ||||
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -6/+0 |
| | |||||
* | Better URL validation (#1507) | Lauris BH | 2017-04-19 | 1 | -0/+62 |
* 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 |