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

test(Restore): Add replicas to the cluster for online restores tests. (#5673)

github.com/unigraph-dev/dgraph - 37a9d1027f27284cf9f7ff4a11c88723260c777b authored over 4 years ago by Martin Martinez Rivera <[email protected]>
docs: Add example commands to apply enterprise license. (#5373)

* Add example curl command to apply the license
* Add example dgraph zero --enterprise_license ...

github.com/unigraph-dev/dgraph - 64a42c4845b47bb48c8101d240a1690b8a7887bc authored over 4 years ago by Daniel Mai <[email protected]>
Make backupId optional in restore GraphQL interface. (#5675)

github.com/unigraph-dev/dgraph - 8f1017fce486fec119384ba2076704feb41056ce authored over 4 years ago by Martin Martinez Rivera <[email protected]>
fix(GraphQL): Custom Claim will be parsed as JSON if it is encoded as a string (#5668)

* If JWT custom claim field is string, parse as JSON

Co-authored-by: David Peek <[email protected]>

github.com/unigraph-dev/dgraph - 27afedf1e51f184636abc5c5b8f9becdaefdbf44 authored over 4 years ago by Arijit Das <[email protected]>
fix(GraphQL): Fixes OOM issue in graphql mutation rewriting (#5667)

github.com/unigraph-dev/dgraph - 8a5477328a76289497ff933f5475e64cefc02895 authored over 4 years ago by Harshil Goel <[email protected]>
update zero health check for dgraph-ha.yaml (#5580)

github.com/unigraph-dev/dgraph - 88c0a186515c5f07eac45f48a3231077fd6182ea authored over 4 years ago by Joaquin Menchaca <[email protected]>
feat(GraphQL): Allow more control over custom logic header names (#5600)

* Added support for custom names in headers

* Continue to support old header definition

* ...

github.com/unigraph-dev/dgraph - bbf49dca743cf2c95d072a1bfc169d7032011947 authored over 4 years ago by Apoorv Vardhan <[email protected]>
Avoid panic in handleValuePostings (#5652)

Fixes: DGRAPH-1608

srcFn.n should be equal to len(q.UidList.Uids) for implementation DivideAn...

github.com/unigraph-dev/dgraph - 21842681917c3152d4e252eb18b646649f51c5fb authored over 4 years ago by Ashish Goswami <[email protected]>
Adds multiple zero addresses to docker-compose files (#5653)

* add miltiple zeros to alphas configs

* Fix MAINTAINER command

MAINTAINER command is depr...

github.com/unigraph-dev/dgraph - 0ff8b84b18cdf6fe88edcaa9cdce7589bd3db53b authored over 4 years ago by Michel Diz <[email protected]>
table size: Remove unneeded continue statement. (#5664)

github.com/unigraph-dev/dgraph - 7320db902e73bb5e29a60dceb7ad41ad2b24568e authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix: Change tablet size calculation to not depend on the right key. (#5656)

In badger, the right key might be a badger specific key that Dgraph
cannot understand. To deal ...

github.com/unigraph-dev/dgraph - d91018f5fe69fce54f47de0746ba28e88e0a183d authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Only process restore request in the current alpha if it's the leader. (#5657)

Requests for other groups are being sent to the leader but the request
for the group the receiv...

github.com/unigraph-dev/dgraph - f40351ecec69358ce414321afc4097dd63f2232d authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Rollup: Reduce memory consumption of the map (#5599)

FIXES - DGRAPH-1613

The incremental roll-up uses a `map` to keep track of the keys that shoul...

github.com/unigraph-dev/dgraph - b77c23c665f6ae35aba5b1b54a0700d51c0cb8d0 authored over 4 years ago by Ibrahim Jarif <[email protected]>
chore: Adding PRLint (#5654)

github.com/unigraph-dev/dgraph - 38694548f3106a91b0325e740ea1d5c71854e08e authored over 4 years ago by Tejas Dinkar <[email protected]>
docs: Update CHANGELOG for v20.07.0-beta.Jun15. (#5655)

Co-authored-by: Daniel Mai <[email protected]>

github.com/unigraph-dev/dgraph - 1bfe95cc6b99e01e50a397d9c3ca28a92fdfa5cf authored over 4 years ago by Leyla Galatin <[email protected]>
Update badger 06/11/2020 (#5637)

This PR updates badger. The important changes are
```
KeepL0InMemory -> Set to false (badger d...

github.com/unigraph-dev/dgraph - 43330d99a92c4e5d8eb05b506216c52d8d92db67 authored over 4 years ago by Dgraph GitHub <[email protected]>
Use a sync.Pool to allocate KVs during backup. (#5579)

github.com/unigraph-dev/dgraph - 3202d24ce0189091ef6a8f988eb335ad7ebc1c0e authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Document --encryption_key_file option in dgraph restore command. (#5638)

github.com/unigraph-dev/dgraph - ec791b0c013bd36e430a0ad0cb85da85fc323fc6 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Move tablets to right group when restoring a backup. (#5587)

This changes forces a tablet to be moved to the group indicated by the
backup manifest.

Fixe...

github.com/unigraph-dev/dgraph - 8d47961ed9b5d658e6c015cd61a35de92a02eee5 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Return error list while validating schema. (#5576)

* Return error list while validating schema.

github.com/unigraph-dev/dgraph - 415a658509975f2e05761b350047a2db50ff0c18 authored over 4 years ago by Arijit Das <[email protected]>
Send CID for sentry events. (#5625)

github.com/unigraph-dev/dgraph - 9765e3fbf6e0db301a74dd77e171a9088124bda1 authored over 4 years ago by parasssh <[email protected]>
Allow whitespace in secret header value (#5598)

* Allow whitespace in secret header value

* Addressed comments

github.com/unigraph-dev/dgraph - 55e3e9fa601f14fd8323a05cea50abb9cc0c227a authored over 4 years ago by Apoorv Vardhan <[email protected]>
graphql: Allow user to define and pass arguments to fields. (#5562)

This would allow users to pass in arguments to fields of remote endpoints.

github.com/unigraph-dev/dgraph - b29a977477d0373314f8876e9dafdac1eba9bf0a authored over 4 years ago by Pawan Rawal <[email protected]>
graphql: Fix interaction between interface and remote types. (#5575)

Fixes GRAPHQL-358

github.com/unigraph-dev/dgraph - 476c7aa4781e1b203b913215e7484a9d60806d10 authored over 4 years ago by Pawan Rawal <[email protected]>
fixes for update-badger (#5618)

github.com/unigraph-dev/dgraph - d22d092907168fe66daa9ae20a8b2479a7fb81d6 authored over 4 years ago by Joaquin Menchaca <[email protected]>
Online restores only processes backups for the alpha's group (#5588)

I changed the test backup to have three groups instead of one and I noticed that
the test didn'...

github.com/unigraph-dev/dgraph - 20af6b0958e7e994e5f7abe1de5a3624ece81c83 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Change groupId from int to uint32. (#5605)

This change removes the need to convert between int and uint32.
Group IDs are always uint32.

github.com/unigraph-dev/dgraph - f2211c50bdfb8ae08d3106bf6040572a11b2bc85 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Avoid assigning duplicate RAFT IDs to new nodes. (#5571)

Currently, zero uses the MaxRaftId to assign RAFT IDs to new nodes. However, the
MaxRaftId valu...

github.com/unigraph-dev/dgraph - c09380549cf5d57895b189c892b9d0e5f5026f25 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
docs: Add Production Checklist to Deploy section. (#5417)

Add a Production Checklist section to the Deploy docs. The Production checklist
covers machine ...

github.com/unigraph-dev/dgraph - 222b35a1ec04bec31bf9eced7ff46cf4fe13587e authored over 4 years ago by Daniel Mai <[email protected]>
graphql: fixes flaky test in authorization #5586

github.com/unigraph-dev/dgraph - 417c3e5890a22207748bbea2344e2ace36132bf7 authored over 4 years ago by Harshil Goel <[email protected]>
[Breaking] graphql: Add camelCase for add/update mutation. (#5547)

This PR Modify lowercase typename for add/update mutation to camelCase.
Fixes #5380
Fixes #GRA...

github.com/unigraph-dev/dgraph - c5e3f78ac81b3b9cb7f0cbc08b5b235859875c07 authored over 4 years ago by Jatin Dev <[email protected]>
[BREAKING] Namespace dgraph internal types/predicates with `dgraph.` (#5185)

Dgraph's internal types User, Group and Rule were too generic. Prefixed them with dgraph.type so...

github.com/unigraph-dev/dgraph - aef7072bfcd6e47dccc4d8cc39d3e3d6166e8e08 authored over 4 years ago by Animesh Chandra Pathak <[email protected]>
graphql: add Graphql-TouchedUids header in HTTP response (#5572)

This PR adds the Graphql-TouchedUids header in the HTTP response sent by GraphQL.

Fixes #GRAP...

github.com/unigraph-dev/dgraph - 28617a6ca56c7eebee31fe71bf78f385ec245442 authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Alpha: Gracefully shutdown ludicrous mode (#5561)

Fixes - DGRAPH-1353

When live loader in running on an Alpha in ludicrous mode, alpha will
cr...

github.com/unigraph-dev/dgraph - e326b9e802f2f04eedf8044361ca28573dbff5a8 authored over 4 years ago by Ibrahim Jarif <[email protected]>
Add script to auto-update badger (#5449)

Fixes DGRAPH-1345

This PR adds a script that can be used to automate badger updates
in dgrap...

github.com/unigraph-dev/dgraph - a2dd9ffa502f5d0aeb3707bb5ed3123a0ef981c9 authored over 4 years ago by Ibrahim Jarif <[email protected]>
Bump flask from 0.12.5 to 1.0 in /contrib/embargo (#5556)

Bumps [flask](https://github.com/pallets/flask) from 0.12.5 to 1.0.
- [Release notes](https://g...

github.com/unigraph-dev/dgraph - 4ea149a055b1084a95bb9f98d01575ab501c203f authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update release dates in the CHANGELOG. (#5563)

github.com/unigraph-dev/dgraph - 4b264e42c759945b1ad28a4f460c88ad7fa8d02d authored over 4 years ago by Leyla Galatin <[email protected]>
docs: Add helm upgrade steps. (#5420)

Fixes DGRAPH-1157

Co-authored-by: kath-at-dgraph <[email protected]>
Co-authored-by: Danie...

github.com/unigraph-dev/dgraph - 17e30919cbda6a6be19243efb3074a547ce7f9d1 authored over 4 years ago by Daniel Mai <[email protected]>
[Breaking]: Vault Integration with Bulk, Live, Offline/Online restore and Debug sub-commandss. (#5500)

github.com/unigraph-dev/dgraph - d6659c660a633390b2e95ea3616fffa53255474f authored over 4 years ago by parasssh <[email protected]>
added redirection rule in docs.conf file (#5522)

github.com/unigraph-dev/dgraph - 4f47908aeae6074ca34519e5e576fde6f4a55c96 authored over 4 years ago by Shrutika <[email protected]>
Use rampMeter for Executor (#5503)

Currently we have rampMeter while applying proposals. This rampMeter puts a throttling on
memor...

github.com/unigraph-dev/dgraph - 47359526f887acdd1d49e646d20be39220e4a7b1 authored over 4 years ago by Ashish Goswami <[email protected]>
graphql: Add more validations for coercion of object/scalar and vice versa (#5534)

Fixes GRAPHQL-383

github.com/unigraph-dev/dgraph - 8e7a4443421ac641d6b7dd66abf55c1682ae76e2 authored over 4 years ago by Pawan Rawal <[email protected]>
dont set n.ops map entries to nil. Instead just delete them (#5551)

A panic was caused because n.ops map entry was set to nil in some cases.
Fix is to not set n.op...

github.com/unigraph-dev/dgraph - b05c525873c1c007a6ff4340e3d91fc2ceb96865 authored over 4 years ago by parasssh <[email protected]>
embargo requirements and virtualenv (#5545)

github.com/unigraph-dev/dgraph - b026beb839d143c859f680daec0230f27e671e3f authored over 4 years ago by Joaquin Menchaca <[email protected]>
Alpha: Enable bloom filter caching (#5552)

Badger supports the caching of SST bloom filters. This PR enables
caching bloom filters in rist...

github.com/unigraph-dev/dgraph - 92328a777993769a45a2b084577af62512c0021b authored over 4 years ago by Ibrahim Jarif <[email protected]>
graphql: Added test cases for RBAC auth rule mutation rewriting (#5515)

github.com/unigraph-dev/dgraph - 96dc34811d320cd6fa07c65ef80d879b12f00d46 authored over 4 years ago by Arijit Das <[email protected]>
graphql: Apply type filter for get query at root level. (#5497)

* Fix auth deep get query.

github.com/unigraph-dev/dgraph - 1a3b41722257375ba5233a38fd72b2fe476a421b authored over 4 years ago by Arijit Das <[email protected]>
Use -d instead of --detach when invoking docker-compose. (#5549)

Some versions of docker-compose do not recognize the longer version of
this flag. Found this is...

github.com/unigraph-dev/dgraph - 59ea27900f1837a3372fd2d57e56f320e9e2b984 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
graphql: make updateGQLSchema always return the new schema (#5540)

This PR makes the updateGQLSchema mutation return the updated schema always, instead of relying ...

github.com/unigraph-dev/dgraph - 265086f98d04e9a2bfddb5e8e40f677d2f426167 authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
graphql: Fix mutation on predicate with special characters having dgraph directive. (#5526)

* Fix Dgraph directive for multiple language.

github.com/unigraph-dev/dgraph - 92232c05221e34bf0790c62e99447ffdef0e3762 authored over 4 years ago by Arijit Das <[email protected]>
Add check on rebalance interval (#5544)

github.com/unigraph-dev/dgraph - fa5c3a32ac5f27e8640114b890395b08c12f022e authored over 4 years ago by Anurag <[email protected]>
Added details of Shortest path queries in documentation (#5533)

github.com/unigraph-dev/dgraph - abb57c027fccb7efc241f9faa8aaacf953535384 authored over 4 years ago by Anurag <[email protected]>
Queries or mutations shouldn't be part of generated Dgraph schema (#5524)

Fixes GRAPHQL-482

github.com/unigraph-dev/dgraph - adf690c9473596f6915b3d3e8b7bdfc2b04f59a5 authored over 4 years ago by Pawan Rawal <[email protected]>
graphql: Return better error message if a type only contains ID field (#5531)

Fixes GRAPHQL-449

github.com/unigraph-dev/dgraph - 60882e7d5e320d8a4bc0373052534f0daf3bfd04 authored over 4 years ago by Pawan Rawal <[email protected]>
CHANGELOG for 1.2.5 and 20.03.3 (#5543)

Co-authored-by: Daniel Mai <[email protected]>

github.com/unigraph-dev/dgraph - 4757813d98924fd07417321a608a678c105f5448 authored over 4 years ago by Leyla Galatin <[email protected]>
Update badger to commit e7b6e76f96e8 (#5537)

* Update badger to commit e7b6e76f96e8

Also, enable storing indices in cache.

github.com/unigraph-dev/dgraph - ba217bc4df573ca4872d8de9b7cfe290ef9bf9fa authored over 4 years ago by Ibrahim Jarif <[email protected]>
Add link for new client in Rust lang (#5504)

github.com/unigraph-dev/dgraph - 4f0645ec7df7b46b27184b16c09e06900127b391 authored over 4 years ago by Roman <[email protected]>
graphql: Coerce value for scalar types correctly. (#5487)

Fixes GRAPHQL-382

github.com/unigraph-dev/dgraph - 1444f007bef464001773a507b0875a5faadf3355 authored over 4 years ago by Pawan Rawal <[email protected]>
Fix URLs like... (#5510)

docs.dgraph.io to dgraph.io/docs/

github.com/unigraph-dev/dgraph - e22db97aa95d86c121d03f4ae8a6d524cdc300ad authored over 4 years ago by Michel Diz <[email protected]>
Update dgraph/cmd/migrate README.md. (#5495)

This commit is meant to update the instructions for using `dgraph/cmd/migrate` to work with Dgra...

github.com/unigraph-dev/dgraph - 3b96d18d02ab59ba0e62377e9379e5dcb499912d authored over 4 years ago by Noah Davis <[email protected]>
Export GraphQL schema to separate file. (#5501)

The GraphQL schema is all that's needed to restore the graphql layer. Export it to a separate
f...

github.com/unigraph-dev/dgraph - 6015cd385949557648f4a3dcd7c073b311845a8d authored over 4 years ago by Martin Martinez Rivera <[email protected]>
graphql: Disable auth directive on interfaces. (#5437)

* Remove auth directive on interfaces.

* Rewrite dummy query for interfaces whose implementat...

github.com/unigraph-dev/dgraph - aafbc5add89aa87c9312f6934cb0ed1d47d32ca8 authored over 4 years ago by Arijit Das <[email protected]>
graphql: Support reading secret headers from schema file and forwarding them for client requests. (#5440)

Add support for reading and parsing secrets from the GraphQL schema file and filling them in if ...

github.com/unigraph-dev/dgraph - 50b0ae6cdec43779b84cd464f150ee47a3a57437 authored over 4 years ago by Pawan Rawal <[email protected]>
graphql: Introduce `@cascade` in GraphQL (#5511)

Fixes #4789.
Fixes #GRAPHQL-277.

github.com/unigraph-dev/dgraph - d029c86bb543bb4b6621fc40f444426b8249b1ef authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
resolve custom fields at deep nested level (#5416)

github.com/unigraph-dev/dgraph - 29e44151ba8548f8c981a95f8fcae4080413ec07 authored over 4 years ago by balaji <[email protected]>
Support passing GraphQL schema to bulk loader. (#5509)

Support passing a GraphQL schema file to the bulk loader. The bulk loader will generate
the tri...

github.com/unigraph-dev/dgraph - cc9795734359d816606fe454ba997b7800a6bdfd authored over 4 years ago by Martin Martinez Rivera <[email protected]>
test: Show cluster logs on failure for 21million systest. (#5507)

test-21million.sh can show failures like the following in CI builds:

```
------- Stdout: ---...

github.com/unigraph-dev/dgraph - 36be40c483360c6ca54f5e4fb34c7ff43f849ab7 authored over 4 years ago by Daniel Mai <[email protected]>
Fix memory leak in live loader (#5473)

This PR aims to fix a memory leak in live loader. Currently while getting uid for a NQuad
subje...

github.com/unigraph-dev/dgraph - 0ce7ff9a8b3b288514f1e689b8dc3afdb297f009 authored over 4 years ago by Ashish Goswami <[email protected]>
Replace strings.Trim with strings.TrimFunc in ParseRDF (#5494)

This PR replaces strings.Trim(item.Val, " ") with strings.TrimFunc(item.Val, isSpaceRune) in Par...

github.com/unigraph-dev/dgraph - db3d85114a016ef25d89bd326835c6e003c873ff authored over 4 years ago by Ashish Goswami <[email protected]>
added shellcheck fix for preview scripts (#5505)

github.com/unigraph-dev/dgraph - 266a4dda777cd45787b62e73e0c92cf6be551acc authored over 4 years ago by Prashant Shahi <[email protected]>
Use pre-allocated protobufs during backups. (#5404)

Backups convert the values stored in disk into an intermediate format
(for backwards compatibil...

github.com/unigraph-dev/dgraph - e4fdecb565e2b742c9ee71c5063bd5ad7a2a94bf authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Sent restore proposals to all groups asyncronouosly. (#5467)

github.com/unigraph-dev/dgraph - 12f2ce7ab39427fde7f031ee8539c42ea588b081 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
During shutdown, generate snapshot before closing raft node. (#5476)

This will prevent trySnapshot from trying to send a range to the index
range channel before it'...

github.com/unigraph-dev/dgraph - 1dd2530759a616d2805a4d1ca11d341ddeb6133c authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Get lists of predicates and types before sending the snapshot. (#5488)

There could be changes to the schema while the snapshot is being sent.
Therefore, the list of t...

github.com/unigraph-dev/dgraph - 894387b1914e4f98a680b04112527f48bd2280a9 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
graphql: fix some TODOs in ACL tests (#5499)

Fixes #GRAPHQL-456.

github.com/unigraph-dev/dgraph - 5e5828bbc7952d9480b9fc4209fe467a3651d3cf authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Vault Integration with Dgraph (#5402)

Fixes DGRAPH-1162, DGRAPH-1350 and DGRAPH-1351

-Move from files to keeping keys
-Configurati...

github.com/unigraph-dev/dgraph - ee9be0bc2b51e0b5e8cdcc8db72a0ef00491e1d2 authored over 4 years ago by parasssh <[email protected]>
Fix long lines in export.go (#5498)

github.com/unigraph-dev/dgraph - 489a8b17005f5744df553b4a5a1b5240f6e24ac3 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix warnings about unkeyed literals. (#5492)

github.com/unigraph-dev/dgraph - 8a4c31861daca3168865b1dcf93050bdf63fd17f authored over 4 years ago by Martin Martinez Rivera <[email protected]>
graphql: Fixed delete RBAC and adds delete auth E2E test cases. (#5474)

* Added auth deletion E2E test case.

* Minor change.

* Address comments.

github.com/unigraph-dev/dgraph - ee45bdb7a4530102be13f3472dd317bb9cdbbf0e authored over 4 years ago by Arijit Das <[email protected]>
Return nil instead of emptyTablet in groupi.Tablet() (#5469)

groupi.Tablet returns error and empty Tablet when error is returned while querying zero for
Tab...

github.com/unigraph-dev/dgraph - 428f3bde843965ba6c9182262eb4cfb7d7d11eb1 authored over 4 years ago by Ashish Goswami <[email protected]>
Update names of graphql variables to match correct capitalization. (#5489)

The backup GraphQL interface uses camel case instead of underscores.
This updates the documenta...

github.com/unigraph-dev/dgraph - d1c9dfad8d5b1ba792715c6dcd2bbbe5c4167a0a authored over 4 years ago by Martin Martinez Rivera <[email protected]>
remove dupe code (#5491)

github.com/unigraph-dev/dgraph - f5f42579a28906bba8f434e01bbe93e2e6fc3674 authored over 4 years ago by parasssh <[email protected]>
Fix panic for sending on a closed channel (#5479)

github.com/unigraph-dev/dgraph - 1e2f0e72d7c68d5b703faccb32a4a3a84d56b8e2 authored over 4 years ago by parasssh <[email protected]>
[BREAKING] Introduce new facets format (#5424)

Fixes: #4798, #4581, #4907
DGRAPH-1109, DGRAPH-1062, DGRAPH-1143

This is PR changes facets f...

github.com/unigraph-dev/dgraph - b16b611e163461bfeba150aa8e36df1bf17ae541 authored over 4 years ago by Ashish Goswami <[email protected]>
Remove redundant conversions between string and []byte. (#5478)

github.com/unigraph-dev/dgraph - 1ef0982f0e2a14ffa85298094917d4a6f3aa5b94 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Add authn for graphql and http admin endpoints (#5162)

Fixes #4758.
This PR adds authentication to following endpoints:

/admin/backup (http & graph...

github.com/unigraph-dev/dgraph - 8992238be419c07045bf4ee3435f7c877bea480b authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Edit test cases to remove flaky behavior (#5464)

github.com/unigraph-dev/dgraph - bae2b1bb2e52bdf4189871831f3cc44266079980 authored over 4 years ago by Anurag <[email protected]>
[docs] Cloudwatch Monitoring (#5399)

Added docs on how to create CloudWatch monitors on top of Route53 health checks to monitor the Z...

github.com/unigraph-dev/dgraph - 3fc8571aadada849f6a023427f4051e7a26b8bc3 authored over 4 years ago by Phani Kumar <[email protected]>
graphql: support existing gqlschema nodes without xid (#5457)

This PR adds support for adding xid to existing gqlschema nodes as it was not taken into conside...

github.com/unigraph-dev/dgraph - 85bd30ceef93ba58221c118eed5f3e08fc8e5ffe authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Remove completed TODO. (#5466)

github.com/unigraph-dev/dgraph - f4e8df26ce47f3b3845f0809c8533836e10538b6 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix warnings about unused variables in snapshot_test.go (#5465)

github.com/unigraph-dev/dgraph - 15cd487a50bb38b0868ad3bfec600f1b168989aa authored over 4 years ago by Martin Martinez Rivera <[email protected]>
disable subscription (#5448)

github.com/unigraph-dev/dgraph - a64d75bb5c921dd2a28b2a0816f4ab6c94e8a7d2 authored over 4 years ago by balaji <[email protected]>
Use request context while handling queries (#5418)

* Use request context while handling queries

while running queries, we should propagate the req...

github.com/unigraph-dev/dgraph - ced04b89e4186f66ff6f83f7fe0a92c5d12a434d authored over 4 years ago by Aman Mangal <[email protected]>
Update CHANGELOG for 1.2.4 and 20.03.2. (#5447)

Co-authored-by: Daniel Mai <[email protected]>

github.com/unigraph-dev/dgraph - 9f7efac4a11fab6051cc304dbe273d2d993aea1e authored over 4 years ago by Leyla Galatin <[email protected]>
Stream the full set of predicates and types during a snapshot. (#5444)

Type and predicate keys always have a timestamp of 1 so they are not being picked up by every sn...

github.com/unigraph-dev/dgraph - 4ed89632cf0537abff19a11aa4ee2d42b309b51e authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Use SensitiveByteSlice type for hmac secret (#5445)

github.com/unigraph-dev/dgraph - f806ea551ee460fcb78dd938319bb24000e00422 authored over 4 years ago by parasssh <[email protected]>
Add E2E test cases for missing JWT in auth. (#5433)

* Add E2E test cases for missing JWT in auth.

* Fix test and add invalid token test.

* Merge r...

github.com/unigraph-dev/dgraph - 90d96d263ff4a8c1a4317330cf5e6d5d48225a4c authored over 4 years ago by Arijit Das <[email protected]>
Changing the default code owner (#5438)

* Changing the default code owner

* Update CODEOWNERS

github.com/unigraph-dev/dgraph - 2a1e3fb0004cd3c570213ad28a57acfe356fd027 authored over 4 years ago by Tejas Dinkar <[email protected]>
K-Shortest path query fix (#5410)

* Bug fix for depth parameter
* Handle cycles in K - Shortest path queries

github.com/unigraph-dev/dgraph - 6332254bdbeb8d2f80cd12cc41da1fdbd60cebd1 authored over 4 years ago by Anurag <[email protected]>
Change auth tag in schema to Dgraph.Authorization. (#5441)

* Change auth tag in schema to Dgraph.Authorization.

* Minor change.

github.com/unigraph-dev/dgraph - 4fce857829195bfc4bf45839a51aa20ed39b69f7 authored over 4 years ago by Arijit Das <[email protected]>