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

fix(raftwal): Keep copy of baseIV instead of holding reference (#6977)

We need to keep a copy of baseIV in raftwal because if the wal-file grow, then
the underlying ...

da7da102459b08a56bffc1423bd328d9fed35c7d authored about 4 years ago
don't compare counter in successive state calls (#6967)

0b9eb4adec930bbea1c2ade96d4d150eb8d91b3c authored about 4 years ago
Docs (GraphQL): Disk Compression breaking change in 20.11 ( `--badger.compression` replaces `--badger.compression_level`) (#6965)

* Documentation for `badger.compression`

* small formatting changes

* Update wiki/content/depl...

b2b368f455df33797acc48142e1f6d5d9a3dfdcc authored about 4 years ago
chore(test): fixing failing CI tests (#6968)

* chore(test): fixing TestSchemaSubscribe

* refactoring function name

* fixing failing tes...

deccbe440253568391f001956e57a5bc10efd3f0 authored about 4 years ago
chore(test): removing redundant mtls tests (#6961)

* chore(test): removing redundant mtls tests

* changing systest to work with mtls

* fixing...

344e1e3d7443190ba93a1ee1fe1f03b114f07771 authored about 4 years ago
chore: add increment to manual_tests (#6928)

bc7b2618ed121ac50dfa7fb416f3b3e83a7d6426 authored about 4 years ago
chore: Add flag to test script to avoid building Dgraph (#6962)

776bbcf47d3544c9e1601697c4baf325ce9d9aae authored about 4 years ago
fix(GraphQL):This PR allows to use fragments on interfaces while querying other interface. (#6964)

Fixes GRAPHQL-863
Consider the below schema, Human implements both character and Employee inter...

f810e4ec0267bd4d69241e6774c70e8bcc22ea43 authored about 4 years ago
test: Refactor tests to be more resilient (#6963)

This PR updates `TestGuardianOnlyAccessForAdminEndpoints` to check that the errors returned from...

eb102849db469168c60017881c0a1637471e291d authored about 4 years ago
Tests: Increase jwt validity of ACL tests

Also check health of all Alphas before running tests.

744438266aeb4c5a4f37388f9c37dd1ec47b38bf authored about 4 years ago
Test Fix: Fix up TestDebugSupport

Handle context deadline exceeded error better. Also, I suspect the
errors about index not presen...

d64962d140833043ad01f24ce44d05ec8ee01a40 authored about 4 years ago
Make TestHttpCompressionSupport run correctly (#6960)

* Deal with context deadline correctly

4bdf25d0cc8bc681bed02677bee05917bb347059 authored about 4 years ago
build(dockerfile): Set GODEBUG=madvdontneed=1. (#6953)

Set GODEBUG=madvdontneed=1 to lower Go RSS memory usage.

MADV_DONTNEED is the default behavio...

591a120b7c2f451631a350e3f1d6821ea2e24dd4 authored about 4 years ago
Test Fix: Make testutil client more robust about temporary failures.

d9c1f7cb0201ade2686b0af426a533058627b00c authored about 4 years ago
Fix a bunch of flaky tests (#6958)

- Make error checking in TestGuardianOnlyAccessForAdminEndpoints to be more robust.
- Make addS...

b0bb4a663134729b7e0e1b0d4ac74556a4eab34c authored about 4 years ago
chore(log): Log "Request readctx" in -v=4. (#6952)

This log is noisy alongside -v=3 Raft heartbeat logs.

88cfc4f22fc2a0c2b2e35132ff8e54c15b35584e authored about 4 years ago
docs (20.11): Adds lambda resolvers documentation (#6924)

* Add lambda docs

996cafd140403882723e9317815f782ba872a957 authored about 4 years ago
Document new concurrency support in Ludicrous mode (#6939)

* Update ludicrous-mode.md

* Minor rewrites for style

2e00666a4b8d9f2f5ec4c5006ce82f7358c32fac authored about 4 years ago
chore(tests): fixing flaky tests (#6937)

* fixing flaky tests

* fixing flaky tests

* fixing retry schema and alpha client

* edit...

2933ad4acdb82c5c3ec079018bb4280e58a152c2 authored about 4 years ago
Avoid splitting commands by whitespace in test script (#6947)

5873da384c5fd34b83e9a9cbc0c07ed37041ae87 authored about 4 years ago
fix(GraphQL): fix e2e test for multiple alias (#6946)

5bc840d6ead88a14bec3ad23a7540143f5143a9e authored about 4 years ago
Bring back --lru-mb and deprecate it (#6944)

1343f6595217d49645125c9817c0bb25ac1bda75 authored about 4 years ago
fix(GraphQL): fix multiple alias in query (#6940)

Fixes GRAPHQL-806.
Fixes GRAPHQL-793.

This PR extends support for multiple aliases for the s...

0be022a9ff69b4df5b77717e6fca01ce3e0b5aed authored about 4 years ago
docs(metrics): Document dgraph_txn_aborts_total metric (#6927)

Document the new dgraph_txn_aborts_total metric that counts transaction aborts for a Dgraph serv...

03765470659b45375e638e57ddef3de481f6297b authored about 4 years ago
docs(graphql): Syntax and use case for updateSchemaHistory (#6925)

Documentation for the new updateSchemaHistory syntax. Includes some minor rewording.

Fixes GQ...

073e9d2949529235bfa34e20e883668ef3f69249 authored about 4 years ago
fix(raftwal): Change the raftwal file size to 64MB (#6919)

Change the initial size of raftwal log file to 64MB. Add a test to check the file grows correctly.

ab0805550f220649e3be6568c781d2a6a837faa6 authored about 4 years ago
fix(GraphQL): This PR fixes subscriptions flakey tests. (#6921)

Fixes GRAPHQL-816
Subscriptions tests were flakey because the badger sends multiple schema upda...

9cfe69c9d81ccdd9f26a5b5048607e956e609ea1 authored about 4 years ago
docs (20.11): Add documentation for JWK URL auth (#6913)

* Adding JWK URL docs

92e6b7e1f8f6d72dd4b32a23ae4f5f4bdb6d49b5 authored about 4 years ago
docs: Deploy on Netlify. (#6929)

Add a netlify.toml file and update the docs build script to
support deploying via Netlify.

bb5862257d1cfe6e6c472b86112de3abd06f3c12 authored about 4 years ago
chore(GraphQL): Remove admin containers from graphql e2e tests (#6899)

daac8cefaa7e11afdb4f605b42700956ec1b46d9 authored about 4 years ago
Fix failing auth tests (#6923)

74fb2c73269604e1c2998897d4b865bb8b23038a authored about 4 years ago
fix(Dgraph): Switch command line options to kebab-case (#6908)

966d7436f9d949d8e6774a62f57c8241443373db authored about 4 years ago
remove unused flag cache_mb from dgraph zero (#6903)

This PR removes the unused flag --cache_mb from zero. This flag is not needed as dgraph no longe...

7e5cdc0bbfbf5bc0fb0ba66f4a134324906ae409 authored about 4 years ago
chore(test):fixing test cases to work with go script (#6911)

* fixing test cases to work with go script

* refactoring

* fixing minio tests

* fixing ...

ece25cd888ecc91be846bae0351109e45086ec49 authored about 4 years ago
Fix(GraphQL): Add support for using auth with secret directive (#6907)

* Add password field in auth directive

* Add query resolving tests

* Add e2e tests

* Ad...

3311923fae48e85b529614a946c2dc15b73252cd authored about 4 years ago
perf(xidmap): Use btree with hash of keys for xidmap (#6902)

Use B+ tree with the hash of xid in xidmap.

6a18d849909cdf6c93cff3e61e76a6ce20a53ce8 authored about 4 years ago
Fix TestHttpCompressionSupport

4770c1598776d62b3cd8e2aa0b1f07f6298e7123 authored about 4 years ago
Fix some randomly failing tests.

70194be6404a03005fe56c2443cbd053f6e5959b authored about 4 years ago
fix(GraphQL): fix panic when querying custom field in fragment on interface (GRAPHQL-734) (#6909)

Fixes GRAPHQL-734.
This PR fixes a panic when a custom field in a type was queried via an inter...

f3ec9f81af1e500acd05b90b7280c1e318066fca authored about 4 years ago
fix(GraphQL): fix exclusion of filters in Query generation in case of just Has Filters. (#6870)

Fixes GRAPHQL-787.

This PR fixes the Bug in query and mutations generation in case of types t...

5e60ef190c3823671aaccd6bfde9486ddd9d75b0 authored about 4 years ago
Set j=3 (#6915)

With this change, tests finish in 6m30s on my machine.

0c311954060597fcb0f2d0068d72afdf3c26dd1b authored about 4 years ago
Improve test script (#6914)

Make it compile Dgraph and run with --j=2. Also, do a better job at scheduling.

d0cbf59766a7ed89c10bd558fc5d0179cc84c056 authored about 4 years ago
docs (feature): add documentation for auth on interfaces (#6894)

Add auth on interfaces

ac498dd692a1d9a9cddf45c840a64cba64c3c978 authored about 4 years ago
docs (20.11): add documentation for Upserts in Live Loader (#6897)

Add batch upsert docs

d6b76062e31122931d504c929ebd85302bc278b6 authored about 4 years ago
Create a Go script to run Dgraph tests concurrently (#6895)

The current test.sh script runs all the packages one by one, which takes 30mins for the tests to...

79d7f9c370442102b9f1eb16248996f3b626d595 authored about 4 years ago
chore: backup nfs automation scripts and instructions (SUCCESS-23) (#6806)

* vagrant nfs server/client
* docker-compose with external nfs storage example
* helm chart v...

17a3dbb153963004cffba30ca5c6cd888aeda86d authored about 4 years ago
Add documentation for Cached Results (#6890)

edcbbcbd146ceb19f135c2796ad5baee2e5abbf8 authored about 4 years ago
Fix a typo

Fix typo

14dc612a6868e3300f1ec48a6283a3c3c1166dae authored about 4 years ago
Update search.md (#6892)

Fix example

cf237a39a82a7e6bcbbad6342e1d63a3ffcd7c87 authored about 4 years ago
fix(GraphQL): handle filters for enum properly (#6887)

This PR is a breaking change for the `eq` filter on the List of `enum` Types.

This PR fixes b...

40b20c7a482d9e512bd9ed66a00b4353d2ac13f9 authored about 4 years ago
Docs (GraphQL): Document the `in` and `has` keywords for 20.11 (#6898)

* Docs (GraphQL): Document IN function and HAS function

Add headings

* Docs (GraphQL) add docu...

834bb2cd2cf482858969a92bc5689b59ad91c1b0 authored about 4 years ago
fix(GraphQL): change Default client to Client with timeout for fetching JWKs (#6891)

Fixes GRAPHQL-790.

4aa17fa5928fadaf9533c31b6b96641b7480d3c2 authored about 4 years ago
Update README.md (#6826)

Fixes outdated links and released version

291908ab4a49fdad0573f42f65b81659c15749b0 authored about 4 years ago
chore: Fix count doc (#6886)

f5758f6c32eb50cdafdbf74234967a680cbd6b46 authored about 4 years ago
Small Improvements to make Jepsen run better (#6889)

- Decrease size of key commit file and rename it.
- Don't run Jaeger by default in Jepsen.
- I...

c9ddcef6f847053ce0243761b1757e871124844d authored about 4 years ago
Update cascade.md (#6888)

a3a8d5acb88a1ac9466beca6ade43aaa6654b3eb authored about 4 years ago
fix(dgraph): Change logfile size to 1GB (DGRAPH-2621) (#6860)

844a64760951f582bbc6b428965f77a6499342ab authored about 4 years ago
feat: Liveloader can use Alpha for assigning uids (#6878)

Alpha now forwards /pb.Zero/AssignUids to the zero leader. This allows
live loader to only talk...

583d6b27461022286c5b01ed81dab4bc41645de8 authored about 4 years ago
fix(badger): Update Badger stream memory leak. (#6883)

Update badger to the latest master to fix a memory leak in Badger
stream (dgraph-io/badger#1593...

0e13811f03651ada1f65691e607ee33fd0f4911c authored about 4 years ago
chore(btree): update ristretto to bring in improvements in b+ tree (#6875)

This PR brings in the memory improvements in B+ tree. This fixes the size of the B+ tree becomin...

c537a1f208f4a4e75d4eabdc07bddbdff7db44e2 authored about 4 years ago
Feat(Docs): Add documentation for generate directive (#6864)

* Add documentation for generate directive

* Fix documentation for generate

* Address comm...

d4dd19c3a419f84138d59a58c3ba3bf4c3812dfe authored about 4 years ago
fix(GraphQL): This PR fixes issue of multiple responses in a subscription for an update. (#6868)

Fixes GRAPHQL-764
If we start and Terminate multiple subscriptions and at the end start a new s...

734bbe151ea94b6c2d3ab4c51f969c26288eaec6 authored about 4 years ago
chore: dgraph-backup.sh (SUCCESS-75) (#6774)

* dgraph-backup.sh script and small docker-compose demo environment for exploring dgraph binary ...

5649c4ad8a483800480197aff15172026ba77002 authored about 4 years ago
docs (feature): Add Union type documentation (#6873)

docs for Union type

7f1d247c4e0a6825bd73d69ff8e390cf68504976 authored about 4 years ago
make audience mandatory if JWKUrl is provided (#6866)

Fixes GRAPHQL-795.

d3bec85ca832c719486a6094dc41a51ab4855322 authored about 4 years ago
docs (feat): Create documentation for Persistent Queries (#6852)

* Create persistent-queries.md

e7d02df68b53a83a3d41f2bf110b42a73bb137fa authored about 4 years ago
chore(bulk): use --tmp directory for temporary buffers (#6833)

The bulk loader uses temporary buffers for map-reduce logic. These temporary buffers are created...

c4d8641b81dd869bf7bee821c54ae293ae96e319 authored about 4 years ago
fix(worker): Flush the stream writer on error (DGRAPH-2499) (#6609)

7088c6580247cf8c10e1ea44368e73e96c7198bd authored about 4 years ago
bug(GraphQL): fix IN filter for `enum` types. (#6865)

Fixes GRAPHQL-785.

This PR fixes incorrect Schema being generated for the `IN` filter on `enu...

ecace57b1d2eddd004cd9c2d7b4ed3907cae627a authored about 4 years ago
Docs (chore) fix link to password types from GraphQL Directives page (#6872)

The Password Type link from https://dgraph.io/docs/master/graphql/directives/#secret isn't usefu...

864e5be68b0ef8cd95d88a492f1d3724eed5342b authored about 4 years ago
DQL (docs) straggler "graphql+-" references to update (#6863)

* Update raw-http.md

* Clarify DQL lead-in sentence on the DQL homepage

* Update _index.md...

ae955955cb2b2c91d523aed60084f097d5513b7e authored about 4 years ago
chore(bulk): add occupancy stats of keycommit to logs (#6869)

a5bd1121d430451e8b09c109d73054ecbbbcfb7a authored about 4 years ago
fix(backup/restore): fixes backup and restore with DROP operations (GRAPHQL-735) (#6844)

Fixes GRAPHQL-735.
See [RFC](https://discuss.dgraph.io/t/backup-and-restore-with-operations-lik...

3179f576117d51a5d5b3b2ef58307a833c776ae9 authored about 4 years ago
chore: Update Badger to release/v3.2011 and Ristretto to latest master (DGRAPH-2630) (#6853)

* Update Badger to release/v3.2011

* Update badger options

* Run go mod tidy

* Update R...

3b9dd3bd2fed8de3c6805ad8b3539552fd4cf4ba authored about 4 years ago
Chore(Readme): Fix Dgraph latest version in README (#6861)

* Fix Dgraph latest version in README

* Changes latest version in wiki

c714c312170d603e46e34683e8e2891a69e0014a authored about 4 years ago
Update docs for count queries (#6854)

* Update docs for count queries

* Update wiki/content/graphql/queries/count.md

Co-authored...

74224f5161a6200bae41b810391ddaa291797d8d authored about 4 years ago
chore: Add manual test for increment (DGRAPH-2613) (#6840)

0913df80613f78d34809fc52be84c32c26512247 authored about 4 years ago
DQL (Docs):GraphQL -> DQL fixes II, clean-up from #6858 [forgot to push two typo fixes before merging} (#6859)

d0d9006a87c3e26d61a9a19dc53879a0b6332220 authored about 4 years ago
DQL (Docs):GraphQL -> DQL fixes (updating `Content-Type: application/graphql+-` references and noting back-compat, review and fix of add'l `GraphQL+-` references) (#6858)

* Updating references from `Content-Type: application/graphql+-` to the DQL equivalent while not...

1948e45137951396f6a07e66eb0bcd62977bcb51 authored about 4 years ago
fixed localhost typo (#6855)

3d1e3805b163691158dcd48c27b8a9278a49079c authored about 4 years ago
feat(GraphQL): Mutations with Auth on interfaces should work correctly. (#6839)

This PR extends support for Mutation with Auth on interfaces.

df37c2b5a6d038d24c72373a21432890a1c1b272 authored about 4 years ago
Generic alpha log error message for failed ACL login (#6848)

* In case of an invalid login request, a generic error message will be printed in alpha logs

...

7088d59f41f2e176f743a6cc828b21fa8179ba70 authored about 4 years ago
fix(GraphQL): This PR adds support for "application/dql" in content header. (#6849)

Fixes GRAPHQL-706

This PR Add support for below header in query endpoint

curl -H "Content-...

5a5f131cb4ff0b3809d3433dcd7e9343610a6c62 authored about 4 years ago
Docs (GraphQL) Note the addition of Int64 support in 20.11, mention JSON limitations for this type (#6829)

* Add Int64 support notes to types.md

Fixes GRAPHQL-782

* Updated per reviewer feedback

- Not...

fbc4c28992f84bddb88b3fa90a9190a31ac6d1d6 authored about 4 years ago
fix(x.ValidateAddress): Fix hostname regex check for --my config. (#6837)

* fix(x.ValidateAddress): Fix hostname check.

This fixes a panic that happens when the --my f...

ae563a2aeedb5a7c21f4d68ecc45f5eeef6bca22 authored about 4 years ago
Feat(GraphQL): Add count queries feature at non-root levels (#6834)

* Make graphql schema changes for child count queries

* Add resolve for count queries at chil...

59e3406883f603b1eeafa2a33eb1fc1035b14988 authored about 4 years ago
fix(GraphQL): AND/OR filters now accept an array while also accepting objects. (#6801)

Fixes GRAPHQL-743

addMutation also accepts an object along with an array. This is in accordan...

c7ea4a147f22f66b9a005137bf0c559de902f6e3 authored about 4 years ago
chore(cleanup): Call DropPrefix only once inside DropIndexes (#6811)

* Don't re index in case a new predicate is added to schema with an index

* Revert "Don't re ...

462a505afe3af8e84452b21b1fb251fd574d81b6 authored about 4 years ago
docs (chore): Clean the sidebar's dropdown menu (#6835)

* Update build.sh to simplify version list

11cf3b064dd013a783dcef6583e09a053ebf012d authored about 4 years ago
test(dgraph): Adding backup test cases in internal tls enabled (#6802)

af174fda249420da2047a20766ef58259e656396 authored about 4 years ago
chore: Allow test.sh to run specific tests (#6824)

06c0f7906808408daa9c91de76b6eb6bf403ec9a authored about 4 years ago
fix(export): don't return an error if there was no GraphQL schema (#6815)

FIxes GRAPHQL-747
Fixes [Discuss Issue](https://discuss.dgraph.io/t/multiple-values-for-the-gra...

23c75c911487db4bbcf7f2a62ee79e150d38814b authored about 4 years ago
feat(tls): splitting tls_dir + making health point available on HTTP (#6821)

* DGRAPH-1263 | DGRAPH-599 | splitting tls_dir + making health point available on http

161f889dbab2dad244b9ef364f368b4b1d2a7595 authored about 4 years ago
fix(GraphQL): Fix panic caused when trying to delete a nested object which doesn't have id/xid (#6810)

Fixes GRAPHQL-745.

While doing an updateMutation, when the linked object didn't have an id or...

d840c39c1940e7dd2acf85d76ba61f68c4396a9a authored about 4 years ago
Fix(GraphQL): This PR fixes the bug which return error when we input list of integers. (#6823)

Fixes GRAPHQL-690

6e21c3109898726190bacbcac3d28b29635df92c authored about 4 years ago
fix(GraphQL): fix between filter bugs (#6822)

Fixes GRAPHQL-786.

This PR enforces non-null values for `min` and `max` in the `between` filter.

be919e506585ed2424d284ccb665c0f2cad20bff authored about 4 years ago
Docs(GraphQL)Document the `between` function (#6813)

* Update search-filtering.md

Adding documentation for the `between` filter for GraphQL, minor w...

a3d4842912610ff24cae62bccd38ea867a7fd75a authored about 4 years ago
DGRAPH-2469 | changing min version to v1.2 with some secure cipher suites only (#6819)

da7d2b1779e46d0adb6df22e9fca56dd76ccd72f authored about 4 years ago
docs: (update) redesign of docs home page (#6749)

Docs site homepage redesign

ca1a900d4d51c15bf8ac72495bba5b62324cea38 authored about 4 years ago
fix(Dgraph): race condition in EnterpriseEnabled() (#6793)

2c7ea382a3573ae0d0c8039102a6cc6f756f4b63 authored about 4 years ago