Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-10 | add golangci-lint linter (#5499) | 1 | -1/+0 | ||
2022-02-09 | dont panic on empty SRV segments (#5173) | 1 | -0/+3 | ||
Signed-off-by: Chris O'Haver <cohaver@infoblox.com> | |||||
2022-02-09 | remove wildcard query functionality (#5019) | 1 | -12/+0 | ||
Signed-off-by: Chris O'Haver <cohaver@infoblox.com> | |||||
2021-01-24 | Fix import ordering presubmit test (#4422) | 1 | -0/+1 | ||
Automatically submitted. | |||||
2020-09-01 | Fix some typos in comments. (#4100) | 1 | -1/+1 | ||
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com> | |||||
2020-03-30 | remove federation (#3794) | 1 | -2/+0 | ||
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com> | |||||
2020-01-31 | plugin/kubernetes: fix metadata (#3642) | 1 | -4/+2 | ||
Automatically submitted. | |||||
2019-08-13 | Update parse.go (#3122) | 1 | -1/+1 | ||
2018-08-27 | handle blank name and namespaces (#2042) | 1 | -4/+4 | ||
2018-04-18 | plugin/kubernetes: check for bare zone query (#1692) | 1 | -0/+4 | ||
* check for bare zone query * check for bare type query | |||||
2017-09-14 | Remove the word middleware (#1067) | 1 | -0/+112 | ||
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat |