Ecosyste.ms: OpenCollective

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

Unigraph

Creating a universal, searchable personal knowledge base that integrates with your existing workflows.
Collective - Host: opensource - https://opencollective.com/unigraph-dev - Website: https://unigraph.dev - Code: https://github.com/unigraph-dev

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...

github.com/unigraph-dev/dgraph - ccfa6a435b3bc9721745414400e08c52a4c489d9 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
feat(GraphQL): add has filter support (#6258)

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

* add HadFilter In the Schema

* fix d...

github.com/unigraph-dev/dgraph - c8b73e3859fbfcccf8f4e6e6226acbcca5fbe53b authored about 4 years ago by minhaj-shakeel <[email protected]>
docs(releases): Update v20.07, 20.03, and 1.2 releases in Releases page. (#6262)

github.com/unigraph-dev/dgraph - 7ac7af636eb0f5552e15c63612783201cd190370 authored about 4 years ago by Leyla Galatin <[email protected]>
docs: cluster_checklist doc update (#6252)

* doc update cluster-checklist
* wiki doc instructions

github.com/unigraph-dev/dgraph - 42a5968cad5b22a16212906015b9d9949533699e authored about 4 years ago by Joaquin Menchaca <[email protected]>
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...

github.com/unigraph-dev/dgraph - 5f5aa9c1ab7505122b6e394a8af24ce0d52d9823 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
fix(GraphQL): fixes unexpected fragment behaviour (#6228)

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

github.com/unigraph-dev/dgraph - dcce8bf62a73683f7aae3306c5b3f184b9e18682 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
docs: add info about __typename in custom DQL (#6248)

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

github.com/unigraph-dev/dgraph - 0faae407a9ee74244734d97e757a284972f95ad2 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fix: remove unnecessary curly braces from doc (#6256)

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

github.com/unigraph-dev/dgraph - fd5b392943af21a244d52e02a8bf34037f36f66d authored about 4 years ago by Sankalan Parajuli <[email protected]>
doc: Setting the canonical path to each docs without version (#6249)

Passing a few variables to the hugo theme

github.com/unigraph-dev/dgraph - 93f3f0f50b07ac36905d4c683817e5fcbbcee727 authored about 4 years ago by Tejas Dinkar <[email protected]>
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...

github.com/unigraph-dev/dgraph - ea15b664aa8659c0722e31a499c598698377215f authored about 4 years ago by Martin Martinez Rivera <[email protected]>
doc: fixing a small typo

github.com/unigraph-dev/dgraph - 67a221a87c24bb701d6b81bb5e2f0b6bf5d05306 authored about 4 years ago by Tejas Dinkar <[email protected]>
doc: Adding docs about ratel and Slash (#6241)

* Adding docs about ratel and Slash

* changing a link

* Making the ADministering your back...

github.com/unigraph-dev/dgraph - 6059d8a8bfd0ccf774afba2d5ef5ee05e59bc9c2 authored about 4 years ago by Tejas Dinkar <[email protected]>
fix CL (#6236)

github.com/unigraph-dev/dgraph - 395695e8cd3dbd041de6d7254ca463087279fce0 authored about 4 years ago by parasssh <[email protected]>
Update CHANGELOG for 20.07.1, 20.03.5, 1.2.7 (#6220)

github.com/unigraph-dev/dgraph - 71fc82ffd3dcc753a560f4859b3947c8f20da6ab authored about 4 years ago by Leyla Galatin <[email protected]>
Update badger to v2.2007.1 (#6229)

github.com/unigraph-dev/dgraph - 120f338162b69955ad36cdc671cfda3656d1f87c authored about 4 years ago by Ibrahim Jarif <[email protected]>
fix(GraphQL): Fix order and offset in auth queries. (#6221)

* Fix order and offset in auth queries.

* Remove order from top-level auth filter.

github.com/unigraph-dev/dgraph - a5bfd4a9ce87a36fb6e4fc073cd651b81f9299e8 authored about 4 years ago by Arijit Das <[email protected]>
Add docs for GraphQL variables. (#6223)

github.com/unigraph-dev/dgraph - 549557b6bdf816ec9b5b7696f90a3389f02b5a8b authored about 4 years ago by Arijit Das <[email protected]>
Add docs for GraphQL fragments. (#6224)

github.com/unigraph-dev/dgraph - c8894bbaed7bb25b1f7a23197280a234b730cab0 authored about 4 years ago by Arijit Das <[email protected]>
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...

github.com/unigraph-dev/dgraph - 18ce64a6b599c5afde7acf5e03ba6bf8a03a9e86 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
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...

github.com/unigraph-dev/dgraph - fbbd7315b8bf76609ede13a3fe4abbee5c4bde41 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
feat(live): added upsert in live loader (#6057)

github.com/unigraph-dev/dgraph - e33bb1dc063ca003223000fe86936af359bf997c authored about 4 years ago by Harshil Goel <[email protected]>
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...

github.com/unigraph-dev/dgraph - 806a8dfb51818d6baa63129df4cf34788f41b59e authored about 4 years ago by Pawan Rawal <[email protected]>
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...

github.com/unigraph-dev/dgraph - 9b67c2fe50bbfe61ecd8c437f8acaa2473f952d6 authored about 4 years ago by Pawan Rawal <[email protected]>
Fix error message for idx = 0 for dgraph zero (#6198)

github.com/unigraph-dev/dgraph - 10aa8195473f9914beb428fa00e3214de19b745d authored about 4 years ago by Rahul Gurnani <[email protected]>
feature: dgraph_txn_aborts metric for prometheus (#6171)

github.com/unigraph-dev/dgraph - deb70a32cf0c5e52386ea5cf25de672861ee78ae authored about 4 years ago by Joaquin Menchaca <[email protected]>
chore: Prometheus helm chart values (#6128)

github.com/unigraph-dev/dgraph - fa5f88329d58d4d96e78d20f348aa8e9957dc2ec authored about 4 years ago by Joaquin Menchaca <[email protected]>
docs: kubernetes prometheus update (#6133)

github.com/unigraph-dev/dgraph - 14adee137714dd2dd7676183ebe56b768c90b387 authored about 4 years ago by Joaquin Menchaca <[email protected]>
Change URL path to absolute (#6190)

github.com/unigraph-dev/dgraph - 2ddc036b436d3802f04977826dce0f73e0571373 authored about 4 years ago by Apoorv Vardhan <[email protected]>
chore: Suport running bank test against slash (#6187)

github.com/unigraph-dev/dgraph - b601686d63ff8dfa3ea84ae6d6d6ee443c287282 authored about 4 years ago by Tejas Dinkar <[email protected]>
Fix URL paths (#6189)

github.com/unigraph-dev/dgraph - 4ee4af812bc73d65a5bc1d45c3116a6552f182ad authored about 4 years ago by Apoorv Vardhan <[email protected]>
fix deploy page to not show blank page (#6188)

github.com/unigraph-dev/dgraph - 5349aa1de53a95da77ac13b1bb76efc8fb39ee66 authored about 4 years ago by Naman Jain <[email protected]>
feat(docs): Merge GraphQL docs (#6169)

This PR adds GraphQL docs under Dgraph docs.

github.com/unigraph-dev/dgraph - fd0b4ad482c1446d4e15005b75dea06e4c44300a authored about 4 years ago by Apoorv Vardhan <[email protected]>
Prevent empty values in fields having `id` directive. (#6177)

github.com/unigraph-dev/dgraph - d6975fd1060a3c372b3362ac064c55d8d95fcef4 authored about 4 years ago by Arijit Das <[email protected]>
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

github.com/unigraph-dev/dgraph - 54907b83bb3fbbbbe12d7d995b410693eac550f8 authored about 4 years ago by Rahul Gurnani <[email protected]>
Revert "fix(Dgraph): Don't store start_ts in postings. (#6127)" (#6181)

This reverts commit 9d7fc94c4c1e712cf6090581e7d35290c77b6d18.

github.com/unigraph-dev/dgraph - 5ecef43c70e60435099c426ef1d7ff6b20ddbbd1 authored about 4 years ago by Rahul Gurnani <[email protected]>
docs(vault): Vault docs (#6163)

github.com/unigraph-dev/dgraph - ccbc89cd46c0787e2b3d19a610c4ca52f36248fa authored about 4 years ago by parasssh <[email protected]>
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...

github.com/unigraph-dev/dgraph - 0d49e10dc166d059c1e262b1e1d1e1c455273275 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fix(GraphQl): Allow case insensitive auth header for graphql subscriptions. (#6141)

This PR allows case insensitive auth header for graphql subscriptions.

github.com/unigraph-dev/dgraph - d807eb7d00f61b62c4cd67e8dbaa1f7d45512135 authored about 4 years ago by Jatin Dev <[email protected]>
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...

github.com/unigraph-dev/dgraph - 0b4cd73c09c586fe643e4d54caa1424eb3178aaf authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
feat: add metrics cost to grpc and http header (#6148)

github.com/unigraph-dev/dgraph - d1c3cd751bdf0184dc98cabed1e99c73243e7799 authored about 4 years ago by Balaji Jinnah <[email protected]>
chore(compose): Set multiple Zero addresses in Alpha. (#6144)

github.com/unigraph-dev/dgraph - 223238a2bebaef547d432b72f2192297426ac059 authored about 4 years ago by Joaquin Menchaca <[email protected]>
Queue keys for rollup during mutation. (#6145)

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

github.com/unigraph-dev/dgraph - 3ea5efe5bd94936fcbcc402a330b49e4a6870a2a authored about 4 years ago by Martin Martinez Rivera <[email protected]>
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.

github.com/unigraph-dev/dgraph - 37823e9153506f244a89630071253a55b6d4305b authored about 4 years ago by Jatin Dev <[email protected]>
feat(dgraph): Add suport for RDF query. (#6038)

github.com/unigraph-dev/dgraph - 898a8f32527a8a2726ea9f9e803c519b153a052d authored about 4 years ago by Balaji Jinnah <[email protected]>
fix(Dgraph): Perform rollups more aggresively. (#6143)

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

Related to ...

github.com/unigraph-dev/dgraph - fa013db935cdc64ca5eb31139057528d83751a3b authored about 4 years ago by Martin Martinez Rivera <[email protected]>
fix(bulk loader): Remove redundant option set (#6119)

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

github.com/unigraph-dev/dgraph - 885ef676fb3b6ab3ab1005ff539a1002e638c802 authored about 4 years ago by Ibrahim Jarif <[email protected]>
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...

github.com/unigraph-dev/dgraph - bb8e4b9d5456cc05a1abd15933b95881ca8e156b authored about 4 years ago by Pawan Rawal <[email protected]>
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 ...

github.com/unigraph-dev/dgraph - e199e55066802ecfb3b9adf9a9f3285e5d45defb authored about 4 years ago by ahsanbarkati <[email protected]>
fix(rollups): rollup a batch if more than 2 seconds elapsed since last batch (#6118)

github.com/unigraph-dev/dgraph - aca09216f0cfa5a125a81235127285d45e2fe546 authored about 4 years ago by parasssh <[email protected]>
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...

github.com/unigraph-dev/dgraph - 9d7fc94c4c1e712cf6090581e7d35290c77b6d18 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
docs(build): Set v20.07 docs as latest. (#6132)

github.com/unigraph-dev/dgraph - 665a54507fccdeebc013c0e938bed2d0c53521d2 authored about 4 years ago by Daniel Mai <[email protected]>
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...

github.com/unigraph-dev/dgraph - 88651b4d4f438317303c0252275f4c317af8cfc8 authored about 4 years ago by Naman Jain <[email protected]>
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...

github.com/unigraph-dev/dgraph - 2a3b85c9cc9bf6bcb62564bb6bf12669967ed7da authored about 4 years ago by Martin Martinez Rivera <[email protected]>
feat: Live Loader Now Supports Slash GraphQL (#6117)

Live Loader can now support Slash GraphQL

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

github.com/unigraph-dev/dgraph - b8c83e5c44a644c00efba27857b0c7c69be7f32e authored about 4 years ago by Tejas Dinkar <[email protected]>
fix(GraphQL): fixes flaky TestCustomDQL (#6120)

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

github.com/unigraph-dev/dgraph - 198f68057a38f2bff488da4b359d761dbc1a0953 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
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...

github.com/unigraph-dev/dgraph - 5e39c8aa8b4091d7fffcf8b2f18a98d712544539 authored about 4 years ago by Manish R Jain <[email protected]>
feat(GraphQL): Custom logic now supports DQL queries (#6115)

Fixes GraphQL-600.

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

github.com/unigraph-dev/dgraph - 117ac3c477535ca31684dfe821eb82824f69749e authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fix to contrib prometheus where labelselector matching invalid dgraph svc port names (#6116)

github.com/unigraph-dev/dgraph - 8661bcc109f689db37947078b379988acc3b489d authored about 4 years ago by Joaquin Menchaca <[email protected]>
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...

github.com/unigraph-dev/dgraph - 9fb934a1d9a5fa68c08012781885ca8b1d73050e authored about 4 years ago by Rahul Gurnani <[email protected]>
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...

github.com/unigraph-dev/dgraph - 386665f95ab538cd6c5aab4516c0cb63e4a1e04c authored about 4 years ago by ahsanbarkati <[email protected]>
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...

github.com/unigraph-dev/dgraph - 6ecf91e35fb31621a3532dad5fbf4ad13671e35b authored about 4 years ago by Arijit Das <[email protected]>
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-...

github.com/unigraph-dev/dgraph - 72e6a4757d3cc7fb68479a50ab72303a780feb49 authored about 4 years ago by Jatin Dev <[email protected]>
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 ...

github.com/unigraph-dev/dgraph - 27ddecab1996efada80da23840e04dcd357a5c2c authored about 4 years ago by Daniel Mai <[email protected]>
chore(changelog): Changelog for 20.07.0 (#6111)

github.com/unigraph-dev/dgraph - 768da25d9584a39f845af15e9158f9782fec16e4 authored about 4 years ago by parasssh <[email protected]>
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...

github.com/unigraph-dev/dgraph - bcd16848408d918c289131fede572265fb178551 authored about 4 years ago by Daniel Mai <[email protected]>
fix(GraphQL): Disallow Subscription typename. (#6077)

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

github.com/unigraph-dev/dgraph - 601e837e39d6e796db8f5c46921413f63e02b3c2 authored about 4 years ago by Jatin Dev <[email protected]>
chore: Modify test to remove flakiness caused by explicit uids (#6080)

github.com/unigraph-dev/dgraph - a5c469d56741a4a6e2c668b5053dba17bbfa5860 authored about 4 years ago by Anurag <[email protected]>
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.

github.com/unigraph-dev/dgraph - e45c2964e51322860be9866a44bbd193f676c98f authored about 4 years ago by Martin Martinez Rivera <[email protected]>
chore(GraphQL): remove skipped tests (#6078)

Fixes GRAPHQL-562.

github.com/unigraph-dev/dgraph - 91e28d53c356312956230dad94dfb0d5e9f04135 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
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...

github.com/unigraph-dev/dgraph - 3f91f2976615cb80ef8338808f9817ec684d3ef4 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
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-...

github.com/unigraph-dev/dgraph - d82ecb4426c3119a970c12211c407a868a1bba33 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
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...

github.com/unigraph-dev/dgraph - b8197a314f87055235e306b7c74bd4ddf6f3f798 authored about 4 years ago by Pawan Rawal <[email protected]>
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.

github.com/unigraph-dev/dgraph - 3e3a53f532d453d9b9479faca51220bda599a0d2 authored about 4 years ago by Arijit Das <[email protected]>
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...

github.com/unigraph-dev/dgraph - c51d007e7d53a0d313bab3e73e8536ff1fc455c0 authored about 4 years ago by Martin Martinez Rivera <[email protected]>
docs(build): Update latest docs to v20.03.4. (#6063)

github.com/unigraph-dev/dgraph - 33a710451cc9884fdfe369f66c94420d34b049be authored about 4 years ago by Daniel Mai <[email protected]>
docs(Readme): current version from 1.1 to 20.03.4 (#6068)

github.com/unigraph-dev/dgraph - 52019d39ec885a1d8297c21e5ef1f532fdae71c5 authored about 4 years ago by gotjoshua <[email protected]>
skiping the flaky subscription test (#6069)

This PR skips the flaky subscriptions tests TestSubscriptionAuth_SameQueryAndClaimsButDifferentE...

github.com/unigraph-dev/dgraph - 3cbfba1251a5f03ccee2cfc7f9955f3fc6efebc3 authored about 4 years ago by Jatin Dev <[email protected]>
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 ...

github.com/unigraph-dev/dgraph - b3b8f3ee1957bba6f9fe11da7111bc1a0c817f96 authored about 4 years ago by Daniel Mai <[email protected]>
wiki/deploy helm chart update (#6049)

github.com/unigraph-dev/dgraph - eeb6187b1e7712196c82796af28f31416040cdad authored about 4 years ago by Joaquin Menchaca <[email protected]>
chore: Add remove-orphans flag to docker compose and update tests to use python3 (#6059)

github.com/unigraph-dev/dgraph - fc5927bbbe9f13a9e15fa9ea62075df6120eb45d authored about 4 years ago by Anurag <[email protected]>
docs(CHANGELOG): Update for 1.2.6 and 20.07.0 releases. (#6030)

github.com/unigraph-dev/dgraph - 3dce19f42e2a8f90e65476aa00b3db4c0173a30c authored over 4 years ago by Leyla Galatin <[email protected]>
fix(GraphQL): Validate JWT Claims and test JWT expiry. (#6048)

* Validate JWT Claims and test JWT expiry.

github.com/unigraph-dev/dgraph - 5a67b9497fdb4a2c67638e3fc2601d628aa238f0 authored over 4 years ago by Arijit Das <[email protected]>
add retry for schema update (#5924)

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

github.com/unigraph-dev/dgraph - 43cce17f86015535893e6679af7a9c870cbd3c81 authored over 4 years ago by Balaji Jinnah <[email protected]>
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]>

github.com/unigraph-dev/dgraph - e097952467202c7e081db4c7ec4f6b0ded248798 authored over 4 years ago by Daniel Mai <[email protected]>
Update badger to 37ee16d (#6040)

github.com/unigraph-dev/dgraph - 4baa84cb469c77b5c58e27ddd72df75bc8e26437 authored over 4 years ago by Ibrahim Jarif <[email protected]>
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...

github.com/unigraph-dev/dgraph - 6d014042730fd65bbaec66b7a6d0a4c93a9b58f2 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
feat(GraphQL): Adds auth for subscriptions (#5984)

* removed log info

* added missing functions in auth.go

* resolved merge issues

* added...

github.com/unigraph-dev/dgraph - 5f81aac3d4c5bc0e1ef114c3f288caf177e99d20 authored over 4 years ago by Jatin Dev <[email protected]>
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...

github.com/unigraph-dev/dgraph - 55625ec9bbcef3382d61bf9a5c5a62abbbc1a413 authored over 4 years ago by Naman Jain <[email protected]>
docs(Changelog): Update for CHANGELOG 20.03.4 (#6024)

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

github.com/unigraph-dev/dgraph - 07f32ea8417120a153e2cbf32a03b1a1f9ecd976 authored over 4 years ago by Leyla Galatin <[email protected]>
test: Enterprise License tests (#5822)

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

1. Apply...

github.com/unigraph-dev/dgraph - 61363d1837b929d04fe988af40b888e9f82370ea authored over 4 years ago by Neeraj Battan <[email protected]>
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...

github.com/unigraph-dev/dgraph - 9293c97cf8641a6ecbdbe316a312d183065d44c7 authored over 4 years ago by Ibrahim Jarif <[email protected]>
remove orphan containers in the docker compose (#5981)

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

github.com/unigraph-dev/dgraph - 7cf728a6988bb36cddcf529c9aaf5d177d17d0e1 authored over 4 years ago by Balaji Jinnah <[email protected]>
Correct minor merge conflict (#6017)

github.com/unigraph-dev/dgraph - 363dd463a4cd63aa963a78dbf70f9a0d0b0e68d5 authored over 4 years ago by Ashish Goswami <[email protected]>
chore: Correct whitelist flag usage text (#6016)

Fixes GRAPHQL-577.

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

github.com/unigraph-dev/dgraph - b300f298f4a6f503faa50529093095eaf14111b3 authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fix(GraphQL): Maintain backward compatibility for `Dgraph.Authorization` in schema. (#5998)

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

github.com/unigraph-dev/dgraph - 93a0813551ced389c77afc57af9a71d267399dd2 authored over 4 years ago by Arijit Das <[email protected]>
rename port names for consistency with helm chart (#5972)

github.com/unigraph-dev/dgraph - 6b5ed3f6f4665567cc4bee8fbebf5a59133dac31 authored over 4 years ago by Joaquin Menchaca <[email protected]>
chore: refresh aws marketplace cfn template with updated AMIs IDs (#6013)

github.com/unigraph-dev/dgraph - 440b474607977e1c8b601760edaeb7efdf118eb5 authored over 4 years ago by Joaquin Menchaca <[email protected]>
chore: fix deepsource warnings in testutil package. (#6012)

github.com/unigraph-dev/dgraph - d696e03c40eb70f60b1fac15c8e3933ce6095141 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
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...

github.com/unigraph-dev/dgraph - cfc8217a454952a7c14f809a9d7122bedae9f6eb authored over 4 years ago by Daniel Mai <[email protected]>
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...

github.com/unigraph-dev/dgraph - 3c46878bc98856e5129933b143668a07b4513903 authored over 4 years ago by Rahul Gurnani <[email protected]>