Raphael

Results 29 issues of Raphael

### What you wanted to do. adds new metrics (/jemalloc, /state, /health, /debug/vars, /metrics) to be collected when running the debuginfo update the flag option to allow multiple metrics. See...

kind/enhancement
dgraph
v21.12
area/observability

Context : Users use @auth rules provided in the Graphql schema with @custom DQL queries. See https://discuss.dgraph.io/t/wip-auth-rules-custom-dql-query/13926 and PR https://github.com/dgraph-io/dgraph/pull/7775

kind/feature
area/graphql
dgraph
v21.12

From https://dgraph-community.slack.com/archives/C0535D17KCK/p1686868659070189 https://dgraph.io/docs/graphql/mutations/upsert/ says that Dgraph does not support nested update. We should point to GraphQL - DQL interop and an page explaining how to do it with customer resolver.

Make it clear in the doc that all features exposed through Zero endpoint are not available in cloud. Especially assign UIDs.

bug

Explain the export /import in multitenant depending on the user (super admin or tenant admin). Explain the format of the files generated by an export (and in the case the...

bug

Mention that query must be URL encoded ( e.g ";" character). Mention that best practice is to use POST because of GET limitation on the URL length and code injections.

bug

Due to page changes we have some 404 to correct. Either by redirecting at nginx level or by updating the reference. https://github.com/dgraph-io/dgraph-docs/pull/488