Proto commits in dgraph-io/dgo

These 48 commits are when the Protocol Buffers files have changed:

Commit:337c8b7
Author:Shivaji Kharse
Committer:GitHub

Add import API for Dgraph v25 (#228)

The documentation is generated from this commit.

Commit:8f280c6
Author:shivaji-dgraph

add import apis

Commit:08ce38a
Author:Aman Mangal
Committer:GitHub

upgrade to Go v1.23 and prepare for v250 release (#249)

Commit:c900a9a
Author:Aman Mangal
Committer:GitHub

Add initial API for running DQL for v25 API (#234)

Commit:e0f2028
Author:Aman Mangal
Committer:GitHub

Add API for Allocating UIDs, Timestamp and NS IDs from Zero (#237)

Commit:ec45891
Author:shivaji-dgraph
Committer:shivaji-dgraph

Add import API for Dgraph v25

Commit:9f8244b
Author:Aman Mangal
Committer:Aman Mangal

Add API for Allocating UIDs from Zero

Commit:2843f02
Author:Aman Mangal
Committer:GitHub

Add Alter API for Dgraph v25 (#232)

Commit:3ac9b92
Author:Aman Mangal
Committer:GitHub

feat(namespaces): add v25 protos for interacting with namespaces (#226)

Commit:e2b41cb
Author:Aman Mangal
Committer:GitHub

Revert "add grpc API for interacting with namespaces (#216)" (#225) This reverts commit e636963a7cf88e098565e18fc52de2c8d0a893be. We would add this to v2 APIs instead.

Commit:fed51fd
Author:Ryan Fox-Tyler
Committer:GitHub

chore: align repo conventions (#223)

Commit:e636963
Author:Aman Mangal
Committer:GitHub

add grpc API for interacting with namespaces (#216)

Commit:6e59191
Author:Aman Mangal
Committer:GitHub

upgrade protobuf library to use Google's protobuf (#178)

Commit:c03f4ee
Author:Harshil Goel
Committer:GitHub

Add Big Float to api.Value (#93) Co-authored-by: harshil <harshil@dgraph.io>

Commit:7b8d289
Author:Bill Province
Committer:GitHub

add support for vector data types (#177)

Commit:c88607f
Author:Aman Mangal
Committer:GitHub

cleanup the repo (#156) The PR does the following: * improves README * removes deepsource.yml and tesh.sh * fixes import order * adds golangci.yml and fixes linter issues * updates copyright year to 2023 * fixes Makefile for proto generation

Commit:4c8247e
Author:Naman Jain
Committer:GitHub

Revert "protos: add logs field in Metrics (#150)" (#151) This reverted change is not needed. This reverts commit d3f867f.

Commit:d3f867f
Author:Naman Jain
Committer:GitHub

protos: add logs field in Metrics (#150)

Commit:95bfd74
Author:Naman Jain
Committer:GitHub

feat(txn): add hash field in txncontext (#146) This PR adds the hash field in Request and TxnContext. These changes will be needed by dgraph-io/dgraph#7659 which makes the transactions more robust.

Commit:e0a5bde
Author:Naman Jain
Committer:GitHub

feat(multi-tenancy): remove label from NQuad, add namespace in Login method (#141)

Commit:a38d5ea
Author:parasssh
Committer:GitHub

add response headers in the api.Response protobuf. (#136)

Commit:c5d7b90
Author:Tiger

add resp format as enum add txn methods Signed-off-by: Tiger <rbalajis25@gmail.com>

Commit:f41d047
Author:Tiger

add support for rdf streaming Signed-off-by: Tiger <rbalajis25@gmail.com>

Commit:53c7d5b
Author:Aman Mangal
Committer:GitHub

Use background flag for computing indexes in background (#118)

Commit:c7a0267
Author:Aman Mangal
Committer:GitHub

Add total_ns field in Latency object (#107)

Commit:2007f08
Author:Aman Mangal
Committer:GitHub

Stop returning var values in upsert response (#103) We are returning response to the queries in an upsert. If user needs the values of variables used in upsert, it can look at the response of the query now, instead. This PR also updates pb number for metrics in api.Response.

Commit:5b2d530
Author:பாலாஜி

Merge branch 'master' of https://github.com/dgraph-io/dgo into balaji/metrics Signed-off-by: பாலாஜி <balaji@dgraph.io>

Commit:062f560
Author:Pawan Rawal
Committer:GitHub

Return mutated uids as part of the api.Response (#102) Variables used in mutations along with the uids that they represent are now returned as part of Response.Vars.

Commit:77a85d2
Author:பாலாஜி ஜின்னா

num_uids Signed-off-by: பாலாஜி ஜின்னா <balaji@dgraph.io>

Commit:042759a
Author:பாலாஜி ஜின்னா

add uint64 Signed-off-by: பாலாஜி ஜின்னா <balaji@dgraph.io>

Commit:d476a81
Author:பாலாஜி ஜின்னா

add metrics Signed-off-by: பாலாஜி ஜின்னா <balaji@dgraph.io>

Commit:dd13326
Author:Aman Mangal
Committer:Daniel Mai

breaking change: Merge Mutate and Query endpoint into Query endpoint. (#77) * Add Upsert function * One endpoint for running queries and mutations * Remove deprecated fields from various structs

Commit:8c33afc
Author:Martin Martinez Rivera
Committer:GitHub

Rename transport_ns to assign_timestamp_ns. (#74) The network delays happen while waiting for a timestamp from zero so I am renaming that variable to be more accurate.

Commit:3b57e1c
Author:Aman Mangal
Committer:GitHub

Add support for conditional upsert (#69)

Commit:f244ef6
Author:Martin Martinez Rivera
Committer:GitHub

Add field in Latency to include transport time. (#73)

Commit:ba1b50a
Author:Aman Mangal
Committer:GitHub

Add query field to api.Mutation for upsert mutation block (#61)

Commit:0b25cbb
Author:Martin Martinez Rivera
Committer:GitHub

Add DropOp options to drop predicate and types. (#55)

Commit:087e431
Author:Martin Martinez Rivera
Committer:GitHub

Add drop_data field to api to drop data except schema and types. (#53) This change adds API support for a new operation called drop_data which will drop all the data but not the schema nor the types. This is useful when the schema will be resued after dropping the data and the schema is large enough that recreating it might take more than a couple seconds.

Commit:a5d1318
Author:srfrog

add best_effort field to Request proto

Commit:abefccd
Author:srfrog

schema response field is deprecated.

Commit:b1500f3
Author:Lucas Wang
Committer:GitHub

Adding acl support (#30)

Commit:b3e2fd7
Author:Manish R Jain

Switch back to gofast, which uses Go protobuf library.

Commit:81b99c2
Author:srfrog

Updating protos to gogoprotobuf with fewer allocs and reflection. Bringing API inline with server protos.

Commit:1e7766a
Author:Manish R Jain

Allow readonly transactions, which can utilize the same readonly timestamp, instead of requesting a new one each time. This is more efficient.

Commit:ed3c52b
Author:Manish R Jain

Add a Preds field in TxnContext to allow Zero to abort transactions during a predicate move.

Commit:4ae250a
Author:Janardhan Reddy
Committer:Janardhan Reddy

add option for server level linerizability

Commit:27e9733
Author:Pawan Rawal

Add upsert and lang fields to api.SchemaNode.

Commit:3b3fd1d
Author:Pawan Rawal
Committer:GitHub

Add y and protos/api package here (#1) * Move protos/api package here. * Add proto files. * Update year