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

Add a reference for Badger on the homepage for docs. (#6418)

6f90df27484b4553569bae2018ab3190256850a8 authored over 4 years ago
fix(raft): Only leader should check the quorum (#6323)

The Checkquorum() function is used by the leader to determine if it is
still a leader and not b...

7a8e6de219c93dc0adcc5f03a43bd2fdf657bcfd authored over 4 years ago
docs: Add netlify deploy docs to slash docs (#6425)

d94e5da55d3f2fbaac58e3c00ebbe7f702d96eae authored over 4 years ago
fix(GraphQL): fix restoreStatus query with query variables (#6414)

Fixes GRAPHQL-642.

For this restoreStatus query using variable
```
query restoreStatus($res...

45afae9919bfa6a6888bd6ee304bc7d001233dc8 authored over 4 years ago
fix(Dgraph): Parse Content-Type in headers correctly (#6370)

bd874d4e2059140ef4cd9f20d8756e1c157215ba authored over 4 years ago
fix(GraphQL): fix for deletion on interfaces with no non Id field (#6387)

Fixes GRAPHQL-655.

For this user schema (interface have no non-Id field):

```
interface A...

742259b4a6514b5ce50169d85da0feba6d69cb70 authored over 4 years ago
feat(Dgraph): Add separate compression flag for z and wal dirs (#6401)

* Add separate compression flag for z and wal dirs

* Address comments

* Address comments

601cc3b39ab018c3ac751d955f2508d7eebfc880 authored over 4 years ago
feat: add schema history to graphql (#6324)

d9e95a923e6a314c30c69d44d8f54130e6e7f997 authored over 4 years ago
Update advanced-queries.md

c8fee85654b9ded740f2b29da5892d6667a62f88 authored over 4 years ago
Perf: Optimize JSON encoding (#6362)

Remove a Go map and slice in favor of using a node based structure, laid out on allocated memory...

2b1532d876e5a71df24679c975c13f09c6e289e7 authored over 4 years ago
feat(querylang): language support for term tokenization (#6269)

* Added support for term tokenization to tokenize by language

* Cleaned up antipattern, added...

20a067b5c6a9a96e840a90eedddbbf31529e9462 authored over 4 years ago
perf: Various optimizations to the bulk loader (#6412)

With this change, bulk loader runs fine over very large datasets involving billions of edges, wi...

9109186e0963a61e54f41c6755f778361fbe8b98 authored over 4 years ago
docs: Add section on automating backups. (#6345)

0fab710fdc207075c5ea0a75a8cb2317a3b75ba4 authored over 4 years ago
fix(GraphQL): don't generate orderable enum value for list fields (#6392)

Fixes GRAPHQL-650.

For this user schema:
```
type Starship {
id: ID!
name...

dc66617abf96a87595cc1a677e9aaa4f97e076f5 authored over 4 years ago
Use z.Closer instead of y.Closer (#6394)

The closer type was moved from badger/y to ristretto/z in https://github.com/dgraph-io/ristretto...

028783889501fe5c514df9270242e9264e476ca8 authored over 4 years ago
Add missing predicates in alter schema (#6390)

902ea498e725ad1275eb2d2aff9f3107f847d203 authored over 4 years ago
fix(GraphQL): fix introspection completion bug (#6385)

Fixes GRAPHQL-673.
This PR fixes the issue where introspection queries would break if there wer...

243a336d17c8a27ddd6a59ffec894fdbc68f6480 authored over 4 years ago
fix(shutdown): Force exit if CTRL-C is caught before initialization (#6359)

Forcefully kill alpha if CTRL-C is caught before node initialization completes.

Fixes DGRAPH-...

41c205264df7d2f8639732475eeee3b89dcce041 authored over 4 years ago
chore(Docs): Update graph-links.md to remove a duplicate word. (#6378)

remove duplicate word "doesn't" from description of two-way edges.

(cherry picked from commit a...

ea08797ff7191de514f996551a00d773700fd9c6 authored over 4 years ago
add cost for mutation (#6311)

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

6439b5231044c8b16a19a293937efd3cd5b428bb authored over 4 years ago
don't propose trail license if the licences is provided by the user. (#6367)

66d2755e8642e79a96a8fb50a0ea2c4037f929b3 authored over 4 years ago
chore(compose): Simplify ACL setup and set whitelist by default. (#6376)

* chore(compose): Simplify ACL setup and set whitelist by default.

Add an --acl flag to creat...

5de3d797821234d1a66320f9dcf6aa1de6a32719 authored over 4 years ago
Fix allignment for list items in Slash introduction page (#6383)

e165710e85888fadfab9e21212a9b3469abe574e authored over 4 years ago
docs: Update tutorial about no requirement of indexing for filtering nodes (#6380)

There is no requirement of indexing in order to do a traversal with a @filter directive.
This f...

61cfaeaa79e62606620ad29819d828fc27231475 authored over 4 years ago
doc: Add one-click doc page (#6381)

c68fad3b459a64fd4760f002e6c4883eaf85be13 authored over 4 years ago
fix(GraphQL): This PR extend int64 range to 64-bit numeric values and adds input coercing and validation for integers. (#6275)

Fixes GRAPHQL-630
This PR extends the int64 range to 64-bit numeric values and adds input coerc...

82d92a3aecd543d380d8c69d90f68252b33aa1fb authored over 4 years ago
doc: Adding a security page on slash

518a2d0bb473f3ddee4bfa1d010267ee036516c7 authored over 4 years ago
fix(GraphQL): This PR adds documentation for Scalar DateTime type. (#6373)

Fixes GRAPHQL-631
This PR adds documentation for Scalar DateTime type.

91c81cae578ae2cb5b2f269b4b7897e72a3a6c43 authored over 4 years ago
doc: Adding a note on backend modes

95d7c54d8db4e04fb855eb5ed331c76451aa8da3 authored over 4 years ago
Fix GraphQL E2E test. (#6377)

c3cafdc028d9c5322420f0ff1d955f4a25cd1974 authored over 4 years ago
fix(dgraph): sentry nil pointer check (#6372)

7857fa2cfc5388fa1f5787eea473ab900f51299a authored over 4 years ago
fix(GraphQL): Remove auth error from mutation. (#6329)

* Remove auth error from add mutation.

991f72f77c3e24bfcb3d533b94d01d76c19713a0 authored over 4 years ago
fix(GraphQL): Fix query rewriting for auth delete when deleting types with inverse field. (#6350)

* Fix query rewriting for auth delete when deleting types with inverse field.

be9ebd0586e29b8edbe12b2783faf3422ca4bd40 authored over 4 years ago
docs: Add details of configuring/enabling TLS support (#6326)

* Add details about the types of TLS certificates.
* Add documentation for using ratel with and...

12f89a2c4c9313b808de97129068b7ba360278b5 authored over 4 years ago
Pagination param "after" does not work when using func: uid(v) (#6365)

fixed : Pagination param "after" does not work when using func: uid(v)

732732bc031fbf6f3f5a5eccd52144acc1c14f4b authored over 4 years ago
Revert "fix(Dgraph): Replace fmt.Sprintf with strconv.FormatUint int outputrdf.go (#6310)" (#6358)

This reverts commit 4b375b390bb10a94098b4753e6ea65140617db2d.

15988c651d3f71ee01ce0c7e6bb7ff4deb87bf47 authored over 4 years ago
fix(Dgraph): add flag to set up compression in zero. (#6338)

254bd2904fa236ef4527d8744f2246af27b61d9a authored over 4 years ago
fix(GraphQL): incorrect generatedSchema in updateGQLSchema (#6349)

This PR fixes the behaviour where Dgraph schema was being given as generatedSchema field in upda...

0b8681cdca27b1032aa645ee6c0e6851ae82b154 authored over 4 years ago
fix: Return 404 status on non-existent API calls (#6296)

* Add feature to return 404 on non-existent API calls

* Requested changes

092a884b3a964a6e6c9e3ccd33fab1a8ea065c34 authored over 4 years ago
feat(GraphQL): Add GraphQL schema validation Endpoint. (#6250)

* Add GraphQL schema validation Endpoint.

df1c7c9ff014c67686809eab6375a88ca40a3ca4 authored over 4 years ago
fix(GraphQl): fix errors from authorization examples given in docs. (#6330)

This PR fix errors from authorization examples given in docs.

0f3bfb16e3fda7e127d2941db49096a4c1539356 authored over 4 years ago
test: add --build option for docker-compose up in test script (#6348)

Fixes DGRAPH-2356
This PR fixes random GraphQL custom logic e2e test failures in TeamCity by re...

536b3176fec9600045d5ca2d4e60ae3a055fa1ef authored over 4 years ago
feat(ludicrous): Run mutations from the same predicate concurrently in ludicrous mode (#6060)

d799fd0e43e95ab7052233027d27d192ffce1e55 authored over 4 years ago
proto fix needed for PR #6331 (#6337)

844f34d11185ca43630e8dbb7d07c3221603eedc authored over 4 years ago
fix(Dgraph): Replace fmt.Sprintf with strconv.FormatUint int outputrdf.go (#6310)

4b375b390bb10a94098b4753e6ea65140617db2d authored over 4 years ago
fix(Dgraph): Add flags to set table and vlog loading mode for zero. (#6315)

Related to DGRAPH-2189

bf799992473cf334947f8507b001883333ad2d88 authored over 4 years ago
Fix(Dgraph): Add a lock to backups to process one request at a time. (#6316)

It's possible that two requests reach the server around the same time
and send a requests to th...

5b7926018adc5ed2173d0df5b1ac5796517566ed authored over 4 years ago
fix(Query) Fix Star_All delete query when used with ACL enabled (#6331)

501f33855aca5e1fa9b98ec75efb450d91e7b749 authored over 4 years ago
chore(compose): Specify version for tracing/metrics images. (#6139)

Specify the version for the Docker images used for Jaeger, Prometheus, Grafana,
and the Node Ex...

1783e0edafb995b344eb5cfd22008f9ab0b29be8 authored over 4 years ago
posting list changes. (#6303)

(cherry picked from commit 926dbe1b9deab34e58fb0a1380aa862219d22e75)

deded8bfc13a2949537e596d3807ec626790bbdc authored over 4 years ago
Fix(increment): Fix readTs less than minTs (#6317)

Use the readTs for reads via LocalCache. This would ensure that users don't get a lot of ReadTs ...

2de4675be0ba627e2b6475897b972ba2dfb4e1ba authored over 4 years ago
chore(contrib/bank): Fix logging. (#6318)

Changes:

* Log output all the time, not just for errors. This brings back the
"Moving / MO...

c5721f607f4c0ca116c217d247f64115e2dccf40 authored over 4 years ago
Fix(Alpha): MASA: Make Alpha Shutdown Again (#6313)

This PR removes the usage of context.Background() in groups.go and ensures that all the various ...

f1941b3c072971fb1112569879afc3dd80621f70 authored over 4 years ago
Revert "Fix(Dgraph): Fix how visited nodes are detected in recurse queries. (#6272)"

This reverts commit 3638c12c1b755e7478c40a5142cb9cb3701c4ed5.

9ab8768105e23b9cdb57ee891d42a5993e6bface authored over 4 years ago
chore(contrib/bank): Add flag to change how frequent checks are run. (#6246)

This adds a -check_every flag that configures how often the total accounts and balances check is...

dcf9f12b121680642bc99e05d4b8931b2656c89d authored over 4 years ago
disable compression for WAL (#6255)

This PR disables compression from WAL in badger. WAL is supposed to be small and fast, Cache/com...

86d443d9044b4f05d4b89de2500ddb6c8d1c0dbb authored over 4 years ago
fix: Online Restore honors credentials passed in (#6295)

a8a6e85b790e3464fefd77ab6db95b23c281149f authored over 4 years ago
fix(ACL Query): Fixes queries which use variable at the top level (#6290)

6f883a4713b12b0222d0e84a05ad7e00286733a0 authored over 4 years ago
change behavior of param cascade to allow parent's cascade (with or w/o param) to trickle to child until overridden explicitly (#6283)

57fcd92919ba2ed5e0d44fb51d20f3fb9dced5ed authored over 4 years ago
fix panicwrap parent check (#6264)

52e136fb4871434e67dd79106286452ab34df2c3 authored over 4 years ago
fix(task): Return error on closed DB (#6075)

Fixes DGRAPH-2181

The queries in dgraph are processed in separate goroutines. The pstore badg...

3cea0fe26c27d62e9ebc5f9574cdc9ba2e31fa13 authored over 4 years ago
fixed schema documentation section (#6289)

cb2eec27bedafcdb2767f03a9d6c326d76086e10 authored over 4 years ago
fix(GraphQL): Link xids properly if there are duplicate xids within the same add request. (#6265)

Fixes GRAPHQL-641

See https://discuss.dgraph.io/t/residual-issue-linking-grandchild-in-mutati...

12b27160fa0c8bc3ad668a24ef557c6bdb6cd9c0 authored over 4 years ago
feat: add --cache_mb and --cache_percentage flag (#6271)

Badger now has 2 separate caches blockCache and indexCache
(see https://github.com/dgraph-io/b...

079a0decf2624d21d5c3f125446adb2bcead923a authored over 4 years ago
fix(GraphQL): fix internal error when doing GraphQL schema introspection after drop all (#6268)

This PR fixes the "Internal error" response when querying the GraphQL schema after performing dr...

d3bee33ba70370bfdedf532cb0facce3dcc2caca authored over 4 years ago
fix(Dgraph): Sort manifests by BackupNum in file handler. (#6263)

This was being done in the S3 handler but not in the file handler.
By default the paths are sor...

df63d6ca2076f059961892b9a6f192cb05f88e31 authored over 4 years ago
Fix(Dgraph): Fix how visited nodes are detected in recurse queries. (#6272)

Currently a node is marked as visited if it's been visited before AND
has been visited from the...

3638c12c1b755e7478c40a5142cb9cb3701c4ed5 authored over 4 years ago
Feat(GraphQL): This PR adds parameterised cascade in graphql. (#6251)

This PR adds parameterised cascade in graphql. We can now specify individual fields in @cascade....

cd1dbeb9013c52eec81fe125b265f479e9d12f20 authored over 4 years ago
Enabling Discuss comments

e9dda24acd6aa40472d29444601baac3bd69db96 authored over 4 years ago
feat: add dynamic cors support (#6174)

7820d71b4b35fd2c7d69f8c2ca79c3bedf733b14 authored over 4 years ago
docs: update kubernetes section (#6254)

* updates for clarity, added dgraph config section for helm chart
* updated warning about lates...

f31c5fba046f3c4c3568f292432c3a776dbcd540 authored over 4 years ago
docs: Improve the docs of delete mutation (#6257)

Add information about the `<uid> * *` delete pattern.

c79a8359f6e75311fa637c793b527fc810961ec7 authored over 4 years ago
feat(Dgraph): Add experimental cache for posting lists (#6245)

Add a cache for posting lists. There are still some issues (i.e failing Jepsen tests) so
this f...

ccfa6a435b3bc9721745414400e08c52a4c489d9 authored over 4 years ago
feat(GraphQL): add has filter support (#6258)

* feat(GraphQL): Add HasFilter in the Schema (#6168)

* add HadFilter In the Schema

* fix d...

c8b73e3859fbfcccf8f4e6e6226acbcca5fbe53b authored over 4 years ago
docs(releases): Update v20.07, 20.03, and 1.2 releases in Releases page. (#6262)

7ac7af636eb0f5552e15c63612783201cd190370 authored over 4 years ago
docs: cluster_checklist doc update (#6252)

* doc update cluster-checklist
* wiki doc instructions

42a5968cad5b22a16212906015b9d9949533699e authored over 4 years ago
fix(Dgraph): Stop forcing RAM mode for the write-ahead log. (#6142)

This change also adds a way to set the table and value log loading modes for the w directory
in...

5f5aa9c1ab7505122b6e394a8af24ce0d52d9823 authored over 4 years ago
fix(GraphQL): fixes unexpected fragment behaviour (#6228)

Fixes: #5516
Fixes: [Discuss Issue](https://discuss.dgraph.io/t/graphql-fragments-generates-une...

dcce8bf62a73683f7aae3306c5b3f184b9e18682 authored over 4 years ago
docs: add info about __typename in custom DQL (#6248)

Reference: [Discuss Post](https://discuss.dgraph.io/t/custom-dql-typename-bug-strange-behaviour/...

0faae407a9ee74244734d97e757a284972f95ad2 authored over 4 years ago
fix: remove unnecessary curly braces from doc (#6256)

Co-authored-by: Sankalan Parajuli <[email protected]>

fd5b392943af21a244d52e02a8bf34037f36f66d authored over 4 years ago
doc: Setting the canonical path to each docs without version (#6249)

Passing a few variables to the hugo theme

93f3f0f50b07ac36905d4c683817e5fcbbcee727 authored over 4 years ago
fix(Dgraph): make backups cancel other tasks (#6152)

Backups should be added to the list of tasks (rollups, snapshots, etc)
that are managed by Dgra...

ea15b664aa8659c0722e31a499c598698377215f authored over 4 years ago
doc: fixing a small typo

67a221a87c24bb701d6b81bb5e2f0b6bf5d05306 authored over 4 years ago
doc: Adding docs about ratel and Slash (#6241)

* Adding docs about ratel and Slash

* changing a link

* Making the ADministering your back...

6059d8a8bfd0ccf774afba2d5ef5ee05e59bc9c2 authored over 4 years ago
fix CL (#6236)

395695e8cd3dbd041de6d7254ca463087279fce0 authored over 4 years ago
Update CHANGELOG for 20.07.1, 20.03.5, 1.2.7 (#6220)

71fc82ffd3dcc753a560f4859b3947c8f20da6ab authored over 4 years ago
Update badger to v2.2007.1 (#6229)

120f338162b69955ad36cdc671cfda3656d1f87c authored over 4 years ago
fix(GraphQL): Fix order and offset in auth queries. (#6221)

* Fix order and offset in auth queries.

* Remove order from top-level auth filter.

a5bfd4a9ce87a36fb6e4fc073cd651b81f9299e8 authored over 4 years ago
Add docs for GraphQL variables. (#6223)

549557b6bdf816ec9b5b7696f90a3389f02b5a8b authored over 4 years ago
Add docs for GraphQL fragments. (#6224)

c8894bbaed7bb25b1f7a23197280a234b730cab0 authored over 4 years ago
feat(GraphQL): GraphQL now has Int64 as scalar type (#6200)

Fixes GRAPHQL-606
Fixes [Discuss Issue](https://discuss.dgraph.io/t/error-coercing-value-to-typ...

18ce64a6b599c5afde7acf5e03ba6bf8a03a9e86 authored over 4 years ago
fix(Dgraph): Don't store start_ts in postings. (#6206)

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

fbbd7315b8bf76609ede13a3fe4abbee5c4bde41 authored over 4 years ago
feat(live): added upsert in live loader (#6057)

e33bb1dc063ca003223000fe86936af359bf997c authored over 4 years ago
fix(GraphQL): Linking of xids for deep mutations (#6172)

For nested add mutations, the linking of nodes for xids wasn't working properly. Level 1 and 2 a...

806a8dfb51818d6baa63129df4cf34788f41b59e authored over 4 years ago
fix(GraphQL): Don't reserve certain queries/mutations/inputs when a type is remote. (#6055)

Fixes the issue mentioned in https://discuss.dgraph.io/t/custom-directive-issue-documentation-re...

9b67c2fe50bbfe61ecd8c437f8acaa2473f952d6 authored over 4 years ago
Fix error message for idx = 0 for dgraph zero (#6198)

10aa8195473f9914beb428fa00e3214de19b745d authored over 4 years ago
feature: dgraph_txn_aborts metric for prometheus (#6171)

deb70a32cf0c5e52386ea5cf25de672861ee78ae authored over 4 years ago
chore: Prometheus helm chart values (#6128)

fa5f88329d58d4d96e78d20f348aa8e9957dc2ec authored over 4 years ago
docs: kubernetes prometheus update (#6133)

14adee137714dd2dd7676183ebe56b768c90b387 authored over 4 years ago
Change URL path to absolute (#6190)

2ddc036b436d3802f04977826dce0f73e0571373 authored over 4 years ago