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
DOC-689 | Fix toolchain, improve cURL example rendering (#538)
* Check for server ready using IPv4 localhost
* Re-add heredoc for curl requests with body, fix rendering of command
* headers object always defined at this point
* Remove highlight.js
* Fix README link to datasets.json
* Replace batch request examples with manual code
logCurlRequestPlain is not compatible with new toolchain
* Don't unnecessarily JSON.stringify payload in /_api/collection/{coll}/responsibleShard example
* Try non-raw logCurlRequest for import examples
* Using an inline regex seems to break the toolchain?
The second openRepoStream message is missing and arangoproxy not responding to requests if you do?!
* Remove Docker Compose version field
* Typo
* Trying to escape header values seems to break the toolchain
* Make batch request examples generated again
* Apply to 3.10, 3.11, 3.13
* Skip compilation for ArangoDB for arangodb/enterprise too
* Strip off hotfix suffix from image tag to determine upstream branch
* Also handle enterprise image when pulling
* Guard against sporadic failure in some async job examples
Fetching the result can return HTTP 204 which means the job is still queued
* [skip ci] Automatic commit of generated files from CircleCI
* Add comment about alternative solution
---------
Co-authored-by: CircleCI Job <[email protected]>
0 commit comments