From 5b56cb675fb3b7ad58c5de28760bc19f63a575bb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 20 Oct 2021 06:21:54 +0300 Subject: Add AllowFrom to server side schedulers JSON schema --- TODO.md | 2 ++ samples/dtail.schema.json | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/TODO.md b/TODO.md index 9235785..8f6bdbd 100644 --- a/TODO.md +++ b/TODO.md @@ -17,3 +17,5 @@ This is a loose list of what to do. Maybe for the next releae or maybe for a lat [ ] Integration test for dtail in serverless mode [x] Integration test for dtail normal mode [ ] Document how to run ingeration tests +[ ] dserver scheduled queries integration test +[ ] fix scheduled queries JSON schema diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 9bba4c9..bf07525 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -374,6 +374,12 @@ "Enable": { "type": "boolean" }, + "AllowFrom": { + "type": "array", + "items": { + "type": "string" + } + }, "TimeRange": { "type": "array", "items": [ -- cgit v1.2.3