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

Avoid division by zero during speed calculation.

github.com/unigraph-dev/dgraph - 686415ff1d0aca2982177d8a6c8468ccf3467a9b authored over 6 years ago by Manish R Jain <[email protected]>
Add error handling to GetNoStore. This fixes #2373.

github.com/unigraph-dev/dgraph - 2adb06b675901c7829da13d90e2cd193fee65f6b authored over 6 years ago by Manish R Jain <[email protected]>
Some leftovers from the last commit.

github.com/unigraph-dev/dgraph - fdafb044787dc4d58f5dc25d5047b352cac4fb3f authored over 6 years ago by Manish R Jain <[email protected]>
Refactor and Optimize data streaming (#2442)

There are two kinds of data streaming going on. One is to do a predicate move on instructions fr...

github.com/unigraph-dev/dgraph - 009b18f2266efc8d0045b1776a7c15c633c14ecb authored over 6 years ago by Manish R Jain <[email protected]>
Fix bugs in snapshot move (#2440)

- Fix a bug with snapshot move, due to which the move would block forever. In particular, if a k...

github.com/unigraph-dev/dgraph - 78f457e4fd7d6c91ca3e4288d535fee1cb25ddda authored over 6 years ago by Manish R Jain <[email protected]>
Track latency of raft.Advance. Also, wait a bit more during infinite retry in live loader.

github.com/unigraph-dev/dgraph - 740396be6bcd1a4bffa00304ce879dc0c28b8fc8 authored over 6 years ago by Manish R Jain <[email protected]>
Fix the issue with Zero connections and start measuring latency of the main Run loop.

github.com/unigraph-dev/dgraph - c717e6de06b46bd78c9fcd67ee50824e28420592 authored over 6 years ago by Manish R Jain <[email protected]>
Badger based Raft Storage (#2433)

Instead of using the default RAM based Raft Storage (MemoryStorage), build one based on Badger. ...

github.com/unigraph-dev/dgraph - 872f684187e3f67dd0b22413b3c3a1f729b69eb3 authored over 6 years ago by Manish R Jain <[email protected]>
Update index.md

Remove paragraph about young.

github.com/unigraph-dev/dgraph - 0549fddb5b6891409f695c3b6531b98a89bbc5f0 authored over 6 years ago by Manish R Jain <[email protected]>
Fix http json mutation tests

github.com/unigraph-dev/dgraph - d82abfb0ec9b33d50138e879f228cbf8041ea6f6 authored over 6 years ago by Garvit Pahal <[email protected]>
Serialize proposal application (#2428)

* Remove the scheduler. Serially apply all the proposals. Simplify the watermarks.
* Consolidat...

github.com/unigraph-dev/dgraph - f33807f9550af52a1204f033d49a2bdc858245c5 authored over 6 years ago by Manish R Jain <[email protected]>
Simplify Posting List (#2426)

* Switch to a map based posting list, which is a lot simpler to understand than existing approac...

github.com/unigraph-dev/dgraph - d572abd1a63e123a856ff937455b46eb8fae8dbd authored over 6 years ago by Manish R Jain <[email protected]>
Vendor in BadgerDB v1.5.1.

github.com/unigraph-dev/dgraph - 6d52778a196219dbf8f7cea4bcbc71c7d39b13e4 authored over 6 years ago by Manish R Jain <[email protected]>
Add X-Dgraph-MutationType to allowed headers

github.com/unigraph-dev/dgraph - 553aa606861975f86fcb5fadf6067b6ffc0470a6 authored over 6 years ago by Garvit Pahal <[email protected]>
Add JSON mutations to raw HTTP (#2396)

* Add json mutation to raw http client

* Add a test for json mutation

* Improve json mutat...

github.com/unigraph-dev/dgraph - f81956ba9dd93150ef8dfed945f251b340beb50d authored over 6 years ago by Garvit Pahal <[email protected]>
Fix print format. (#2404)

github.com/unigraph-dev/dgraph - 4f2f250675322ad65194b620b921971833f28a18 authored over 6 years ago by David du Colombier <[email protected]>
Common sense changes

- Don't retry indefinitely for aborting transactions during predicate move. Stop after a dozen t...

github.com/unigraph-dev/dgraph - d907674eddb325592e941815d8e91c21a38314ff authored over 6 years ago by Manish R Jain <[email protected]>
Fix the build (#2400)

* Fix the UID bug.
* If we find a deleted version, stop iteration.
* Rename dummyPostingList t...

github.com/unigraph-dev/dgraph - 7205275cc2f66a974febf78a812f9a1ef30243db authored over 6 years ago by Manish R Jain <[email protected]>
Ability to correctly distinguish float from int. (#2398)

With JSON mutations, we previously couldn't distinguish an int from float, using the standard js...

github.com/unigraph-dev/dgraph - 9d0022e0397ce1be042f10e310c47a054aac8086 authored over 6 years ago by Manish R Jain <[email protected]>
Fix the test breakage. And potentially a newly introduced bug #2397.

github.com/unigraph-dev/dgraph - 7f21b825713ea0e1d668bd9fec52debb457a79d5 authored over 6 years ago by Manish R Jain <[email protected]>
Remove wrong Windows command lines (#2357)

Windows CMD don't need fancy dots or .exe things to start programs. Moreover, running programs l...

github.com/unigraph-dev/dgraph - 7851bb75ca753e6fe98ad504dc53cc629ed0573a authored over 6 years ago by Michael Hand <[email protected]>
Avoid race condition between predicate move and commit (#2392)

- The reason for bug #2338 was that there was a race condition between a mutation and predicate ...

github.com/unigraph-dev/dgraph - 339c47e0e6bf99da52821ae9d1b1da97e70161fe authored over 6 years ago by Manish R Jain <[email protected]>
Update client wiki for Python and Java clients

github.com/unigraph-dev/dgraph - 7796a402fd3499a88c23a25ba501280cfdf1a300 authored over 6 years ago by Garvit Pahal <[email protected]>
Add comment to explain the txn proposal race condition.

github.com/unigraph-dev/dgraph - eccc939311ccf8f4e6036dabb4eda9e07683dac7 authored over 6 years ago by Manish R Jain <[email protected]>
Add unofficial clients to README (#2375)

github.com/unigraph-dev/dgraph - e896c17e434f8bdedfa7578f61ba239e9e9059eb authored over 6 years ago by Michael Compton <[email protected]>
Update license wording (#2384)

Add a python script which can make the copyright notice update accurate.

Replace the older li...

github.com/unigraph-dev/dgraph - e6c3e769707338575cb182e302ca84fca7c8dd82 authored over 6 years ago by Manish R Jain <[email protected]>
Bring Badger v1.5.0 into Dgraph (#2383)

Bring Badger v1.5.0 in. Keep all versions in posting list store by default. This would get rid o...

github.com/unigraph-dev/dgraph - e09e8ec5706a6eb577dae241108929ca9c3389de authored over 6 years ago by Manish R Jain <[email protected]>
Clarify a log printf.

github.com/unigraph-dev/dgraph - 78dfd46c9c641ce163bb8a4734b94e45db395236 authored over 6 years ago by Manish R Jain <[email protected]>
Clear up FAQ

github.com/unigraph-dev/dgraph - 5b93fb4e0755f71f3091af95413e4dd394564210 authored over 6 years ago by Manish R Jain <[email protected]>
Fix math >= evaluation. (#2365)

* Fix math >= evaluation.

* Fix indent

github.com/unigraph-dev/dgraph - 6811a677e2834c3070850f3f9e9278708508ee58 authored over 6 years ago by Pawan Rawal <[email protected]>
Add simple script to build and upload binaries. (#2364)

* Add script to upload tarball to transfer.sh

* Add node about using transfer.sh script i docs.

github.com/unigraph-dev/dgraph - 2b71d51beb6e7f9f5db9668a27f3efc5cb4149bf authored over 6 years ago by Pawan Rawal <[email protected]>
Support GraphQL variables with filters. (#2359)

github.com/unigraph-dev/dgraph - 4d6a6077343570518cbe247fa1fbf9320731b09b authored over 6 years ago by Pawan Rawal <[email protected]>
Use different versions of hugo for docs based on the release version.

github.com/unigraph-dev/dgraph - b9169b860ff6fe11eefc59e109463321d0d1a476 authored over 6 years ago by Pawan Rawal <[email protected]>
Support GraphQL variables as args for regexp function (#2353)

* Support GraphQL variables in regex function.

* update

github.com/unigraph-dev/dgraph - 6ba8f288d12fc0b937e24d921ad73a396d62dc15 authored over 6 years ago by Pawan Rawal <[email protected]>
Fix a logical bug

github.com/unigraph-dev/dgraph - 46b07aa0f0a6945fe401efc11a7a3588f84adf62 authored over 6 years ago by Pawan Rawal <[email protected]>
Missed an or in if statement for script.

github.com/unigraph-dev/dgraph - 6cfb8e5a888ed14a2f934ab36d2bbd7371c52239 authored over 6 years ago by Pawan Rawal <[email protected]>
Update scripts

github.com/unigraph-dev/dgraph - 272a05d48a4a73d2aa207aa91e285561b796d8ba authored over 6 years ago by Pawan Rawal <[email protected]>
Add docs for how to do a release.

github.com/unigraph-dev/dgraph - 827874147bf416a8cec0c205d815f8a585946cbd authored over 6 years ago by Pawan Rawal <[email protected]>
Start adding instructions for doing a release.

github.com/unigraph-dev/dgraph - c75838996c741f24a018a9b3dd437f074ad33d73 authored over 6 years ago by Pawan Rawal <[email protected]>
Merge branch 'master' into release/v1.0.5

github.com/unigraph-dev/dgraph - 68c2cad56796a67e4df635931f986a3d08250ea8 authored over 6 years ago by Pawan Rawal <[email protected]>
Update CHANGELOG

github.com/unigraph-dev/dgraph - 093628a8de1d7d4f70e5161b4d1e290a897c1253 authored over 6 years ago by Pawan Rawal <[email protected]>
Make docs work with latest version of Hugo (#2347)

* Make wiki/docs work with latest hugo.

* Update README

github.com/unigraph-dev/dgraph - f28f7fcbacd0e02f4c83cf635a68b099c4efcf08 authored over 6 years ago by Pawan Rawal <[email protected]>
Check whether commit was successful or not (#2339)

github.com/unigraph-dev/dgraph - 0c011c67871d01224649a1158805c13b78a11b74 authored over 6 years ago by Janardhan Reddy <[email protected]>
Fix 2322 (#2336)

github.com/unigraph-dev/dgraph - 46a3b0937cb62ed89a03df580a4e42a163ca509c authored over 6 years ago by Janardhan Reddy <[email protected]>
update zero's leader information in state periodically

github.com/unigraph-dev/dgraph - b8c090884d0e8ecc3eac7cb18aef631abdf0b662 authored over 6 years ago by Janardhan Reddy <[email protected]>
Allow filtering inside of lists for regexp tokenizers (#2330)

* Allow filtering inside of lists for regexp tokenizers

* Allow filtering inside of lists for...

github.com/unigraph-dev/dgraph - 7be1cd2a0a8915ee4b8615c493d594e696114e93 authored over 6 years ago by Garvit Pahal <[email protected]>
Add note regarding ratel in building from source

github.com/unigraph-dev/dgraph - bdd7a8fb93368d81c8ddc151553a95e17d79e544 authored over 6 years ago by Garvit Pahal <[email protected]>
Change counter of Mutations to be TX's to be more explicit (#2332)

It was a bit confusing that this tool said mutations when I was expecting it to read as transact...

github.com/unigraph-dev/dgraph - d83cdac08d07a4de8f4f428682a1f26d2a36cbe8 authored over 6 years ago by Ralph Caraveo III <[email protected]>
Added IP whitelist for admin/export (#2233)

* Added IP whitelist for admin/export.

* Use IP whitelist range rather than single list of co...

github.com/unigraph-dev/dgraph - 4cd30cb5becccab022cf82e08908dff81f94509a authored over 6 years ago by Andrew McBurney <[email protected]>
update state without proposal when leader changes in zero (#2319)

* update state without proposal when leader changes in zero
* copy key during predicate move

github.com/unigraph-dev/dgraph - 3673f504a3dfb0355aa61a7bcfc1cb62555c70ab authored over 6 years ago by Janardhan Reddy <[email protected]>
Use context with timeout while proposing to RAFT. (#2324)

* Use context with while proposing to RAFT.

* Update comment

github.com/unigraph-dev/dgraph - 6a24586e3f9bf359109b2e8975bae7b35a4192b8 authored over 6 years ago by Pawan Rawal <[email protected]>
Allow filtering inside of list for lossy tokenizers (#2317)

* Allow filtering inside of list for lossy tokenizers

* Update TestMultipleValueFilter2

github.com/unigraph-dev/dgraph - 128b74ae2e3b6627851041d9d53693f416c2a481 authored over 6 years ago by Garvit Pahal <[email protected]>
Change default to memorymap and update recommendation to one-third RAM in docs. (#2315)

github.com/unigraph-dev/dgraph - 98c61026e244649c785e4186ba5564047ddc8afd authored over 6 years ago by Pawan Rawal <[email protected]>
Clarify the restriction. Make it explicit at top.

github.com/unigraph-dev/dgraph - ea30418385cc57340112504bac726db84ef09f89 authored over 6 years ago by Manish R Jain <[email protected]>
Make the proposal key an aggregation of Node raft id and random 8 bytes to ensure uniqueness.

github.com/unigraph-dev/dgraph - 9951c98f7c1880743994820263b08a73f943c8e7 authored over 6 years ago by Pawan Rawal <[email protected]>
Increase timeout for sending RAFT message to a minute.

github.com/unigraph-dev/dgraph - 8333f725350c1a37d200e9cd6a09e2939f3c5194 authored over 6 years ago by Pawan Rawal <[email protected]>
add server side linerizability

github.com/unigraph-dev/dgraph - 1f42c561416d738e128094f9728843c7435842c4 authored over 6 years ago by Janardhan Reddy <[email protected]>
Return error if user tries to reuse RAFT id for a node that was removed.

github.com/unigraph-dev/dgraph - 2bfa4bbd139fa7fac10d612e32f61f3d2c05ba28 authored over 6 years ago by Pawan Rawal <[email protected]>
Continue retry connecting to zero (#2307)

github.com/unigraph-dev/dgraph - 74efabe5899c6f29030d8fd72becb66f86b31aa7 authored over 6 years ago by Garvit Pahal <[email protected]>
Fix broken build tags.

github.com/unigraph-dev/dgraph - 5353140c7b821e35f183573926bcdba5a49ec576 authored over 6 years ago by Pawan Rawal <[email protected]>
Fix wording of FAQ license.

github.com/unigraph-dev/dgraph - 0a764e60d432cf41249e7f39da36ea5f7df3f75c authored over 6 years ago by Manish R Jain <[email protected]>
Relicense Dgraph

- Switch Dgraph code base to Apache v2.0 + Commons Clause restriction.
- Remove AGPL.
- More det...

github.com/unigraph-dev/dgraph - ddd7414f9b3ec7382a4aa521e9ba2d6e5cd81af7 authored over 6 years ago by Manish R Jain <[email protected]>
Add note about not supporting ISO 8601

github.com/unigraph-dev/dgraph - 774fe46191881dc74a196302fb7ff78e17cac3a1 authored over 6 years ago by Pawan Rawal <[email protected]>
Return upsert and lang tags as part of schema. Also update docs.

github.com/unigraph-dev/dgraph - f762888ec0467845878c68178c2c5081d0a1ad9a authored over 6 years ago by Pawan Rawal <[email protected]>
Change memory_mb to lru_mb as it is the approximate size of the LRU cache and doesn't represent the total memory taken by the process.

github.com/unigraph-dev/dgraph - db4a40fa8e4225ed2b563dd3f10bb73683d750b4 authored over 6 years ago by Pawan Rawal <[email protected]>
Rename regex to regexp

github.com/unigraph-dev/dgraph - 2f1ec5782ae8b748ae0fa9a2f184bb0a26918f1a authored over 6 years ago by Garvit Pahal <[email protected]>
Update index.md

Slight formatting changes.

github.com/unigraph-dev/dgraph - c414fd048430ee617855022f12856e27165f9220 authored over 6 years ago by Manish R Jain <[email protected]>
Some formatting issues

github.com/unigraph-dev/dgraph - 36472fafc9da49939c59c976aca915f21cb1ba11 authored over 6 years ago by Manish R Jain <[email protected]>
Word on consistency model supported by Dgraph

github.com/unigraph-dev/dgraph - 6db44bd82f01679a7a90c404a8c47e48694e30f4 authored over 6 years ago by Manish R Jain <[email protected]>
Check if the node is a peer already and skip joining cluster. Fix #2072

github.com/unigraph-dev/dgraph - 33aa2a5dc577b240ff8e3643c25fb7d99500ec60 authored over 6 years ago by Pawan Rawal <[email protected]>
Batch kv in predicate move before sending on stream.

github.com/unigraph-dev/dgraph - 239e4163c72df2702ee74d6969b8f70cdc9f7c5d authored over 6 years ago by Pawan Rawal <[email protected]>
Fix remaning jepsen issues

github.com/unigraph-dev/dgraph - 978c7498a46cdbce593245bda65336b0deb789a4 authored over 6 years ago by Janardhan Reddy <[email protected]>
Don't mark entry as done in Oracle map if we didn't propose it yet.

github.com/unigraph-dev/dgraph - f66c7df912f896b7227e712ff751f7bbe991ab2e authored over 6 years ago by Pawan Rawal <[email protected]>
Some refactoring in worker package to make the names more readable.

github.com/unigraph-dev/dgraph - aac20931bb0b4a93f1e036090f0460f0169f95c2 authored over 6 years ago by Pawan Rawal <[email protected]>
Fixing some spelling mistakes in the docs (#2270)

github.com/unigraph-dev/dgraph - 70def65ec1794c32f357aae8c5e6b5e4f3ba86a7 authored over 6 years ago by rkmittal <[email protected]>
Add idea file to gitignore

github.com/unigraph-dev/dgraph - 1314dbc7f00e22105e890a141c4b9ab0f362924a authored over 6 years ago by Garvit Pahal <[email protected]>
Fix expand predicate query hanging the browser

github.com/unigraph-dev/dgraph - 90c680312175e606c232c210ce4351c21dc1d310 authored over 6 years ago by Garvit Pahal <[email protected]>
Update vendored badger version

github.com/unigraph-dev/dgraph - ab9846a7b9091e2e1fa97cfb33fad5732a2d8493 authored over 6 years ago by Pawan Rawal <[email protected]>
Rename updateTxnMarks to updateTxns

github.com/unigraph-dev/dgraph - 8f9eff3210d05fb3edaf1143a0e4155619bb72b2 authored over 6 years ago by Pawan Rawal <[email protected]>
Return error from Commit if startTs is zero

github.com/unigraph-dev/dgraph - c7a66bd192b84ca6e2a4d079c8da229dd61a02cc authored over 6 years ago by Pawan Rawal <[email protected]>
Update index.md (#2259)

github.com/unigraph-dev/dgraph - d6acf3cf0b0ef3c9cebd3da440da8ee766556308 authored over 6 years ago by Sameer Akhtar <[email protected]>
Don't skip schema keys while calculating tablets served. (#2258)

github.com/unigraph-dev/dgraph - 1077dd2a735f71f0a50b45613563190610821012 authored over 6 years ago by Pawan Rawal <[email protected]>
Remove timeout from JoinCluster.

github.com/unigraph-dev/dgraph - 807976c407b880cfac565cc709b6bee3c139f7f7 authored over 6 years ago by Pawan Rawal <[email protected]>
Add an option to specify a lang directive in schema. This can be used to optimize certain filter queries on string predicates.

github.com/unigraph-dev/dgraph - f455229d773e9168002ad3d5ccc8ac083c54d91a authored over 6 years ago by Pawan Rawal <[email protected]>
batch and send during snapshot (#2246)

github.com/unigraph-dev/dgraph - c1f9e1ba0776865f039461d719c7e8ef151d500a authored over 6 years ago by Janardhan Reddy <[email protected]>
Return error to user while indexing instead of printing it out.

github.com/unigraph-dev/dgraph - accd1bf8b74bd24eab941a90254b3a9728ad9018 authored over 6 years ago by Pawan Rawal <[email protected]>
Remove prometheus from vendor as it can cause issues if developers use it in their apps. See #2192.

github.com/unigraph-dev/dgraph - 616e1c1dd9f0733f0a3d10b83676826b90d5f6d0 authored over 6 years ago by Pawan Rawal <[email protected]>
Fix bug in SP* transactions (#2220)

github.com/unigraph-dev/dgraph - 0c8f5fdf08a711ffa81ac4cb8102bda3513c1502 authored over 6 years ago by Janardhan Reddy <[email protected]>
send maxpending in connections state

Fix #2236

github.com/unigraph-dev/dgraph - 84fe2cc7d46f646b8fa94aa8266941a1d98cf4d2 authored over 6 years ago by Janardhan Reddy <[email protected]>
Return error from query if we don't serve the group for the attribute.

github.com/unigraph-dev/dgraph - dec6a3bcefeb826d6dd3b64c0b3d637d0cc866e6 authored over 6 years ago by Pawan Rawal <[email protected]>
Typo: collon -> colon. (#2234)

github.com/unigraph-dev/dgraph - d0d08abe62f6ccc1491a2ecc6cccfc7e96a766e3 authored over 6 years ago by BlakeMScurr <[email protected]>
Make Ratel optional while building docker image.

github.com/unigraph-dev/dgraph - 441a431350dddb4d91f759dd05967a02928eb866 authored over 6 years ago by Pawan Rawal <[email protected]>
Fix protos generation script

github.com/unigraph-dev/dgraph - ec8496a1e5c2fba17aa892fa71dd916a8b533f7c authored over 6 years ago by Janardhan Reddy <[email protected]>
Use CompareJSON

github.com/unigraph-dev/dgraph - 54974b8e7c5d84cfcdbc99eca1f23ec7f84fba64 authored over 6 years ago by Pawan Rawal <[email protected]>
Bunch of updates to logging and snapshot (#2235)

* Bunch of updates to logging.

* Update

* Try abort 20% of all pending transactions.

* ...

github.com/unigraph-dev/dgraph - 473197658b761bca483310e690df747da24a15ea authored over 6 years ago by Pawan Rawal <[email protected]>
Add note about adding predicates with special characters to schema.

github.com/unigraph-dev/dgraph - 1552f4912b9414895b8d5c5b2995c1ee98ef99f2 authored over 6 years ago by Pawan Rawal <[email protected]>
Fixed issue #2208

github.com/unigraph-dev/dgraph - f8108d77f3d0a89f3b9cf9ef9484a40f6cf2ad69 authored over 6 years ago by Graphpinto <[email protected]>
fix: set MyAddr when create node (#2223)

github.com/unigraph-dev/dgraph - efd1742c002a3d4e3b986ee7d37d480dc5ea98c3 authored over 6 years ago by caojiafeng <[email protected]>
Try and make ClusterSnapshot test more deterministic.

github.com/unigraph-dev/dgraph - 32a34c36ba37037d93163eac7c277e03697a3bf7 authored over 6 years ago by Pawan Rawal <[email protected]>
Use collectName while parsing name of a predicate in gql.Function.

github.com/unigraph-dev/dgraph - 1df58ac04f6d039d472230d437ca23155655faf2 authored over 6 years ago by Pawan Rawal <[email protected]>