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

Initial GraphQL with query and mutation (#3558)

github.com/unigraph-dev/dgraph - 4711fa7af9fec1c21070847f74c85336ebca5454 authored over 5 years ago by Michael Compton <[email protected]>
Use manifest to only restore preds assigned to each group. (#3648)

This PR changes the restore logic so that only the keys corresponding to
the predicates that we...

github.com/unigraph-dev/dgraph - 92bc5da186bfbbc355b80aa79418cfdbb09c4c85 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use backwards-compatible formats during backup (#3629)

This change converts the keys and posting lists to a
backwards-compatible format so that backup...

github.com/unigraph-dev/dgraph - 30ad3a4f44da9a0681d7f6f526886ba9e1f75604 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix user meta of schema and type entries in bulk loader. (#3628)

The user meta should not be BitCompletePosting since that indicates the
value is a posting list.

github.com/unigraph-dev/dgraph - 3590a401ee53a999d5a6d661da73ce299632fcac authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update build script for v1.0.16.

github.com/unigraph-dev/dgraph - f0fb095802a8ebfe0d8bbacf8c15afdb2fbbfe12 authored over 5 years ago by Daniel Mai <[email protected]>
Fix warnings in the lex package. (#3654)

github.com/unigraph-dev/dgraph - bbfa9c41b1ec0f41a0ae58d01cea63efc2c363ee authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update v1.0.16 CHANGELOG.

* Categorize vendoring Badger v1.6.0 as a bug fix since we're vendoring it for
the StreamWrite...

github.com/unigraph-dev/dgraph - 74cb6a8517b75c15771bf4d68455318f3f919119 authored over 5 years ago by Daniel Mai <[email protected]>
Fix convoluted buffer writing logic in zero/http.go (#3652)

Use Fprintf to directly write to a buffer instead of using Write and
Sprintf.

github.com/unigraph-dev/dgraph - bc41fa3d6808c41ca3be0382b1a0584b9533a308 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update CHANGELOG for v1.0.16 release.

github.com/unigraph-dev/dgraph - 549d1395ba1f0ab448023609885f0b399711d594 authored over 5 years ago by Daniel Mai <[email protected]>
Fix golint warnings in x/metrics.go file. (#3641)

github.com/unigraph-dev/dgraph - 2248d7041c05163b6a663bee5c21ec596689e3ad authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix errors reported by golangci. (#3640)

One of the errors was in the share.go file. Since the functionality
offered by that file is not...

github.com/unigraph-dev/dgraph - a55c7d19f86512052d6c2dd3c98b08128009e460 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Replace fmt.Errorf with errors.Errorf (#3627)

github.com/unigraph-dev/dgraph - 0c68c62fee46c24a7913400d76cc06b621456f40 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update section about k-shortest paths.

* Document the _path_ in the query response.
* Non-negative weights are required (Dijstra's algo...

github.com/unigraph-dev/dgraph - 8650322bb42bbf7078b436e1eece0e5d4c2307cc authored over 5 years ago by Daniel Mai <[email protected]>
Point the product roadmap link to the 2019 issue (#3644) (#3647)

github.com/unigraph-dev/dgraph - a0a60a7f967b22062f74648752ba89ac4e79a8f6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add CORS headers to Access-Control-Allow-Headers (#3637)

- Initially added by @manishrjain in this commit https://github.com/dgraph-io/dgraph/commit/09f...

github.com/unigraph-dev/dgraph - e01b1e149297033bd376c1cd074aff6b9a128c85 authored over 5 years ago by Aman Mangal <[email protected]>
Update backup documentation. (#3643)

- Clarify that a networked FS is required to do backups accross
machines/containers.
- Wrap li...

github.com/unigraph-dev/dgraph - 5561713988e274e6d43fc83c92c40a5ccf3ba271 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in the gql package. (#3639)

github.com/unigraph-dev/dgraph - 5ea255340d9bf5e44b39c4c255bc6fb3d6306e0a authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Only backup the predicates belonging to a group. (#3621)

This PR changes the backup request to include the list of predicates in
the group. This list is...

github.com/unigraph-dev/dgraph - 536cae72f9fa4b8f528c2585f30010b1d01b51ad authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix StreamWriter usage in bulk loader (#3635)

Last remaining KVs were not getting their StreamId set during reduce phase. This PR fixes that.
...

github.com/unigraph-dev/dgraph - a67fbfd29e32c09e8d3efbf18c65090ebee000d1 authored over 5 years ago by Manish R Jain <[email protected]>
Fix bug in debug parameter in HTTP API (Fixes #3622) (#3626)

github.com/unigraph-dev/dgraph - e4a07ad04a592e8b8d5f274e3ee6f9cf5a74b2e4 authored over 5 years ago by Aman Mangal <[email protected]>
Replace integer compression in UID Pack with groupvariant alogorithm (#3527)

github.com/unigraph-dev/dgraph - 66654444927ac2b396d4a12266e0a54381ac56df authored over 5 years ago by Animesh Chandra Pathak <[email protected]>
docs: Add details for JSON file mutations with curl.

A user asked for more clarification in the docs about this section to avoid
errors related to th...

github.com/unigraph-dev/dgraph - 727b246b5147d5c652e4e752938d20d402722cc0 authored over 5 years ago by Daniel Mai <[email protected]>
Fix the HTTP Headers in HTTP API (Fixes #3623) (#3624)

Remove headers from Access-Control-Allow-Headers
* X-CSRF-Token
* X-Auth-Token
* X-R...

github.com/unigraph-dev/dgraph - 43c8d38499fb8795e6e5bb5f6a5facf665f36d64 authored over 5 years ago by Aman Mangal <[email protected]>
Store group to predicate mapping as part of the backup manifest. (#3570)

github.com/unigraph-dev/dgraph - 03ff5f70a69f94e1f96b2c4173f89be01def626f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fetch latest version of badger via govendor. (#3620)

github.com/unigraph-dev/dgraph - 60238719cd16e8847657016a1081ff54171b34c3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix bug for debug parameter in /query HTTP API (#3605)

github.com/unigraph-dev/dgraph - f326dbd8562012e70e9727f877b3ba82536e60f3 authored over 5 years ago by Aman Mangal <[email protected]>
Use strconv.ParseBool for parsing debug parameter (#3605)

github.com/unigraph-dev/dgraph - d6a631eae09198941703eeda71b83108644bc9e8 authored over 5 years ago by Aman Mangal <[email protected]>
More golint fixes for the x package. (#3614)

github.com/unigraph-dev/dgraph - f6bcd0403bd91e639effbe6d4ffd9ea5db610938 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Remove Throttle from Dgraph and migrate to Badger's version. (#3619)

github.com/unigraph-dev/dgraph - c8df7150f2c1825047e71ff02ed852c02c9addb8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in the tok package. (#3615)

github.com/unigraph-dev/dgraph - fbd15f94d821f7613af86399079613aceba1f1ed authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Refactor Mutate function for processing mutation (#3583)

github.com/unigraph-dev/dgraph - 9138f23d73ae3c6cfba72ec6129eef13b110b438 authored over 5 years ago by Aman Mangal <[email protected]>
Remove unused error in live/batch.go (#3616)

github.com/unigraph-dev/dgraph - 5e7ca7ce5bd17e832a6186f5acf93bf5d6b58350 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in the migrate package. (#3613)

github.com/unigraph-dev/dgraph - a9d0554bfdddbe0d62459ff977ebaa15afbfcdf8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Adding the verbose flag to suppress excessive logging in live loader (#3560)

github.com/unigraph-dev/dgraph - 47496ed47cf9698007f190d126f5cb7ed6ccd31d authored over 5 years ago by Lucas Wang <[email protected]>
Fix golint warnings in the ACL package. (#3602)

github.com/unigraph-dev/dgraph - 84b230d4db828278ce2997ad20eecbc620188bde authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more errcheck warnings. (#3611)

github.com/unigraph-dev/dgraph - 1dc8d1bab79e6b4e39761a6932899176e55d80d1 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Vendor badger with the latest changes. (#3606)

github.com/unigraph-dev/dgraph - 5e79717766132d1f028e6f71e60cd3fdbec7f335 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Correctness Fix: Block before proposing mutations and improve conflict key generation (#3565)

github.com/unigraph-dev/dgraph - 693e7db24a0fc85a733e10c641b34365a8ed3c3f authored over 5 years ago by Manish R Jain <[email protected]>
tests: Fix Zero ports in systest loader tests. (#3609)

Zero ports are set to 5180/6180 for tests.

github.com/unigraph-dev/dgraph - 96a457c8efdccf03d7600a124d66ef96a5f9d9fe authored over 5 years ago by Daniel Mai <[email protected]>
Fix doc for Upsert Block (#3608)

github.com/unigraph-dev/dgraph - dbd754035007325e5a93cfafa676e69788b56bf2 authored over 5 years ago by Aman Mangal <[email protected]>
Fix golint warnings in integration directory. (#3603)

github.com/unigraph-dev/dgraph - ceddf95550c6aa9e10bc44b1a373e50fb7805a9b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix docs, upsert transaction -> upsert block (#3599)

github.com/unigraph-dev/dgraph - 23226010335d56560837dbac12534a4b5381729c authored over 5 years ago by Aman Mangal <[email protected]>
Migrating the GetDgraphClient logic into package x (#3600)

github.com/unigraph-dev/dgraph - 55f6647c40bb93f45f64faac9fb4afe3d7178541 authored over 5 years ago by Lucas Wang <[email protected]>
Update docs for Upsert Block (#3585)

github.com/unigraph-dev/dgraph - 8ec39fa94a5de6b76d3d2cabbdb22208543ec65c authored over 5 years ago by Aman Mangal <[email protected]>
Introduce backup data formats for cross-version compatibility. (#3575)

Currently backups are storing data in the internal format. If that
format changes backups will ...

github.com/unigraph-dev/dgraph - 0a1fae2e3437e7dcd8101904d7be7dde8dec1eef authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Remove unused createEdge function. (#3597)

github.com/unigraph-dev/dgraph - 995255b7b31ae0222bddb93e814d5f37288b2c4d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in jepsen tool. (#3596)

github.com/unigraph-dev/dgraph - af01950ad2ff85295c591e357da11fb95bee3728 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add flag to specify number of retries when setting up the gRPC connection. (#3584)

github.com/unigraph-dev/dgraph - b24e548744dad2a5dff5bcb455cc36bac2b513f9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix the snapshot criteria calculation (#3598)

github.com/unigraph-dev/dgraph - a339a254be74a61f9b7f9ba2640657f14ec9d8d7 authored over 5 years ago by Lucas Wang <[email protected]>
Fix more golint warnings in the posting package. (#3595)

github.com/unigraph-dev/dgraph - 132b06f5f4752a2e728e1a0e8866955840f5199f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in codec package. (#3590)

github.com/unigraph-dev/dgraph - 9b96d815da264761b6673c351443d68f4aee441c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more golint warnings in the query package. (#3592)

github.com/unigraph-dev/dgraph - d0c2ec4a811ec080cc041cdce64c058b8c09177d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings regarding subcommands. (#3593)

github.com/unigraph-dev/dgraph - 2e45e49e854420bc6ad64d2fa9a85888d2e7071b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in bulk package. (#3591)

github.com/unigraph-dev/dgraph - 8bcddd50a3d8ce53141fd2ff1120d716bfeebcb5 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in compose tool. (#3589)

github.com/unigraph-dev/dgraph - 7333134bb9896d6b0be841ceb6bb4d694ca86dc8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Run gofmt on master. (#3588)

github.com/unigraph-dev/dgraph - f4186f93a90735cd32032651b075235f08be2065 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more golint warnings in worker package. (#3561)

github.com/unigraph-dev/dgraph - 2153f1198f872b5f8b08f70d80a43984b894221f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in chunker package. (#3573)

github.com/unigraph-dev/dgraph - 9bf9f5836d72a102d4056f7b8eddaaad8208e7f0 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more golint warnings in the x package. (#3574)

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

github.com/unigraph-dev/dgraph - 5325300eb4c853818a5fa7a1f04ef20c0c80b4c5 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in the debug package. (#3580)

github.com/unigraph-dev/dgraph - f1116592b1ac121cec45e7bac5230542f561827c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in task package. (#3581)

github.com/unigraph-dev/dgraph - d7e5064073c61749b56e63b7608804a971d6da45 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings for the raftwal package. (#3579)

github.com/unigraph-dev/dgraph - d62bc8ed4efa9109db22f86c7c4d74276cfc22bd authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add support for JSON data for upsert block (#3412)

github.com/unigraph-dev/dgraph - 048fd5a980c3c4fcf1d5a96b77f13e95fcc36807 authored over 5 years ago by Aman Mangal <[email protected]>
Add tests for Upsert block (#3412)

github.com/unigraph-dev/dgraph - fe390b23ab057cec6ab13eb0600d8f37696bac1a authored over 5 years ago by Aman Mangal <[email protected]>
Add docs for Upsert Block (#3412)

github.com/unigraph-dev/dgraph - d7b6e24d9f896d546c34a2bb5ae8845747e89f1c authored over 5 years ago by Aman Mangal <[email protected]>
Add support for parsing functions in RDF (#3412)

Following are now possible (useful in upsert API)
* uid(v) <predicate> "object" .
* <0x01> <...

github.com/unigraph-dev/dgraph - 889fc3ecf0b6e07eb072fed1d7b43f8bc2d49fbc authored over 5 years ago by Aman Mangal <[email protected]>
Add support for deleting non-existent UIDs in Upsert (#3412)

github.com/unigraph-dev/dgraph - 3eff1b2b11013d04e2a12f2a1dad780c3dca33c3 authored over 5 years ago by Aman Mangal <[email protected]>
Add support for executing upsert block (#3412)

github.com/unigraph-dev/dgraph - ff1716c2defe460466d90245c55695286a49290d authored over 5 years ago by Aman Mangal <[email protected]>
Add parser and lexer for upsert block (#3412)

github.com/unigraph-dev/dgraph - 398318e7cccb051fba12e681f6a64d81b962e14d authored over 5 years ago by Aman Mangal <[email protected]>
Fix ineffassign and unused warnings. (#3576)

github.com/unigraph-dev/dgraph - bc70681b867ea35cfcca2071f2b492ee1a356cc4 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in the schema package. (#3577)

github.com/unigraph-dev/dgraph - a79bdef50e1d353c48fc86f0de660be5e2466f03 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more golint warnings in the zero package. (#3562)

github.com/unigraph-dev/dgraph - bed401381781c122a317b2ad57e5914ddde1a664 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more golint warnings in the z package. (#3563)

github.com/unigraph-dev/dgraph - c730e9172708914f4b8a8215cdf6e6943c2801e3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix Bug in IntersectCompressedWithLinJump (#3555)

IntersectCompressedWithLinJump function was failing test(issue #3553)
with data mismatch becaus...

github.com/unigraph-dev/dgraph - 871b6320e7903bd52613cca1139c65ceee2445ed authored over 5 years ago by Animesh Chandra Pathak <[email protected]>
Add unit tests to verify filterManifests method. (#3569)

github.com/unigraph-dev/dgraph - b2e6a5dac5ec56d803022e8b93334cc089b59178 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add series and backup number information to manifest. (#3559)

github.com/unigraph-dev/dgraph - c913555e719a9149123655bb8a8c611ab3bc8c9a authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Simplify the updateSchema function (#3564)

github.com/unigraph-dev/dgraph - 21058e4eaf9badd096e6a8317503aaaddf86bf29 authored over 5 years ago by Lucas Wang <[email protected]>
External ids and the new upsert transaction. (#3552)

* add Upsert example

* Mention delete operation

* Modifications suggested by Michael Compt...

github.com/unigraph-dev/dgraph - c5bc16c6b8ccfb60eb43c6f2e8d43dee60146940 authored over 5 years ago by Michel Conrado <[email protected]>
docs: Fix spacing in code blocks.

Changed tabs to spaces for consistent indentation.

github.com/unigraph-dev/dgraph - 61f1dc1151243538b0af0286dc682ecd32537492 authored over 5 years ago by Daniel Mai <[email protected]>
Fix errcheck warnings. (#3548)

github.com/unigraph-dev/dgraph - 55828742c7ad40db7ca65363bcad649f1b6aa66d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update spacing in code examples.

There was a mix of tabs and spaces.

github.com/unigraph-dev/dgraph - a2c80d4850dec80abc8b1323019719b1a2985860 authored over 5 years ago by Daniel Mai <[email protected]>
Fix golint warning in edgraph package. (#3503)

github.com/unigraph-dev/dgraph - 209ed4c63234589658f021eebce98867dac2cc94 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Allow partial restores and restoring different backup series. (#3547)

Add a last_dir flag to the restore command that indicates to the restore
that any backup direct...

github.com/unigraph-dev/dgraph - b96c297f2c0839662f58f1f26a49193a33c421e6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
During a backup restore, only restore from the lastest full backup. (#3541)

This PR modfies the restore logic so that the restore only consideres
the backups starting from...

github.com/unigraph-dev/dgraph - 4dd1e9aab543af0161b70af0a21e919675b36615 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix tests. (#3556)

These tests run in the CI full test suite.

* Fix Zero ports to test ports (5180).
* Fix HTTP...

github.com/unigraph-dev/dgraph - e579d836f939ae537c2173ec4a39f22a6ea9fe88 authored over 5 years ago by Daniel Mai <[email protected]>
Support types in the bulk loader. (#3506)

github.com/unigraph-dev/dgraph - b7970bf1240017350d53f8739d2aa1aab44b09b8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use all reserved predicates in IsReservedPredicateChanged. (#3531)

The method was not getting all the reserved predicates, making it return
true when a schema wit...

github.com/unigraph-dev/dgraph - 626e9ec0c44dec4df497088b37e0aabc9b4f6a1b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Handle concurrent update to count index (#3545)

github.com/unigraph-dev/dgraph - 67231ec0d9a42409492ca93bd699a3b4ca16fcc8 authored over 5 years ago by Lucas Wang <[email protected]>
Fix panic in fillVars (#3505)

This fixes #3470. Test cases have been added to verify the fix. The default case in fillVars see...

github.com/unigraph-dev/dgraph - c72b8dafd9735e3e4afba409e8b27e4b00d08a58 authored over 5 years ago by Pawan Rawal <[email protected]>
Fix docs for /health endpoint

github.com/unigraph-dev/dgraph - a024663fbc09de29e245f84d726c031eb2038daa authored over 5 years ago by Aman Mangal <[email protected]>
Update HTTP API Content-Type to application/graphql+-

github.com/unigraph-dev/dgraph - 35538d1d706e984e62daf8669ba2057c1a266677 authored over 5 years ago by Aman Mangal <[email protected]>
Update /health endpoint to return alpha version (#3526)

github.com/unigraph-dev/dgraph - 01da65fe9620f5374bfbb624416c89e09a206dec authored over 5 years ago by Aman Mangal <[email protected]>
Use gzip compression in backups. (#3536)

github.com/unigraph-dev/dgraph - 2a3fcef0257074984fdce0a029ecc99a1e90678c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use StreamWriter in bulk loader (#3542)

This PR switched transaction based writes to Badger to StreamWriter and brings in Badger master ...

github.com/unigraph-dev/dgraph - d336e41dea7aed518204b11acc5d655d74a575b6 authored over 5 years ago by Manish R Jain <[email protected]>
update dgo dependency in vendor (#3412)

github.com/unigraph-dev/dgraph - 113649d53eab9220ba3541bd37150c1031297154 authored over 5 years ago by Aman Mangal <[email protected]>
Add test, docs for aborting a txn through HTTP API

github.com/unigraph-dev/dgraph - 610bcb4843575456e341bc1e084b52552754afa8 authored over 5 years ago by Aman Mangal <[email protected]>
Fix doc to not use _predicate_

github.com/unigraph-dev/dgraph - 16663939642bf0197e158773962b6e5eb92fa106 authored over 5 years ago by Aman Mangal <[email protected]>
Fix leftover lll and gosimple warnings. (#3534)

github.com/unigraph-dev/dgraph - 96453238d65f28da25061d960fc14f7c6c42f001 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
More refactoring of backup code. (#3515)

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