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

Merge modify/strict_schema_parse

github.com/unigraph-dev/dgraph - 522b85d81d1ec773bddfa5e4e2c264dcc633c933 authored over 7 years ago by Janardhan Reddy <[email protected]>
Switch Int type to use int64 instead of int32

github.com/unigraph-dev/dgraph - 33c602097f1c48401663f7782a15db5b206abfbb authored over 7 years ago by Ashwin Ramesh <[email protected]>
Language list handling in orderasc and orderdesc

github.com/unigraph-dev/dgraph - 9959882e7c2a2dc360eaf730c87d059999885495 authored over 7 years ago by Tomasz Zdybał <[email protected]>
get all relevant fields for schema type if nothing is specified

github.com/unigraph-dev/dgraph - 6f17d73a2b3e08e263f898445a7b2a52c14bf754 authored over 7 years ago by Janardhan Reddy <[email protected]>
Optimize sorting by returning first among the indexed and non-indexed sort result

github.com/unigraph-dev/dgraph - 6383c131b11c528bddd89f38ba21704e6138318a authored over 7 years ago by Ashwin Ramesh <[email protected]>
Small fixes to logging.

github.com/unigraph-dev/dgraph - ac33fadda95bf5e04334d3c54fa93f371277b795 authored over 7 years ago by Manish R Jain <[email protected]>
Test build script

github.com/unigraph-dev/dgraph - 4f26b49af4696f1a93c1e8cbdf3569a48450d820 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'release/v0.7.4'

github.com/unigraph-dev/dgraph - 26f87f7bff982a462804c87bf8c05068aa3470cd authored over 7 years ago by Pawan Rawal <[email protected]>
Add master in docs config

github.com/unigraph-dev/dgraph - 510d2c2dfc005a24637850add788e6c9881f65af authored over 7 years ago by Pawan Rawal <[email protected]>
Fix some doc headings and typos

github.com/unigraph-dev/dgraph - 8865d683ca38d251436a7c77d3e9f437f97a7878 authored over 7 years ago by Pawan Rawal <[email protected]>
Make rebuildreverse edges concurrent(Copied over from rebuild index)

github.com/unigraph-dev/dgraph - 04690b5534fb4680bce68abce099f1bbef463854 authored over 7 years ago by Janardhan Reddy <[email protected]>
Small fixes to config

github.com/unigraph-dev/dgraph - 5c1ac7070919f9b30b6c95c73b44901c679934d2 authored over 7 years ago by Manish R Jain <[email protected]>
fix rendering

github.com/unigraph-dev/dgraph - c180ce1d46fecdbc03552e93d1550bf6beb4a117 authored over 7 years ago by Sung Won Cho <[email protected]>
Handle errors better

github.com/unigraph-dev/dgraph - 0a8f2fae2c066b8089b5a0c23d5da43e4c0eb165 authored over 7 years ago by Ashwin Ramesh <[email protected]>
fixup! Full Text Search documentation

github.com/unigraph-dev/dgraph - ab6de888ccc41ae0834a082443f12e5edfa3e902 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Full Text Search documentation

github.com/unigraph-dev/dgraph - 5d1b1f49361ee6ad223214c74a781c9d4d96882c authored over 7 years ago by Tomasz Zdybał <[email protected]>
Implement ordering

github.com/unigraph-dev/dgraph - 3950513d7684c1bc850c3282555f4996c25c7aef authored over 7 years ago by Sung Won Cho <[email protected]>
Merge branch 'docs' into release/v0.7.4

Conflicts:
wiki/content/get-started/index.md
wiki/content/query-langauge-schema/index.md

github.com/unigraph-dev/dgraph - 939408dd79806a974c77375ebcedad572df19ce7 authored over 7 years ago by Sung Won Cho <[email protected]>
Implement ordering

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

github.com/unigraph-dev/dgraph - ba9eb4358a42656af5a63129819a03e1132002fb authored over 7 years ago by Pawan Rawal <[email protected]>
Fix a race as edge was being shared by go-routines

