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 extra call for _uid_

github.com/unigraph-dev/dgraph - 94ee95b154008c2f23f7b235677a96881e639852 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 240548f26d8539346fa1b94f84f4a940c60c77fd authored over 7 years ago by Manish R Jain <[email protected]>
Remove all badges from Get Started

github.com/unigraph-dev/dgraph - eb84f8aa5e7fc7793936744dfe1bed07a5ea7623 authored over 7 years ago by Manish R Jain <[email protected]>
Have UID slice in PostingList to optimize unmarshal

github.com/unigraph-dev/dgraph - 716defcba911fb4f5b9c81b645195be801d171ab authored over 7 years ago by Ashwin Ramesh <[email protected]>
Change LICENSE of left over files

github.com/unigraph-dev/dgraph - 1f179695e5f5cb5232c407aca717e3cf967d52aa authored over 7 years ago by Pawan Rawal <[email protected]>
Update license of packages imported by client to Apache

github.com/unigraph-dev/dgraph - c2ed6f74fe0b43764279a86088b5d2b86d6735af authored over 7 years ago by Pawan Rawal <[email protected]>
Increase max size of data that the server can send and receive over gRPC to 256MB

github.com/unigraph-dev/dgraph - 2c3d27604b8ecc94429dda0e3bba4b2085a00c9f authored over 7 years ago by Pawan Rawal <[email protected]>
Add a script to compile the binaries with X ldflags

github.com/unigraph-dev/dgraph - 2e4869014dec1767eec07304e3651755475dae6b authored over 7 years ago by Pawan Rawal <[email protected]>
Move DeletePredicate test to top of main_test.go

github.com/unigraph-dev/dgraph - fda012efb866a614dcb5da1effe4947529c4f14b authored over 7 years ago by Pawan Rawal <[email protected]>
Badger package renamed/moved.

This is related to dgraph-io/badger@1c84ab8cd8f3528ff9a68059db2e4fc4d0b4f947

github.com/unigraph-dev/dgraph - 82b82e7dccfd444825eb5f09afb67eedb3453a30 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Dont allow specifying groups for reverse predicate in group config

github.com/unigraph-dev/dgraph - 5208f722f755e5a0dc11ce600045c9e045623be2 authored over 7 years ago by Pawan Rawal <[email protected]>
Allow adding count indexes so that queries comparing count at root are

faster.

github.com/unigraph-dev/dgraph - 22c6a77e8b7483a676395a49e954c09021aac2e4 authored over 7 years ago by Pawan Rawal <[email protected]>
Support uid_in function

github.com/unigraph-dev/dgraph - b3d169ab4ccc8dd6de224709e40a11bd39e7d306 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix path for groupby variables

github.com/unigraph-dev/dgraph - 050853018b3807302807c77f9bb4c7edd9297403 authored over 7 years ago by Ashwin Ramesh <[email protected]>
add delete * P * doco

github.com/unigraph-dev/dgraph - d0fc7f98e43c45d5dd0fdf89b48e0b3eff3b1bd3 authored over 7 years ago by MichaelJCompton <[email protected]>
Tracing related optimizations and other improvements.

1. Do tracing inline instead of passings args to a separate function as
thats cheaper.
2. Set gr...

github.com/unigraph-dev/dgraph - a09c86100007fb7d19021eb4f858f06551fe99aa authored over 7 years ago by Pawan Rawal <[email protected]>
Fix handling empty values in variables

github.com/unigraph-dev/dgraph - 9e65edc4acefe4a20bc29f043646e0f8229ef5df authored over 7 years ago by Ashwin Ramesh <[email protected]>
Allow variables to be used in math of other blocks

github.com/unigraph-dev/dgraph - 61c6dfb0c315a1a4fd94a37eede0d65301c7ff80 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Allow using facet vars in aggregator functions

