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

feat(Dgraph): Add ability to change size of caches through the admin interface. (#6644)

The endpoints have been changed from lruMb to cacheMb to reflect that this
is changing the valu...

github.com/unigraph-dev/dgraph - b6a90600f8a51245b86686b83e5e1bd034a2af5a authored about 4 years ago by Martin Martinez Rivera <[email protected]>
docs: Document listBackups GraphQL endpoint. (#6663)

github.com/unigraph-dev/dgraph - a86b4d8933abc11c14914f909cbd27ba80b912b3 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
docs: Document restoreStatus GraphQL endpoint. (#6664)

github.com/unigraph-dev/dgraph - ed481b14b732567a9f2baa0f817079032c2eaa13 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
fix(config): Set glog -v flag correctly from config files. (#6678)

This fixes setting glog's v config option when set via a config file (e.g., YAML).

This chang...

github.com/unigraph-dev/dgraph - 8e39fc0afb22ca5b4df260f07c07badf349cab9c authored about 4 years ago by Daniel Mai <[email protected]>
Fix(Dgraph): Type names in exported schema are sorrounded by brackets. (#6656)

If they are not surrounded by brackets, type names with special
characters will not be able to ...

github.com/unigraph-dev/dgraph - 51821f30f9e6b7acd824a96faeca60bcc80d175e authored about 4 years ago by Martin Martinez Rivera <[email protected]>
feat(Dgraph): Use Badger with new WAL format. (#6643)

This PR moves Dgraph to the new version of Badger that includes the new WAL. Some changes were
...

github.com/unigraph-dev/dgraph - b1b47dc1230169261cd2879f62d9b9082a435882 authored about 4 years ago by Ibrahim Jarif <[email protected]>
Feat(GraphQL): This PR add enable schema cleaning in GraphQL and reduce schema update time. (#6666)

Fixes GRAPHQL-714

github.com/unigraph-dev/dgraph - 5ab44c453b28a32bb853819f85381b4cbe0c6dd0 authored about 4 years ago by Jatin Dev <[email protected]>
fix: allow passing credentials for list backups (#6668)

github.com/unigraph-dev/dgraph - 43d078d2efc6e26c0885133006c6f73e624b5e6f authored about 4 years ago by Akash Jain <[email protected]>
feat(GraphQL): Add support for Geo point type in Graphql. (#6481)

* Add support for Geo point type in Graphql.

* Add unit and E2E test.

Co-authored-by: Pawa...

github.com/unigraph-dev/dgraph - 0db78e77e0a74c73d75e8f024ad640a99f8ac818 authored about 4 years ago by Arijit Das <[email protected]>
fix(gqlParser): Handle strings with only whitespace in parseID (#6615)

ParseID function would panic if the input consists of only whitespace characters. This PR fixes ...

github.com/unigraph-dev/dgraph - d994cb3d638ba521b0299a8f4ed66155c5ab3ff0 authored about 4 years ago by Ibrahim Jarif <[email protected]>
docs: Add a reference to /admin/schema (#6608)

* Add reference to /admin/schema
* Add notice box

github.com/unigraph-dev/dgraph - e1bd9ddf8edc4448b974f00ce3d6e185a7a3959f authored about 4 years ago by Damián Parrino <[email protected]>
fix(GraphQL): This PR reduces polling duration of subscriptions. (#6661)

Fixes GRAPHQL-709

github.com/unigraph-dev/dgraph - b2d26971aaaf73c00cf78ebc46de3b333aa9a091 authored about 4 years ago by Jatin Dev <[email protected]>
feat(docs): Add navigation buttons to articles (#6630)

* Fix navigation button order

github.com/unigraph-dev/dgraph - bf9a8b073830c909e583a5146bf53b7a7bdf62cb authored about 4 years ago by Damián Parrino <[email protected]>
docs(slash-graphql): Update Slash quick-start guide (#6584)

* Update Slash quick-start guide

Add Slash response examples and screenshots

github.com/unigraph-dev/dgraph - f24ebe7eb1a29ea8f16d2afd8e562962483d9845 authored about 4 years ago by Damián Parrino <[email protected]>
feat(GraphQL): GraphQL now has lambda resolvers (#6574)

This PR adds `@lambda` directive in GraphQL, using which one can call Custom JavaScript resolver...

github.com/unigraph-dev/dgraph - 2f3d7f4fafc24255cb9e5706c066596b40e28569 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Increase sleep timer to prevent connection retries before the cluster is up (#6652)

github.com/unigraph-dev/dgraph - f868c88c088f249e85df840a1c82e984d5dce9eb authored about 4 years ago by Anurag <[email protected]>
chore(GraphQL): Remove built binary from repo (#6659)

This PR removes a binary that was mistakenly committed in the codebase.

github.com/unigraph-dev/dgraph - 4524f18c9dcb08de716d20b30b57cddbed28cb37 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fix(Dgraph): Deprecate lru_mb flag. (#6629)

Fixes 2539.

github.com/unigraph-dev/dgraph - 1b101a76801592f07480272d0de4978611d6d32b authored about 4 years ago by Martin Martinez Rivera <[email protected]>
[BREAKING]: feat(alpha): Add compression flag (#6616)

This PR adds a `--badger.compression` flag to alpha which allows changing compression algorithm....

github.com/unigraph-dev/dgraph - f6ddcbf4d6c353d58f5e7ff9be16e8097196067f authored about 4 years ago by Ibrahim Jarif <[email protected]>
docs: Update restore documentation. (#6642)

- Explicitly differentiate between online and offline restores.
- Add more details about the on...

github.com/unigraph-dev/dgraph - 014ee10447cd81e47a35f36120fe470def9572d1 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
feat(GraphQL): Support authorization with jwk_url (#6564)

Fixes GRAPHQL-693.

This PR extends support for authorization with `jwk_url`. Now users can gi...

github.com/unigraph-dev/dgraph - 1936c7aa5a91159da8bcf71f45dcf07c060e2a2c authored about 4 years ago by minhaj-shakeel <[email protected]>
chore(GraphQL): add resources for benchmarking custom fields (#6109)

Fixes GRAPQL-532
Fixes GRAPQL-533
Fixes GRAPQL-541

github.com/unigraph-dev/dgraph - 2d081c9aeda243f9fcd04652737465c482a6e7b6 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Test duplicate fields in queries with fragments (#6623)

github.com/unigraph-dev/dgraph - 085a0025cf60ff4afdc644dd9577eb7497c66df7 authored about 4 years ago by Ajeet D'Souza <[email protected]>
test: Add release tests (#6549)

* Add manual tests

* PR feedback

* Workaround for older versions of Bash

github.com/unigraph-dev/dgraph - 728a79521dec08fc946140177946e2285adaaa6e authored about 4 years ago by Ajeet D'Souza <[email protected]>
Break out if g.Ctx is done

github.com/unigraph-dev/dgraph - a8a47af407ce51c39d15777fb942829e5e80f537 authored about 4 years ago by Manish R Jain <[email protected]>
Feat(GraphQL): This PR allows to return errors from custom REST endpoint. (#6604)

Fixes GRAPHQL-359

Returned errors are parsed in type GqlErrorList []*GqlError where GqlError ...

github.com/unigraph-dev/dgraph - c64c889c8ece97f9a25dd8192dc0226e1bc7e73a authored about 4 years ago by Jatin Dev <[email protected]>
Feat(raftwal): Move common APIs over to z package.

github.com/unigraph-dev/dgraph - c7e0d8182e7afb66c38fd7a2f01557f1165b3bb0 authored about 4 years ago by Manish R Jain <[email protected]>
Chore: run "go fmt" on master. (#6628)

github.com/unigraph-dev/dgraph - b49a30231028f683f0593217d28a70eb824e2be1 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
Use z.ZeroOut from Ristretto

github.com/unigraph-dev/dgraph - 1d01d705dee898a29a9b5d3a6e8b8f5034c84bad authored about 4 years ago by Manish R Jain <[email protected]>
test: Fix flakiness in group_delete_test.go (#6624)

The test and utility were assuming that node 1 was in group 1, node 2 in
group 2, and so on. Th...

github.com/unigraph-dev/dgraph - 36638a79143c1c318be47d3fd1dcfabd797a941b authored about 4 years ago by Martin Martinez Rivera <[email protected]>
fix(Dgraph): Generate more than one split in stream framework. (#6589)

Update badger to the version containing the fix.

Fixes DGRAPH-2509

github.com/unigraph-dev/dgraph - f93327e9d35594c40144daca062c60eab1ab6375 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
Fix integer to string conversion in test (#6619)

github.com/unigraph-dev/dgraph - 2f00157eba5382d5e2515d5bb5f592c2a8b370db authored about 4 years ago by Ajeet D'Souza <[email protected]>
chore(compose): Add more flags to compose tool. (#6613)

Add a bunch of flags to the compose tool.

* --tls_dir option to set up a cluster with TLS usi...

github.com/unigraph-dev/dgraph - be67eac92051d45633d6dbfd3060d7f9b0de7a55 authored about 4 years ago by Daniel Mai <[email protected]>
Fix(snapshot): Update snapshot retrieval retry in follower to wait for 1s after failure.

github.com/unigraph-dev/dgraph - 42bed21656b3455b1e10f5055960d0271d6848fb authored about 4 years ago by Manish R Jain <[email protected]>
fix(Dgraph): Remove acl_cache_ttl flag. (#6614)

This flag is not needed anymore since we have changed Dgraph to
subscribe to ACL updates instea...

github.com/unigraph-dev/dgraph - 875cc077b38587caa42540a56c2080a2005a4179 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
docs: add documentation for clone backend (#6620)

github.com/unigraph-dev/dgraph - 904f1050a38b1fb50f7d02dbcea521ff65107bed authored about 4 years ago by Akash Jain <[email protected]>
test: Fix raftwal tests. (#6617)

These tests weren't compiling.

$ go test -c
# github.com/dgraph-io/dgraph/worker [gi...

github.com/unigraph-dev/dgraph - f0c38c9dff3248d9d953ee8e0216e73aaec1fcfc authored about 4 years ago by Daniel Mai <[email protected]>
fix(gqlgen): Update gqlgen in go.mod (#6594)

* Add tests for querying alias and attribute on interface

* Requested changes

github.com/unigraph-dev/dgraph - f19d882368ad9fbdb357ff0ac5a20d721a1f9a7e authored about 4 years ago by vmrajas <[email protected]>
test: add more tests for ToHex function. (#6605)

github.com/unigraph-dev/dgraph - c0d6e3cffebf7efaf22d445b9444c734a1da4799 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
Fix dates in Changelog (#6612)

github.com/unigraph-dev/dgraph - 6faa06a3fe0f6c7650f633503763d788fe107927 authored about 4 years ago by parasssh <[email protected]>
Switch Raft WAL to use simple files (#6572)

This PR switches the way we store Raft write-ahead log. Before we were using Badger, but it caus...

github.com/unigraph-dev/dgraph - fa62774eb1191c4f340451bbddcdd153fb9d21e9 authored about 4 years ago by Manish R Jain <[email protected]>
Pause rollups during snapshot streaming. (#6282)

github.com/unigraph-dev/dgraph - b777913c05e2b3eae05a2d2db392961edc812acd authored about 4 years ago by Martin Martinez Rivera <[email protected]>
fix removal of dgraph_mock_1 container (#6595)

Running `./test.sh -C graphql` in the `dgraph` repository leaves `dgraph_mock_1` container dangl...

github.com/unigraph-dev/dgraph - a846471b1ceaa4f02ae58bf55c4aba6ea7d158e0 authored about 4 years ago by minhaj-shakeel <[email protected]>
fix(GraphQL Query): Remove extra fields when querying interfaces (#6596)

github.com/unigraph-dev/dgraph - cec55674cb343c1c7f3e96dd9c5fe7867a42f5b8 authored about 4 years ago by Anurag <[email protected]>
txn_aborts_total metric (#6606)

github.com/unigraph-dev/dgraph - 1d34ade08a3eda27dc83f7cc5351d365231f98b2 authored about 4 years ago by Joaquin Menchaca <[email protected]>
build: Makefile to build Dgraph inside docker container. (#6423)

The script is useful for situations in which the host system creates a
binary that's incompatib...

github.com/unigraph-dev/dgraph - c7897381637dc898ce694aa2060116e6bfedb3ee authored about 4 years ago by Martin Martinez Rivera <[email protected]>
test: Fix ToHex test. (#6600)

Second argument for ToHex was missing in the test.

INFO: Running test for github.com/dgra...

github.com/unigraph-dev/dgraph - 8f789c6417ee7c53b2cc35a1ce2db412535a0987 authored about 4 years ago by Daniel Mai <[email protected]>
correcting crash log level (#6585)

github.com/unigraph-dev/dgraph - 067987646f53f8776fe8c051a93d5ebb766864ac authored about 4 years ago by aman bansal <[email protected]>
Update nextRaftId when starting a node with a raftId > 0. (#6576)

If we don't do that, the next node that starts with an ID of zero
(auto-assign) will be assigne...

github.com/unigraph-dev/dgraph - a4f21f45b2cc06c6816b09bfcd26e9dcb3a8aa55 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
fix (graphql): disallowing field names with as (#6579)

* GRAPHQL-564 | disallowing field names with as

Signed-off-by: aman-bansal <bansalaman2905@gm...

github.com/unigraph-dev/dgraph - 587c45b9f8a520711d6f32ebd53470243012459a authored about 4 years ago by aman bansal <[email protected]>
Revert "Fix(GraphQL): This PR add schema cleaning in GraphQL. (#6427)" (#6587)

This reverts commit bec53225d09c255345ad625ef3880c4e09a19de5.

github.com/unigraph-dev/dgraph - 0bce631d756bfefd15d097886697f0d94a59bbe3 authored about 4 years ago by Jatin Dev <[email protected]>
feat(Dgraph): add utility to export backup data. (#6550)

This utility allows to take a single backup (full or incremental) and export the data
and the s...

github.com/unigraph-dev/dgraph - 369a5c11d5ce0d8e8ac4e29f085baf5f016c4993 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
chore: run go fmt ./... (#6588)

github.com/unigraph-dev/dgraph - adfb1d4730f8c0d1c4b110c969a10b527660f604 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
docs: fix typo in term index description (#5496)

removed a typo in the example list

github.com/unigraph-dev/dgraph - 2b9469e277244131423c6a5a46667fc3885cbe3c authored about 4 years ago by OmarAyo <[email protected]>
checkpwd using val() (#5631)

explained how to use `checkpwd` when used with `val()`

github.com/unigraph-dev/dgraph - 0a21cc3dd74264fee7c510ed25e88dd839237ea8 authored about 4 years ago by OmarAyo <[email protected]>
added alpha ts metric (#6140)

added `dgraph_max_assigned_ts` metric to the list of metrics availalbe in prometheus_metrics end...

github.com/unigraph-dev/dgraph - 1d055ffe4d8f8e0acb0e5be582ceabd812efb517 authored about 4 years ago by OmarAyo <[email protected]>
promethus command fix (#6301)

Fixed a typo in the `--config.file` Prometheus flag

github.com/unigraph-dev/dgraph - 4684170ec59fd3bf5f50bd5eee8d7b6d73a91fe6 authored about 4 years ago by OmarAyo <[email protected]>
docs: GraphQL password type. (#6369)

Described how to set fields via `@secret` in GraphQL

github.com/unigraph-dev/dgraph - eaf158b820d5b60f9b9130596501d7ee70c79686 authored about 4 years ago by OmarAyo <[email protected]>
chore(contrib): Expose pprof in bank test. (#6563)

This exposes an HTTP port for pprof information in the bank test. This is configurable via the -...

github.com/unigraph-dev/dgraph - b7ef87d2fc976d6ce6fea5584ea4944dc4a8fcfb authored about 4 years ago by Daniel Mai <[email protected]>
docs: Document backupNum field in restore endpoint. (#6471)

Related to DGRAPH-1648.

github.com/unigraph-dev/dgraph - cf09d510a9b04d18876149f20f55209e5246efb9 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
fix(Dgraph): replace fmt.Sprintf with strconv.FormatUint int outputrdf.go (#6360)

github.com/unigraph-dev/dgraph - 4e05b6cec33f8967ab2153dc29351680dd215dbd authored about 4 years ago by Martin Martinez Rivera <[email protected]>
test: Update docker-compose file for group delete test. (#6586)

github.com/unigraph-dev/dgraph - 0c85a613a3ee4b518a2db75f14716ec3592c009b authored about 4 years ago by Martin Martinez Rivera <[email protected]>
feat(graphql): GQL Logging MW for admin query/mutation (#6562)

github.com/unigraph-dev/dgraph - 46b22bb7530ec09d51d8d3c9840272cebcd79064 authored about 4 years ago by parasssh <[email protected]>
fix ErrIndexingInProgress if schema update fails (#6583)

Fixes DGRAPH-2370

If index building fails for some reason after starting building indexes, no...

github.com/unigraph-dev/dgraph - 1c7429d75eb79478cd76c8070e594909ba9bac2a authored about 4 years ago by Naman Jain <[email protected]>
Fix(GraphQL): fix object Linking with `hasInverse` (#6557)

This PR fixes incorrect linking of objects with `hasInverse`. For example
For this schema, `typ...

github.com/unigraph-dev/dgraph - e496467f2f733bdd800d4ea0cec2dca7567ff485 authored about 4 years ago by minhaj-shakeel <[email protected]>
docs: Fix error in table (#6064)

In the language tags examples, the "comment" column has been erroneously listed as "name".

github.com/unigraph-dev/dgraph - b543f75ff5c6a7cfae4051f95812c10b84ff58f9 authored about 4 years ago by Ajeet D'Souza <[email protected]>
fix(docs): Grammar nits in Getting Started (#6066)

github.com/unigraph-dev/dgraph - 767c269a3a915cc0519d4301bd0fd26901186799 authored about 4 years ago by Ajeet D'Souza <[email protected]>
chore(dgraph): Expose cache metrics to prometheus (#6426)

Expose the hit-ratio of various caches in dgraph to prometheus. The
exposed caches includes th...

github.com/unigraph-dev/dgraph - b009400217a7fca736be1476fe64d9545c166a6f authored about 4 years ago by Ahsan Barkati <[email protected]>
Introducte mutatoinsNquadLimit (#6561)

Currently, we don't have any limitation on the number of NQuads that can be present in single mu...

github.com/unigraph-dev/dgraph - a0187e94b3e36c6d6cbf52850d91cd38d16ea86d authored about 4 years ago by Ashish Goswami <[email protected]>
Chore: systemd/vagrant update Hyper/V, VirtualBox, and libvirt (#6544)

github.com/unigraph-dev/dgraph - 8f73adef83e4b1eca7382d92a3ad916c8267fc81 authored about 4 years ago by Joaquin Menchaca <[email protected]>
chore(contrib): Example configs and automation for backups to GCS (#6533)

github.com/unigraph-dev/dgraph - b475e771ea7077ae52244e7e416073a425859603 authored about 4 years ago by Joaquin Menchaca <[email protected]>
docs: How-to article on concurrent modifications and txn aborts. (#6438)

This PR adds a how-to article on concurrent modifications using Java.

github.com/unigraph-dev/dgraph - 28717f1762bcabdebdfdf1d57435d3df29939294 authored about 4 years ago by Anand Chandrashekar <[email protected]>
build(modules): Fix go.mod.

Comment out the replace directive.

github.com/unigraph-dev/dgraph - ab46c02f301df56aee9c524881bc7066317bfcc9 authored about 4 years ago by Daniel Mai <[email protected]>
Chore(contrib): backup automation support for Azure Blob (#6519)

github.com/unigraph-dev/dgraph - 2cfcf8e8f2c1ab96940df2537291f5a26eb659dc authored about 4 years ago by Joaquin Menchaca <[email protected]>
perf: Use Trie for XidMap and use Mmap based buffer (#6558)

This PR optimizes the bulk loader further by using a Trie using mmap'd z.Buffer for XidMap.
It ...

github.com/unigraph-dev/dgraph - ecae8b66a01478781406329f07aea6117226434f authored about 4 years ago by Manish R Jain <[email protected]>
Chore: jaeger automation for prod envs w cassandra or elasticsearch backend (#6490)

github.com/unigraph-dev/dgraph - 3f7f32530ad1ebb873d57d431427a499c40ad352 authored about 4 years ago by Joaquin Menchaca <[email protected]>
chore: jaeger kubernetes scripts (#6476)

github.com/unigraph-dev/dgraph - 57e618b46613348be46495433bb118d8b51bc393 authored about 4 years ago by Joaquin Menchaca <[email protected]>
feat(bulk): Allow encrypted input with unencrypted output in bulk. (#6541)

github.com/unigraph-dev/dgraph - 11c55843117efc989197dc999b271c565068cdf7 authored about 4 years ago by parasssh <[email protected]>
feat(query): Support for between func with count at root (#6556)

github.com/unigraph-dev/dgraph - 7bf61682b4bcda651c2c16fe9c0d46a553ec9c81 authored about 4 years ago by Ashish Goswami <[email protected]>
feat(query): Support for between func at root (#6453)

github.com/unigraph-dev/dgraph - b6cb72c2773c76e6560b3231e0e4f6405790b49d authored about 4 years ago by Ashish Goswami <[email protected]>
Update index.md (#6566)

github.com/unigraph-dev/dgraph - 512c0a9d39b32d4ccefa556f2204b8368626c6eb authored about 4 years ago by parasssh <[email protected]>
Initialize posting list in moveToNextPart (#6560)

If `deleteBelowTs` is not zero `it.uidPosting` won't be intialized in
`pitr.inti(). This could ...

github.com/unigraph-dev/dgraph - 7873f04087e671b5e45d87aaa1875680324a0f7b authored about 4 years ago by Animesh Chandra Pathak <[email protected]>
docs: This PR adds docs for Auth+Subscriptions. (#6470)

Fixes GRAPHQL-635

github.com/unigraph-dev/dgraph - 4a67f04929e2457454c869c59326a524dfaf7c5a authored about 4 years ago by Jatin Dev <[email protected]>
Allow more levels for right toc (#6477)

github.com/unigraph-dev/dgraph - 2500b338b22654a245caf6ef4b791674f45badbb authored about 4 years ago by Apoorv Vardhan <[email protected]>
Doc: binary backup update for gcs, azure, aws (#6520)

github.com/unigraph-dev/dgraph - 560aa702d8e86f9ddabb67a516829ab6dfc69ea3 authored about 4 years ago by Joaquin Menchaca <[email protected]>
chore: Remove slack reference from README (#6555)

github.com/unigraph-dev/dgraph - 13a5bce69194ec10b2f3b5e6987d981de7f30e89 authored about 4 years ago by vmrajas <[email protected]>
chore(contrib): Example configs and automation for backups to AWS S3 (#6552)

github.com/unigraph-dev/dgraph - d392d49fd5a59746efbad03d723c08cf1036ab3c authored about 4 years ago by Joaquin Menchaca <[email protected]>
fix: Report Raft heartbeat metrics for Zero v=3 logs and log read index. (#6538)

When logging in v=3, the Zero heartbeat logs would show 0 heartbeats
even when the quorum is he...

github.com/unigraph-dev/dgraph - 241e59a6ac50209f57493a0ea3462ed27fe3545f authored about 4 years ago by Daniel Mai <[email protected]>
load encrypted export with live loader (#6548)

github.com/unigraph-dev/dgraph - 7d13813a7dbf84b129972908104cfd7f40eefc18 authored about 4 years ago by OmarAyo <[email protected]>
perf(raft): Use raft storage in managedmode (#6457)

This PR changes how we use badger in the wal store. Currently we run
badger in normal mode for ...

github.com/unigraph-dev/dgraph - 6882e377d24f8c89c9a426b1011c24334d2e7c3a authored about 4 years ago by Ibrahim Jarif <[email protected]>
Limit containers mem to 32G by default in compose tool (#6537)

github.com/unigraph-dev/dgraph - 7e31cb9d9f26e452b23de31c3e0cede9c3f234db authored about 4 years ago by Ashish Goswami <[email protected]>
Set compression level=0 for zw directory.

github.com/unigraph-dev/dgraph - b444f2c832424eab7ae5806675905e42d3fa9995 authored about 4 years ago by Manish R Jain <[email protected]>
docs for RDF response. (#6492)

github.com/unigraph-dev/dgraph - 3d0b5ab20ad596d98bcff8bb9c5b4f84d5a6dbcb authored about 4 years ago by Balaji Jinnah <[email protected]>
fix(Dgraph): Subscribe to ACL updates instead of polling. (#6459)

github.com/unigraph-dev/dgraph - e0f34417d57ce603735f5445abfaa9080568091f authored about 4 years ago by Martin Martinez Rivera <[email protected]>
Update CHANGELOG for 20.07.1, 20.03.5 and 1.2.7 (#6487)

github.com/unigraph-dev/dgraph - 0c7f9a4261c2d7f653169a9b0913353288503441 authored about 4 years ago by Leyla Galatin <[email protected]>
CHANGELOG for RC2: 1.2.7, 20.03.5, 20.07.1 (#6410)

github.com/unigraph-dev/dgraph - 6f4733102a291139f7df8ed6d4022fd5fa6f067c authored about 4 years ago by Leyla Galatin <[email protected]>
chore: replace dgo/x package with dgraph/x (#6486)

Importing dgo/x will try to add version 1.0 of dgo to the go.mod file.
Instead, just use the x ...

github.com/unigraph-dev/dgraph - b6a36b9370101cb7593937acc3f5dea9bc9c28c6 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
test: retry getting client in TestNodes. (#6468)

github.com/unigraph-dev/dgraph - 512c69bf7ebd94b3e2a970b520f8794c72afa92a authored about 4 years ago by Martin Martinez Rivera <[email protected]>
chore(query): Return content length header for queries (#6469)

This PR adds `Content-Length` header to the response of queries sent via HTTP.

Fixes DGRAPH-1675

github.com/unigraph-dev/dgraph - ed63786522c9539059d2131750327fa1bfcfee6c authored about 4 years ago by Ibrahim Jarif <[email protected]>
Add more paths to track for labels (#6472)

github.com/unigraph-dev/dgraph - c9f89674ba63fbff337f4c27893a4b36c3d937a1 authored about 4 years ago by Michel Diz <[email protected]>