Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update v24 from main #680

Merged
merged 28 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e1ac1df
Docs(import data): fix small typo (#641)
Jonathan-Zollinger Sep 5, 2023
d4e08b1
update graphql subscription doc (#645)
rderbier Sep 22, 2023
0a7daea
add Clerk.com config example (#646)
rderbier Sep 22, 2023
af61674
docs(dql):Add docs for unique directive (#644)
shivaji-kharse Sep 22, 2023
bc16536
Docs(GraphQL):add docs for restoreTenant API (#647)
shivaji-kharse Sep 22, 2023
1d30f78
Update RBAC-rules.md (#648)
rderbier Sep 22, 2023
23f05b3
Update release table (#652)
ryanfoxtyler Jan 5, 2024
1037845
Update build.sh
ryanfoxtyler Jan 5, 2024
6813c7a
Update build.sh (#654)
ryanfoxtyler Jan 5, 2024
67d4353
Update CODEOWNERS (#656)
ryanfoxtyler Jan 16, 2024
f630117
Update README.md
rderbier Apr 16, 2024
ed9900d
fix Dgraph Tour link (#665)
ryanfoxtyler May 7, 2024
e2f29d9
Create stale.yml
ryanfoxtyler Jul 10, 2024
9e1bb62
updated badger metrics (#632)
harshil-goel Jul 16, 2024
f000a8f
Docs(GraphQL): Fix typo "directory" vs "directive" (#671)
EronWright Jul 16, 2024
7eea2da
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#672)
dependabot[bot] Jul 16, 2024
5be5639
Docs(Enterprise): Notify that offline restore feature is deprecated (…
kevinmingtarja Jul 18, 2024
0deb50d
Update stale.yml
ryanfoxtyler Jul 18, 2024
e1e31d8
docs(dql): Updated schema alter from date, to datetime (#657)
alexatcanva Jul 18, 2024
faac032
[Docs] Dgraph CLI Reference (#630)
Rajakavitha1 Jul 18, 2024
9353342
chore(diagram): add diagram code (#426)
MichelDiz Jul 26, 2024
6831437
docs(graphql): Update id directive for interfaces (#209) (#382)
MichelDiz Jul 26, 2024
beb9ce8
Docs(other) update Releases table (#673)
ryanfoxtyler Jul 30, 2024
bc44b33
Update netlify.toml
ryanfoxtyler Aug 11, 2024
df1ea1b
Update netlify.toml
ryanfoxtyler Aug 11, 2024
f170fbb
create _redirects (#676)
ryanfoxtyler Aug 11, 2024
77de360
rename cloud path (#678)
ryanfoxtyler Aug 11, 2024
1759fe3
Merge branch 'release/v24.0' into main
ryanfoxtyler Aug 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ Pass custom Go-GRPC example to the runnable by passing a `customExampleGoGRPC` t
**Note:** Runnable doesn't support passing a multiline string as an argument to a shortcode. Therefore, you have to create the whole custom example in a single line string by replacing newlines with `\n`.

## History
add Hypermode banner by updating the hugo-docs repository with topbat template.
add Hypermode banner by updating the hugo-docs repository with topbat template.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ aliases = ["/contribute"]
</a>
</div>
<div class="item">
<a href="{{< relref "/dgraphcloud">}}">
<a href="{{< relref "/cloud">}}">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M12 22V13M12 13L15.5 16.5M12 13L8.5 16.5" stroke="#100C19" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073" stroke="#EF265A" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/></svg>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight = 5
parent = "cloud-admin"
+++

It is possible to drop all data from your Dgraph Cloud backend, and start afresh while retaining the same endpoint. Be careful, as this operation is not reversible, and all data will be lost. It is highly recommended that you [export]({{<relref "dgraphcloud/admin/import-export">}}) your data before you drop your data.
It is possible to drop all data from your Dgraph Cloud backend, and start afresh while retaining the same endpoint. Be careful, as this operation is not reversible, and all data will be lost. It is highly recommended that you [export]({{<relref "cloud/admin/import-export">}}) your data before you drop your data.

In order to drop all data while retaining the schema, click the <kbd>Drop Data</kbd> button under the [Schema](https://cloud.dgraph.io/_/schema) tab in the sidebar.

Expand All @@ -15,7 +15,7 @@ In order to drop all data while retaining the schema, click the <kbd>Drop Data</

In order to do this, call the `dropData` mutation on `/admin/slash`. As an example, if your GraphQL endpoint is `https://frozen-mango.us-west-2.aws.cloud.dgraph.io/graphql`, then the admin endpoint for schema will be at `https://frozen-mango.us-west-2.aws.cloud.dgraph.io/admin/slash`.

Please note that this endpoint requires [Authentication]({{<relref "dgraphcloud/admin/authentication">}}).
Please note that this endpoint requires [Authentication]({{<relref "cloud/admin/authentication">}}).

Please see the following curl as an example.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight = 4

## Exporting and Importing Data in Dgraph Cloud

You can export your data as an Administrator from one Dgraph Cloud backend, and then import this data back into another Dgraph instance or Dgraph Cloud backend. For more information about how to export data in Dgraph Cloud, see [Export data]({{< relref "howto/exportdata/export-data-cloud.md" >}}). You can also export data from Dgraph Cloud programatically using the Dgraph Cloud API. For more information, see [Cloud API documentation]({{< relref "dgraphcloud/cloud-api/backup.md" >}}).
You can export your data as an Administrator from one Dgraph Cloud backend, and then import this data back into another Dgraph instance or Dgraph Cloud backend. For more information about how to export data in Dgraph Cloud, see [Export data]({{< relref "howto/exportdata/export-data-cloud.md" >}}). You can also export data from Dgraph Cloud programatically using the Dgraph Cloud API. For more information, see [Cloud API documentation]({{< relref "cloud/cloud-api/backup.md" >}}).

To import data to Dgraph Cloud, see [live loader]({{< relref "howto/importdata/live-loader.md" >}}).

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ curl "https://${DEPLOYMENT_URL}/admin/slash" \

## Import Data

Import your data back using Dgraph [Live Loader]({{< relref "dgraphcloud/admin/import-export.md#importing-data-with-live-loader" >}}) (requires Docker).
Import your data back using Dgraph [Live Loader]({{< relref "cloud/admin/import-export.md#importing-data-with-live-loader" >}}) (requires Docker).

### Shell Command

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion content/graphql/security/anonymous-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To turn ``/graphql`` endpoint anonymous access off
2. Open the [Access](https://cloud.dgraph.io/_/schema?tab=anon-access) tab.
3. Set ``Anonymous Access`` toggle to ``On`` or ``Off``

With **Anonymous Access** turned ``off``, any client accessing the ``/graphql`` endpoint must pass a valid client or admin [API Key]({{< relref "dgraphcloud/admin/authentication.md" >}}) in ``DG-Auth`` or ``X-Auth-Token`` header.
With **Anonymous Access** turned ``off``, any client accessing the ``/graphql`` endpoint must pass a valid client or admin [API Key]({{< relref "cloud/admin/authentication.md" >}}) in ``DG-Auth`` or ``X-Auth-Token`` header.

With **Anonymous Access** turned ``on`` (Default configuration), you need to further define the permission per ``type`` defined in your GraphQL Schema.

Expand Down
2 changes: 1 addition & 1 deletion content/howto/drop-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can drop data by invoking the `dropData` mutation on `/admin/slash` endpoint

As an example, if your GraphQL endpoint is `https://frozen-mango.us-west-2.aws.cloud.dgraph.io/graphql`, then the admin endpoint for schema will be at `https://frozen-mango.us-west-2.aws.cloud.dgraph.io/admin/slash`.

This endpoint requires [Authentication]({{<relref "dgraphcloud/admin/authentication">}}).
This endpoint requires [Authentication]({{<relref "cloud/admin/authentication">}}).

Here is curl example.

Expand Down
4 changes: 2 additions & 2 deletions content/learn/administrator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ weight = 4
- See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph cluster architecture.
- Get familiar with some terms in the [Glossary]({{< relref "dgraph-glossary.md" >}})
- **Dgraph Cloud**
- Learn from [Dgraph Cloud]({{< relref "dgraphcloud" >}}) section of our documentation.
- Refer to [Administering Tasks]({{< relref "dgraphcloud/admin" >}}).
- Learn from [Dgraph Cloud]({{< relref "cloud" >}}) section of our documentation.
- Refer to [Administering Tasks]({{< relref "cloud/admin" >}}).
- **Dgraph Community and Dgraph Enterprise** (self-managed)
- Refer to [Self-managed cluster]({{< relref "deploy" >}}) to learn how to deploy and manage Dgraph database in a variety of self-managed deployment scenarios.
- [Dgraph Administration]({{< relref "deploy/admin" >}}) describes the admin operations.
Expand Down
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
HUGO_VERSION = "0.91.0"
LOOP = "false"
HOST = "/"

[context.branch-deploy]
command = "./scripts/branchdeploy.sh $DEPLOY_PRIME_URL $HEAD"

[context.branch-deploy.environment]
HUGO_VERSION = "0.91.0"
LOOP = "false"
HOST = "/"

[[plugins]]
package = "@algolia/netlify-plugin-crawler"
[plugins.inputs]
Expand Down
4 changes: 4 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/badger/* /docs/badger:splat 301!
/docs/badger/* https://badger-docs.netlify.app:splat 200!

/docs/dgraphcloud/* /docs/cloud:splat 301!
Binary file removed static/images/.DS_Store
Binary file not shown.
Loading