github.com/unigraph-dev/dgraph - 46b343348589288df40c4eacedd364d61a8a8cdc authored over 7 years ago by Ashwin Ramesh <[email protected]>
take stw per shard (#1087)

* take stw per shard
* run evictshard in a goroutine
* increase frequency of periodic commit
...

github.com/unigraph-dev/dgraph - 813a9d2a4db318cad5a27d6a9f1547b3e3151ff6 authored over 7 years ago by Janardhan Reddy <[email protected]>
Support deletion of predicates using * <P> *

github.com/unigraph-dev/dgraph - 32ac271a1a3e4991c321e6bdc7c44a46c4b16768 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - edfdc1a1c3e53ce426630ef63a31653afc48af52 authored over 7 years ago by Manish R Jain <[email protected]>
Remove other badges. Add Twitter follow badge.

github.com/unigraph-dev/dgraph - 54688a1bf5f6ca1dde25997bada7070ab20ffb99 authored over 7 years ago by Manish R Jain <[email protected]>
remove printf from watermark and fetch pl value outside goroutine

github.com/unigraph-dev/dgraph - 78137e565129885055e2a8a4c3f00e240fd8a6fd authored over 7 years ago by Janardhan Reddy <[email protected]>
Add Twitter handle

github.com/unigraph-dev/dgraph - bebaf971bbdeb5dade09f8aab8df822cbc63ad9d authored over 7 years ago by Manish R Jain <[email protected]>
Allow facet vars and facet filters in same branch

github.com/unigraph-dev/dgraph - fd8dfbf418854e68829576c357be20098c2b6458 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix bug with facets using the wrong args

github.com/unigraph-dev/dgraph - 09dbd9950cf639d4e2a5a7a5539674555fd584f8 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Allow two vars in mutation

github.com/unigraph-dev/dgraph - 9e0b5f3643bd10b89f174a036a72973ab5b91712 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix bug with k shortest path

github.com/unigraph-dev/dgraph - 1c00e7d27f9da9d0b97e7d33f014e7de0355fd7e authored over 7 years ago by Ashwin Ramesh <[email protected]>
add doc to delete all data

github.com/unigraph-dev/dgraph - 44b3086fa30046ee44608571eb52c0280fa57cf6 authored over 7 years ago by MichaelJCompton <[email protected]>
Update deploy docs

github.com/unigraph-dev/dgraph - 150e3282f7be702e9950131e21843aca123ef0c3 authored over 7 years ago by MichaelJCompton <[email protected]>
docs updates: remove XID, add vars in mutations

github.com/unigraph-dev/dgraph - 0b7510b8cf0e39b33481c83b8ddb74279049b3c6 authored over 7 years ago by MichaelJCompton <[email protected]>
Fix #1069

github.com/unigraph-dev/dgraph - f15315f658dc705c4e0ca5df3945a262bfbfc026 authored over 7 years ago by Pawan Rawal <[email protected]>
fix docs queries for new language rules

github.com/unigraph-dev/dgraph - 358c93821a2744ba2efca7372bd731a665daf732 authored over 7 years ago by MichaelJCompton <[email protected]>
fix play link on docs front page

github.com/unigraph-dev/dgraph - 33f2e3d0e1d564a5d339d8e01ebfe104171d7c3a authored over 7 years ago by MichaelJCompton <[email protected]>
use xid edge to query in spielberg test

github.com/unigraph-dev/dgraph - c28ef3466d2b463acd81036941130fd731c8ccc1 authored over 7 years ago by Janardhan Reddy <[email protected]>
remove build director cache

github.com/unigraph-dev/dgraph - f669e0d8082aad2e4c027f1794b887ddc9a36717 authored over 7 years ago by Janardhan Reddy <[email protected]>
fix merge

github.com/unigraph-dev/dgraph - 9131ee9a84184b7c1c9fdf38444789bf1051fb15 authored over 7 years ago by Janardhan Reddy <[email protected]>
Squash mrjn/client branch

github.com/unigraph-dev/dgraph - 26ec2acf516836bf1a0f86d77d49eec94360c84e authored over 7 years ago by Janardhan Reddy <[email protected]>
Fix #1055

github.com/unigraph-dev/dgraph - efc1513813cd933f773f204fc74bf9428ecaf2de authored over 7 years ago by Pawan Rawal <[email protected]>
Support k shortest paths

github.com/unigraph-dev/dgraph - b52041fa9fd9a52f997f2ed0e3c4a254509c2327 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Initialize uids in sortByValue

github.com/unigraph-dev/dgraph - 5439a04cbe1c1eca6106dcfeef38cd5c3b7c8cfd authored over 7 years ago by Pawan Rawal <[email protected]>
Fix #1059 and #1056

github.com/unigraph-dev/dgraph - 0f0dff31633083ff41df6ed29438fdcb3b09d4d9 authored over 7 years ago by Pawan Rawal <[email protected]>
Have a mapping from Dgraph type to storage type

github.com/unigraph-dev/dgraph - 13d01676df961181599bb67d44e497d43e682e96 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 9ea052d0161949b5851ee2abcecf91d14ed8b067 authored over 7 years ago by Manish R Jain <[email protected]>
Simplify posting.List by getting posting list upfront, and keeping it around instead of discarding it every time we sync it to disk.

github.com/unigraph-dev/dgraph - 134034d63656db7cb1dd5ba1822fb72d0d708e47 authored over 7 years ago by Manish R Jain <[email protected]>
Remove extenernal link icon and fix typo

github.com/unigraph-dev/dgraph - a6c67c84feb25bbfbeb4b065bcadf561354f6dd6 authored over 7 years ago by Sung Won Cho <[email protected]>
Don't error out on empty value. Fixes #1057

github.com/unigraph-dev/dgraph - 0a5d7bb1a7144006cd0a9fe62f2da1582677eb60 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Introducing variables in mutation blocks

Variables in mutations - parsing
Variables expansion
Using variables as objects in mutations
uni...

github.com/unigraph-dev/dgraph - 426fcda508079f14d96c8663b9aab31510f0c1a3 authored over 7 years ago by Szymon Matejczyk <[email protected]>
Merge pull request #1042 from dgraph-io/archive-warning

Warn if documentation version is outdated

github.com/unigraph-dev/dgraph - 7ac1638749cc0a1447d029672df32e1b65b8c2af authored over 7 years ago by Sung Won Cho <[email protected]>
Modify how variable transformations are made

github.com/unigraph-dev/dgraph - 68014d1adc8aad5ab427a4b1455f251f6b62df84 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Merge pull request #1049 from dgraph-io/doc-main-page

Rearrange contents in the main page

github.com/unigraph-dev/dgraph - 2013a2c935cae01101c8eb16ea3a690d28677d18 authored over 7 years ago by Sung Won Cho <[email protected]>
Add notices for outdated and incomplete doc sections

github.com/unigraph-dev/dgraph - c080684c9578a85d5370a50df6f1279851a3a97a authored over 7 years ago by Sung Won Cho <[email protected]>
Remove outdated config and doc

github.com/unigraph-dev/dgraph - 3f3b4db973fa0c7e60d3c1b39dd87d4d95c5823f authored over 7 years ago by Sung Won Cho <[email protected]>
Keep content in markdown instead of shortcode

github.com/unigraph-dev/dgraph - 6fb8df3a5eacd3c107596a97884e77edfc58be2a authored over 7 years ago by Sung Won Cho <[email protected]>
Avoid extra copy now that we store sorted list in uidMatrix

github.com/unigraph-dev/dgraph - 5791536026a8cb0f562c1ea52514645ec1f1ff99 authored over 7 years ago by Pawan Rawal <[email protected]>
Add a uid function which allows filtering against a list of ids

github.com/unigraph-dev/dgraph - f28e5ca83b2df0aba686f0f431d3b20a8ec39503 authored over 7 years ago by Pawan Rawal <[email protected]>
re-add docs for new language rules

github.com/unigraph-dev/dgraph - 5612c58c5082f5398df2b4d366d9ed0123408723 authored over 7 years ago by MichaelJCompton <[email protected]>
refactor docs

github.com/unigraph-dev/dgraph - b620160b4b60bdd7e8b6f8d072195bd914aed4a9 authored over 7 years ago by MichaelJCompton <[email protected]>
Refactoring in tests of algo.Difference

github.com/unigraph-dev/dgraph - 6bc065ccc2db23c25ebadc4316bf279f84a87233 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Another data race removed.

In #1020 there was data race that resulted in the crash (where `and`
and `not` filters was execu...

github.com/unigraph-dev/dgraph - 56b1323895be2b621784da90109c36cfedb488bb authored over 7 years ago by Tomasz Zdybał <[email protected]>
Fix schema for travis test

github.com/unigraph-dev/dgraph - 509c8e082adbcb454f4d700be6f790e36640acb4 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Pass current version so that theme can generate warning for older version of doc

github.com/unigraph-dev/dgraph - 5862dc967543105e6eb2223a684d31ed5635f294 authored over 7 years ago by Sung Won Cho <[email protected]>
Remove date type from dgraph. Use dateTime

github.com/unigraph-dev/dgraph - 97f23914456345486f0c8540a49b795fc977775e authored over 7 years ago by Ashwin Ramesh <[email protected]>
Remove special check for * as ObjectValue while doing batch mutations

from the client. Fixes #1021.

github.com/unigraph-dev/dgraph - f86a54bd18a3015fe1d4c0b57a506f0805ccafb1 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge pull request #1040 from dgraph-io/doc-fix

Stop redirecting in nginx

github.com/unigraph-dev/dgraph - 89920e44f57e0394d9f925e0ed895807574e6292 authored over 7 years ago by Sung Won Cho <[email protected]>
Stop redirecting in nginx

github.com/unigraph-dev/dgraph - 804300be6d7e1d1ee7c6d613066d68db2de8ef6b authored over 7 years ago by Sung Won Cho <[email protected]>
Merge pull request #1037 from dgraph-io/doc-root

Root url for doc

github.com/unigraph-dev/dgraph - 3b523eb46fd952261544cd33d5b0b6266e54dff5 authored over 7 years ago by Sung Won Cho <[email protected]>
Implement root page for docs

github.com/unigraph-dev/dgraph - 39198b2135145e3e31dec9ebd6e6e843f8a981e5 authored over 7 years ago by Sung Won Cho <[email protected]>
Fix crash on nil list. Fixes #1035

github.com/unigraph-dev/dgraph - eee34da7ac89374525c3a3fd29e4238074900a86 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Unmarshal function for the Go client.

Allows unmarshalling resp.N into a custom struct given by the user.

github.com/unigraph-dev/dgraph - 7b9eb61b8326f504d58c301c76fbec202a76c7c0 authored over 7 years ago by Pawan Rawal <[email protected]>
Improved language list semantics

This commit resolves #1010.

github.com/unigraph-dev/dgraph - e7d5de2921a5a32f87b1e0bdb6815db37aca249d authored over 7 years ago by Tomasz Zdybał <[email protected]>
Fix issues related to tracing

github.com/unigraph-dev/dgraph - a257ba90fb9fa5e7042b39fe4ddd10a354640392 authored over 7 years ago by Pawan Rawal <[email protected]>
Concurrent filtering data race removed

This resolves #1020

github.com/unigraph-dev/dgraph - 7dd67a8742e5193a51e5f2f2d78e1ce1e47bdeb0 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Set ValueDir for badger.

github.com/unigraph-dev/dgraph - 8de43f02807d0025a0a5f3b0b0e6ba457066dbee authored over 7 years ago by Pawan Rawal <[email protected]>
Dont cascade automatically

github.com/unigraph-dev/dgraph - f5374880ad4cd514d0eac6e0b05871cf2f53226c authored over 7 years ago by Pawan Rawal <[email protected]>
Return error when trying to set index on predicate of type default using the gRPC client

github.com/unigraph-dev/dgraph - c49a7bbe59ce89e07f04edb9a137706682b809e2 authored over 7 years ago by Pawan Rawal <[email protected]>
Support multiple equality in function and filters

github.com/unigraph-dev/dgraph - 975abeb38741a11f214b9d4292fb02d65081e22f authored over 7 years ago by Pawan Rawal <[email protected]>
Lex tokens within square brackets in gql insteaf of passing the entire token to parser

github.com/unigraph-dev/dgraph - 58119d0be9dbb07e73f18a7a7d1a10ead6546da9 authored over 7 years ago by Pawan Rawal <[email protected]>
status code fix (#1005)

* status code fix

status code fix, writing to response sets status to 200

github.com/unigraph-dev/dgraph - 1bf63dd6de5b0a3d624de9229c1998d9dc9a807e authored over 7 years ago by Igor Mihalik <[email protected]>
Parse facets on server instead of client to remove dependency of client on tok(which uses CGO through tebeka/snowball).

github.com/unigraph-dev/dgraph - f6ba1687f2d64d202ad660d76b5a36c689c9d322 authored over 7 years ago by Pawan Rawal <[email protected]>
Allow alias for math expressions

github.com/unigraph-dev/dgraph - 7cf8741722f85c8c3a2da3e39960f48ed94f8099 authored over 7 years ago by Pawan Rawal <[email protected]>
Gathering predicate names from query

This is a part of #824 (Subscription logic)

github.com/unigraph-dev/dgraph - 2a59cffe0e102a86bd833c43ca24b6e6c70a7102 authored over 7 years ago by Tomasz Zdybał <[email protected]>
don't return myself as peer

github.com/unigraph-dev/dgraph - dec3198d68480633b78aec09064bd9dd199413fa authored over 7 years ago by Janardhan Reddy <[email protected]>
badger get api change (#997)

* badger get api change

* update

* update

github.com/unigraph-dev/dgraph - 347e233902c054db17eef774dcae2c87349478b9 authored over 7 years ago by Janardhan Reddy <[email protected]>
Support has function

github.com/unigraph-dev/dgraph - fbb1b14a356dbcb5b837b66eaee6c86b3a3d3906 authored over 7 years ago by Pawan Rawal <[email protected]>
Travis: Dont update description everytime

github.com/unigraph-dev/dgraph - b8e0e9913461bacb6444355c3dbeb32953c23aec authored over 7 years ago by Pawan Rawal <[email protected]>
Return ctx.Err when context is done

github.com/unigraph-dev/dgraph - 4e48993b0f4f8407477a39b1e135f9deaf0069e8 authored over 7 years ago by Pawan Rawal <[email protected]>
Integrate badger. Remove RocksDB

github.com/unigraph-dev/dgraph - ed048d5d59248875c55ff5fbf14025e67f1a164c authored over 7 years ago by Pawan Rawal <[email protected]>
vendor.json: remove conflict markers (#977)

github.com/unigraph-dev/dgraph - 74afa9de71e4668adaa022a6ebd33031b2486b1f authored over 7 years ago by Yann Hodique <[email protected]>
Allow retrieving other children with groupby. Fixes #964

github.com/unigraph-dev/dgraph - 2e435a70f8a3d240af0a01e02d138b2f3f0344d3 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Docs: binding docker ports on localhost

github.com/unigraph-dev/dgraph - 410a51d06c72a97c1f6687fe3ef6f627f5c16c10 authored over 7 years ago by Szymon Matejczyk <[email protected]>
Merge branch 'release/v0.7.7'

github.com/unigraph-dev/dgraph - f656a8c638d7a859e7813bd95702c8140ae657d7 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge pull request #966 from dgraph-io/dashboard/fix

Browser fix

github.com/unigraph-dev/dgraph - d768a377217df0381ef35ed38c3d215e94b4fd35 authored over 7 years ago by Sung Won Cho <[email protected]>
Define max-height of the editor relative to viewheight

github.com/unigraph-dev/dgraph - 1306e9fd50967af3dcba1e618fb64bb0ac0fc0bb authored over 7 years ago by Sung Won Cho <[email protected]>
Show survey only once

github.com/unigraph-dev/dgraph - 17171e816ffec33865472b36c1a665448214d2cc authored over 7 years ago by Sung Won Cho <[email protected]>
Add feedback menu and NPS score survey

github.com/unigraph-dev/dgraph - 4a1f2e1df3c616804c012d25777abc9e82dcde27 authored over 7 years ago by Sung Won Cho <[email protected]>
Keep the query in the editor when run

github.com/unigraph-dev/dgraph - 51bbaa50b40d68eee49d2fe73b593ba9a7fde97c authored over 7 years ago by Sung Won Cho <[email protected]>
Allow to discard all frames

github.com/unigraph-dev/dgraph - 9d32875508bc8acb254be0dc1576cfe52a80c4d2 authored over 7 years ago by Sung Won Cho <[email protected]>