Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Unigraph

Creating a universal, searchable personal knowledge base that integrates with your existing workflows.
Collective - Host: opensource - https://opencollective.com/unigraph-dev - Website: https://unigraph.dev - Code: https://github.com/unigraph-dev

Merge pull request #51 from unigraph-dev/type-alias-representations

feat: add schema representation for type aliases

github.com/unigraph-dev/unigraph-dev - 015ee7be68eb9f2ec52977518004c23830182d7b authored over 3 years ago by Sophia Xu <[email protected]>
feat: add schema representation for type aliases

github.com/unigraph-dev/unigraph-dev - ada55bd9fa6f38dc9ad950e4c6bc6bb557b02108 authored over 3 years ago by Sophia Xu <[email protected]>
chore(tests): Add basic test for k-random nodes (#7758)

Add some sanity tests for the k-random nodes argument.

github.com/unigraph-dev/dgraph - 018517b00d7bec228f901efff1ea3fc3cb4396d2 authored over 3 years ago by Ahsan Barkati <[email protected]>
chore(debug): use z.Histogram in debug tool (#7761)

There is duplication of code for Histogram. That already exists in z package.

github.com/unigraph-dev/dgraph - 41eb36f2e2a628b4b922a92e5a91bd9ab927c2df authored over 3 years ago by Naman Jain <[email protected]>
Update Ristretto to bring in new Buffer and Tree API (#7747)

github.com/unigraph-dev/dgraph - 9e1337b97a2d82995147cebb46f48a3f0180819e authored over 3 years ago by Ajeet D'Souza <[email protected]>
opt(GraphQL): filter existence queries on GraphQL side instead of using @filter(type) (#7757)

For the existence queries we used to do:
query {\n Cuisine_1(func: eq(Cuisine.name, \"yaMqnmH...

github.com/unigraph-dev/dgraph - 690fbbe05386a1234cb4b67807767651aa07ecac authored over 3 years ago by Naman Jain <[email protected]>
fix(export): Fix facet export of reference type postings to JSON format (#7744)

Fix the export of facets in the JSON format and add integration
test for export for various cas...

github.com/unigraph-dev/dgraph - aff03e57e117787d992eb32135c8ce49eb2a695b authored over 3 years ago by Ahsan Barkati <[email protected]>
fix: Prevent proposal from being dropped accidentally (#7741)

Each proposal in alpha has a unique key but this unique key is not
guaranteed to be unique. We ...

github.com/unigraph-dev/dgraph - 986b7f6c21631149cc749b7ff802e44db17f33da authored over 3 years ago by Ibrahim Jarif <[email protected]>
Fix(graphql): Fix error message of lambdaOnMutate directive (#7751)

The error message used to contain `--graphql_lambda_url" flag.
This flags has been deprecated. ...

github.com/unigraph-dev/dgraph - eb7dc76b29bba08680c646f80e0609ab92b8b906 authored over 3 years ago by Ahsan Barkati <[email protected]>
feat(Query): Add random keyword in DQL (#7693)

This change implements the `random` function argument.
If an argument `random: k` is provided t...

github.com/unigraph-dev/dgraph - 0b014419874a16a60ff94ede669c0a0214a6ae87 authored over 3 years ago by Samyak Sarnayak <[email protected]>
Update README.md

github.com/unigraph-dev/unigraph-dev - d9ff68707f8cca8df006639d6c012dd0cfd099d1 authored over 3 years ago by Sophia Xu <[email protected]>
feat: Neo4j CSV to RDF Converter (#7545)

* feat: Neo4j to CSV Converter

* Fixed formatting issues

* Merged review feedback and adde...

github.com/unigraph-dev/dgraph - 8b1cfdc6f3371436625a1d40c31260233b6aad3e authored over 3 years ago by Anand Chandrashekar <[email protected]>
Merge pull request #50 from unigraph-dev/import-support

feat: import from json support

github.com/unigraph-dev/unigraph-dev - ebf4793b6eebe432382e34a29d83de9956c3e4cd authored over 3 years ago by Sophia Xu <[email protected]>
feat: import from json support

github.com/unigraph-dev/unigraph-dev - 673b9424991dce9c7fc5fa15c65cdbc224a09a9d authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #49 from unigraph-dev/filter-view

feat: filters and filter unions

github.com/unigraph-dev/unigraph-dev - 0b3b5a229e023edbcae6d6d86505b5955ef62924 authored over 3 years ago by Sophia Xu <[email protected]>
feat: filters and filter unions

github.com/unigraph-dev/unigraph-dev - fa96ca6908342ea9c7080a02273ac06abcc49ae5 authored over 3 years ago by Sophia Xu <[email protected]>
Feat(GRAPHQL): This PR allows updatable and nullable @id fields. (#7736)

Currently, @id fields are not updatable and also we enforce them to be non-null.
In this PR we ...

github.com/unigraph-dev/dgraph - 6b447b5f10600b0dbc5009e150507d9dad6200dc authored over 3 years ago by Jatin Dev <[email protected]>
Merge pull request #48 from unigraph-dev/subscription-fix

feat: terminates subscriptions when websocket disconnects

github.com/unigraph-dev/unigraph-dev - 8c570c97205844c9dbeee87485935293cc2c6f98 authored over 3 years ago by Sophia Xu <[email protected]>
feat: terminates subscriptions when websocket disconnects

github.com/unigraph-dev/unigraph-dev - 350d44a16930a4a9ea177cfb782d6625e30d9f13 authored over 3 years ago by Sophia Xu <[email protected]>
chore(test): Remove Ratel from tests and example configs. (#7738)

* chore(standalone): Remove dgraph-ratel.
* chore(standalone): Remove EXPOSE port for Ratel.
*...

github.com/unigraph-dev/dgraph - f896081ad6cb0d6b744f8ab067d22bb231724e98 authored over 3 years ago by Daniel Mai <[email protected]>
Merge pull request #47 from unigraph-dev/packaging-support

Packaging support

github.com/unigraph-dev/unigraph-dev - 8b1c8edb7bcef02c89a3fd3194337df52e8ae272 authored over 3 years ago by Sophia Xu <[email protected]>
fix: dependencies

github.com/unigraph-dev/unigraph-dev - 88cf4513f4d7299b0d09064fb0bb8a11b3a8d8f9 authored over 3 years ago by Sophia Xu <[email protected]>
fix: directory refs

github.com/unigraph-dev/unigraph-dev - 13e372789dee40200dc0958a74606da6605b1daf authored over 3 years ago by Sophia Xu <[email protected]>
lint: fix lint settings temporarily

github.com/unigraph-dev/unigraph-dev - c5d5f7df3332fba693b59369612a44c6e858344e authored over 3 years ago by Sophia Xu <[email protected]>
fix: problem in conflicting directories

github.com/unigraph-dev/unigraph-dev - 83db98ed2ddbba37f942f454c2ba6f4caf2ca168 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add end-to-end automation for electron

github.com/unigraph-dev/unigraph-dev - dbc65a2715924f39d8bcb311c949c962da1018ef authored over 3 years ago by Sophia Xu <[email protected]>
feat: package script

github.com/unigraph-dev/unigraph-dev - 68e1cd541ca9e5b957e1d5bc02dfa7df1a165741 authored over 3 years ago by Sophia Xu <[email protected]>
feat: initial local app support

github.com/unigraph-dev/unigraph-dev - fee1ebdba7e2f50168f36dfce8e906abe3ad7bb6 authored over 3 years ago by Sophia Xu <[email protected]>
add electron package script

github.com/unigraph-dev/unigraph-dev - 2bda080ffbd161f0227698699dfc60509a545826 authored over 3 years ago by Sophia Xu <[email protected]>
feat: initial electron support

github.com/unigraph-dev/unigraph-dev - e68dd7710253540e706bf3524fce6e674029fd20 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #46 from unigraph-dev/specs-and-tests-for-union-dt

fix: entity utils shoould work now

github.com/unigraph-dev/unigraph-dev - 4df3e3b85a305685d08ad02d493b40a58340fa84 authored over 3 years ago by Sophia Xu <[email protected]>
Merge branch 'master' into specs-and-tests-for-union-dt

github.com/unigraph-dev/unigraph-dev - 95cef315998222599470fc59c8821eb0d6e76fdb authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #45 from unigraph-dev/export-in-view

feat: export to json

github.com/unigraph-dev/unigraph-dev - 28b415cb63e6b3d2e83a5aefb747fd04ef19f101 authored over 3 years ago by Sophia Xu <[email protected]>
fix: entity utils shoould work now

github.com/unigraph-dev/unigraph-dev - 0758edb9e085e264ead382eda881b1250b1d1771 authored over 3 years ago by Sophia Xu <[email protected]>
feat: export to json

github.com/unigraph-dev/unigraph-dev - 39fe0ec48833eee46970dc973e3de97326dc9703 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #44 from unigraph-dev/semantic-unions

Semantic unions

github.com/unigraph-dev/unigraph-dev - 87f7e2052351473cd2d38ad83649d5c5a7e94a5c authored over 3 years ago by Sophia Xu <[email protected]>
feat: using union types in semantic properties

github.com/unigraph-dev/unigraph-dev - 82fcddb6d8da4b847ba93ad06ad3d9472407762e authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #43 from unigraph-dev/fix-tagnames

fix: tag view rendering issues

github.com/unigraph-dev/unigraph-dev - a70a1786a4e0b404ef979dfb8d6fb5d426364bc3 authored over 3 years ago by Sophia Xu <[email protected]>
fix: tag view rendering issues

github.com/unigraph-dev/unigraph-dev - c7069b985238e1ceb35761208e8cb048cd17e08f authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #42 from unigraph-dev/demo-apps-enhancements

feat: enhanced demo apps

github.com/unigraph-dev/unigraph-dev - af15768995b5f98c4e813b74409cea9404194df3 authored over 3 years ago by Sophia Xu <[email protected]>
feat: enhanced demo apps

github.com/unigraph-dev/unigraph-dev - 354ad591bc48c6b6bc793aff78c8e0506279f495 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #41 from unigraph-dev/dynamic-types

Dynamic types

github.com/unigraph-dev/unigraph-dev - 7c8533d07aba510786dca197baec8706f155d7a1 authored over 3 years ago by Sophia Xu <[email protected]>
fix: racing condition when creating schema

github.com/unigraph-dev/unigraph-dev - 34a1bd3850e2e9df4c01fec99767fe4b76b8f31e authored over 3 years ago by Sophia Xu <[email protected]>
feat: add union interfaces

github.com/unigraph-dev/unigraph-dev - 9a8ed9811272f45f07359efc190a8e2648f1e036 authored over 3 years ago by Sophia Xu <[email protected]>
docs: add docs for disjoint union

github.com/unigraph-dev/unigraph-dev - fc2d8fa0848901cca975cfe533233407fa93e8ce authored over 3 years ago by Sophia Xu <[email protected]>
feat: now supports union types

github.com/unigraph-dev/unigraph-dev - 872edc86e09af4ffad6ff0d9ba9137e3dc7d3c7e authored over 3 years ago by Sophia Xu <[email protected]>
feat(GraphQL): Disallow DQL schema changes for predicates used in GraphQL schema (DGRAPH-3245) (#7742)

See [Discuss Issue](https://discuss.dgraph.io/t/disallow-dql-schema-changes-for-predicates-used-...

github.com/unigraph-dev/dgraph - c9345c86d71ee6dbd977fee4b2b64017689d37b5 authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
fix(GraphQL): fix auth query rewriting with ID filter (#7740)

Fixes GRAPHQL-1159.

github.com/unigraph-dev/dgraph - 355eea40a176f5cf6542b4a5c7a18c77aff9ffe3 authored over 3 years ago by minhaj-shakeel <[email protected]>
fix(live): make live loader progress on a cluster with very high maxUid (#7743)

This PR fixes the following case:
If we have a cluster that cannot lease out new UIDs because i...

github.com/unigraph-dev/dgraph - ad64c018d99d25cbe2daa4241d8bb80831981ec7 authored over 3 years ago by Naman Jain <[email protected]>
Merge pull request #40 from unigraph-dev/explorer-designing

polish: user experience polish

github.com/unigraph-dev/unigraph-dev - c2a853af247945ef81eb5bc055a0b0408e4190db authored over 3 years ago by Sophia Xu <[email protected]>
polish: user experience polish

github.com/unigraph-dev/unigraph-dev - 9f06af2662fd4102034aaab4685924274b13f5d8 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #39 from unigraph-dev/object-editor

feat: object editor first pass

github.com/unigraph-dev/unigraph-dev - a13644bc73c0fc8c97c2e0dc4070f717b39204f9 authored over 3 years ago by Sophia Xu <[email protected]>
feat: object editor first pass

github.com/unigraph-dev/unigraph-dev - 38ad2aedae7cb4b90f23ee676599098256ba83e4 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #38 from unigraph-dev/dynamic-object-creator

feat: recursive object editor

github.com/unigraph-dev/unigraph-dev - e09bade905ec03c99436a61e12d17e38d5364d19 authored over 3 years ago by Sophia Xu <[email protected]>
feat: recursive object editor

github.com/unigraph-dev/unigraph-dev - 61b1b3d57ad7efea6f6a591c4167b9ee9ac23587 authored over 3 years ago by Sophia Xu <[email protected]>
fix(Chunker): don't delete node with empty facet in mutation (#7737)

* don't delete node with empty facet mutation

* documentation

* add note to get CI passing

github.com/unigraph-dev/dgraph - 3328826b859717946bc86afb4f13bc59a192e2ee authored over 3 years ago by Karl McGuire <[email protected]>
[BREAKING] fix(usability): make force-namespace flag compulsory in live loader for galaxy user (#7731)

This change will be breaking because --force-namespace flag was optional for galaxy users earlie...

github.com/unigraph-dev/dgraph - 64b3b8504265a4dd46ee5994506d06642385ad40 authored over 3 years ago by Naman Jain <[email protected]>
Merge pull request #37 from unigraph-dev/explorer-ui-polish

feat: items with tag + new home screen

github.com/unigraph-dev/unigraph-dev - f3415dbb62e9e45598dcf415643f5b4b348079db authored over 3 years ago by Sophia Xu <[email protected]>
Merge branch 'master' into explorer-ui-polish

github.com/unigraph-dev/unigraph-dev - ed2180e275ab6948fee101939d45608e78721a89 authored over 3 years ago by Sophia Xu <[email protected]>
Update README.md

github.com/unigraph-dev/unigraph-dev - d557c590379291bad7291a338dda17e5088e28fb authored over 3 years ago by Sophia Xu <[email protected]>
feat: items with tag + new home screen

github.com/unigraph-dev/unigraph-dev - ec3eacb04aca6727b3ee48c55a85cdf48ef137c4 authored over 3 years ago by Sophia Xu <[email protected]>
fix(DQL): optimize query for has function with offset. (#7727)

Fixes DGRAPH-574.

This PR reduces the latency of the `has` function slightly. For example the...

github.com/unigraph-dev/dgraph - 214c5dfba758b96334fe319839987a658d8612f0 authored over 3 years ago by minhaj-shakeel <[email protected]>
Merge pull request #36 from unigraph-dev/namespace-support

feat: namespace and package management

github.com/unigraph-dev/unigraph-dev - de9736903ed121c633229b36a39986bb1dbae512 authored over 3 years ago by Sophia Xu <[email protected]>
docs: add relevant documentations.

github.com/unigraph-dev/unigraph-dev - 90fe20f5427239f5f4f8b2df1852a2e6bf950f9b authored over 3 years ago by Sophia Xu <[email protected]>
feat: namespace and package management

github.com/unigraph-dev/unigraph-dev - 9fc1125b765a2bbd5c300d4ad9a8a6038d0030c7 authored over 3 years ago by Sophia Xu <[email protected]>
Feat(GraphQL): This PR allows @id field in interface to be unique across all the implementing types. (#7710)

Currently, @id fields in the interface are unique only in one implementing type. But there are s...

github.com/unigraph-dev/dgraph - 69c83890a4511677a17dcb53935fcedf12c8a875 authored over 3 years ago by Jatin Dev <[email protected]>
Merge pull request #35 from unigraph-dev/fix-common-modules

fix: fix common module style

github.com/unigraph-dev/unigraph-dev - 0003c59c51945e51f306f535bbbd4fe7d17a9c18 authored over 3 years ago by Sophia Xu <[email protected]>
fix: fix common module style

github.com/unigraph-dev/unigraph-dev - 7bf1a361003b2ae11e1794a36064fd1280632948 authored over 3 years ago by Sophia Xu <[email protected]>
Fix(GraphQL): Add filter in DQL query in case of reverse predicate (#7728)

* Add code

* Fix GraphQL schemagen with reverse Dgraph predicates (#7689)

(cherry picked f...

github.com/unigraph-dev/dgraph - 17435010e7edea02b99d5c2989b2c2712ed2567b authored over 3 years ago by vmrajas <[email protected]>
Merge pull request #34 from unigraph-dev/explorer-polish

Explorer polish

github.com/unigraph-dev/unigraph-dev - 2a05291d5231779e631975981a38cfdbb3aa0643 authored over 3 years ago by Sophia Xu <[email protected]>
fix: correctly build graph data structure

github.com/unigraph-dev/unigraph-dev - f57b0e9c2b0dd76dd9f24101dd5d91f9884d5d07 authored over 3 years ago by Sophia Xu <[email protected]>
rfct: now uses HOC to render subscribed objects

github.com/unigraph-dev/unigraph-dev - 740fdf852de4a51ce5c7d3d0b65f6aefd03be5cb authored over 3 years ago by Sophia Xu <[email protected]>
fixing readme for dgraph after latest release (#7732)

github.com/unigraph-dev/dgraph - b950da082a8e5280bce04e531811f7f85244f0a1 authored over 3 years ago by aman bansal <[email protected]>
Merge pull request #33 from unigraph-dev/app-registry

docs: add docs for apps

github.com/unigraph-dev/unigraph-dev - 7d82ede0aff8239ef4f748574e3dbff628d57bf4 authored over 3 years ago by Sophia Xu <[email protected]>
docs: add docs for apps

github.com/unigraph-dev/unigraph-dev - f8a643224d99a01bb18a4c1dcd48a7a506f4715d authored over 3 years ago by Sophia Xu <[email protected]>
fix(lease): prevent ID lease overflow (#7724)

github.com/unigraph-dev/dgraph - d4c6b7c4d8f2c35a1a742dcc95c21471434b8295 authored over 3 years ago by Naman Jain <[email protected]>
fix(lsbackup): Fix profiler in lsBackup (#7729)

Make lsbackup use the right conf for profiler.

github.com/unigraph-dev/dgraph - 3e03bf5c7675bf71763b4ab50f2eb00d0e92426b authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(bulk): throw the error instead of crashing (#7722)

github.com/unigraph-dev/dgraph - a4d74d4c664609f8406a81e1b9eb50c370832efb authored over 3 years ago by Naman Jain <[email protected]>
fix(ee): GetKeys should return an error (#7713)

github.com/unigraph-dev/dgraph - 36139b40105524b801f4d4f05967ebbad2f487f0 authored over 3 years ago by Ajeet D'Souza <[email protected]>
Fix(GraphQL): Fix GraphQL encoding in case of empty list (#7726)

* Fix output node rewriting in case of null list

* Fix lint

github.com/unigraph-dev/dgraph - 9e8ab992b2c38e18f89f40bdb698e272a9c402ce authored over 3 years ago by vmrajas <[email protected]>
fix(compose): Set the IP address range correctly.

github.com/unigraph-dev/dgraph - 54d416db2bfd5295fcf93d63c5c40df81e6793b8 authored over 3 years ago by Manish R Jain <[email protected]>
feat(compose): Allow incoming 100.x.x.x connections.

github.com/unigraph-dev/dgraph - ffd2c58d529ca3c4c359505122fa15c02ac20055 authored over 3 years ago by Manish R Jain <[email protected]>
fix(cdc): Show namespace info in event meta (#7721)

This PR sets the namespace in the cdc event metadata.

I've also changed the type of key from ...

github.com/unigraph-dev/dgraph - 06d7284e8c283683a6606fc5083f1b316016e8e1 authored over 3 years ago by Ibrahim Jarif <[email protected]>
chore(compose): Add a flag to specify hostname (#7723)

Add a flag --hostname in the compose tool to make the tool generate
compose file with alpha an...

github.com/unigraph-dev/dgraph - dda30dca6bb39830c1610365bba55c826b156f91 authored over 3 years ago by Ahsan Barkati <[email protected]>
chore: Remove sensitive information when logging proposal (#7711)

* Move sanitization to a function
* Fix linting

github.com/unigraph-dev/dgraph - 0376948eef4fa928427fd700fbf77689b1921368 authored over 3 years ago by Rohan Prasad <[email protected]>
feat(compose): Add setup for CDC with Kafka. (#7720)

The compose tool now has flags for --cdc and --cdc_consumer.

* --cdc runs Zookeeper and Kafka...

github.com/unigraph-dev/dgraph - 34da5ea59407eb4633723f812ebf8cbb5794fb9f authored over 3 years ago by Daniel Mai <[email protected]>
fix(raftwal): take snapshot after restore (#7719)

We should propose a snapshot immediately after the restore to prevent the restore from being rep...

github.com/unigraph-dev/dgraph - 72cebd1349e21f48e756c9ba9df4cbe98017ae9a authored over 3 years ago by Naman Jain <[email protected]>
fix(pagination): Fix after for regexp, match functions (#7700)

* fix(pagination): Fix after for regexp, match functions
* Add test for pagination with other f...

github.com/unigraph-dev/dgraph - c11a607247412dd4ada02490a23fd25fabd491a1 authored over 3 years ago by Rohan Prasad <[email protected]>
opt(predMove): hot tablet move (#7703)

Currently, the writes are blocked on the tablet that is being moved. Shard movement can take a w...

github.com/unigraph-dev/dgraph - 717f17a80362c4d870c7c74dd053a161ec3f3b60 authored over 3 years ago by Naman Jain <[email protected]>
fix(query): Prevent multiple entries for same predicate/type in schema mutations. (#7715)

* fix(query): Prevent multiple entries for the same predicate/type in mutations.

Fixes DGRAPH...

github.com/unigraph-dev/dgraph - 96407afba59fed850e897bf7c54559e3d4e3a07b authored over 3 years ago by Rohan Prasad <[email protected]>
[BREAKING] perf(Transactions): Run transactions concurrently (#7694)

This PR introduced concurrent mutation processing. It does so in this way:
- We receive a txn w...

github.com/unigraph-dev/dgraph - dd6bcb8f037ff2309427e5bb6e2273bc9b7e9a3e authored over 3 years ago by Manish R Jain <[email protected]>
update embargo environment and instructions (#7707)

* fix for embargo that fails when installling on python 3.9.0
* fix includes instructions on py...

github.com/unigraph-dev/dgraph - b4a6db58f959a4dbd0922316734f7f66d02468b4 authored over 3 years ago by Joaquin Menchaca <[email protected]>
Convert numbers correctly in SuperFlags (#7712)

github.com/unigraph-dev/dgraph - f05f1a6c87cb887f86d60d4a7cccdc268e385014 authored over 3 years ago by Ajeet D'Souza <[email protected]>
fix(GraphQL): fix @cascade with Pagination for @auth queries. (#7695)

Fixes GRAPHQL-1130.

(cherry picked from commit 828e98a9db2642513121031ff51b1915b5a52084)

github.com/unigraph-dev/dgraph - ceadb6de05afe10cd928c27dbb19192fdf9fa3f3 authored over 3 years ago by minhaj-shakeel <[email protected]>
fix(vault): Hide ACL flags when not required (#7701)

(cherry picked from commit 8046affa696233d6a842b77251d9f6d7954737ee)

github.com/unigraph-dev/dgraph - 91c4967c3e5f5706b1e3ab9fd172f4ee368e9cda authored over 3 years ago by Ajeet D'Souza <[email protected]>
chore: update dgo module from v200 to v210 (#7702)

(cherry picked from commit 38d6e40e9e467d9aef239fbf5b9b7bd8ead63824)

github.com/unigraph-dev/dgraph - c35b9742eadc40dae0d1690fae667dd928c5eb52 authored over 3 years ago by Naman Jain <[email protected]>
[BREAKING] feat(flags): expand badger to accept all valid options (#7677)

Makes --badger flag to accept all the valid badger options (except Logger & EncryptionKey). Addi...

github.com/unigraph-dev/dgraph - edf4f0affc8e97c8d429fe0d1f9d9e916977606a authored over 3 years ago by Naman Jain <[email protected]>
[BREAKING] chore(flags): move encryption_key_file and 2 other flags under superflag (#7681)

Moves encryption_key_file under NEW encryption super flag.
Moves abort_older_than flag in alpha ...

github.com/unigraph-dev/dgraph - 25ee7c0d857272b0384bc4ee3d7bb1c4b46c6e57 authored over 3 years ago by Naman Jain <[email protected]>