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

Added C# official client and other minor changes #4568

Merged
merged 7 commits into from Apr 1, 2020

Conversation

prashant-shahi
Copy link
Contributor

@prashant-shahi prashant-shahi commented Jan 14, 2020

  • Added C# official client
  • removed mention of python 2.x
  • changed mention of Dgraph version from 1.0.x to 1.1.x

This change is Reviewable

Docs Preview: Dgraph Preview

- removed mention of python 2.x
- changed mention of Dgraph version from 1.0.x to 1.1.x
Copy link
Contributor

@martinmr martinmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one minor comment but otherwise it :lgtm:

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @danielmai, @MichaelJCompton, and @prashant-shahi)


wiki/content/clients/index.md, line 61 at r1 (raw file):

We also have [example](https://github.com/dgraph-io/Dgraph-dotnet/tree/master/source/Dgraph-dotnet.examples)
projects, which contains an working examples of how to use the C# client.

Suggestion for this sentence:

The [example](link to page) page contains working examples of how to use this client.

@sleto-it
Copy link
Contributor

Thanks for working on this!

Please do not merge until we are fully ready to declare it officially supported (e.g. until the main child issues of the epic are solved as well)

Do we want to have it as first in the list (as it is now) or move it at the bottom (after Python) and keep Go as first client as it is in https://docs.dgraph.io/clients/. Probably this second option?

And hey - the preview feature rocks!

@MichaelJCompton
Copy link
Contributor

Looks fine ... only is is I'd expect that by the time we drop this it'll be supporting Dgraph 1.2.0

Copy link
Contributor Author

@prashant-shahi prashant-shahi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaelJCompton I think even if this PR gets merged, it will only be available from docs.dgraph.io/master, and later from main docs if this commit gets picked for the new release.

But yeah, we can wait till the fork is replaced and other required docs are updated.

Reviewable status: 0 of 1 files reviewed, 2 unresolved discussions (waiting on @danielmai, @martinmr, and @MichaelJCompton)

a discussion (no related file):
@sleto-it I placed it at first to go along with the usual alphabetical ordering.
Your suggestion sounds also right since Go client documentation is more elaborative that other clients cloud relate.



wiki/content/clients/index.md, line 61 at r1 (raw file):

Previously, martinmr (Martin Martinez Rivera) wrote…
We also have [example](https://github.com/dgraph-io/Dgraph-dotnet/tree/master/source/Dgraph-dotnet.examples)
projects, which contains an working examples of how to use the C# client.

Suggestion for this sentence:

The [example](link to page) page contains working examples of how to use this client.

Done.

Signed-off-by: Prashant Shahi <prashant@dgraph.io>
Copy link
Contributor

@MichaelJCompton MichaelJCompton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 4 unresolved discussions (waiting on @danielmai, @martinmr, @MichaelJCompton, and @prashant-shahi)


wiki/content/clients/index.md, line 444 at r3 (raw file):

## C\#

The official C# client [can be found here](https://github.com/dgraph-io/Dgraph-dotnet).

url is going to be

https://github.com/dgraph-io/dgraph.net

that'll nee changing for all the urls here


wiki/content/clients/index.md, line 451 at r3 (raw file):

We also have a [example](https://github.com/dgraph-io/Dgraph-dotnet/tree/master/source/Dgraph-dotnet.examples)
page, which contains working examples of how to use the C# client.

I'd say don't include this. There's instructions on the readme in the repo, that's good enough ... and this link won't exist in the end.

Signed-off-by: Prashant Shahi <prashant@dgraph.io>
Copy link
Contributor Author

@prashant-shahi prashant-shahi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 4 unresolved discussions (waiting on @danielmai, @martinmr, and @MichaelJCompton)


wiki/content/clients/index.md, line 444 at r3 (raw file):

Previously, MichaelJCompton (Michael Compton) wrote…

url is going to be

https://github.com/dgraph-io/dgraph.net

that'll nee changing for all the urls here

Done.


wiki/content/clients/index.md, line 451 at r3 (raw file):

Previously, MichaelJCompton (Michael Compton) wrote…
We also have a [example](https://github.com/dgraph-io/Dgraph-dotnet/tree/master/source/Dgraph-dotnet.examples)
page, which contains working examples of how to use the C# client.

I'd say don't include this. There's instructions on the readme in the repo, that's good enough ... and this link won't exist in the end.

Done.

Copy link
Contributor

@MichaelJCompton MichaelJCompton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 1 files reviewed, 4 unresolved discussions (waiting on @danielmai, @martinmr, and @MichaelJCompton)

wiki/content/clients/index.md Outdated Show resolved Hide resolved
@prashant-shahi prashant-shahi merged commit 0e90415 into master Apr 1, 2020
@prashant-shahi prashant-shahi deleted the prashant/dot-net-client branch April 1, 2020 15:36
prashant-shahi added a commit that referenced this pull request Apr 1, 2020
* Added C# official client and other minor changes
* addressing comment

Signed-off-by: Prashant Shahi <prashant@dgraph.io>
(cherry picked from commit 0e90415)
@sleto-it
Copy link
Contributor

sleto-it commented Apr 6, 2020

Thanks. Needs backport to the 20.03 documentation.
The dgraph.net repository is still private, though. I'd suggest we do not backport before it becomes public

danielmai pushed a commit that referenced this pull request May 1, 2020
* Added C# official client and other minor changes
* addressing comment

Signed-off-by: Prashant Shahi <prashant@dgraph.io>
(cherry picked from commit 0e90415)
danielmai pushed a commit that referenced this pull request Jul 28, 2020
* Added C# official client and other minor changes
* addressing comment

Signed-off-by: Prashant Shahi <prashant@dgraph.io>
(cherry picked from commit 0e90415)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Documentation related issues.
Development

Successfully merging this pull request may close these issues.

None yet

4 participants