Updates Backend usage documents and makes global cache unexperimental#1303
Conversation
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
* Editorial changes from review comments. * Other changes from review comments. * Renamed the "using RPCAPI" file to get consistent naming. * Added text on adding batch from a file with zmb(). * Added comments on IDN domain names.
mattias-p
left a comment
There was a problem hiding this comment.
So far I haven't looked at all at Using-Zonemaster-Backend-RPCAPI.md, and I've only got half way through Using-Zonemaster-Backend-for-batch-testing.md.
Regarding Using-Zonemaster-Backend-for-batch-testing.md I think the outline is excellent! But I have lots of comments on little language things.
Co-authored-by: Mattias Päivärinta <mattias@paivarinta.se>
Co-authored-by: Mattias Päivärinta <mattias@paivarinta.se>
mattias-p
left a comment
There was a problem hiding this comment.
I think it's great to get some how-to guides, and in particular it's great to have documentation on batching.
I found a few tiny nits in the remainder of the PR that I didn't look through before, but all in all this is great to have.
| To get a more readable output, pipe the command through `jq`: | ||
|
|
||
| ```sh | ||
| zmb version_info | jq |
There was a problem hiding this comment.
Maybe it would be helpful to use the -S option for jq in our options. That way you get more stable outputs when copying commands from our documentation.
There was a problem hiding this comment.
Good suggestion, but in next iteration.
|
@mattias-p, @tgreenx och @matsstralbergiis, please re-review. |
mattias-p
left a comment
There was a problem hiding this comment.
I only found a missing capitalization.
…esting.md Co-authored-by: Mattias Päivärinta <mattias@paivarinta.se>
Purpose
The main purpose of this PR is to create a document for Backend batch usage. As a result of the work the following updates are proposed:
zmbandzmtestinstead ofcurl.Context
Decision on F2F to document running batches.
PR will be created in Engine to make global cache unexperimental.
How to test this PR
Review and comment. Anything missing?