github.com/unigraph-dev/dgraph - 27b6b77266f2a819986362ddf092909fbfc38de8 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Make rebuild index concurrent

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

github.com/unigraph-dev/dgraph - 5609deeab7e0e923f59c4a0e8029c98e5d2162df authored over 7 years ago by Ashwin Ramesh <[email protected]>
Add documentation for new features

github.com/unigraph-dev/dgraph - 756f292c42ed63b830b0dbff9b90b1b8f51aa86d authored over 7 years ago by Ashwin Ramesh <[email protected]>
UI: Render max 1000 nodes to prevent the tab to hang

github.com/unigraph-dev/dgraph - 1929cf16391685719b0411b31796ac2df91d00dc authored over 7 years ago by Pawan Rawal <[email protected]>
reject join cluster call if node id already exists

github.com/unigraph-dev/dgraph - 6a91ef3eff8b84e7753764bf347a77a56e497ce4 authored over 7 years ago by Janardhan Reddy <[email protected]>
remove group zero from backup

github.com/unigraph-dev/dgraph - c9f5635a0b4edc1d5ead402e473e8ca41fffa0da authored over 7 years ago by Janardhan Reddy <[email protected]>
surround predicate with <> with it contains colon

github.com/unigraph-dev/dgraph - 065257a67fbd0fd4ccbbfa14e326e2375b7813a5 authored over 7 years ago by Janardhan Reddy <[email protected]>
Fix panic bug and dgraphloader bug

github.com/unigraph-dev/dgraph - bf8c3fd52bb110c2b5b9f60b2220c72922224a18 authored over 7 years ago by Pawan Rawal <[email protected]>
Add docs for filtering on facets.

github.com/unigraph-dev/dgraph - c826a74240eb67f8100a1420855821eebdc865cb authored over 7 years ago by Ashish Negi <[email protected]>
Fix execution of nodes with variables, fix first when negative

github.com/unigraph-dev/dgraph - aa4c59e19c8f412b5c597969ab20eed82f06b326 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Switch licensing from Apache 2.0 to AGPLv3.

For more details, see https://open.dgraph.io/licensing

github.com/unigraph-dev/dgraph - 69ec5a5189b8125093c583dfc796a4351e2d3abd authored over 7 years ago by Manish R Jain <[email protected]>
Update and fix the docs

github.com/unigraph-dev/dgraph - 881b599687980fc97886f0aa5fc2ef0a396620df authored over 7 years ago by Pawan Rawal <[email protected]>
Fix URL for demo

github.com/unigraph-dev/dgraph - dd2946cef5e2b1bbfdcd9f4dba5d8d622e06b689 authored over 7 years ago by Sung Won Cho <[email protected]>
Remove unused fields from Task query

github.com/unigraph-dev/dgraph - 5e6880875c98860e14def8f8d4e6945ee91afd26 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Switch licensing from Apache 2.0 to AGPLv3.

For more details, see https://open.dgraph.io/licensing

github.com/unigraph-dev/dgraph - 444edc692f29af5e964565f435f80729383ff1f0 authored over 7 years ago by Manish R Jain <[email protected]>
Enable external URL support for dashboard

github.com/unigraph-dev/dgraph - 89f90fe28902eb2f2316c7114187056194700f1e authored over 7 years ago by InfinityMod <[email protected]>
Remove ExculdeSet as we use sortable indices

github.com/unigraph-dev/dgraph - 8d9bb7bed01df3810e197b96fcc31e230d67b381 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Configure build

github.com/unigraph-dev/dgraph - 8e2aead34c0497bab99c756f71959db70e8fdc37 authored over 7 years ago by Sung Won Cho <[email protected]>
Small changes

github.com/unigraph-dev/dgraph - 9884ca4284a8951672a15a64419633d0e2d3b084 authored over 7 years ago by Manish R Jain <[email protected]>
Implement style

github.com/unigraph-dev/dgraph - 062965c0310879eeb47dc65d95366ecabdc8524e authored over 7 years ago by Sung Won Cho <[email protected]>
Remove unused theme

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

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

