Skip to content

Tags: dolan-in/dgman

Tags

v2.2.0

Toggle v2.2.0's commit message
Add a health check

v2.2.0-preview2

Toggle v2.2.0-preview2's commit message
Fix panic

v2.2.0-preview1

Toggle v2.2.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #107 from dolan-in/matthewmcneely/improve-reverse-…

…edge-functionality

feat: add managed reverse edge support

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #105 from dolan-in/matthewmcneely/upgrade-to-dgrap…

…h-v25

Upgrade dgo to v25

v2.1.0-preview2

Toggle v2.1.0-preview2's commit message
Auto add unique tag when upsert used

v2.1.0-preview1

Toggle v2.1.0-preview1's commit message
Support for Dgraph v25

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add dgo v24 support and new Dgraph types (#104)

* Update dgo to v240

* Update build action

* Update json-iterator package

* Update func to handle `omitzero` json tag

* Update custom JSON encoder to ignore "Zero" time vals

* Fix type name

* Update dgo version and use dgo interfaces throughout

* Revert to dgo v240

* Add floats to mutate test

* Add support for big.Float (dgraph 'bigfloat')

* Add support for vector embeddings

* Add test for vector similarity search

* Update readme

* Update action to parallelize tests

* Add check for dgraph.type flag

* Revert floats from common test struct

* Remove logging

* Update tests for new type

* Revert code to use environment variable

* Remove unneeded check

* Simplify test

* Adopt logr package; rework vector tag parsing

Add tests

* Update tests

* Add dropAll ops to the start of all tests to minimize collisions

* Add logging to key operations

* Delete unused member variable

* Add schema-retrieval func

* Add support for Dgraph's unique directive

* Simplify vec similarity test

* Update README

* Update root func test

* Add context to panic

* Improve checking of required tokenizers

Add tests

* Add tests

* Handle JSON tag options correctly

* Temporarily change module name for testing

* Fix go.mod path

* Fix (again) the go.mod path

* Revert module declaration

* Pull newer version of Dgraph

* Fix path issue

v2.0.0-alpha.4

Toggle v2.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix empty fields being included parent nested mutation (#97)

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added multi language support on predicate schema (#86)

* added multi language support on predicate schema

* fix schema unit test

v2.0.0-alpha.2

Toggle v2.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix unique check on update (#83)

* fix unique check on update

* added unit tests