These 22 commits are when the Protocol Buffers files have changed:
Commit: | ecc2fbf | |
---|---|---|
Author: | Ryan Fox-Tyler | |
Committer: | GitHub |
chore: normalize copyrights (#265) **Description** Normalize copyrights across repo. **Checklist** - [X] Code compiles correctly and linting passes locally
The documentation is generated from this commit.
Commit: | 881f14c | |
---|---|---|
Author: | Aman Mangal | |
Committer: | GitHub |
add support for big float and fix tests (#246)
Commit: | eed1fcd | |
---|---|---|
Author: | ShivajiKharse | |
Committer: | GitHub |
add vector support (#220)
Commit: | 1aeb49d | |
---|---|---|
Author: | Abhimanyu Singh Gaur | |
Committer: | GitHub |
chore: Sync dgo + deprecate Slash endpoint method (GRAPHQL-1141) (#167) This PR does following things: * Make transaction context more robust (Ref: https://github.com/dgraph-io/dgo/pull/146) * Deprecate `DgraphClient.clientStubfromSlashEndpoint` (Ref: https://discuss.dgraph.io/t/regarding-slash-cloud-dgraph-endpoints-in-the-clients/13492) * Fix a test to work with dgraph v21.03 * Fix typo in CHANGELOG.md
Commit: | 72ce458 | |
---|---|---|
Author: | Abhimanyu Singh Gaur | |
Committer: | GitHub |
feat: add loginIntoNamespace API on clients (GRAPHQL-1058) (#166) This PR does the following things: * sync `api.proto` with `dgo` * add `loginIntoNamespace` api on `DgraphClient` and `DgraphAsyncClient` * fix a documentation issue in README.md and also add docs about this feature.
Commit: | f858602 | |
---|---|---|
Author: | Abhimanyu Singh Gaur | |
Committer: | GitHub |
feat: Add support for RDF response (DGRAPH-2659) (#160) This PR updates `api.proto` to reflect the latest gRPC API. In addition, it also adds client methods to query RDF in a transaction.
Commit: | 1324663 | |
---|---|---|
Author: | Aman Mangal | |
Committer: | Aman Mangal |
Add docs for background indexing, update api.proto
Commit: | d7ba735 | |
---|---|---|
Author: | Aman Mangal | |
Committer: | GitHub |
Sync proto files with dgo (#121)
Commit: | 589cb9b | |
---|---|---|
Author: | Aman Mangal | |
Committer: | GitHub |
Update grpc API to support Multiple Mutations in future (#101)
Commit: | 1e35cb2 | |
---|---|---|
Author: | Animesh Chandra Pathak | |
Committer: | GitHub |
Add support for upsert block (#88)
Commit: | 577260c | |
---|---|---|
Author: | Lucas Wang |
Addeng best effort flag, shorten ACL test timing to match changes in dgraph
Commit: | b4bf3bf | |
---|---|---|
Author: | Lucas Wang | |
Committer: | GitHub |
added logic for ACL and upgraded the code to be usable with java 11 (#80)
Commit: | cab0eed | |
---|---|---|
Author: | Lucas Wang | |
Committer: | Daniel Mai |
Readonly support, separating integration tests and unit tests etc (#71) * Added a gradle task to refresh the api.proto file from dgo, separated the integration tests from the unit tests, switching to use the port 7180 for testing * Added support for read only transactions * Rewording the doc for setting up dgraph alpha server * Added one more test * Changing the copyright notice to 2018 only
Commit: | 25bc26a | |
---|---|---|
Author: | Deepak Jois |
Releasing dgraph4j 1.5.0
Commit: | 6c3d3c8 | |
---|---|---|
Author: | Deepak Jois | |
Committer: | Deepak Jois |
Update api.proto
Commit: | 382c8e1 | |
---|---|---|
Author: | Janardhan Reddy |
update
Commit: | a274803 | |
---|---|---|
Author: | Janardhan Reddy | |
Committer: | Janardhan Reddy |
add option to choose client/server side linerizability
Commit: | a5293c2 | |
---|---|---|
Author: | Deepak Jois | |
Committer: | Deepak Jois |
Incorporate protobuf changes in Dgraph v1.2.0
Commit: | 7978fed | |
---|---|---|
Author: | Deepak Jois |
Update to latest api.proto
Commit: | 7aa77ad | |
---|---|---|
Author: | Deepak Jois |
Update to latest protocol buffers
Commit: | d614c75 | |
---|---|---|
Author: | Deepak Jois | |
Committer: | Deepak Jois |
Update task.proto
Commit: | 5b458ec | |
---|---|---|
Author: | Deepak Jois |
Working client for Dgraph w/ transactions