github.com/unigraph-dev/dgraph - 75ebc2989ecc169e2b45887011426d22d3e530dd authored over 7 years ago by Manish R Jain <[email protected]>
Implement note template

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

github.com/unigraph-dev/dgraph - 0198b465c4f820d10c12c11df85bafbb1ed75a63 authored over 7 years ago by Sung Won Cho <[email protected]>
Add deploy page.

github.com/unigraph-dev/dgraph - c10e2697c70abc8caa50b9505b8fd31045081123 authored over 7 years ago by Manish R Jain <[email protected]>
Start the MediaWiki to Hugo move.

github.com/unigraph-dev/dgraph - d80f41853757baa84e1e423b3d04493665d1c118 authored over 7 years ago by Manish R Jain <[email protected]>
Move query page to Hugo

github.com/unigraph-dev/dgraph - 907b7d093274684cf7e61ef36610bc118e0975a5 authored over 7 years ago by Manish R Jain <[email protected]>
Small fixes to the getting started.

github.com/unigraph-dev/dgraph - 2b08069824bfc502df8f851f3c3150a2fa53fa11 authored over 7 years ago by Manish R Jain <[email protected]>
Optimise intersection in posting.Uids

github.com/unigraph-dev/dgraph - c8bcf6dd047f66b6bc01f94fc09e85ca248af30c authored over 7 years ago by Ashwin Ramesh <[email protected]>
Add build script

github.com/unigraph-dev/dgraph - d5b0e0570e5515eb5c380ddf68647b0131c689de authored over 7 years ago by Sung Won Cho <[email protected]>
Support avg aggregator

github.com/unigraph-dev/dgraph - 3e28a83453c8f664591e4d3246884f29ac9dd4e8 authored over 7 years ago by Ashwin Ramesh <[email protected]>
UI: Fetch schema through query and other small fixes

