These 18 commits are when the Protocol Buffers files have changed:
Commit: | 15afa71 | |
---|---|---|
Author: | Ryan Fox-Tyler | |
Committer: | GitHub |
chore: normalize copyrights (#262)
The documentation is generated from this commit.
Commit: | cfa70e0 | |
---|---|---|
Author: | Aman Mangal | |
Committer: | GitHub |
update proto file to support bigfloat data type (#255)
Commit: | 7248ddb | |
---|---|---|
Author: | Aman Mangal | |
Committer: | GitHub |
update proto to make it consistent with dgraph-io/dgo (#237)
Commit: | de6e863 | |
---|---|---|
Author: | Aman Mangal | |
Committer: | GitHub |
cleanup README, compose files and doc links (#194)
Commit: | d81466a | |
---|---|---|
Author: | Joshua Goldstein | |
Committer: | GitHub |
chore(ci): add ci to pydgraph (#192) * remove screenshots * add .venv to gitignore * add workflow * update example * move to workflow dirrectory * add python version * add trivy workflow * remove get go part of workflow * add issue template * update copyright * update requirements.txt * update python version * change form target to pr * add more pr targets * fix yaml error * yaml fix * fetch dgraph binary * typo * typo * typo' * Update docker-compose.yml * revert requirements.txt changes * revert requirement change in examples
Commit: | b4aded9 | |
---|---|---|
Author: | Anurag Sharma |
Add hash to response and txn context. Prepare for release v21.03
Commit: | 2541d44 | |
---|---|---|
Author: | Anurag Sharma |
Update Pydgraph client to support login into namespace
Commit: | 4790ecb | |
---|---|---|
Author: | Anurag Sharma |
Add response to proto
Commit: | 105c33b | |
---|---|---|
Author: | Aman Mangal | |
Committer: | Aman Mangal |
Update api.proto and add docs for indexing in background
Commit: | bcb346e | |
---|---|---|
Author: | Aman Mangal | |
Committer: | Martin Martinez Rivera |
Sync proto files with dgo (#104)
Commit: | 6f8f5f7 | |
---|---|---|
Author: | Aman Mangal | |
Committer: | GitHub |
Update API to support Conditional Upsert (and Multiple Mutations) (#77)
Commit: | ab5c746 | |
---|---|---|
Author: | Aman Mangal | |
Committer: | Aman Mangal |
Copy api.proto from dgo
Commit: | ff8e326 | |
---|---|---|
Author: | Martin Martinez Rivera | |
Committer: | GitHub |
Add ACL support (#60)
Commit: | b24d82e | |
---|---|---|
Author: | Martin Martinez Rivera | |
Committer: | GitHub |
Add support for best-effort queries. (#53)
Commit: | 72bc251 | |
---|---|---|
Author: | Martin Martinez Rivera | |
Committer: | GitHub |
Update protobufs to match those in dgo and fix tests. (#36) * Update protobuf definitions to match those in the Go client. * Fix tests to default to port 9180 and update README file. * Fix Travis script and import statement in generated file.
Commit: | 65e9f03 | |
---|---|---|
Author: | Garvit Pahal |
Add option for server-side linearizability
Commit: | 3c25a72 | |
---|---|---|
Author: | Garvit Pahal |
Add upsert and lang fields to api.SchemaNode
Commit: | 4a53f8e | |
---|---|---|
Author: | Garvit Pahal |
Add protogen.py, update dependencies and refactor