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

Update k8s config for Dgraph Zero for proper signal handling. (#3972)

The command for Dgraph Zero runs as bash to set the proper
hostname and index for each Zero and...

github.com/unigraph-dev/dgraph - b348bacc126e1a87d610a3c7a0dabebc18639ecf authored about 5 years ago by Daniel Mai <[email protected]>
Fixed typo in upsert_test Buld -> Bulk (#3971)

github.com/unigraph-dev/dgraph - 47bcce8d92066745c29954dcf3080c3186beba96 authored about 5 years ago by harshil-goel <[email protected]>
Added Val support for JSON (#3947)

* Added Val support for JSON

* Added tests and addressed comments

* Checked for ) while pa...

github.com/unigraph-dev/dgraph - 20136d5d0f2a613510618f29a3c85590906adbdd authored about 5 years ago by harshil-goel <[email protected]>
Fix bug in bulk loader when store_xids is true(#3950)

In mapper stage of bulk loader, NQuads are processed by calling processNQuad(). If store_xids is...

github.com/unigraph-dev/dgraph - 097d3204b768236fcb695af45cd2937006a833c7 authored about 5 years ago by Ashish Goswami <[email protected]>
Add filter rewriting to GraphQL (#3952)

* Setup query rewriting testing

* Add query option to QueryType

* Query rewriting testing
...

github.com/unigraph-dev/dgraph - 65db05f5d09baa7c0ded5a58c841564eed47a82e authored about 5 years ago by Michael Compton <[email protected]>
Add CORS headers (#3953)

github.com/unigraph-dev/dgraph - 5827e4af62afe967f0e2ae886e3cd7c4d9d632ca authored about 5 years ago by Michael Compton <[email protected]>
fix missing ID bug (#3955)

* Rename with .graphql so we get syntax highlights

* Don't generate things requinging ID, if ...

github.com/unigraph-dev/dgraph - 9c1ece13e6a3a244afd0e112a4d9b07926ee5344 authored about 5 years ago by Michael Compton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 1db52ca7b36cff65708a47f3fbaf92112b59b739 authored about 5 years ago by MichaelJCompton <[email protected]>
Ran local and build scripts through shellcheck.net (#3948)

* Ran local and build scripts through shellcheck.net

github.com/unigraph-dev/dgraph - b6f25fe4a74fbac863244e8ff30cd2820ae706f3 authored about 5 years ago by Prashant Shahi <[email protected]>
docs: Shorten section title for v1.1 migration how-to.

github.com/unigraph-dev/dgraph - a0ccdb97e3dbca9c9268eb4c1a7b3eec37717383 authored about 5 years ago by Daniel Mai <[email protected]>
docs: Add how-to for migrating from Dgraph v1.0 and v1.1. (#3951)

github.com/unigraph-dev/dgraph - 789f1ce919634d46bd86ff69512b60e7b5e8d6de authored about 5 years ago by Daniel Mai <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 1494ab125f7c34a1054d5ae7feccecfe818245ac authored about 5 years ago by MichaelJCompton <[email protected]>
Generate GraphQL schema for search (#3943)

* Generate GraphQL schema for filter and order.

* Fix existing tests

* Add searchable test...

github.com/unigraph-dev/dgraph - b2be52fefadfb57772ea370d89f7d60b14f29627 authored about 5 years ago by Michael Compton <[email protected]>
Update README to mention v1.1.x (#3944)

Update the Status subheading which is part of README.

github.com/unigraph-dev/dgraph - 08e9e3d6b576009fb0e7939d8afa51fafd0d3ab7 authored about 5 years ago by Pawan Rawal <[email protected]>
Docs site: moved master to below latest (#3933)

* Docs site: moved master to below latest(v1.1.0)

* Updating comments in build.sh

github.com/unigraph-dev/dgraph - c19843bfc89a35db804b4be9a7c2e4e75a0384e2 authored about 5 years ago by Prashant Shahi <[email protected]>
fix delete bug

github.com/unigraph-dev/dgraph - ca53500bc8a60af506e95d0bb14fe432eb3ac941 authored about 5 years ago by MichaelJCompton <[email protected]>
dog changes

github.com/unigraph-dev/dgraph - 9ec4e60c496af66149bbf69023db31365fa085c4 authored about 5 years ago by MichaelJCompton <[email protected]>
fix list bug (#3941)

github.com/unigraph-dev/dgraph - 1b663d83621a0ddcfa61a8389715ce1634a2efbd authored about 5 years ago by Michael Compton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - da0521e5c48a109534bf5850e9d96ac99ae6bee7 authored about 5 years ago by MichaelJCompton <[email protected]>
Update docs about Dgo client (#3930)

github.com/unigraph-dev/dgraph - a8b7809751b8d764878ef45fdc484f6beed4f4d0 authored about 5 years ago by Michel Conrado <[email protected]>
contrib: Add flag and update usage text for Jepsen runner script. (#3938)

Add --jepsen-root flag to set the path to the Jepsen repo directory
instead of relying on a JEP...

github.com/unigraph-dev/dgraph - f12e68d27979bc8cdda8da0509b64b40562e79fe authored about 5 years ago by Daniel Mai <[email protected]>
Verify type definitions do not have duplicate fields. (#3925)

github.com/unigraph-dev/dgraph - 66e3670b0274f5f0c96a69a3a43a8d6338813f23 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Do not require the last type declaration to have a new line. (#3926)

Currently, one has to add a new line to the type declarations, even if
it's the last thing in t...

github.com/unigraph-dev/dgraph - 7f493e9f045bbb1eb089dfe7e0b54164a0630cb6 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Fix ineffassign warnings. (#3939)

github.com/unigraph-dev/dgraph - 07da8f31141a62b37ffc07e30b6f0decff995386 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Adding log lines to help troubleshoot snapshot and rollup (#3889)

github.com/unigraph-dev/dgraph - e08d9171dc7c2742f8639786a4d4156456ae2668 authored about 5 years ago by Lucas Wang <[email protected]>
Clear the unused variable tlsCfg (#3937)

github.com/unigraph-dev/dgraph - 7f4d96fd886b5cad088dc5a872a5f296d38248ac authored about 5 years ago by Lucas Wang <[email protected]>
Added Support for val function inside Upsert (#3877)

Added val function to Upsert mutations.

This allows the user to do queries like

// Bulk ...

github.com/unigraph-dev/dgraph - 226d55584beba1353ad1a7f719fc03818addd9aa authored about 5 years ago by harshil-goel <[email protected]>
Consider reverse count index keys for conflict detection in transactions. (#3932)

This change fixes #3893. Earlier reverse count index keys where not being considered for conflic...

github.com/unigraph-dev/dgraph - 79832d066352e47b6e11c9e5b77ec043a97f0b9d authored about 5 years ago by Pawan Rawal <[email protected]>
docs: Add unofficial Rust client to client libraries page. (#3928)

github.com/unigraph-dev/dgraph - 15d95acd3ef386076f585cbfaa13cad8a178094b authored about 5 years ago by Daniel Mai <[email protected]>
Update GitHub issue templates with section headers. (#3929)

* Update the Bug Report template with headers, so that 1) it's easier to
read and 2) using bu...

github.com/unigraph-dev/dgraph - d083fa0cb75d486e80b7cda87da5b4499f99349b authored about 5 years ago by Daniel Mai <[email protected]>
Update roadmap link in README. (#3923)

github.com/unigraph-dev/dgraph - 32e25cc87e25de9f1a1a286befaef9e3803634c8 authored about 5 years ago by Lyla Fischer <[email protected]>
Fix docs (minor changes) (#3915)

github.com/unigraph-dev/dgraph - 9ce2261d90f5ef794853c060f10903810fcbd3f6 authored about 5 years ago by Aman Mangal <[email protected]>
Avoid changing order if multiple versions of the same Edge is found.

github.com/unigraph-dev/dgraph - a269e9d938c2439f4727cf06a55277ecbb862c2b authored about 5 years ago by Manish R Jain <[email protected]>
Adding test to ensure the required metrics exist in the metrics page (#3908)

github.com/unigraph-dev/dgraph - 60cf542f0260e85d90b5dcb61bcc3fb9fdc91fc5 authored about 5 years ago by Lucas Wang <[email protected]>
Fix misspell and ineffassign warnings. (#3917)

github.com/unigraph-dev/dgraph - 1d294a8d83334a79c6368b6c9a74ef1ae54c1a67 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Set the v1.1.0 as the latest docs (#3914)

github.com/unigraph-dev/dgraph - 5560745b01de3bba024316e8e354a61bffff016d authored about 5 years ago by Aman Mangal <[email protected]>
Update CHANGELOG for Dgraph v1.1.0. (#3911)

* Highlight breaking changes at the top.

github.com/unigraph-dev/dgraph - ef7cdb287c3242b9350765bc7e87f5e2924c84af authored about 5 years ago by Daniel Mai <[email protected]>
make RAM calculation only available on darwin and linux (#3912)

* make RAM calculation only available on darwin and linux

* do not set allotted memory to any...

github.com/unigraph-dev/dgraph - de4b37a748d4c56540afc07f52c8df3527fb0469 authored about 5 years ago by Francesc Campoy <[email protected]>
Add searchable directive (#3895)

* Add supported searchables

* Add validation rule for searchables

* Add Dgraph indexes fro...

github.com/unigraph-dev/dgraph - f721e9e6f8276bd0ca9024630cb8163fafaf7ccf authored about 5 years ago by Michael Compton <[email protected]>
Changes to query rewriting (#3897)

* Remove QueryBuilder

* Add wrapper for query field

* Add query rewriting tests

* Move ...

github.com/unigraph-dev/dgraph - 1b65d469135bbe60127202df14a9222a4d1cfe8b authored about 5 years ago by Michael Compton <[email protected]>
Support loading JSON files that has a map at the root level (#3816)

github.com/unigraph-dev/dgraph - 1abd16b9ed45d4172899b3755ec9bd11563a599a authored about 5 years ago by Lucas Wang <[email protected]>
Add clarification on interaction between type system and reverse edges (#3907)

github.com/unigraph-dev/dgraph - 71bae3631a14ccadffee7cb0965a2e7782bf0a92 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Breaking change: Vendor in latest Badger with data-format changes. (#3906)

* Vendor in latest badger.

govendor fetch github.com/dgraph-io/badger/...

* Vendor in ...

github.com/unigraph-dev/dgraph - f437d0161cb7ad045e314027ef6654af66fb8256 authored about 5 years ago by Daniel Mai <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - f7a423b48b10b946c849ca42e0c3bae189f9f4c8 authored about 5 years ago by Manish R Jain <[email protected]>
Bug Fix: Do not call posting.List.release

Concurrently running queries and mutations within the same transaction
can be using posting.List...

github.com/unigraph-dev/dgraph - 29c2addf369e1a665dff7b8a98ef82ee0032eb3b authored about 5 years ago by Manish R Jain <[email protected]>
adding the draining mode (#3880)

github.com/unigraph-dev/dgraph - 97a4eb3b39b6eef0305ebd47a6e37eda595fa364 authored about 5 years ago by Lucas Wang <[email protected]>
Add docs for upsert block (#3856)

github.com/unigraph-dev/dgraph - fa107103d023668074feca6c5939c207c10b5162 authored about 5 years ago by Aman Mangal <[email protected]>
make lru_mb optional (#3898)

* make lru_mb optional

Fixes #3850

* applied Manish's feedback

github.com/unigraph-dev/dgraph - 7c589bed363bb6106426f4b42e48905194d276cf authored about 5 years ago by Francesc Campoy <[email protected]>
Change warning time (#3901)

github.com/unigraph-dev/dgraph - b474a218181f5812e6c3b33b8ec16b1d8613f819 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Bug Fix: Remove Check2 at writeResponse (#3900)

github.com/unigraph-dev/dgraph - 77be6112892be04c7276d20ede9eccdf9934c8d0 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Recover from panics while executing graphql requests. (#3894)

All other handlers are wrapped within a recoveryHandler which recovers from the panic, logs it w...

github.com/unigraph-dev/dgraph - 6b7d6c8c1c6cf76f5b68e4ff03dd9665c518c794 authored about 5 years ago by Pawan Rawal <[email protected]>
Support schema introspection queries in the graphql layer. (#3881)

The PR adds support for responding to the full introspection queriy and also subqueries which fi...

github.com/unigraph-dev/dgraph - 3314c43904e0ec8214ee96aaabd670f91fa89317 authored about 5 years ago by Pawan Rawal <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 0baf3948025caef4f00249bce5efec59bd38a61a authored about 5 years ago by MichaelJCompton <[email protected]>
Generated query should have nullable list elements

github.com/unigraph-dev/dgraph - 7d9308c9bcfa7fb310efe3a501b79e2b6023bc6c authored about 5 years ago by MichaelJCompton <[email protected]>
refactor mutation rewriting (#3870)

* Add extra schema functions

* Add a testing package for graphql layer

* add mutation buil...

github.com/unigraph-dev/dgraph - e6504bee7c8cdc6a4ef2e72e2a1bbedea5c7d970 authored about 5 years ago by Michael Compton <[email protected]>
docs: Set v1.0.17 as latest. (#3892)

github.com/unigraph-dev/dgraph - 2177ae7dc22b8ccbeb257cdad5ab05fcc2a11834 authored about 5 years ago by Daniel Mai <[email protected]>
Update CHANGELOG for v1.0.17. (#3891)

github.com/unigraph-dev/dgraph - 09feb265be25b6714bba83aac67724e36b33532f authored about 5 years ago by Daniel Mai <[email protected]>
Remove inconsistent dots in the sub-titles (#3878)

github.com/unigraph-dev/dgraph - 8f38384ebb9480866f506d2f7798aa53cb0fa9b8 authored about 5 years ago by Paul Korzhyk <[email protected]>
More schema tests (#3867)

* refactor schema stringify

* use a different diff for long strings

* schema tests

* ve...

github.com/unigraph-dev/dgraph - 3b74cf84e2fa697fe165ac4154e2697e1f4890e4 authored about 5 years ago by Michael Compton <[email protected]>
Updated docs for querying with graphql vars (#3868)

* Added docs about change in querying with graphql vars

* Added example

github.com/unigraph-dev/dgraph - b99709c6989668d8eb8419d6d696306ba130710d authored about 5 years ago by Prashant Shahi <[email protected]>
Vendor in latest badger. (#3876)

This change includes performance improvements and bug fixes from Badger, including block iterato...

github.com/unigraph-dev/dgraph - 7cbdaecef8c2325437a4050b6bc2446776530579 authored about 5 years ago by Daniel Mai <[email protected]>
Bug Fix: Use txn.Get in addReverseMutation if needed for count index (#3874)

We cannot use txn.cache.GetFromDeltas for reverse mutations becasue
cache will not have deltas ...

github.com/unigraph-dev/dgraph - c9f0af886a77d3cbc793def30603d82404d5a713 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Change telemetry endpoint (#3872)

github.com/unigraph-dev/dgraph - 54709024c64b45298ef29493fb90bd8c18312433 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Adding e2e test for GraphQL server (#3827)

github.com/unigraph-dev/dgraph - 81f6be5690bfe5dbc95c742e84e8682033a007c4 authored about 5 years ago by Karthic Rao <[email protected]>
Don't apply license state for oss builds. (#3847)

This change ensure that license state is only applied and warnings about expiry only printed for...

github.com/unigraph-dev/dgraph - 98880f85d5aedc8fff7118bf0f83ba91443d4987 authored about 5 years ago by Pawan Rawal <[email protected]>
Fixes the toBackupList function by removing the loop (#3869)

github.com/unigraph-dev/dgraph - 00a2914b2318b7737539e2e155d85a194f858b48 authored about 5 years ago by Lucas Wang <[email protected]>
vendor gqlparser (#3866)

* vendor gqlparser

* vendor one more

github.com/unigraph-dev/dgraph - 6b67ec82a4b494cba2ffeec3f7e02150f7cf6afe authored about 5 years ago by Michael Compton <[email protected]>
GraphQL schema processing refactor (#3863)

* Add comments and some light refactoring

* Move schema additions to string

and

move di...

github.com/unigraph-dev/dgraph - 2962f6e4e86be3ade2aeda27297d73367865e579 authored about 5 years ago by Michael Compton <[email protected]>
refactor complete schema functions (#3864)

* make completeSchema functions add to schema

github.com/unigraph-dev/dgraph - 508aa321f271aedcf95284f36cd4b1c275653b52 authored about 5 years ago by Michael Compton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 3f37f2cfd83b821b4f7ad710902d95dffea29ab2 authored about 5 years ago by MichaelJCompton <[email protected]>
Vendor in missing dependencies. (#3855)

- golang.org/x/crypto/openpgp/armor
- golang.org/x/crypto/openpgp/packet

github.com/unigraph-dev/dgraph - 9af081d10c35e68942edf0c3672f77f5329f0c97 authored about 5 years ago by Prashant Shahi <[email protected]>
Add support for *API* required for Multiple Mutation (#3839)

* vendor in new api.proto from dgo

* Merge Query and Mutate endpoint for grpc

* Changing i...

github.com/unigraph-dev/dgraph - abc64ce46b7a2746dd2c7a5a319467ad15cc9cde authored about 5 years ago by Aman Mangal <[email protected]>
Remove ignore index conflict from various places (#3854)

github.com/unigraph-dev/dgraph - 8163f0a28f61a244116df510add699c7764df862 authored about 5 years ago by Aman Mangal <[email protected]>
remove some non-nullables for better GQL schema (#3852)

github.com/unigraph-dev/dgraph - 3e68b9fe3664f289314aa693734167e3a17863f3 authored about 5 years ago by Michael Compton <[email protected]>
Apply GraphQL best practice to updates (#3844)

github.com/unigraph-dev/dgraph - ec1051af4b648cc84da4f7a9f37d12f524d5b2e5 authored about 5 years ago by Michael Compton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 89e2f6655b0389f6e7ab28a5620d21fa58de6aac authored about 5 years ago by MichaelJCompton <[email protected]>
contrib: Add support for kubectl apply -k with new URLs for apply -f. (#3789)

The aim is to support locally versioned overrides, starting from for example:

bases:
- githu...

github.com/unigraph-dev/dgraph - e3660d4f068fc1cfd3992f86ac9e0326772398b4 authored about 5 years ago by solsson <[email protected]>
graphql directives (#3812)

github.com/unigraph-dev/dgraph - eeb00d4b3156c0bedafdf0a57f0009849095fb56 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Update docs about enterprise features to mention the new change. (#3842)

Also vendor in `/x/crypto/openpgp` library.

github.com/unigraph-dev/dgraph - 1a8f92eb7019a893e9c8bfac4f3302885cf245df authored about 5 years ago by Pawan Rawal <[email protected]>
Bugfix: Set found to false to avoid deleting index edge when value doesn't match. (#3843)

Return found as false to avoid deleting index corresponding to a uid when the value doesn't matc...

github.com/unigraph-dev/dgraph - 2f18d10bc90add89244f4db87532f389c669485d authored about 5 years ago by Pawan Rawal <[email protected]>
Add a TODO about the for loop in backup, which could be causing bugs in backup.

github.com/unigraph-dev/dgraph - 1dcfbf12fc1c0814bfef9a306f3f67195692cf65 authored about 5 years ago by Manish R Jain <[email protected]>
Print sha256 of execuatble in the build details. (#3828)

Example output:

```
alpha1 | Dgraph version : v1.0.12-rc3-672-gc2f2b0e5
alpha1 | Dg...

github.com/unigraph-dev/dgraph - b985443afbdf384f03d35c508aa00d0b34aed6f4 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 5c44dda4df1cdf1f183021b1c3ef2c12be29dc29 authored about 5 years ago by MichaelJCompton <[email protected]>
Enterprise - Support applying a license using /enterpriseLicense endpoint in Zero (#3824)

This change gets rid of the `--enterprise_features` flag in Alpha.

All users of the non-oss ...

github.com/unigraph-dev/dgraph - c9bc4bb1564674ea09b841251339bfa7d6cfa256 authored about 5 years ago by Pawan Rawal <[email protected]>
Reset alias after assigning it to UidCountAlias (#3837)

This fixes #3814

github.com/unigraph-dev/dgraph - a928df898663965f5070eaae42b610201efb2a13 authored about 5 years ago by Pawan Rawal <[email protected]>
Run GraphQL queries concurrently (#3833)

* add resolved type

* query and mutation return a resolved

* resolver changes for mutation...

github.com/unigraph-dev/dgraph - 45ab8819f8e5b15afccc3e178fc2cf2518d285c4 authored about 5 years ago by Michael Compton <[email protected]>
Remove "data" null (#3834)

github.com/unigraph-dev/dgraph - db0edd74311ae8df02a179b3e83bde33d76c265e authored about 5 years ago by Michael Compton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 960e3064604136b0ee9b354ed7aa769ab6d8fd69 authored about 5 years ago by MichaelJCompton <[email protected]>
Optimization: Avoid preallocating uid slice. It was slowing down unpackBlock.

github.com/unigraph-dev/dgraph - 34ee7010a7420052276973a6184b3aa479795f68 authored about 5 years ago by Manish R Jain <[email protected]>
Replace errors.Errorf with fmt.Errorf in AssertTruefNoTrace. (#3830)

errors.Errorf prints the trace, which is not the right thing to do in
this function (it's speci...

github.com/unigraph-dev/dgraph - e1b5c162a07ab04122867bd31bdac77f5f736485 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Fix ineffassign warnings. (#3822)

github.com/unigraph-dev/dgraph - 84896536b2e55ff08e4c7bb092ce979627f58cbf authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Print commit SHA256 when invoking "make install" (#3786)

github.com/unigraph-dev/dgraph - c2f2b0e5b4154bcff509fbfa66c65f4f77477e4f authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Add additional logs to show progress of reindexing operation. (#3746)

github.com/unigraph-dev/dgraph - 38b8ccd63039608e1869eba1ce23015c293f712f authored about 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Fix GitHub issue links in CHANGELOG.

github.com/unigraph-dev/dgraph - 8dcdee2950f30e7a84a80f6d27e236bf37b15678 authored about 5 years ago by Daniel Mai <[email protected]>
Speed up JSON chunker. (#3825)

Remove a buffer size allocation in the JSON chunker that was
taking up a lot of time in the CPU...

github.com/unigraph-dev/dgraph - 14185f5aea407c16fc68057c0fe8c7347cd53d47 authored about 5 years ago by Daniel Mai <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 550f531b70eab4924d242cb4e824899caa7bbd0d authored about 5 years ago by MichaelJCompton <[email protected]>
Add tests around GraphQL query generation (#3823)

github.com/unigraph-dev/dgraph - e7466cd3e4772953f16c7211fdf9d0ee5b914b76 authored about 5 years ago by Michael Compton <[email protected]>
Always run GraphQL queries in debug mode (#3818)

github.com/unigraph-dev/dgraph - 5f32e04638dd3812c6199aafdd1b68e1ed392f5b authored about 5 years ago by Michael Compton <[email protected]>
Fix golint warnings. (#3821)

github.com/unigraph-dev/dgraph - f69e6af04c2dedb9830aea05a1929d83a8ae5b78 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Fix flaky backup tests. (#3804)

The backup folders were using the timestamp up to the second but when
the test runs with no pau...

github.com/unigraph-dev/dgraph - a2d0e4986674c2f13040fd6ecadad6291e7f5000 authored about 5 years ago by Martin Martinez Rivera <[email protected]>