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

GraphQL (Docs): Document the /admin/schema/validate endpoint (#6814)

* GraphQL (Docs): Document the /admin/schema/validate endpoint

Added documentation for the sche...

adbe38530f00667b3dbaaa079aa5d8c3df162995 authored over 4 years ago
feat(GraphQL): Allow Query with Auth rules on Interfaces (#6776)

Fixes GRAPHQL-660.
Fixes GRAPHQL-664.

This PR extends support for Querying with Auth rules o...

2d993721ada2a90a92c707d516e8247055c81583 authored over 4 years ago
Feat(GraphQL): This PR adds auth switch in GraphQL authorization header. (#6779)

Fixes GRAPHQL-713
This PR adds auth switch closedByDefault in graphql authorization header whic...

85211d2307dc11e63e25f5f6014f3836dd0c6148 authored over 4 years ago
docs: (new) Add documentation for count feature in GraphQL (#6770)

Add count GraphQL aggregation to docs

1daa6e24a3e361d0f4e073cbea4f621ece15f576 authored over 4 years ago
Fix pointer misalignment (#6795)

b2ac125d3f21a4b34427aa1d0abb525f44538384 authored over 4 years ago
Feat(GraphQL): Add count query feature at root to GraphQL (#6786)

* Add schema for aggregate queries

* Add count query at root

* Add e2e tests and refactor ...

4f4cf4762e1b3c535a415c0b72e9211074da0af3 authored over 4 years ago
fix(GraphQL): fix lambda service (#6807)

This PR fixes the test docker-compose files for lambda service to match the latest docker image ...

59b760416cf3d97a2524beacb7199b61e489be73 authored over 4 years ago
Feat(GraphQL): Add generate directive to graphql schema (#6760)

* Add generate directive to graphql schema

* Address comments

* Fix deepsource

* Fix me...

633d3a801b85e18be3d3daaebf6c4acfb252c2b4 authored over 4 years ago
feat(dgraph): making all internal communications with tls configured (#6692)

* making all internal communications with tls configured

a63af32ce3d0422da613735fc0f7b4c4068aa405 authored over 4 years ago
feat(GraphQL): add support for all RSA and HMAC algorithms supported by github.com/dgrijalva/jwt-go/v4 (#6750)

The GraphQL JWT authorisation feature only supported HS256 and RS256 when the underlying library...

f74f202415d94cb40e8683d037f24b4034cca3be authored over 4 years ago
stability(zero): add mmaped keyCommit map (#6804)

d688c46e9815a3676c25a0c49d121f36172b901d authored over 4 years ago
security: Stop logging AWS secrets (#6805)

84ba7e7828b2a2dc52d4b3c15ba2da7b1b8cfdb4 authored over 4 years ago
docs: clarify exact order for trigram and term indexes when specified together (#6800)

* Trigram and term order

* repharase+example+change_location

557fa18c4c15ee2c7198531141623d7c3e1d0fdc authored over 4 years ago
feat(Query): Add cacheControl directive that adds headers in the response (#6799)

Co-authored-by: Abhimanyu Singh Gaur <[email protected]>

13191fd3a27c4c2c19b3d1ddb7c4bb3bdefc3397 authored over 4 years ago
docs (new): Add Geolocation feature to GraphQL docs (#6782)

Add Geolocation reference to GraphQL

a215a2ca96534ae958248d7c4cc3001582402c24 authored over 4 years ago
feat(Query): Enable persistent queries in dgraph (#6788)

Co-authored-by: Abhimanyu Singh Gaur <[email protected]>

3b44d3f025d6933f5998768fedad92dbfee3287e authored over 4 years ago
docs:Change GraphQL+- references to DQL in docs. (#6543)

Fixes GRAPHQL-661

d48fed9ffc878bb89a969909134087bce92f21a2 authored over 4 years ago
Fix(GraphQL): This PR adds input coercing for Integers given in variables and fixes e2e error tests. (#6732)

Fixes GRAPHQL-661

5b5e9cd3af78e80cc63da69f5b16949ed0059fad authored over 4 years ago
fix(xidmap): Use skiplist for xidmap (#6765)

This PR changes the underlying map for xidmap from trie to memory-mapped
skip list. This skip l...

744eb8af34708266763587b9427c49af505076bc authored over 4 years ago
Docs(Dgraph): Update "More about Dgraph Zero" to reflect the output of the /state endpoint, and provide an edit pass (#6769)

* Update dgraph-zero.md

Added new /state sample syntax, updated notes on what the syntax shows,...

a31982b365e40629ca67af8bfdddfe048daf37c3 authored over 4 years ago
fix(ludicrous mode): Handle deletes correctly (#6773)

In ludicrous mode, we were trying to fetch the list of types (and their
predicates) using a tim...

a0cc3a50d90064919f275d2e30ffc46b58baf7d5 authored over 4 years ago
fix(metrics): Show memory metrics for zero (#6743)

We were monitoring the memory for just Alpha and not zero. This PR enables it for zero as well.
...

db993c1dcae6db13497980143f44e24029f70eb4 authored over 4 years ago
Update for 20.07.2 and 20.03.6 (#6787)

bb1adbfdc5120e64a213b59a4e6783645be1b0ce authored over 4 years ago
fix(compose): Don't add ludicrous_mode flag to zero (#6772)

Zero no longer has the --ludicrous_mode flag but the compose tool was generating it with this fl...

2068298fa90ad11d811ec2a1e8ad5a9185730277 authored over 4 years ago
chore(debug): print size of key:value as summation of its deltas (#6737)

This PR prints the size of key:value as a summation of all its deltas. We iterate on all the del...

e8facd63a8d58809579cc3e9d2ce3539e3a3d24e authored over 4 years ago
perf(Dgraph): Write xidmap to badger at the end. (#6665)

fe4f9af29b7ee0cd93602f94efb0747862ee4420 authored over 4 years ago
update(docs): information regarding merged PR for background indexing (#6448)

f434c65a82891bd30f36fb166e60bca78ef53bff authored over 4 years ago
feat(dgraph): enabling TLS config in http zero (#6691)

* enabling TLS config in http zero

* making zero https configured

* changing behaviour of ...

5482c60e78dace23fe0fe3124f54558425bf04ae authored over 4 years ago
feat(GraphQL): allow duplicate XIDs if only XID value is repeated (#6762)

Fixes GRAPHQL-749
Fixes [Discuss Issue](https://discuss.dgraph.io/t/best-way-to-avoid-duplicate...

5a6b136d7bd752974fb3027f5c15a5ef4ab4b797 authored over 4 years ago
docs: Update docs uid, uid_in and GQL Vars (#5688)

* add GQL Vars syntax with defaults...

* Add example in uid func with GraphQl Variable.

* ...

a78457636a3de7e2434d32f69738606c1d4ec799 authored over 4 years ago
docs(Slash): remove slash docs from main repo (#6753)

* docs: remove slash docs from main repo

* remove target=_blank

99bb92ef11b33206f73017ef12f92946a5ba6ac2 authored over 4 years ago
fix(test): Add sleep before running ludicrous mode tests (#6766)

* Add sleep before running the tests

* Fix the assert in tests

* Wait for eventual consist...

1766b215de4ad7433a4f8a69cf64309e6cdd548b authored over 4 years ago
fix(test): removing ludicrous mode from the zero init (#6767)

* removing ludicrous mode from the zero init

* fixing concurrent updates test

3ed726fca0ec2b5aef5fc88cc610d18d2f77f52d authored over 4 years ago
feat(GraphQL): Add support for Polygon and Multi-Polygon in GraphQL (#6618)

Fixes GRAPHQL-662
Fixes GRAPHQL-695

This PR adds support for Polygon and MultiPolygon geo ty...

53822e8b6390d69355815692ee2801e06c3c62bc authored over 4 years ago
fix: correct spelling of "retrieve" (#6761)

a880912d630118fc5d4be6c383af41f5b385f958 authored over 4 years ago
feat(Query): Allow filters in expand(_all_) queries on predicates pointing to nodes (#6752)

e64afe1102eee2ae0dc9b8ec693b538e02f37d10 authored over 4 years ago
docs: add a graph traversal example (#6759)

Add graph traversal example

5294fb9496b9c1b7fe06792868b6a4c28c71cc52 authored over 4 years ago
fix(Ludicrous): Upserts on list type in Dgraph (#6754)

* Fix DGRAPH-2446: Dgraph missing upserts in ludicrous mode

* Add tests

* Address review c...

241128f7290a941f8dbb19522b17bf7f179ab5ff authored over 4 years ago
feat(GraphQL): add support for between filter in GraphQL (#6651)

Fixes GRAPHQL-667.

This PR extend support for `between` filter in GraphQL. This filter can be...

542cfff5bf6d857795f58093375dfded75b86183 authored over 4 years ago
feat(GraphQL): Unions (#6722)

Fixes GRAPHQL-676
This PR adds `union` support to GraphQL.
See [RFC](https://discuss.dgraph.io...

0c28a88f5e90cbb6c69cb44ae6e80024041f50e0 authored over 4 years ago
Fix(ACL) : Disallow deleting of groot user and guardians group (#6580)

* Disallow deleting groot user and guardians group

* Cosmetic changes

* Requested changes
...

645c0bb5de36350e7c040b24074e76b6b4b488c1 authored over 4 years ago
docs (fix): fixing incomplete Slash security note (#6730)

* Fixing incomplete note

dad03681006a813772984e9c7e8fe7dfc4362fcb authored over 4 years ago
Set --with-malloc-conf when installing jemalloc. (#6721)

9e9a8634f768b17b984c235f4f5d74bedab76f18 authored over 4 years ago
chore: Add note that @id directive must be string type (#6592)

e55bea5ead6c4b6be25a98a5445e928305dd5d6b authored over 4 years ago
docs: Fix Issues with Docs in local env and docker. (#6658)

* Remove URL param from md

This param is breaking the local test env. Via docker or hugo bina...

7f245c97970c3a40455abc46b06b609f0bf46d9a authored over 4 years ago
feat(raftwal): Add support for encryption in raftwal (#6714)

Add support for encryption of the raftwal. The data in the entries of raftwal
is encrypted if t...

2c674a0e8e42228584b3251f500dbc9b96db8c64 authored over 4 years ago
chore(compose): Set container names by default. (#6720)

This was the previous behavior of the compose tool.

712d742e00003495255d7e7a65592b6c461f3843 authored over 4 years ago
fix(memory): Allocate KVs via z.Allocator (#6718)

- Posting list Rollup now accepts a z.Allocator, which it uses to allocate KVs, instead of using...

62d74e5a048799bd310c3430fca443b5fcc19edb authored over 4 years ago
fix(GraphQL): This PR fix panic error when we give null value in filter connectives. (#6707)

Fixes GRAPHQL-744

This PR fix panic error when we give null value in filter connectives. Null...

345b6d1e7e04bf660e3c65b9e63a16266d3e9678 authored over 4 years ago
Make ACL login error message more generic (#6716)

c269de85e0c5351290b9af5e1a1d3a6ede94bfd5 authored over 4 years ago
docs(theme): Get Started in Style (#6713)

Changes main page of docs according to designer's requirements

8e1467fc31a656939a9a6b211ed37fd4d3655ccd authored over 4 years ago
feat(Teamcity): Add Script to fetch aggregate test stats from TeamCity (#6650)

* Add aggregate test stats

* Add README

* Refactor and cleanup

* Add flag for build typ...

4d944c719c17569960f6fdcc591c03f885371038 authored over 4 years ago
fix(worker): fix between filter for non indexed predicates (#6715)

Fixes DGRAPH-2528.
Fixes DGRAPH-2544.

This PR extends the support for the `between` filter o...

3d6abdfa2b4404d109b674599c52c214f2ba1c54 authored over 4 years ago
Docs (Authentication):Fix for DGRAPH-2235 to restore missing admin authentication docs deleted by split-pages Docs PR (#6709)

* Fix for DGRAPH-2235

* https://dgraph.io/docs/deploy/dgraph-administration/ now has missing co...

49ebecd5abda2d814ac136c57246ba5172f00072 authored over 4 years ago
Docs(DQL)Document the `between` function (#6711)

* Update functions.md

Updated to document the `between` function

* Merge branch 'master' into ...

e50ee824b9f763ede69e4fefc39c78f49a1caaaf authored over 4 years ago
Add ACL examples (#6696)

1252f8aa2b03d4ab85a661306d17e9c5305a08b6 authored over 4 years ago
modify jwkUrl test case (#6712)

This PR modifies the` jwkUrl` test case as the `kid` of the minted token used in the test case i...

04164c33c1aeff2f4ce28656db5b47a904d9a549 authored over 4 years ago
docs(Query): Update docs to note that only typed data can be deleted using `S * *`(Docs) (#6657)

* Update delete.md

* fix typo

Updated to fix typos

* Update delete.md per feedback that the t...

e2fc87415d436ae623c7ee226a3dacb90d115ff5 authored over 4 years ago
opt(bulk): Close the stream after done (#6710)

We should close the stream after we're done in the bulk loader, so we're not holding onto those ...

992eb04aaac228bcb15b747368a8618d2372e23a authored over 4 years ago
feat(backup): Add uidBytes to store uids in []byte (#6706)

Add uidBytes to the backup posting list which can store uids in `[]byte` instead of `[]uint64`. ...

22dbb41473c5c8f09ea295895572723ab52cd709 authored over 4 years ago
docs: Fix link to More about Dgraph Zero page. (#6705)

Fix a link from the "Removing a Dgraph Pod" Kubernetes section.

9e02b5dac5b6eff813907ff608b79472d1f0abbe authored over 4 years ago
[BREAKING/cli-flags] feat(bulk): Use snappy compression by default. (#6697)

Like #6616, add a --badger.compression flag to dgraph bulk which allows changing
the compressio...

a852d3ca46171781f599b94b3b3d36bc4303d609 authored over 4 years ago
fix e2e test for in filter (#6702)

This PR slightly modifies `e2e` test for in filter.

c0b5029b458761952bc6310b232c11a1bf7808ac authored over 4 years ago
fix(worker): Avoid panic in handleUidPostings (#6607)

Fixes DGRAPH-2491

f77cfe34ebd289806097b682a78bb4952cb2e0eb authored over 4 years ago
chore: Updated live loader docs to include ludicrous mode. (#6581)

* added ludicrous mode to live loader docs

* Update wiki/content/deploy/fast-data-loading.md

bd4d0f7a78a03609d509477f89f8cf7892fb2df5 authored over 4 years ago
Bring latest Badger

1003e71bd438b585398e4fb35fd1013b686d3c52 authored over 4 years ago
Run Value log GC every minute, because it's cheaper now.

786ff4af79802b146e8d67ba8ed4c009dd0a7f16 authored over 4 years ago
fix(GraphQL): fixes flaky test for subscriptions. (#6065)

b4c6a7314fa01fff18f8f190a2cf3078401d54f6 authored over 4 years ago
feat(GraphQL): add support for IN filter (#6662)

This PR adds support for the `IN` filter in GraphQL.
For the given type State having @id direct...

6b43353f22472cee77777fa041b7de27368cce49 authored over 4 years ago
fix(Auth): fix Poor-man's auth for admin operations (#6660)

Fixes DGRAPH-2419
Fixes [Discuss Issue](https://discuss.dgraph.io/t/acl-login-will-fail-if-auth...

4fc328d7c4fcd3264f7bcf2330a01cd6882cbd72 authored over 4 years ago
fix schema tests by adding geo type info to clean schema string (#6685)

8fd7279d84f4a141acd9fc0162cd5d7a9fb7f65f authored over 4 years ago
update statement about JSON mutation (#5645)

* update statement about JSON mutation

This was 3y old and was a bit inaccurate.

* remove ...

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

b6a90600f8a51245b86686b83e5e1bd034a2af5a authored over 4 years ago
docs: Document listBackups GraphQL endpoint. (#6663)

a86b4d8933abc11c14914f909cbd27ba80b912b3 authored over 4 years ago
docs: Document restoreStatus GraphQL endpoint. (#6664)

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

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

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

b1b47dc1230169261cd2879f62d9b9082a435882 authored over 4 years ago
Feat(GraphQL): This PR add enable schema cleaning in GraphQL and reduce schema update time. (#6666)

Fixes GRAPHQL-714

5ab44c453b28a32bb853819f85381b4cbe0c6dd0 authored over 4 years ago
fix: allow passing credentials for list backups (#6668)

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

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

d994cb3d638ba521b0299a8f4ed66155c5ab3ff0 authored over 4 years ago
docs: Add a reference to /admin/schema (#6608)

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

e1bd9ddf8edc4448b974f00ce3d6e185a7a3959f authored over 4 years ago
fix(GraphQL): This PR reduces polling duration of subscriptions. (#6661)

Fixes GRAPHQL-709

b2d26971aaaf73c00cf78ebc46de3b333aa9a091 authored over 4 years ago
feat(docs): Add navigation buttons to articles (#6630)

* Fix navigation button order

bf9a8b073830c909e583a5146bf53b7a7bdf62cb authored over 4 years ago
docs(slash-graphql): Update Slash quick-start guide (#6584)

* Update Slash quick-start guide

Add Slash response examples and screenshots

f24ebe7eb1a29ea8f16d2afd8e562962483d9845 authored over 4 years ago
feat(GraphQL): GraphQL now has lambda resolvers (#6574)

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

2f3d7f4fafc24255cb9e5706c066596b40e28569 authored over 4 years ago
Increase sleep timer to prevent connection retries before the cluster is up (#6652)

f868c88c088f249e85df840a1c82e984d5dce9eb authored over 4 years ago
chore(GraphQL): Remove built binary from repo (#6659)

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

4524f18c9dcb08de716d20b30b57cddbed28cb37 authored over 4 years ago
fix(Dgraph): Deprecate lru_mb flag. (#6629)

Fixes 2539.

1b101a76801592f07480272d0de4978611d6d32b authored over 4 years ago
[BREAKING]: feat(alpha): Add compression flag (#6616)

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

f6ddcbf4d6c353d58f5e7ff9be16e8097196067f authored over 4 years ago
docs: Update restore documentation. (#6642)

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

014ee10447cd81e47a35f36120fe470def9572d1 authored over 4 years ago
feat(GraphQL): Support authorization with jwk_url (#6564)

Fixes GRAPHQL-693.

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

1936c7aa5a91159da8bcf71f45dcf07c060e2a2c authored over 4 years ago
chore(GraphQL): add resources for benchmarking custom fields (#6109)

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

2d081c9aeda243f9fcd04652737465c482a6e7b6 authored over 4 years ago
Test duplicate fields in queries with fragments (#6623)

085a0025cf60ff4afdc644dd9577eb7497c66df7 authored over 4 years ago
test: Add release tests (#6549)

* Add manual tests

* PR feedback

* Workaround for older versions of Bash

728a79521dec08fc946140177946e2285adaaa6e authored over 4 years ago
Break out if g.Ctx is done

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

c64c889c8ece97f9a25dd8192dc0226e1bc7e73a authored over 4 years ago
Feat(raftwal): Move common APIs over to z package.

c7e0d8182e7afb66c38fd7a2f01557f1165b3bb0 authored over 4 years ago
Chore: run "go fmt" on master. (#6628)

b49a30231028f683f0593217d28a70eb824e2be1 authored over 4 years ago