summaryrefslogtreecommitdiff
path: root/tools/astro-languageserver/src/plugins/html/HTMLPlugin.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/astro-languageserver/src/plugins/html/HTMLPlugin.ts')
0 files changed, 0 insertions, 0 deletions
est/kubernetes_test.go?id=1c53d4130e83aecdbd06d40ed3daaf90e7e26a03&follow=1'>Add fallthrough support for Kubernetes (#626)Gravatar John Belamaric 7-9/+122 * Add fallthrough support for Kubernetes This enables registering other services in the same zone as Kubernetes services. This also re-orders the middleware chain so that Kubernetes comes before other types, in order to make this work out-of-the-box. * Remove extra line 2017-04-18Tracing for gRPC Server (#619)Gravatar John Belamaric 6-11/+72 * Implements tracing in the native gRPC server * Undo some unnecessary changes * Properly revert trace/setup.go this time * Some very very basic tests * Remove warning for non-Trace middleware