You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to embed a rsdoctor server in our platform that can read the output of the builds but this will happen outside of the build itself. Currently it appears brief mode and writeDataJson: are writing only a subset of data in the manifest and what appears to be hashes of that data in directories. Perhaps I'm wrong?
What does the proposed API look like?
I believe that the json data may need to be multiple files and those files may need to have a reference and version attached to them so the schema can be updated by the rsdoctor team over time.
The text was updated successfully, but these errors were encountered:
You can try using output.compressData: false, so the data will not be compressed. Under the [outputDir]/.rsdoctor folder, there will be categorized JSON data, but they will be divided into several files based on a certain data size. You can use JavaScript to concatenate them into a complete JSON. I'm not sure if this meets your needs.
What problem does this feature solve?
We want to embed a rsdoctor server in our platform that can read the output of the builds but this will happen outside of the build itself. Currently it appears
brief
mode andwriteDataJson:
are writing only a subset of data in the manifest and what appears to be hashes of that data in directories. Perhaps I'm wrong?What does the proposed API look like?
I believe that the json data may need to be multiple files and those files may need to have a reference and version attached to them so the schema can be updated by the rsdoctor team over time.
The text was updated successfully, but these errors were encountered: