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

updating go mod to have latest dgo version

github.com/unigraph-dev/dgraph - 5a89c8f4ce6df7f6332e8afc17ce5498e288f419 authored over 3 years ago by aman-bansal <[email protected]>
feat(flags): [Breaking] Add cache superflag for alpha (#7652)

This change introduces cache as a superflag, with size-mb and percentage as subflags for dgraph ...

github.com/unigraph-dev/dgraph - 31bea904a940b480502ead9dc7294b6ac629ca04 authored over 3 years ago by Rohan Prasad <[email protected]>
[BREAKING] fix(commit): make txn context more robust (#7659)

Earlier, the transaction was identified by its startTs. It was expected from users to protect th...

github.com/unigraph-dev/dgraph - 450b600c3e85e2c0b4cb5dab79befd2bec207bc5 authored over 3 years ago by Naman Jain <[email protected]>
feat(Flags): [Breaking] Add flag for snapshot duration frequency (#7675)

* Add flag for snapshot duration frequency
* Use both entries and duration based flags for snap...

github.com/unigraph-dev/dgraph - 9b945b3f08ccb8e4fd0219fb9199b124f817939e authored over 3 years ago by Rohan Prasad <[email protected]>
fix(flag): fix bulk loader flag and remove flag parsing from critical path (#7679)

github.com/unigraph-dev/dgraph - eda10f789f6239244e76c5c640e8dbc6f6941deb authored over 3 years ago by Naman Jain <[email protected]>
fix(upgrade): make upgrade tool to work with non-acl cluster (#7674)

For the upgrade in versions <= 20.07, dgraph upgrade tool updates the acl relates data. Hence, i...

github.com/unigraph-dev/dgraph - 26faedc0ae7067bbc8266688540e588a7e31f74a authored over 3 years ago by Naman Jain <[email protected]>
fix(Query): [Breaking] Return error for illegal math operations. (#7631)

* Return error if operand for math functions are invalid

github.com/unigraph-dev/dgraph - 48a8bd4085d6e3bf40dc8590255aa19b0cc87d6c authored over 3 years ago by Rohan Prasad <[email protected]>
chore(logging): clean logs from error messages due to noop log (#7667)

There was some noise in logs due to errors printed when JWT was not found in context. This creat...

github.com/unigraph-dev/dgraph - cc612a768bf02286163a59444a74f2c0a7737479 authored over 3 years ago by Naman Jain <[email protected]>
fix(query): Fix pagination with match functions (#7668)

Fix queries involving `regexp`, `allofterms`, `alloftext` and `match`
function with pagination....

github.com/unigraph-dev/dgraph - fbd54f3857df8b8d31f9ef1675a8933870488888 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(postingList): Acquire lock before reading the cached posting list (#7632)

The GetNew function may fetch the posting list from the cache. This
cached copy of the posting ...

github.com/unigraph-dev/dgraph - bdfce256ed1d7345d9461457add8271fa0d0fee0 authored over 3 years ago by Ibrahim Jarif <[email protected]>
fix(zero): add a ratelimiter to limit the uid lease per namespace (#7568)

There might be a scenario where in a multi-tenant cluster a malicious user leases out a large nu...

github.com/unigraph-dev/dgraph - 91d8f4e04c4b075755d3265163ea677c351ccfff authored over 3 years ago by Naman Jain <[email protected]>
Use Vault without secret ID (#7642)

github.com/unigraph-dev/dgraph - f1f26cba08adbc8254faa7c33fb2d81b5c3bad3e authored over 3 years ago by Ajeet D'Souza <[email protected]>
Fix(GraphQL): Fix Execution Trace for Add and Update Mutations (#7656)

* Remove unused function

* Add tracing for existence query execution

* Fix tests

github.com/unigraph-dev/dgraph - 5bc5c26cca309c990887fd1dd13ab648165bfab2 authored over 3 years ago by vmrajas <[email protected]>
Chore(GraphQL): Minor refactoring of mutation_rewriter.go (#7653)

* Remove unwanted arrays

* Simplify code and add comments

* Fix lint errors

github.com/unigraph-dev/dgraph - 17f7e90b53eb8ee4d8fe7fc850911b400a409022 authored over 3 years ago by vmrajas <[email protected]>
Improve IsDir and IsFile (#7704)

github.com/unigraph-dev/dgraph - c48623dc122c0b211da61988a1e20e1e9b7e1f00 authored over 3 years ago by Ajeet D'Souza <[email protected]>
fix(export): use UriHandler for exports (#7690)

github.com/unigraph-dev/dgraph - d174d7a6fc5751e2f59e42f942552d0527327df6 authored over 3 years ago by Ajeet D'Souza <[email protected]>
picking up changelog from 20.11 to master (#7697)

github.com/unigraph-dev/dgraph - ef382b18c365fcf06dfa317f15c64ef7fae372ab authored over 3 years ago by aman bansal <[email protected]>
feat(GRAPHQL): Add language tag support in GraphQL (#7663)

This PR adds support for language tags in GraphQL. This feature is available in Dgraph.
We expo...

github.com/unigraph-dev/dgraph - 88b9a77dbc85d2acfa4c2aa1fb738297c586503a authored over 3 years ago by Jatin Dev <[email protected]>
Move UriHandler code out to x package (#7684)

With the refactor of File System and Minio handlers in enterprise backup code, the operations th...

github.com/unigraph-dev/dgraph - 1169d2eefcea77b3b58a2e6c418e5256fbf86e37 authored over 3 years ago by Manish R Jain <[email protected]>
fix(run.sh): Add a needed quote to make run.sh work.

github.com/unigraph-dev/dgraph - 9702095b18e5be73dd430180b3f8397e6ce591d0 authored over 3 years ago by Manish R Jain <[email protected]>
Opt(Backup): Make backups faster (#7680)

- Gzip compression is slow. For backups, I've switched to using snappy for compression. This cha...

github.com/unigraph-dev/dgraph - 93bfaad353c60d11983dbf5717b95c5dfa25dfa3 authored over 3 years ago by Manish R Jain <[email protected]>
chore(compose) - update run.sh wrapper script (#7676)

* update compose/run.sh to work on mac, support new bin path, modularize script for readability

github.com/unigraph-dev/dgraph - 1df37a9e839a80661c25657eac3e7e50c74544ca authored over 3 years ago by Joaquin Menchaca <[email protected]>
chore(deps): bump pygments from 2.6.1 to 2.7.4 in /contrib/embargo (#7665)

Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4.
- [Release notes](h...

github.com/unigraph-dev/dgraph - 71686fd2d9427c5a6942deb973a8c16ff1828234 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(GraphQL): Zero HTTP endpoints are now available at GraphQL admin (GRAPHQL-1118) (#6649)

This PR makes Zero HTTP endpoints available in GraphQL admin. It also adds a flag `--disable_adm...

github.com/unigraph-dev/dgraph - 07be3c9ac3028ca96440147580ac397dd1959ee1 authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
Fix s3 backup copy (#7669)

Append the directory prefix in the s3 paths for rename operation.

github.com/unigraph-dev/dgraph - b5be8ceb9fb855fdebb702eb3bb7d7a82bcee1e4 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(DGRAPH): fix @normalize response when multiple fields at different levels with same alias are selected. (#7639)

We are generating incorrect order of the fields in a result of the @normalize directive when the...

github.com/unigraph-dev/dgraph - 711e955010ed8fd870af46f746cc23a9178cc004 authored over 3 years ago by Jatin Dev <[email protected]>
[BREAKING] Opt(Restore): Optimize Restore's new map-reduce based design (#7666)

This PR along with the previous restore PR is a BREAKING change. Marking this PR as breaking, be...

github.com/unigraph-dev/dgraph - 1c7d4493b494f55b8e271d4c2654f6c63b4e8763 authored over 3 years ago by Manish R Jain <[email protected]>
Perf(restore): Implement map-reduce based restore (#7664)

This commit implements map-reduce based online restore. The offline
restore has been removed. I...

github.com/unigraph-dev/dgraph - 98f68280ef84a947dbd722069d59e2f892e4c040 authored over 3 years ago by Ahsan Barkati <[email protected]>
Chore(vault) - Update with instructions for cidr_bound_list (#7661)

* update VAULT_VERSION=latest for vault docker image.
* add instructions for using bound_cidr_l...

github.com/unigraph-dev/dgraph - d05980cd294e25c48177cb4b209cf8d596b130b9 authored over 3 years ago by Joaquin Menchaca <[email protected]>
chore(deps): bump rsa in /contrib/config/marketplace/aws/tests (#7648)

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.4.2 to 4.1.
- [Release notes](ht...

github.com/unigraph-dev/dgraph - 098ac8ec302fdbb8130a1675c01b62a0208fc55e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump pyyaml in /contrib/config/marketplace/aws/tests (#7654)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://git...

github.com/unigraph-dev/dgraph - 62e05ba3800a02f95a7152bb0987d648968132ba authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump pyyaml from 5.3.1 to 5.4 in /contrib/embargo (#7655)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://git...

github.com/unigraph-dev/dgraph - 72eed78e8dd85a71a006e06f7def43e3006dd8ca authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
return if no uids exist in queries for Geo (#7651)

This PR fixes an error returned if there are no uids for geo query.
{
tourist(func: near(loc...

github.com/unigraph-dev/dgraph - 0f1ee1e93aed33d9502631cb73b7e30e1771beb4 authored over 3 years ago by Naman Jain <[email protected]>
fixing sys backup test

github.com/unigraph-dev/dgraph - 2949f5668cdc1d05a782d995d4d26f3241a8ecd2 authored over 3 years ago by aman-bansal <[email protected]>
fixing type inversion in ludicrous mode (#7614)

github.com/unigraph-dev/dgraph - 5a586f4025a1d827a20b43be995b2acd7ac4a82b authored over 3 years ago by aman bansal <[email protected]>
fix(/commit): protect the commit endpoint via acl (#7608)

/commit endpoint was not ACL protected. In a multi-tenant system, it could be disastrous where a...

github.com/unigraph-dev/dgraph - 34f63bc587eb78934a6add7edde1e50bfa85133c authored over 3 years ago by Naman Jain <[email protected]>
Fix query logging for mutations (#7646)

github.com/unigraph-dev/dgraph - 22bd216f5f4037ee703b322d5576aefc46341bb9 authored over 3 years ago by vmrajas <[email protected]>
Fix flaky test (#7644)

github.com/unigraph-dev/dgraph - 2979d027cf3e240861047aa24d36c5fcaa296e60 authored over 3 years ago by Ajeet D'Souza <[email protected]>
Fix(GraphQL): Log query along with the panic (#7638)

* Log query along with panic

* Log mutations using panic handler

* Address Abhimanyu's com...

github.com/unigraph-dev/dgraph - ba3fd59a2a58d5e6f8d262fb131e41ac36e4a35f authored over 3 years ago by vmrajas <[email protected]>
Chore(endpoints): Move z and jemalloc to /debug (#7641)

Move the /z and /jemalloc endpoints in zero and alpha to
/debug/z and /debug/jemalloc respectiv...

github.com/unigraph-dev/dgraph - c768d5b65e2c04274b522caeeae233ca18511060 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(login): fix login based on refresh token logic (#7637)

We were fetching the namespace from the api.LoginRequest.Namespace even if the user has sent the...

github.com/unigraph-dev/dgraph - 21509c9cb25a6d1085e832fe074e254201ff0145 authored over 3 years ago by Naman Jain <[email protected]>
fix(Query): Fix cascade pagination with 0 offset. (#7636)

github.com/unigraph-dev/dgraph - f091ce51577594edd8fda3265fbcbb65b88a45c7 authored over 3 years ago by minhaj-shakeel <[email protected]>
feat(flags): Add query timeout as a limit config (#7599)

Fixes DGRAPH-3184

github.com/unigraph-dev/dgraph - df7d9f8caf9b583bfc91543d55538538dd9e4736 authored over 3 years ago by Rohan Prasad <[email protected]>
fix(GRAPHQL): Add error handling for unrecognized args to generate directive. (#7612)

github.com/unigraph-dev/dgraph - cd796e42e1517c65dc7db3fae36c6685bae840b3 authored over 3 years ago by Anurag <[email protected]>
fix(GraphQL): Fix panic when no schema exists for a new namespace (#7630)

This PR fixes the issue where if you create a new namespace and run a GraphQL query for the newl...

github.com/unigraph-dev/dgraph - 4583b13820d1033bef31622da211ec8145bc49f3 authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
build(dockerfile): Use Ubuntu 20.04 and add tools. (#7622)

Set the image to Ubuntu 20.04 and add tools:

* htop
* jq
* less
* sysstat (iostat)

github.com/unigraph-dev/dgraph - a4ed66149b1f552c3a84d4421544531e4f47712f authored over 3 years ago by Daniel Mai <[email protected]>
fix(GRAPHQL): fixed output coercing for admin fields. (#7617)

Fixes GRAPHQL-1100
We were getting output coercing error for fields like maxNodes in admin/stat...

github.com/unigraph-dev/dgraph - d1bb2c212cf7511cb2883ade54c4a0430bf1fa58 authored over 3 years ago by Jatin Dev <[email protected]>
fix(GraphQL): fix lambda querying a lambda field in case of no data. (#7610)

github.com/unigraph-dev/dgraph - 3f84915865f1af4b3dd0fd4afcf68ee4c1100732 authored over 3 years ago by minhaj-shakeel <[email protected]>
feat(GraphQL): Webhooks on add/update/delete mutations (GRAPHQL-1045) (#7494) (#7616)

Please see the [RFC](https://discuss.dgraph.io/t/webhook-lambda-on-add-update-delete-mutations/1...

github.com/unigraph-dev/dgraph - 5427b3af2a9d240633cfe00afe8548e33baecbf2 authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
fix(GRAPHQL): Undo the breaking change and tag it as deprecated. (#7602)

Fixes GRAPHQL-1119
We had this bug fix PR #7158 that also went into 20.11 release branch which d...

github.com/unigraph-dev/dgraph - 9857b63f5bb1f8c184e416a29cbbcffbf5f60135 authored over 3 years ago by Jatin Dev <[email protected]>
Use GetString for vault path (#7605)

github.com/unigraph-dev/dgraph - 0ef503a1c06593b828022b648b8dc75f6afc7d8c authored over 3 years ago by Ajeet D'Souza <[email protected]>
Fix(learner): Don't start a learner node with no peers (#7582)

When a learner node starts and there is no alpha peer then it
behaves like a normal mode. This...

github.com/unigraph-dev/dgraph - dc1662b243537e6110519006bc013afaebd84506 authored over 3 years ago by Ahsan Barkati <[email protected]>
Fix(GraphQL): Add extra checks for deleting UpdateTypeInput (#7595)

* Add extra checks for deleting UpdateTypeInput

* Address Abhimanyu's comment

github.com/unigraph-dev/dgraph - e89a0c17e8161b72b932b510786b4c49231e923e authored over 3 years ago by vmrajas <[email protected]>
Add empty defaults to Vault superflag (#7598)

github.com/unigraph-dev/dgraph - 7c29a2be44a060d1a7fc446b848c89808be59a79 authored over 3 years ago by Ajeet D'Souza <[email protected]>
chore(audit): making audit files unique for each alpha/zero node in a dgraph cluster (#7561)

chore(audit): making audit files unique for each alpha/zero node in a dgraph cluster (#7561)

github.com/unigraph-dev/dgraph - 91dad08b0cb021b79ebcbca865863c34c9ddb79c authored over 3 years ago by aman bansal <[email protected]>
fix(persistent): make persistent query namespace aware (#7570)

Make persistent query namespace-aware. Also, there was a bug in a persistent query where an unau...

github.com/unigraph-dev/dgraph - 6f52b0e13234812ec251061530db04f1e7eac1f7 authored over 3 years ago by Naman Jain <[email protected]>
fix(GraphQL): remove support of @id directive on Float (#7583)

Fixes GRAPHQL-1075.

github.com/unigraph-dev/dgraph - 882f411a3659acb59d07856217cb9be483f82d21 authored over 3 years ago by minhaj-shakeel <[email protected]>
fix(GRAPHQL): fix error message when dgraph and graphql schema differ.

we were generating below error message when there is difference in GraphQL and Dgraph schema. It...

github.com/unigraph-dev/dgraph - a22ba1b47bbb36db19f99e3569c9db74e024f591 authored over 3 years ago by Jatin Dev <[email protected]>
allow string --> Int64 hardcoded coercing (#7584)

GraphQL spec doesn't allow any value apart from integer to be passed to a variable of type Int. ...

github.com/unigraph-dev/dgraph - b3916274285bb6426f0c6886ca45241a297552ab authored over 3 years ago by Jatin Dev <[email protected]>
Fix(rollups): Fix splits in roll-up (#7609)

Fix roll-up split generation by fixing the range of UIDs
to keep in the first and second part o...

github.com/unigraph-dev/dgraph - d9ffc2cfedd2b6c5c0f3cb8195b63ce139877cc8 authored over 3 years ago by Ahsan Barkati <[email protected]>
Chore(vault) - vault superflags contrib (#7604)

github.com/unigraph-dev/dgraph - e000783cd8e35361db4f9fed13538cd331f67af7 authored over 3 years ago by Joaquin Menchaca <[email protected]>
feat(backup): Merge backup refactoring

github.com/unigraph-dev/dgraph - 14ab2db8804e88555bc913e2dd1bda462d33a629 authored over 3 years ago by Manish R Jain <[email protected]>
feat(backup): Separate out writers from handlers

github.com/unigraph-dev/dgraph - 4bbae9f7ef35b18d04b4d21ac897230aa9b0678c authored over 3 years ago by Manish R Jain <[email protected]>
chore(deps): bump jinja2 from 2.11.2 to 2.11.3 in /contrib/embargo (#7628)

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https...

github.com/unigraph-dev/dgraph - 8e5df76fabe55a8f2396a512cdd19b11ae1a382e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump jinja2 in /contrib/config/marketplace/aws/tests (#7627)

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https...

github.com/unigraph-dev/dgraph - 4a701ed5bfdf9351699d3d5ce8b0fc6b19c99be5 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(backup): Refactor file handlers and make tests pass.

github.com/unigraph-dev/dgraph - 543f6be5dc3a99110e85b96c52070ee479f5a71e authored over 3 years ago by Ahsan Barkati <[email protected]>
feat(Backup): Refactor the way backup code is structured.

github.com/unigraph-dev/dgraph - eb84f48129156d4f82362c6ee581ff8d26212b29 authored over 3 years ago by Manish R Jain <[email protected]>
chore(tools): Fix tools.go build constraint. (#7626)

* chore(tools): Fix tools.go build constraint.

The build constaint was not being seen by Go s...

github.com/unigraph-dev/dgraph - c4ec7029c95ce030a78cfe5dae1df430118012d7 authored over 3 years ago by Daniel Mai <[email protected]>
release script update to dynamically change Dockerfile (#7623)

* release script update to dynamically change Dockerfile
* add buildarg for xgo.Dockerfile
* s...

github.com/unigraph-dev/dgraph - 874a6151d552d3cd9a4369757d7cefd63c168ec7 authored over 3 years ago by Joaquin Menchaca <[email protected]>
fix for xgo version to use (#7620)

github.com/unigraph-dev/dgraph - 487f5f1e5dd319adcc4908f711755a9410eb0966 authored over 3 years ago by Joaquin Menchaca <[email protected]>
fix(test): Fix test flakiness (GRAPHQL-1125) (#7615) (#7618)

The `--build` flag was missing from the `docker-compose up` command. That flag is required for t...

github.com/unigraph-dev/dgraph - 1c3a3e27e0588d4242299c2d2eaa09cb1083ce16 authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
feat(GraphQL): Webhooks on add/update/delete mutations (GRAPHQL-1045) (#7494)

Please see the [RFC](https://discuss.dgraph.io/t/webhook-lambda-on-add-update-delete-mutations/1...

github.com/unigraph-dev/dgraph - 348119e497375e46e4847428242f4c3f1d37cc61 authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
ci: Add GitHub Actions for golangci-lint. (#7345)

This adds golangci-lint[1] to run for every PR.

Followed the docs at https://golangci-lint.ru...

github.com/unigraph-dev/dgraph - 3caa2768f2e9d3db7dc379be5579354540701ba8 authored over 3 years ago by Daniel Mai <[email protected]>
feat(query): Add mechanism to have a limit on number of pending queries (#7603)

This is useful to avoid blowing up the number of goroutines handling queries, if the user bombar...

github.com/unigraph-dev/dgraph - fade07537728ca2b145017f0639f75752caa2226 authored over 3 years ago by Manish R Jain <[email protected]>
chore(upgrade): update the upgrade tool for CORS (depreciated predicates) change (#7486)

Some of the internal predicates have been removed in #7431 and #7451.
When restoring from a bac...

github.com/unigraph-dev/dgraph - 2d36978403949676eaa02fe63293c3125447cfb2 authored over 3 years ago by Naman Jain <[email protected]>
chore(test): fixing flaky tests (#7577) (#7596)

* chore(test): fixing flaky tests

github.com/unigraph-dev/dgraph - 78249a4282388e23b6cc387f2680b5f500400015 authored over 3 years ago by aman bansal <[email protected]>
chore(Enterprise) - vault contrib scripts to demonstrate vault integration (#7593)

This demonstrates how to setup a Vault server with Dgraph.

Included:
* instructions and step...

github.com/unigraph-dev/dgraph - 47556f55b1fc2784739a9830de282153389e46ce authored over 3 years ago by Joaquin Menchaca <[email protected]>
chore: Run go mod tidy. (#7594)

github.com/unigraph-dev/dgraph - f3377a9751775d1806ddc9e486d524dddbb43164 authored over 3 years ago by Daniel Mai <[email protected]>
fix(flags): Expose global flags to dgraph subcommands. (#7530)

This updates the subcommand --help template so that flags like `--config` show
up in the --help...

github.com/unigraph-dev/dgraph - 079afba7881065fe87495fecd315478eea8e2034 authored over 3 years ago by Daniel Mai <[email protected]>
chore(compose): Don't mount GOPATH if not used. (#7539)

github.com/unigraph-dev/dgraph - 679caa02fe7060fd015cd971859cb8cd4dbbbacc authored over 3 years ago by Daniel Mai <[email protected]>
opt(bulk): Use the faster snappy instead of gzip compression.

github.com/unigraph-dev/dgraph - c2090f601c8d3b5554c746c5bb8893b10b1bdefe authored over 3 years ago by Manish R Jain <[email protected]>
remove unused badger.max-retries option from bulk command (#7591)

"max-retries=-1" was showing up in the default string for badger in Bulk --help output, despite ...

github.com/unigraph-dev/dgraph - 1004f38b9f33ee04171d6a7e689453e591ba2ded authored over 3 years ago by Karl McGuire <[email protected]>
clusterID flag added for alpha sentry reports (gql-services) (#7580)

* clusterID flag added for alpha sentry reports (gql-services)

* Update raft.go

camelCase ...

github.com/unigraph-dev/dgraph - e8b78b7aa70357e6f8be4d18049071edebf0e865 authored over 3 years ago by Kaustubh J <[email protected]>
fix(GraphQL): Fix mutation with Int Xid variables. (#7565)

github.com/unigraph-dev/dgraph - eb6e27bc02f66d904da9b45c090037065c6da726 authored over 3 years ago by minhaj-shakeel <[email protected]>
chore: Remove debug printf. (#7578)

github.com/unigraph-dev/dgraph - aee08877efaa00f5884c816a22e2c9ae91d10587 authored over 3 years ago by Daniel Mai <[email protected]>
Merge branch 'aman/merge_release' into master

github.com/unigraph-dev/dgraph - 04f03cb90d40f57e19fbcb0978ed8738bbc8200f authored over 3 years ago by aman-bansal <[email protected]>
fixing go mod dependencies for roaring

github.com/unigraph-dev/dgraph - 3977235c38e67b811f35db8a3e81ba418ab83d64 authored over 3 years ago by aman-bansal <[email protected]>
fix(telemetry): fix zero crash due to telemetry (#7575)

github.com/unigraph-dev/dgraph - 89d7825eb51b5b5d383a6c572f339902bfb84469 authored over 3 years ago by Naman Jain <[email protected]>
fix(audit): logs not getting deleted after N days (#7567)

github.com/unigraph-dev/dgraph - 96bf99edc1570f9bbca471c5ee1087b955ca8922 authored over 3 years ago by Ajeet D'Souza <[email protected]>
fix(GraphQL): Fix custom(dql: ...) with __typename (GRAPHQL-1098) (#7569)

This PR fixes the working of `@custom(dql: ...)` with `__typename` and fragments.

Bug Descrip...

github.com/unigraph-dev/dgraph - 2905756400cf210eba1fb95f38d9873407f5c11f authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
Fix(GraphQL): Change variable name generation for interface auth rules (#7559)

* Change variable name generation for interface auth rules

* Add empty line at end of file

github.com/unigraph-dev/dgraph - b0807daa8229b6891a9c09ad43ea5f7cd6de6cbe authored over 3 years ago by vmrajas <[email protected]>
fix(GraphQL): Apollo federation now works with lambda (GRAPHQL-1084) (#7558)

This PR makes the `@requires` directive work with `@custom/@lambda` directives.

github.com/unigraph-dev/dgraph - a05f7f8bd150b2438f34ce7e48cd0477e001c36a authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
chore(flag): Change disallow-dropall flag to also block drop data operation (#7566)

Change `disable-dropall` flag to `disable-drop` and make it
block `drop-data` along with `drop-...

github.com/unigraph-dev/dgraph - c84ffdc816d0d9353d2b64f4a72e997c35fd110b authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(GRAPHQL): fix empty remove in update mutation patch, that remove all the data for nodes in filter. (#7563)

We have this behavior of update mutation where we are deleting all the data for nodes that are s...

github.com/unigraph-dev/dgraph - 586a9d22b959ee3b9dee6896e87b3005c5a1d71f authored over 3 years ago by Jatin Dev <[email protected]>
fix(release/v21.03) - Use worker.GetEEFeatureList instead of ee.GetEEFeatureList (#7564)

github.com/unigraph-dev/dgraph - 6baef5392a3f055ddbd9e5730730f18e00afb144 authored over 3 years ago by Ibrahim Jarif <[email protected]>
Fix(multi-tenancy): Format namespace to human readable form (#7552)

Change the logs to print namespace in human-readable form.
It also fixes the state endpoint to ...

github.com/unigraph-dev/dgraph - db15312f24bd2614aa21ecba24c87984f0e9a838 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(telemetry): Track enterprise feature usage (#7495)

Fixes - DGRAPH-2997

github.com/unigraph-dev/dgraph - 1559f5ec03d683168e1eaefae97e553cfe15532c authored over 3 years ago by Ibrahim Jarif <[email protected]>
fix(release): update support for xgo tool (#7576)

* update support for xgo tool

github.com/unigraph-dev/dgraph - 479a7fbab715fb280356358535a569f451d8a8aa authored over 3 years ago by Joaquin Menchaca <[email protected]>
fix(learner nodes): Reconnect to learner nodes after restart (#7554)

When an alpha would restart, it wasn't reconnecting to the learner
nodes. This PR fixes that.
...

github.com/unigraph-dev/dgraph - 586181f57abfe719e4e766b4f4be7b99cc55b8e5 authored over 3 years ago by Ibrahim Jarif <[email protected]>
chore(audit): fix audits to verify encryption file + check for empty files (#7548)

* fix audits to verify encryption file + check for empty files

github.com/unigraph-dev/dgraph - b35192a18b4936941b24dd0b3241cc906344ab6c authored over 3 years ago by aman bansal <[email protected]>