aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/metadata_test.go
diff options
context:
space:
mode:
authorGravatar Grant Spence <gspence@redhat.com> 2024-05-29 15:41:09 -0400
committerGravatar GitHub <noreply@github.com> 2024-05-29 15:41:09 -0400
commit0ed689e2d0401bc91b0876f3c0f41c89bbf83b34 (patch)
tree08ceabbfbbb593be48dabebccf14d2834175a721 /plugin/kubernetes/metadata_test.go
parent621ffde538e57772783f9e4a0df590d2f0d71beb (diff)
downloadcoredns-0ed689e2d0401bc91b0876f3c0f41c89bbf83b34.tar.gz
coredns-0ed689e2d0401bc91b0876f3c0f41c89bbf83b34.tar.zst
coredns-0ed689e2d0401bc91b0876f3c0f41c89bbf83b34.zip
Generate zplugin.go correctly with third-party plugins (#6692)
Previously, the generation of zplugin.go would not separate third-party external plugins from CoreDNS plugins in the go import block. This leads to the TestImportOrdering unit test failing, as it requires that third-party imports paths to be in a separate import block. While this issue does not affect the main CoreDNS repo, it can cause unit test failures in forks of CoreDNS that include external third-party plugins. Signed-off-by: Grant Spence <gspence@redhat.com>
Diffstat (limited to 'plugin/kubernetes/metadata_test.go')
0 files changed, 0 insertions, 0 deletions
Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/syntax-highlighting.test.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-16Refactor dependency usage (#8076)Gravatar Bjorn Lu 2-46/+17
2023-08-16feat: unflag experimental.assets (#7921)Gravatar Erika 58-752/+589
2023-08-15chore: mergeGravatar Emanuele Stoppa 1-0/+12
2023-08-15Export astro/compiler-runtime and cleanup exports (#8085)Gravatar Bjorn Lu 7-6/+53
2023-08-15Export AstroConfigType properly as type and not as a Zod schema value (#7702)Gravatar Sergey Shishkin 4-4/+10
2023-08-14[ci] formatGravatar natemoo-re 5-36/+41
2023-08-14fix(@astrojs/cloudflare): unsynced astro asset support flag (#8079)Gravatar Alexander Niebuhr 2-1/+6
2023-08-14chore: slim create-astro deps (#8077)Gravatar Nate Moore 9-66/+128
2023-08-14[ci] formatGravatar natemoo-re 1-6/+6
2023-08-14fix: remove react identifierPrefix from client:only (#8075)Gravatar Robin Neal 5-1/+38
2023-08-14[ci] formatGravatar natemoo-re 1-7/+15
2023-08-14Support flags for `astro add` (#8032)Gravatar Nate Moore 2-2/+29
2023-08-14Update types to specify that compress defaults to true (#8072)Gravatar Matthew Phillips 2-4/+9
2023-08-14fix: remove ./dist/jsx/* exports (#8030)Gravatar Nate Moore 2-1/+5
2023-08-14fix(astro): strongly type Astro.self (#7866)Gravatar James Garbutt 2-3/+10
2023-08-14[ci] release (beta) (#8067)astro@3.0.0-beta.2@astrojs/vercel@4.0.0-beta.2@astrojs/react@3.0.0-beta.2@astrojs/markdoc@1.0.0-beta.1@astrojs/internal-helpers@0.2.0-beta.1Gravatar Houston (Bot) 47-77/+114
2023-08-14feat(assets): Add support for passing non-awaited imports to the Image compon...Gravatar Erika 6-7/+53