Ecosyste.ms: OpenCollective

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

github.com/unigraph-dev/dgraph

Native GraphQL Database with graph backend
https://github.com/unigraph-dev/dgraph

Use z.ZeroOut from Ristretto

1d01d705dee898a29a9b5d3a6e8b8f5034c84bad authored over 4 years ago
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...

36638a79143c1c318be47d3fd1dcfabd797a941b authored over 4 years ago
fix(Dgraph): Generate more than one split in stream framework. (#6589)

Update badger to the version containing the fix.

Fixes DGRAPH-2509

f93327e9d35594c40144daca062c60eab1ab6375 authored over 4 years ago
Fix integer to string conversion in test (#6619)

2f00157eba5382d5e2515d5bb5f592c2a8b370db authored over 4 years ago
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...

be67eac92051d45633d6dbfd3060d7f9b0de7a55 authored over 4 years ago
Fix(snapshot): Update snapshot retrieval retry in follower to wait for 1s after failure.

42bed21656b3455b1e10f5055960d0271d6848fb authored over 4 years ago
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...

875cc077b38587caa42540a56c2080a2005a4179 authored over 4 years ago
docs: add documentation for clone backend (#6620)

904f1050a38b1fb50f7d02dbcea521ff65107bed authored over 4 years ago
test: Fix raftwal tests. (#6617)

These tests weren't compiling.

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

f0c38c9dff3248d9d953ee8e0216e73aaec1fcfc authored over 4 years ago
fix(gqlgen): Update gqlgen in go.mod (#6594)

* Add tests for querying alias and attribute on interface

* Requested changes

f19d882368ad9fbdb357ff0ac5a20d721a1f9a7e authored over 4 years ago
test: add more tests for ToHex function. (#6605)

c0d6e3cffebf7efaf22d445b9444c734a1da4799 authored over 4 years ago
Fix dates in Changelog (#6612)

6faa06a3fe0f6c7650f633503763d788fe107927 authored over 4 years ago
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...

fa62774eb1191c4f340451bbddcdd153fb9d21e9 authored over 4 years ago
Pause rollups during snapshot streaming. (#6282)

b777913c05e2b3eae05a2d2db392961edc812acd authored over 4 years ago
fix removal of dgraph_mock_1 container (#6595)

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

a846471b1ceaa4f02ae58bf55c4aba6ea7d158e0 authored over 4 years ago
fix(GraphQL Query): Remove extra fields when querying interfaces (#6596)

cec55674cb343c1c7f3e96dd9c5fe7867a42f5b8 authored over 4 years ago
txn_aborts_total metric (#6606)

1d34ade08a3eda27dc83f7cc5351d365231f98b2 authored over 4 years ago
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...

c7897381637dc898ce694aa2060116e6bfedb3ee authored over 4 years ago
test: Fix ToHex test. (#6600)

Second argument for ToHex was missing in the test.

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

8f789c6417ee7c53b2cc35a1ce2db412535a0987 authored over 4 years ago
correcting crash log level (#6585)

067987646f53f8776fe8c051a93d5ebb766864ac authored over 4 years ago
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...

a4f21f45b2cc06c6816b09bfcd26e9dcb3a8aa55 authored over 4 years ago
fix (graphql): disallowing field names with as (#6579)

* GRAPHQL-564 | disallowing field names with as

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

587c45b9f8a520711d6f32ebd53470243012459a authored over 4 years ago
Revert "Fix(GraphQL): This PR add schema cleaning in GraphQL. (#6427)" (#6587)

This reverts commit bec53225d09c255345ad625ef3880c4e09a19de5.

0bce631d756bfefd15d097886697f0d94a59bbe3 authored over 4 years ago
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...

369a5c11d5ce0d8e8ac4e29f085baf5f016c4993 authored over 4 years ago
chore: run go fmt ./... (#6588)

adfb1d4730f8c0d1c4b110c969a10b527660f604 authored over 4 years ago
docs: fix typo in term index description (#5496)

removed a typo in the example list

2b9469e277244131423c6a5a46667fc3885cbe3c authored over 4 years ago
checkpwd using val() (#5631)

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

0a21cc3dd74264fee7c510ed25e88dd839237ea8 authored over 4 years ago
added alpha ts metric (#6140)

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

1d055ffe4d8f8e0acb0e5be582ceabd812efb517 authored over 4 years ago
promethus command fix (#6301)

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

4684170ec59fd3bf5f50bd5eee8d7b6d73a91fe6 authored over 4 years ago
docs: GraphQL password type. (#6369)

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

eaf158b820d5b60f9b9130596501d7ee70c79686 authored over 4 years ago
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 -...

b7ef87d2fc976d6ce6fea5584ea4944dc4a8fcfb authored over 4 years ago
docs: Document backupNum field in restore endpoint. (#6471)

Related to DGRAPH-1648.

cf09d510a9b04d18876149f20f55209e5246efb9 authored over 4 years ago
fix(Dgraph): replace fmt.Sprintf with strconv.FormatUint int outputrdf.go (#6360)

4e05b6cec33f8967ab2153dc29351680dd215dbd authored over 4 years ago
test: Update docker-compose file for group delete test. (#6586)

0c85a613a3ee4b518a2db75f14716ec3592c009b authored over 4 years ago
feat(graphql): GQL Logging MW for admin query/mutation (#6562)

46b22bb7530ec09d51d8d3c9840272cebcd79064 authored over 4 years ago
fix ErrIndexingInProgress if schema update fails (#6583)

Fixes DGRAPH-2370

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

1c7429d75eb79478cd76c8070e594909ba9bac2a authored over 4 years ago
Fix(GraphQL): fix object Linking with `hasInverse` (#6557)

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

e496467f2f733bdd800d4ea0cec2dca7567ff485 authored over 4 years ago
docs: Fix error in table (#6064)

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

b543f75ff5c6a7cfae4051f95812c10b84ff58f9 authored over 4 years ago
fix(docs): Grammar nits in Getting Started (#6066)

767c269a3a915cc0519d4301bd0fd26901186799 authored over 4 years ago
chore(dgraph): Expose cache metrics to prometheus (#6426)

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

b009400217a7fca736be1476fe64d9545c166a6f authored over 4 years ago
Introducte mutatoinsNquadLimit (#6561)

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

a0187e94b3e36c6d6cbf52850d91cd38d16ea86d authored over 4 years ago
Chore: systemd/vagrant update Hyper/V, VirtualBox, and libvirt (#6544)

8f73adef83e4b1eca7382d92a3ad916c8267fc81 authored over 4 years ago
chore(contrib): Example configs and automation for backups to GCS (#6533)

b475e771ea7077ae52244e7e416073a425859603 authored over 4 years ago
docs: How-to article on concurrent modifications and txn aborts. (#6438)

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

28717f1762bcabdebdfdf1d57435d3df29939294 authored over 4 years ago
build(modules): Fix go.mod.

Comment out the replace directive.

ab46c02f301df56aee9c524881bc7066317bfcc9 authored over 4 years ago
Chore(contrib): backup automation support for Azure Blob (#6519)

2cfcf8e8f2c1ab96940df2537291f5a26eb659dc authored over 4 years ago
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 ...

ecae8b66a01478781406329f07aea6117226434f authored over 4 years ago
Chore: jaeger automation for prod envs w cassandra or elasticsearch backend (#6490)

3f7f32530ad1ebb873d57d431427a499c40ad352 authored over 4 years ago
chore: jaeger kubernetes scripts (#6476)

57e618b46613348be46495433bb118d8b51bc393 authored over 4 years ago
feat(bulk): Allow encrypted input with unencrypted output in bulk. (#6541)

11c55843117efc989197dc999b271c565068cdf7 authored over 4 years ago
feat(query): Support for between func with count at root (#6556)

7bf61682b4bcda651c2c16fe9c0d46a553ec9c81 authored over 4 years ago
feat(query): Support for between func at root (#6453)

b6cb72c2773c76e6560b3231e0e4f6405790b49d authored over 4 years ago
Update index.md (#6566)

512c0a9d39b32d4ccefa556f2204b8368626c6eb authored over 4 years ago
Initialize posting list in moveToNextPart (#6560)

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

7873f04087e671b5e45d87aaa1875680324a0f7b authored over 4 years ago
docs: This PR adds docs for Auth+Subscriptions. (#6470)

Fixes GRAPHQL-635

4a67f04929e2457454c869c59326a524dfaf7c5a authored over 4 years ago
Allow more levels for right toc (#6477)

2500b338b22654a245caf6ef4b791674f45badbb authored over 4 years ago
Doc: binary backup update for gcs, azure, aws (#6520)

560aa702d8e86f9ddabb67a516829ab6dfc69ea3 authored over 4 years ago
chore: Remove slack reference from README (#6555)

13a5bce69194ec10b2f3b5e6987d981de7f30e89 authored over 4 years ago
chore(contrib): Example configs and automation for backups to AWS S3 (#6552)

d392d49fd5a59746efbad03d723c08cf1036ab3c authored over 4 years ago
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...

241e59a6ac50209f57493a0ea3462ed27fe3545f authored over 4 years ago
load encrypted export with live loader (#6548)

7d13813a7dbf84b129972908104cfd7f40eefc18 authored over 4 years ago
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 ...

6882e377d24f8c89c9a426b1011c24334d2e7c3a authored over 4 years ago
Limit containers mem to 32G by default in compose tool (#6537)

7e31cb9d9f26e452b23de31c3e0cede9c3f234db authored over 4 years ago
Set compression level=0 for zw directory.

b444f2c832424eab7ae5806675905e42d3fa9995 authored over 4 years ago
docs for RDF response. (#6492)

3d0b5ab20ad596d98bcff8bb9c5b4f84d5a6dbcb authored over 4 years ago
fix(Dgraph): Subscribe to ACL updates instead of polling. (#6459)

e0f34417d57ce603735f5445abfaa9080568091f authored over 4 years ago
Update CHANGELOG for 20.07.1, 20.03.5 and 1.2.7 (#6487)

0c7f9a4261c2d7f653169a9b0913353288503441 authored over 4 years ago
CHANGELOG for RC2: 1.2.7, 20.03.5, 20.07.1 (#6410)

6f4733102a291139f7df8ed6d4022fd5fa6f067c authored over 4 years ago
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 ...

b6a36b9370101cb7593937acc3f5dea9bc9c28c6 authored over 4 years ago
test: retry getting client in TestNodes. (#6468)

512c69bf7ebd94b3e2a970b520f8794c72afa92a authored over 4 years ago
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

ed63786522c9539059d2131750327fa1bfcfee6c authored over 4 years ago
Add more paths to track for labels (#6472)

c9f89674ba63fbff337f4c27893a4b36c3d937a1 authored over 4 years ago
chore: systemd unit six node cluster configuration (#6154)

2513b0f7178c9a826e7dff22637f516cb2e53ffc authored over 4 years ago
build(jemalloc): Install Jemalloc if missing via Makefile. (#6463)

This PR adds a jemalloc target to makefile to install jemalloc. The make install command will ...

02b5118d33b58f8519804a95dc5bd9c36794a622 authored over 4 years ago
Fix typo in server.go (#6441)

f7c88ee166d1c75fc82bea86379d33d2f5d82c5d authored over 4 years ago
Add snapshot and rollup validations (#6397)

303e4a719df2415ef746e30032de54d2d75df260 authored over 4 years ago
fix(bulkLoader): Use flags for cache (#6322)

Bulk loader uses caches in compression and this PR adds flags to make it
configurable.

Bulk ...

99341dc9f707e76b04006321acefaec4d869a000 authored over 4 years ago
fix(GraphQL): Fix cascade with auth query when RBAC is false (#6444)

* Fix cascade with auth query.

* Added additional E2E test.

8c518d4976cd54e3c5dd0954c9aedf2dcd5ae3e2 authored over 4 years ago
Changes github.com/dgraph-io/graphql-transport-ws version (#6462)

Fixes GRAPHQL-681

5aca255a5fe38bc6ca075c56f27ec0c2b817f149 authored over 4 years ago
fix(GraphQL): Generate correct schema when no orderable field in a type (#6456)

Fixes GRAPHQL-650
It was introduced after #6392.

8e4d1216167c3ce345d955bae3d7d1d69cb27593 authored over 4 years ago
docs: Update list documentation (#6455)

Fixes GRAPHQL-657
Fixes [Discuss Issue](https://discuss.dgraph.io/t/documentation-that-arrays-w...

07cff6f56303bce07828e6829b92f3ad7195b80b authored over 4 years ago
fix(docs): This PR adds docs for parameterized cascade. (#6443)

Fixes GRAPHQL-659
This PR adds docs for parameterized cascade.

96f4d0fe12ff6073a50a83e2e54cd1c7a2b79d59 authored over 4 years ago
increased timeout for rebalancing alpha nodes from 20 min to 2 hours since it times out with a very large graph (#6388)

213f2b3fd3f52bc127d15f534d838b02f03c7f5e authored over 4 years ago
Fix up go.sum

dd5a3d52c55ad8c11591ba8bbb14f6820049d93c authored over 4 years ago
perf(codec): Use z.Allocator to optimize memory usage (#6452)

This PR prints out whether a Dgraph version is using jemalloc or not.
Uses map[uint64]uint64 fo...

c8300b4df3abfe415dd5f81d337f63271b854d21 authored over 4 years ago
fix(Alpha): Immediately take a snapshot if we don't have one (#6458)

This PR would cause the Alpha leader to immediately trigger a snapshot creation if it doesn't al...

6bd7f8e7d96d48108b4b524bdd8a2ea80fd077a0 authored over 4 years ago
fix(Dgraph): Optimize how split lists are written to main DB in bulk loader. (#6432)

- Use the stream framework to iterate over the tmp DBs.
- Explicitly delete the tmp DBs at the ...

b6e218344d6baace42ad9e473a7aa70094f55431 authored over 4 years ago
Fix(GraphQL): This PR add schema cleaning in GraphQL. (#6427)

Fixes GRAPHQL-572

This PR adds schema cleaning in GraphQL which will remove empty links and t...

bec53225d09c255345ad625ef3880c4e09a19de5 authored over 4 years ago
doc: update /admin endpoint documentation. (#6415)

This PR updates documentation for the `/admin` endpoint operation and `restore` operation.

288eafbe97e125de96feca8f75d3d15cc158af36 authored over 4 years ago
feat(Dgraph): Online restores allows to restore a specific backup. (#6411)

Currently online restores will restore the entire backup series. This PR allows to
restore the ...

a459c757346674611cc74f248203780a2220ee31 authored over 4 years ago
fix(Dgraph): fix bug when deleting and adding to a single UID predicate in the same transaction. (#6431)

The iterate method does not account for delete postings in the same transaction
so they have to...

56c8f3c670052ee999d1a77fbc351cc6159ea6ce authored over 4 years ago
fix(Query): Fix wrong path response for k-shortest paths (#6437)

The k-shortest path query sometimes returns a wrong response. The cause
of this issue is inappr...

4792d8b1c4391a08ce2627f9615ed12699f2885f authored over 4 years ago
fix(GraphQL): Hide info when performing mutation on id field with auth rule. (#6391)

* Hide info when performing mutation on id field with auth rule.

5c33428fc9adc973590c7f5eb1f8ccd55eeb26f9 authored over 4 years ago
fix(GraphQL): correct GraphQL variable propagation to custom-dql (#6433)

Fixes GRAPHQL-680
Fixes [Discuss Issue](https://discuss.dgraph.io/t/int-type-parameter-of-custo...

afeea494204aaa45a6c08df2abc9f2b84d7eaebc authored over 4 years ago
Add value variable tests (#6393)

75bb4db560703b44716bd802c65458ed0832c23c authored over 4 years ago
Fix(docs): Fix subsection references in docs (#6439)

* Fix references in docs

* Fix mutations/language-rdf-types.md reference

027db53875b5b8d16edd35fab7741e708bfa8610 authored over 4 years ago
fix(GraphQL): Fix squashIntoObject so that results are correctly merged (#6416)

While creating the add mutation, we weren't squashing different bits correctly which led to the ...

816a08f2749a4298651c26cb7b69ef5e79e1a53b authored over 4 years ago
added documentation for types of role in API keys (#6435)

added documentation for types of role in API keys

c25ca2273c96be4527340b4016ac7ed8fa9897bd authored over 4 years ago
docs: Fix indentation in TLS docs (#6379)

This fixes minor indentation issues in the TLS documentation.

53bcbfd8a00f62d42d92eecaba3dd101fa6f7202 authored over 4 years ago
chore(docs): Make the link for badger on docs an absolute link #6429

c96e859ea9bf2064301714ddeac93f184e72266b authored over 4 years ago