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

chore: Suport running bank test against slash (#6187)

b601686d63ff8dfa3ea84ae6d6d6ee443c287282 authored over 4 years ago
Fix URL paths (#6189)

4ee4af812bc73d65a5bc1d45c3116a6552f182ad authored over 4 years ago
fix deploy page to not show blank page (#6188)

5349aa1de53a95da77ac13b1bb76efc8fb39ee66 authored over 4 years ago
feat(docs): Merge GraphQL docs (#6169)

This PR adds GraphQL docs under Dgraph docs.

fd0b4ad482c1446d4e15005b75dea06e4c44300a authored over 4 years ago
Prevent empty values in fields having `id` directive. (#6177)

d6975fd1060a3c372b3362ac064c55d8d95fcef4 authored over 4 years ago
fix: Don't allow idx flag to be set to 0 on dgraph zero (#6156)

* Fix DGRAPH-2185

* Update the help message for idx flag in dgraph zero

54907b83bb3fbbbbe12d7d995b410693eac550f8 authored over 4 years ago
Revert "fix(Dgraph): Don't store start_ts in postings. (#6127)" (#6181)

This reverts commit 9d7fc94c4c1e712cf6090581e7d35290c77b6d18.

5ecef43c70e60435099c426ef1d7ff6b20ddbbd1 authored over 4 years ago
docs(vault): Vault docs (#6163)

ccbc89cd46c0787e2b3d19a610c4ca52f36248fa authored over 4 years ago
feat(GraphQL): @custom HTTP body now supports hardcoded scalars (#6157)

Fixes #5641
Fixes GRAPHQL-508
Fixes [Discuss Issue](https://discuss.dgraph.io/t/custom-mutatio...

0d49e10dc166d059c1e262b1e1d1e1c455273275 authored over 4 years ago
fix(GraphQl): Allow case insensitive auth header for graphql subscriptions. (#6141)

This PR allows case insensitive auth header for graphql subscriptions.

d807eb7d00f61b62c4cd67e8dbaa1f7d45512135 authored over 4 years ago
docs: document upgrade and internal type/predicate namespace (#6149)

Fixes DGRAPH-1714.
This PR adds documentation for upgrading from `v20.03.x` to `v20.07.0`. It a...

0b4cd73c09c586fe643e4d54caa1424eb3178aaf authored over 4 years ago
feat: add metrics cost to grpc and http header (#6148)

d1c3cd751bdf0184dc98cabed1e99c73243e7799 authored over 4 years ago
chore(compose): Set multiple Zero addresses in Alpha. (#6144)

223238a2bebaef547d432b72f2192297426ac059 authored over 4 years ago
Queue keys for rollup during mutation. (#6145)

Right now, keys are only added for rollups during queries. Keys that
only receive queries will ...

3ea5efe5bd94936fcbcc402a330b49e4a6870a2a authored over 4 years ago
fix(GraphQl): Panic fix when subscription expiry is not present in jwt. (#6129)

This PR fixes panic error when expiry is not given in jwt for subscriptions using authorization.

37823e9153506f244a89630071253a55b6d4305b authored over 4 years ago
feat(dgraph): Add suport for RDF query. (#6038)

898a8f32527a8a2726ea9f9e803c519b153a052d authored over 4 years ago
fix(Dgraph): Perform rollups more aggresively. (#6143)

- Reduce batch size to 16.
- Force a rollup to happen every 500ms instead of 2s.

Related to ...

fa013db935cdc64ca5eb31139057528d83751a3b authored over 4 years ago
fix(bulk loader): Remove redundant option set (#6119)

The compression level is set in the `setBadgerOptions` function and setting
`compressionLevel` ...

885ef676fb3b6ab3ab1005ff539a1002e638c802 authored over 4 years ago
fix(GraphQL): Fix getType queries when id was used as a name for types other than ID (#6130)

For the schema

type Tweets {
id: String! @id
score: Int
}

getTweets query was not bei...

bb8e4b9d5456cc05a1abd15933b95881ca8e156b authored over 4 years ago
fix(dgraph): Fixes misleading error about invalid hostname (#6037)

The issue was that when starting alpha with `--my` option and the port is not specified, or the ...

e199e55066802ecfb3b9adf9a9f3285e5d45defb authored over 4 years ago
fix(rollups): rollup a batch if more than 2 seconds elapsed since last batch (#6118)

aca09216f0cfa5a125a81235127285d45e2fe546 authored over 4 years ago
fix(Dgraph): Don't store start_ts in postings. (#6127)

Clear out the start_ts field in the postings of deltas before they are
marshalled to avoid stor...

9d7fc94c4c1e712cf6090581e7d35290c77b6d18 authored over 4 years ago
docs(build): Set v20.07 docs as latest. (#6132)

665a54507fccdeebc013c0e938bed2d0c53521d2 authored over 4 years ago
docs: [Breaking] split the docs into smaller pages (#6079)

This PR splits docs with larger pages into smaller ones.

Splitting work is from https://githu...

88651b4d4f438317303c0252275f4c317af8cfc8 authored over 4 years ago
fix(dgraph): Fix out of order issues with split keys in bulk loader. (#6083)

Split keys for indexes can cause out-of-order issues due to the variable length of the term insi...

2a3b85c9cc9bf6bcb62564bb6bf12669967ed7da authored over 4 years ago
feat: Live Loader Now Supports Slash GraphQL (#6117)

Live Loader can now support Slash GraphQL

Here is an example:
```
./dgraph live --slash_gr...

b8c83e5c44a644c00efba27857b0c7c69be7f32e authored over 4 years ago
fix(GraphQL): fixes flaky TestCustomDQL (#6120)

The order in which the query responses were returned, was not fixed earlier, so the test was fla...

198f68057a38f2bff488da4b359d761dbc1a0953 authored over 4 years ago
fix(Debug): Do not calculate min max versions upfront (#6031)

Calculating min and max versions upfront requires iterating over the entire Badger DB. For large...

5e39c8aa8b4091d7fffcf8b2f18a98d712544539 authored over 4 years ago
feat(GraphQL): Custom logic now supports DQL queries (#6115)

Fixes GraphQL-600.

This PR adds DQL query (previously known as GraphQL+-) support in GraphQL ...

117ac3c477535ca31684dfe821eb82824f69749e authored over 4 years ago
fix to contrib prometheus where labelselector matching invalid dgraph svc port names (#6116)

8661bcc109f689db37947078b379988acc3b489d authored over 4 years ago
fix(dgraph): Dgraph version picked from git tags on master (#5956)

* Pick latest tag among all tags

* Use a constant version number v99 with commit id on master...

9fb934a1d9a5fa68c08012781885ca8b1d73050e authored over 4 years ago
fix(dgraph): Fix empty string response for zero datetime (#6067)

This PR fixes the empty string response for a zero-datetime value. The "0001-01-01T00:00:00Z" da...

386665f95ab538cd6c5aab4516c0cb63e4a1e04c authored over 4 years ago
chore: Benchmark Auth queries and compare it with non Auth queries. (#6029)

* Benchmark Auth queries and compare it with non Auth queries.

Co-authored-by: Pawan Rawal <p...

6ecf91e35fb31621a3532dad5fbf4ad13671e35b authored over 4 years ago
fix(GraphQL): fix bug in custom resolver, now body need not have all the fields. (#6054)

This PR fix bug in custom resolver, now body need not have all the fields(both nullable and non-...

72e6a4757d3cc7fb68479a50ab72303a780feb49 authored over 4 years ago
chore(version): Add release codename to version output. (#6113)

This adds a codename field to the dgraph version output. The codename
is set explicitly in the ...

27ddecab1996efada80da23840e04dcd357a5c2c authored over 4 years ago
chore(changelog): Changelog for 20.07.0 (#6111)

768da25d9584a39f845af15e9158f9782fec16e4 authored over 4 years ago
build(standalone): Add DGRAPH_VERSION to build different Dgraph versions for standalone image. (#6082)

The standalone images build from the same tags as the `dgraph/dgraph` image.

To build and pus...

bcd16848408d918c289131fede572265fb178551 authored over 4 years ago
fix(GraphQL): Disallow Subscription typename. (#6077)

This PR disallow Subscription typename so that it doesn't conflict with Subscriptions generated.

601e837e39d6e796db8f5c46921413f63e02b3c2 authored over 4 years ago
chore: Modify test to remove flakiness caused by explicit uids (#6080)

a5c469d56741a4a6e2c668b5053dba17bbfa5860 authored over 4 years ago
test: Add extra assesrtions to reverse uid test. (#6061)

Make sure both the main and reverse edges are deleted when the main
edge is deleted.

e45c2964e51322860be9866a44bbd193f676c98f authored over 4 years ago
chore(GraphQL): remove skipped tests (#6078)

Fixes GRAPHQL-562.

91e28d53c356312956230dad94dfb0d5e9f04135 authored over 4 years ago
fix(GraphQL): fixes wrong query parameter value for custom field URL (#6074)

Fixes GRAPHQL-590.

This PR fixes wrong parameter value being supplied in the URL query parame...

3f91f2976615cb80ef8338808f9817ec684d3ef4 authored over 4 years ago
fix(GraphQL): fixes panic in update mutation without set & remove (#6073)

FIxes GRAPHQL-589.
See [Discuss](https://discuss.dgraph.io/t/panic-when-update-with-filter-but-...

d82ecb4426c3119a970c12211c407a868a1bba33 authored over 4 years ago
fix(GraphQL): Remove github issues link from the error messages. (#6036)

Since we don't use GitHub issues anymore, error messages should not link to them. Updating the e...

b8197a314f87055235e306b7c74bd4ddf6f3f798 authored over 4 years ago
fix(GraphQL): Fix auth rewriting for nested queries when RBAC rule is true. (#6053)

* Fix auth rewriting for nested queries when RBAC rule is true.

3e3a53f532d453d9b9479faca51220bda599a0d2 authored over 4 years ago
refactor: Simplify how list splits are tracked. (#5920)

Currently the code keeps tracks of the split startUids and updates them
as the posting lists ar...

c51d007e7d53a0d313bab3e73e8536ff1fc455c0 authored over 4 years ago
docs(build): Update latest docs to v20.03.4. (#6063)

33a710451cc9884fdfe369f66c94420d34b049be authored over 4 years ago
docs(Readme): current version from 1.1 to 20.03.4 (#6068)

52019d39ec885a1d8297c21e5ef1f532fdae71c5 authored over 4 years ago
skiping the flaky subscription test (#6069)

This PR skips the flaky subscriptions tests TestSubscriptionAuth_SameQueryAndClaimsButDifferentE...

3cbfba1251a5f03ccee2cfc7f9955f3fc6efebc3 authored over 4 years ago
chore: Print Zero config in logs. (#6047)

This is so we can know what the config is set to in Zero.

Example:

I0721 04:39:20.865338 ...

b3b8f3ee1957bba6f9fe11da7111bc1a0c817f96 authored over 4 years ago
wiki/deploy helm chart update (#6049)

eeb6187b1e7712196c82796af28f31416040cdad authored over 4 years ago
chore: Add remove-orphans flag to docker compose and update tests to use python3 (#6059)

fc5927bbbe9f13a9e15fa9ea62075df6120eb45d authored over 4 years ago
docs(CHANGELOG): Update for 1.2.6 and 20.07.0 releases. (#6030)

3dce19f42e2a8f90e65476aa00b3db4c0173a30c authored over 4 years ago
fix(GraphQL): Validate JWT Claims and test JWT expiry. (#6048)

* Validate JWT Claims and test JWT expiry.

5a67b9497fdb4a2c67638e3fc2601d628aa238f0 authored over 4 years ago
add retry for schema update (#5924)

Signed-off-by: Tiger <[email protected]>

43cce17f86015535893e6679af7a9c870cbd3c81 authored over 4 years ago
fix(worker): Cancel the context when opening connection to leader for streaming snapshot (#6033)

Co-authored-by: Manish R Jain <[email protected]>
Co-authored-by: parasssh <[email protected]>

e097952467202c7e081db4c7ec4f6b0ded248798 authored over 4 years ago
Update badger to 37ee16d (#6040)

4baa84cb469c77b5c58e27ddd72df75bc8e26437 authored over 4 years ago
fix(GraphQL): Fix segmentation fault when calling the /admin/backup endpoint. (#6042)

PR #5802 introduced a bug that caused the adminServer global variable to
never be set, which in...

6d014042730fd65bbaec66b7a6d0a4c93a9b58f2 authored over 4 years ago
feat(GraphQL): Adds auth for subscriptions (#5984)

* removed log info

* added missing functions in auth.go

* resolved merge issues

* added...

5f81aac3d4c5bc0e1ef114c3f288caf177e99d20 authored over 4 years ago
fix(LiveLoader): correct the file name for syntactically wrong file in live loader logs (#5788)

The error message for the unparsable input file for the live loader was printing incorrect filen...

55625ec9bbcef3382d61bf9a5c5a62abbbc1a413 authored over 4 years ago
docs(Changelog): Update for CHANGELOG 20.03.4 (#6024)

Co-authored-by: parasssh <[email protected]>

07f32ea8417120a153e2cbf32a03b1a1f9ecd976 authored over 4 years ago
test: Enterprise License tests (#5822)

Created a file for testing if the license is applied correctly. It contains 3 tests.

1. Apply...

61363d1837b929d04fe988af40b888e9f82370ea authored over 4 years ago
fix(ServeTask): Return error if server is not ready (#6019)

The grpcWorker.ServeTask function is called when a request is received
over the network (sent b...

9293c97cf8641a6ecbdbe316a312d183065d44c7 authored over 4 years ago
remove orphan containers in the docker compose (#5981)

Signed-off-by: பாலாஜி <[email protected]>

7cf728a6988bb36cddcf529c9aaf5d177d17d0e1 authored over 4 years ago
Correct minor merge conflict (#6017)

363dd463a4cd63aa963a78dbf70f9a0d0b0e68d5 authored over 4 years ago
chore: Correct whitelist flag usage text (#6016)

Fixes GRAPHQL-577.

This PR updates the usage text for `--whitelist` flag in `alpha` to reflec...

b300f298f4a6f503faa50529093095eaf14111b3 authored over 4 years ago
fix(GraphQL): Maintain backward compatibility for `Dgraph.Authorization` in schema. (#5998)

* Maintain backward compatibility for `Dgraph.Authorization` in schema

93a0813551ced389c77afc57af9a71d267399dd2 authored over 4 years ago
rename port names for consistency with helm chart (#5972)

6b5ed3f6f4665567cc4bee8fbebf5a59133dac31 authored over 4 years ago
chore: refresh aws marketplace cfn template with updated AMIs IDs (#6013)

440b474607977e1c8b601760edaeb7efdf118eb5 authored over 4 years ago
chore: fix deepsource warnings in testutil package. (#6012)

d696e03c40eb70f60b1fac15c8e3933ce6095141 authored over 4 years ago
fix: Set dgraph cert default duration to 1 year. (#5986)

* fix: Set cert default duration to 1 year.

* docs(Deploy): Document default validity and upd...

cfc8217a454952a7c14f809a9d7122bedae9f6eb authored over 4 years ago
fix(dgraph): Panic because of nil map in groups.go (#5999)

* Initialize delta.GroupChecksums if nil

delta.GroupChecksums is nil at this point in the cod...

3c46878bc98856e5129933b143668a07b4513903 authored over 4 years ago
fix(Dgraph): update reverse index when updating single UID predicates. (#5868)

When updating a single uid predicate with a reverse index, the existing entry in the
reverse in...

5b70fe8aa2c4dc08f74794b3e9875c8789c11c9f authored over 4 years ago
test: fix flakiness in TestValQueryWithACLPermissions (#5978)

Fixes DGRAPH-1914

ef640486e62776c453e43da1a1b75573006328bd authored over 4 years ago
fix(badger): Update badger to v20.07.0-rc2 (#5989)

3c710183af4b6699f4656360b091a9795a8def5c authored over 4 years ago
chore: contrib k8s ha support dgraph alpha multiple zero support (#5973)

* contrib k8s ha support dgraph alpha multiple zero support

3ff7d3f52069e9996ce746d3d00e900e8de80766 authored over 4 years ago
docs(Enterprise): fix typo for EE license application to Zero leader. (#5985)

The POST request for applying the enterprise license key can only be sent to the leader zero end...

44ac777ebd750a7a99f76336f19850734cc57143 authored over 4 years ago
feat(Query): Support uid variables inside uid_in function (#5320)

e9c3f05d8f1edf10c1ac17c8fa1001331cd72e17 authored over 4 years ago
docs: remove slack link and replace forum to community (#5880)

* remove slack link and replace forum to community

* Updated with master

* Reverted Events...

a69b22f5337d932a19278563d4a30537185d4400 authored over 4 years ago
show default values for /state and /assign endpoint (#5966)

1. This PR enhances usability by not omitting default fields in /state and /assign endpoints.
2...

e0fca965b38408eb964b59a874ad3d4f7555b493 authored over 4 years ago
add sleep to snapshot test (#5952)

Signed-off-by: பாலாஜி <[email protected]>

dfcdf7c83bea5f25871943e243409a86429144d1 authored over 4 years ago
add cluster lables to the jaeger containers (#5951)

c9ea2cb208b67dd6dc31bd4177dac4e08585abcb authored over 4 years ago
perf(GraphQL): Fix filter order with UID (#5928)

There were cases that get rewritten like `updateStudent(func: type(Student)) @filter(uid(0x123))...

64ce93bf6890eb20b09017453ae78fb63b3bf80e authored over 4 years ago
feat(GraphQL): Validate audience in authorization JWT and change `Dgraph.Authorization` format. (#5927)

1. Upgrades jwt-go to v4 to support multiple aud claims in JWT
2. Makes JWT token expiry field ...

5d789f0ed80fc6680bbb1333b999c2fa8895ecdc authored over 4 years ago
feat(Export): Export now supports directly uploading to s3 or minio (#5925)

RFC: https://discuss.dgraph.io/t/rfc-remote-export/7615
Related: #5968

55ed7491e323eb89ad3ae4539998de7c46770963 authored over 4 years ago
fix(badger): Update badger to v20.07.0-rc1 (#5939)

* Update badger to v20.07.0-rc1

This commit brings the following new changes from badger.
Th...

f14efbee3f0341d50b76797cbabce2fe37a018f6 authored over 4 years ago
refactor: Move common minio logic into a new file (#5968)

75ac92d873a6bc5989f77bd255c393eaf81e5334 authored over 4 years ago
fix(GraphQL): multiple queries in a single request should not share the same variables (#5953)

Fixes GraphQL-570.

Earlier, sending a query like this:
```
query ($filter: CountryFilter!){...

58e90aad1f1d85bf8201e6942100e9f993292674 authored over 4 years ago
fix(GraphQL): Dgraph directive with reverse edge should work smoothly with interfaces (#5911)

Fixes #5744

There was another bug where field which map to reverse edges in Dgraph where gene...

ecec0714e5a49ca24ef763c132bd4671ac5df46a authored over 4 years ago
fix(Query): Fix val queries when ACL is enabled #5945

144685a84c71723d7ec76fd4b29160959221fc44 authored over 4 years ago
Update README.md

d27ca2d7b68275d776b323d8d6e045650ed3405d authored over 4 years ago
Update README.md

4c845ee82ff37732a57af70b7564fbeb4da496c9 authored over 4 years ago
chore: Change first sentence in docs to be more GraphQL focused. (#5938)

* Change first sentence in docs to be more GraphQL focused.

* Update _index.md

Changed fir...

f3658b85f5472192fffc989db2da0b5047c1740e authored over 4 years ago
Create ISSUE_TEMPLATE

Switch to Discuss Issues.

4eddeb806412a549668634b7e82a78371cdde610 authored over 4 years ago
Delete issue--question.md

Replaced by Discuss Issues.

becd1adca332733b8dcbf82566d063165b13a0dd authored over 4 years ago
Delete feature_request.md

Replaced by Discuss Issues.

dd2a6035e9a77ba630e3f781bcad2e882ada8913 authored over 4 years ago
Delete bug_report.md

Replaced by Discuss Issues.

fb331cc5697bc13d4bd2c02f6b8059f5dba62243 authored over 4 years ago
Delete documentation.md

Replaced by Discuss Issues.

d1f3b0ccd3f6159bc26b5c9117535d35053273dc authored over 4 years ago
Create main.yml

Switch to Discuss Issues.

f1ae59b305b24a895c84de86e1275c549aaf576c authored over 4 years ago
Update README.md

b06a0eb80ace0005f7d1e67477c30db1a6239caf authored over 4 years ago