github.com/unigraph-dev/dgraph - 9e04188ac3278bc525f7be3a1328dc33508744f6 authored over 7 years ago by Pawan Rawal <[email protected]>
remove schema file (#745)

remove schema file

github.com/unigraph-dev/dgraph - 3dee026867f4d750df0ea0ba3e533f65662769df authored over 7 years ago by Janardhan Reddy <[email protected]>
UI: Make the port which Dgraph is run on, available to js files

github.com/unigraph-dev/dgraph - 9425dc17bf977ec0e72cfc0dceb1651a888759c8 authored over 7 years ago by Pawan Rawal <[email protected]>
Fix go vet, golint and gofmt -s issues. Add Go Report badge to README.

github.com/unigraph-dev/dgraph - f6c6999ecea90ee4933a928f4496f90a634def40 authored over 7 years ago by Pawan Rawal <[email protected]>
Fix page range index

github.com/unigraph-dev/dgraph - c929b78e26295ca312a7cb8830803495b2fc767a authored over 7 years ago by Ashwin Ramesh <[email protected]>
Support summing, retrieval, sorting of aggregate value variables

github.com/unigraph-dev/dgraph - cc8739ba8787421e9b8d37bd4b783cd71ed0d9f2 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix merge

github.com/unigraph-dev/dgraph - 8d5aa7fed1a3c4143a836e8d36082f20448380f0 authored over 7 years ago by Janardhan Reddy <[email protected]>
make lhmap per group, avoid stoptheworld locks during reindexing or populating snapshot (#737)

have one lhmap per group to avoid stoptheworld lock

github.com/unigraph-dev/dgraph - cacb0d95c0bfb4f29455f7eb4b534aecd940de1e authored over 7 years ago by Janardhan Reddy <[email protected]>
Feature/schema mutation (#710)

schema mutation
Backup Schema
Change client and dgraph loader to allow to load schema

github.com/unigraph-dev/dgraph - 00e286574c185e8681db112c29be4c9b0826c6a7 authored over 7 years ago by Janardhan Reddy <[email protected]>
mark the variables as done even if subgraph is not visited (#740)

* mark the variables as done even if subgraph is not visited

github.com/unigraph-dev/dgraph - 508558dfcf9d1bce1d1c803e4a34c100c15c05fd authored over 7 years ago by Janardhan Reddy <[email protected]>
Support assigning aggregate values to variables

github.com/unigraph-dev/dgraph - fc5f6d2b20903bba0d2c3ed4b9dd4443a897c420 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Support reverse keys in functions

github.com/unigraph-dev/dgraph - 26a7e9ffc9813d97902e307552145c66fada0b23 authored over 7 years ago by Ashwin Ramesh <[email protected]>
handle default type during sorting (#733)

github.com/unigraph-dev/dgraph - 372971cbc53c69976e0b183cc5dc901017514cb1 authored over 7 years ago by Janardhan Reddy <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - a8d12f17fa6bba376b2448da3a559caec12072a0 authored over 7 years ago by Manish R Jain <[email protected]>
Small changes to docs.

github.com/unigraph-dev/dgraph - 8745beea9edf745b589ba9a0a8e1e5941bcb90a5 authored over 7 years ago by Manish R Jain <[email protected]>
Don't return xid when empty, also quote it so that JSON.parse works

github.com/unigraph-dev/dgraph - 22a8bc60036581874f01550db09bdfd53ab2ee30 authored over 7 years ago by Pawan Rawal <[email protected]>
Pass commit sha, timestamp, version, branch via -ldflags while bundling release binaries

github.com/unigraph-dev/dgraph - 6c65c4ac70ee136f640ff28d214c0032f25942e7 authored over 7 years ago by Pawan Rawal <[email protected]>
Use appropriate key while checking for duplicates

github.com/unigraph-dev/dgraph - 228307861fd34f0e7d32f6b14f57708810ec55a8 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 2230348b47fc6153c59c5d3f401b36cbe91519f1 authored over 7 years ago by Manish R Jain <[email protected]>
Remove hugo documentation theme from Dgraph.

github.com/unigraph-dev/dgraph - 4655460a62bc02e3aa763ecabaddbf188f6577c7 authored over 7 years ago by Manish R Jain <[email protected]>
Fix aggregation functions

github.com/unigraph-dev/dgraph - ecf9631e1859579578f10ac9461ae4ed9a328047 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Start work for switching documentation from MediaWiki to Gihub and Hugo.

github.com/unigraph-dev/dgraph - 0ffe384144dbdfb0bd7040ed227a9b18438ec240 authored over 7 years ago by Manish R Jain <[email protected]>
Stopwords: license information, formatting

github.com/unigraph-dev/dgraph - 2ffb042b400f2e7c8fdd99c337200508c999f91a authored over 7 years ago by Tomasz Zdybał <[email protected]>
Return error on UID 0. Remove filtered UIDs at root

github.com/unigraph-dev/dgraph - 1b74f6cee56880ac9b3e871a2c2f82a580ed4341 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix race conditions in posting package tests

github.com/unigraph-dev/dgraph - 94dafbc4a9e3bb346244c6598cf0e09c350dac9b authored over 7 years ago by Pawan Rawal <[email protected]>
UI: Add scratchpad to store name => uid mapping

github.com/unigraph-dev/dgraph - 8673dd0914d35e55646e3e02969999aa07255250 authored over 7 years ago by Pawan Rawal <[email protected]>
Feature/schema get (#696)

* Handle sql schema query

* handle schema coming as part of query in grpc

* handle schema ...

github.com/unigraph-dev/dgraph - 6f5780b0683d56a2c15715c9c1c584310f50ebe8 authored over 7 years ago by Janardhan Reddy <[email protected]>
Bring in untracked dependencies. Update go-geom

github.com/unigraph-dev/dgraph - 1037adf08a8b4320132b9376c4dd018ec8f01d50 authored over 7 years ago by Manish R Jain <[email protected]>
Support of language specific stemmers, stop words

All per-language tokenizers supported by Bleve (underlying library is:
https://github.com/tebeka...

github.com/unigraph-dev/dgraph - c664d4aad54975668f27d9d9cc82f7b289888d95 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Support value variables. Use them for sorting

github.com/unigraph-dev/dgraph - 9756ec4b4cfa57aee552e417574f6d4214f75534 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Add FOSSA badge

github.com/unigraph-dev/dgraph - ec04ad21c7a33a5999be9bbdafc2c5312f9b6535 authored over 7 years ago by Manish R Jain <[email protected]>
Remove x.Log from store.go

github.com/unigraph-dev/dgraph - ba7c40818399f466767a7780cffc2472def2f8cb authored over 7 years ago by Pawan Rawal <[email protected]>
Remove unused deps. Also remove logrus.

github.com/unigraph-dev/dgraph - 0d54f61d525353eb189d1dc9d3b0361778ebaf39 authored over 7 years ago by Manish R Jain <[email protected]>
Support filtering by count at root

github.com/unigraph-dev/dgraph - c562cb7ae43ab1d2d81149ec3a7f8917ee5cbd85 authored over 7 years ago by Ashwin Ramesh <[email protected]>
UI: Delete all option for previous queries.

Loading bar for Graph rendering, show correct time it took for rendering.
Zoom in/out buttons in ...

github.com/unigraph-dev/dgraph - debde307e11846cfbdd4334f934c759d5c200734 authored over 7 years ago by Pawan Rawal <[email protected]>
Passwords hangling improvements

Added attribute name as first parameter of checkpwd.
Reimplemented password retrieval protection.

github.com/unigraph-dev/dgraph - 393013dc74fc001f35f7e9a1055f41bd40623d67 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Language parsing in functions, refactoring

After the change, attribue passed to the function must not be quoted.

There is still a problem ...

github.com/unigraph-dev/dgraph - 4a3231ac4c2ebd286b3602d1f6b3c35e667c15e4 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Stricter handling of commas while parsing

github.com/unigraph-dev/dgraph - 130efbf49b5c4bb909fb30db3d0c8644cd757ada authored over 7 years ago by Ashwin Ramesh <[email protected]>
Remove unnecessary double encoding (#688)

Fix how passwords are generated and checked.

github.com/unigraph-dev/dgraph - 027ad6516e3864e632b4ce4feb0b017a3b6e8c66 authored over 7 years ago by Motakjuq <[email protected]>
Simple TLS test suite

Automated generation of CA, server and client certificates and keys.
Various tests scanarios usi...

github.com/unigraph-dev/dgraph - 12437102d16c853566d1c0577b78fd45fae3b582 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Copy Facets on Reverse edges (#692)

github.com/unigraph-dev/dgraph - 257e84533b3a979b2acbc92bb9d91760bf8cd4ba authored over 7 years ago by Rik <[email protected]>
Only uses indexes that enforce ordering in inequality funcitons

github.com/unigraph-dev/dgraph - 26b6b23dfc10a6c0bd14c774ca160cd08663360c authored over 7 years ago by Ashwin Ramesh <[email protected]>
Merge pull request #678 from dgraph-io/cleanup/raft

Cleanup/raft

github.com/unigraph-dev/dgraph - b03ec007ccd5efb9f34297b1219825a550f75ca2 authored over 7 years ago by Janardhan Reddy <[email protected]>
Merge remote-tracking branch 'origin/master' into cleanup/raft

github.com/unigraph-dev/dgraph - 9ce0f1709a91cb9fa82d16a54a330b97b079f3c9 authored over 7 years ago by Janardhan Reddy <[email protected]>
Fix #652 : Wait for commit syncs to happen before delete test directories.

Allow watermarks in worker tests

github.com/unigraph-dev/dgraph - 77a84303aba8c65ad9760a23064ba9ee5c9b10b7 authored over 7 years ago by Ashish Negi <[email protected]>
Reverting commercial dir.

github.com/unigraph-dev/dgraph - a621147ec84bfa7d72cabb510e023da2cba8f44a authored over 7 years ago by Ashish Negi <[email protected]>