These 23 commits are when the Protocol Buffers files have changed:
| Commit: | 8ea0ce3 | |
|---|---|---|
| Author: | Michael Welles | |
| Committer: | GitHub | |
chore: update copyright headers to Istari SPDX format (#305) ## Summary - Update SPDX copyright headers in `retry.py` and `test_retry.py` from `© 2025` to `© 2025-2026` - Update `api.proto` SPDX header from email format to year-range format (`© 2017-2026 Istari Digital, Inc.`) - Remove `<dgraph-admin@istaridigital.com>` email from `__maintainer__` and `__author__` module metadata across 21 Python files Aligns pydgraph copyright headers with the format established in dgraph4j PR #284. **Stacked on top of #304** to incorporate the trivy v0.68.2 → v0.69.3 fix so CI code checks don't fail. (the old release was removed from GitHub). ## Test plan - [x] Verify no files contain old `<dgraph-admin@istaridigital.com>` email in copyright headers - [x] Verify all SPDX headers use year-range format - [ ] CI passes (no functional changes) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| Commit: | fd89337 | |
|---|---|---|
| Author: | Shiva | |
| Committer: | Matthew McNeely | |
change headers and add tests
| Commit: | caed8d9 | |
|---|---|---|
| Author: | Matthew McNeely | |
| Committer: | Matthew McNeely | |
Update proto and generated
| Commit: | 08b2c20 | |
|---|---|---|
| Author: | Matthew McNeely | |
Update proto and generated
| Commit: | 6194f19 | |
|---|---|---|
| Author: | Matthew McNeely | |
Initial upgrade to v25
| 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