Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/unigraph-dev/dgraph

Native GraphQL Database with graph backend
https://github.com/unigraph-dev/dgraph

Update

dc7fa559e876d554e4f0aec00950bf2b1b874507 authored almost 8 years ago
Fix travis

9886ea9f8ea7c857438162203b57597a83d8321e authored almost 8 years ago
Support "not" operator in filter directive. Switch to using "and" and "or"

92326a917bfae8d016d0265e34b3418d7a4c8874 authored almost 8 years ago
Fix timezone issue

fe7cba2b06e9c4d0dc0d5dced3d777f7da56b967 authored almost 8 years ago
ICU followup

f551d6397ed716a38b6e4baefbeee1d5ea992c5b authored almost 8 years ago
Use -icu flag

73c67368962c5661a6dacf4702c6fc05a499adea authored almost 8 years ago
gql/iriref : Add IRIRef parsing support in gql and schema parsing.

We are following spec of IRI for parsing queries and mutations.

70a5048d8b3da8d514b6f2a2c085ec779a38250a authored about 8 years ago
Allow same query block to define and use a variable

26d1d223a15ee32264528ea5eea115becedab61c authored about 8 years ago
Fix bug where orderdesc didn't return results when index keys where the last keys in the posting store.

07c5c64b9817b86ac05f8b3aa1c4f7b8a07498ac authored about 8 years ago
Merge branch 'master' of github.com:dgraph-io/dgraph

71105be7f2dd65068c22b7fbda7413ef4241769d authored about 8 years ago
Add a space after line, so any left-over character doesn't become part of the output.

9553ebe019b532426a7687f5c023caa1eeba1df1 authored about 8 years ago
rdf/lexliteral : strict parsing of literal

Language tag can not end with -, add checks for escape chars
and uchars for Object parsing.

35f5abe451232d4cd0cd20ab4ac85c91fd508ef3 authored about 8 years ago
Query package tests:

- Only create the posting and wal directory once, and Init packages
once.
- Modify populateGraph...

80ef33762a4d344eef93c3aec2f5bbc28ae50bd3 authored about 8 years ago
Refactor Convert to accept TypeID as second parameter

18d1a50fd0f523eab91f03151c695ff78bafd7ab authored about 8 years ago
Performance optimizations:

- Confirmed that I don't see any indexing operations in profiling.
- Use atomic for deleteMe var...

575c1ef4fc66b8927b817ae4a3be34686dfe8ec7 authored about 8 years ago
Bring back client helper functions. Fix date/datetime for client

1e3c771b69b922da4bfcb4be375f974884586177 authored about 8 years ago
Allow varibles in any block. Ignore var block in results

692a8ddaee5fd7bf063fb3bdfd8d2bf0af89a277 authored about 8 years ago
bugfix: #487 support comment on rdf now

3ffa45be74f8c26ce8bc7a4eebb410bdd2b41736 authored about 8 years ago
Update Dockerfile to expose ICU_DATA variable and download goldendata.schema

ddceba2c746140c02fca222200219a697efff819 authored about 8 years ago
rdf/blanknode : Add strict checking of blanknodes for rdf.

Moving lexing of ':' char inside of lexBlankNode.
grammar : BLANK_NODE_LABEL ::= '_:' (PN_CHARS_U...

81a6612fc1d4b89ce40a90056cc729fbca600fa4 authored about 8 years ago
Merge with master

1b7d7cec3dc0755564c81012c642ca0afe199284 authored about 8 years ago
Add small comment to make the code clearer.

9e426eadf67f01cb973895d2f99a527cdabc0e67 authored about 8 years ago
Support multiple variables in root and id()

ebc5666adb0fdfab9e4b169b3cc97894d6b38e95 authored about 8 years ago
Allow comments in GraphQL queries

376baa132b25cd3851c48126b4b655a1a8605908 authored about 8 years ago
Update

fa1d0f086195730ebb7729adc077f10e9ef92ed2 authored about 8 years ago
Update

6b0c242e229ed429bb38639b978db3c20069ae63 authored about 8 years ago
Update

7d8b8ecde3e2d184a0defcfa2dc3f0642f8ee41c authored about 8 years ago
rdf/iriref : More restricted parsing of IRIRef in rdf, following spec.

Now allowing #x00-#x20<>"{}|^`\ chars inside IRI.

c3f48694aa9cdf601ec601f39c8190556d4bd889 authored about 8 years ago
Bugfix: Acquire a different lock when doing indexing, so STW doesn't cause a deadlock.

f29cf0ae47c1d951bfad86bdad21fac9b9aa0daf authored about 8 years ago
Set tracing to zero by default.

610af2f625996772705308928a0ca7306412b2eb authored about 8 years ago
Support multiple variables per block, parallel execution of independent queries, cascading, id() filter

2277114b870622d4e24a9c93b296326200e52dc7 authored about 8 years ago
fastjson/bufio : Write directly to HttpResponseWriter

via Bufio while encoding json.

This is done as part of speedifying the json encoding.

0836fde70efc44b19a1262517d9651f51df1bb9f authored about 8 years ago
Mark pending entries as done in watermark

100c104a37400880f8f81f8d6b331cb0c18b5a5c authored about 8 years ago
Compute and reuse length of slices in iterate

da87b4a3b638e4480deaf5ade160ca35b669c790 authored about 8 years ago
improv/fastjson : Change variable names. Add an assert.

9147d5a01b4dc4df1f7b98666d89aacad0167543 authored about 8 years ago
Support basic variable propagation across queries

953fba535d6bee421c0d50a485e314ff51168ca4 authored about 8 years ago
Move tokenizing from types to posting

13760f198839fcf2c52d408a233c39a37469a7d2 authored about 8 years ago
fast-tojson : Move from json.Marshal to internal encoding of subgraph result.

json.Marshal uses reflection which makes it slower.
Current implementation is about twice faster ...

548e0e242740f4e407fb384ca147969df42fc281 authored about 8 years ago
Move common code in Run and queryHandler to another function

1594ed7bc5901772257e622315874f5155f4d87c authored about 8 years ago
More checks for types

e1ee7e34b300774a7b870b2181d08cc67fafaabf authored about 8 years ago
use a bindall flag to bind to 0.0.0.0 instead of localhost.

c75ffa2dcb943aaa318d3d07a18c83524be01f64 authored about 8 years ago
replace md5 digest with sha256 in build.sh (#484)

4d45f2bccdb318ce8f92f272c2b1c0612b98d245 authored about 8 years ago
Fix travis

5476f4e8de80a3b7366c598f209158615429ee14 authored about 8 years ago
Fix travis

17b23a1ca237bfca22b717d66eef749821e109aa authored about 8 years ago
Trying travis

7ab9fa3e36ede1d07fac377388c02243a117efc6 authored about 8 years ago
Fix travis

f48138d2264982448184200f14203bef12e1c5bf authored about 8 years ago
Fix travis

c7a6ac0e5122d66df5f82c8faade4080a491d745 authored about 8 years ago
Improve tokenstable

e9611a1c52445b1a4c9185947dc29a83258af141 authored about 8 years ago
Add index tests to travis loader.sh

07e858d2658d2df4c207e2dc3a6210211aab1f5a authored about 8 years ago
Refactor handlers in main

34e5290ff2fa79a6ba9605687c070f10cf366966 authored about 8 years ago
Fix dgraph test failure due to watermark by setting test run mode.

eda052f4c41a95298edc96ab61f9ecafe8412040 authored about 8 years ago
Go client: Bug fix.

A little copying is better than a little dependency. This dependency on
types package due to cli...

952af7f9ba293502198c08c441c34fbf5f164bde authored about 8 years ago
Remove unused file in client.

e6712d9023b1c7bab8c88e2bd236335afeff3558 authored about 8 years ago
Sync Watermark: Use deterministic techniques.

Previously, we were using deadlines based to notify synced watermarks that an
index is pending. ...

615e8b3e6a655a123d1bd9348c8e811068a7db9b authored about 8 years ago
Make count a function instead of child attr

a4d91763ef01480fa1a78690d00815167c2920e4 authored about 8 years ago
Fix travis test

0da3c1548cbe17f73daeefd98325c453601f6ecd authored about 8 years ago
Support list of IDs at root

de5bf8f9d6d172019442c91e174e36dc55fd724b authored about 8 years ago
Allow rebuilding of index data

918a04d0024dff760298c72181155031822c9842 authored about 8 years ago
Fix assignment count mismatch

02948e2740d8c3359657893f68f690d488cd67e0 authored about 8 years ago
Query Parser: Bugfix and refactoring

We were getting into an infinite loop when the rdf object contained
quote, but not a matching en...

7a7a9cb87f61b976c02239b9899ced86992f0328 authored about 8 years ago
Add benchmarks comparing channels and slice in lexer

c58513fdd56018c2a686da07a9c1d5c5e46cc165 authored about 8 years ago
Replace channel in lexer with slice and allow backtracking, lookahead

e23b1385b8cd1e5af922ec7bd7f6b8d1358de8f5 authored about 8 years ago
Improve current status. Embed video. Make Get Started prominent.

b5977cefac175a1adb5033786ad8207a0f610f09 authored about 8 years ago
One more place where we should return err instead of crashing

06fb5ebe72c1f0c7dbd2ef009ee2a53dd4ed9c91 authored about 8 years ago
Return err instead of x.Check()

8e5ba1f1ea9f35089c95a66ff8e542c0177db9a7 authored about 8 years ago
Gt lt eq

902ebd2770340cbc09bf579d87585e1e3041b29b authored about 8 years ago
Support filtering at root

303a5f9f909b689f8f81adab1f3da751236f3d8f authored about 8 years ago
Update build.sh to work for Mac

a714ea56dd76c82bc9cebcc6fce14e9b078cb653 authored about 8 years ago
Revert "posting/index:"

This partially reverts commit 7ca0be48e16fae933c3d6aec4c2588ad01da67ca.
Instead of trying to aut...

891d47b8dbb1ded174cf5e4db8da8f10ad37cab8 authored about 8 years ago
Make using geo-queries easier

146e177e58e62f84879a7112299ca609943c648f authored about 8 years ago
Create a checksum file as part of build.sh and take version number from the latest tag

2cdb4027712cf381488b0ea34366194685ec0147 authored about 8 years ago
Quotes for function arguments aren't compulsory

aa43d557100cf432aefb6f6c8f0e174e92e5536e authored about 8 years ago
See what code climate can do for Dgraph

cce6373b4a5387838411a94be174bc93dfa5b481 authored about 8 years ago
Don't allow blank node within angular brackets

dc857f1bc94b82fc5f620db8dd81be7b02209a8f authored about 8 years ago
posting/index:

Acquire mutex lock in AddMutationWithIndex, so the value read doesn't
get changed before AddMuta...

7ca0be48e16fae933c3d6aec4c2588ad01da67ca authored about 8 years ago
Export ICU_DATA instead of -icu

2320d9a5874329351e8184e74993af0b3c72a012 authored about 8 years ago
Use blank node for _new_ and no prefixes for xid/uid

046ace657bf51cf395f64ab1237da486a1457f12 authored about 8 years ago
Fail when indexing uses ICU and ICU is disabled, e.g., due to missing data file

6e74c4d3feb46029e759fd8ed2f10ba2ea981158 authored about 8 years ago
Update

303ce169759654c24bfdd0d649484199be2e19f5 authored about 8 years ago
Dont allow predicates to belong to zero group in group_conf file

a9e7c74ab18c1af32ae586ca98978e1cab28316c authored about 8 years ago
Update value of k in config files

aa301e9ca6b0c2f39ca6375fab47ccbda66f80b8 authored about 8 years ago
Assert k != 0 in group config

6dd051b9eca51a0bf0aaf86ebf4db741e1386414 authored about 8 years ago
Merge branch 'master' of github.com:dgraph-io/dgraph

2f3cdff6075f572a0ca522cfcd53144fd2fe6f42 authored about 8 years ago
Update config file.

550f3a20536210868fd3a5bd78019895eb7f9434 authored about 8 years ago
Merge branch 'release/v0.7.1'

aaf15524b92cbceb13497274c8981429ef424236 authored about 8 years ago
Support polygons in near, within and contains. Fix a bug in intersects

67c5430b01cb4e01e997a84d980f0b888bb4f8de authored about 8 years ago
Fix _count_ for queries with sort order and filter

e03a5845f089bb57037b55823c780fb9627cff43 authored about 8 years ago
Update version to 0.7.1

6fb7ab3959dc519cac11998908d3fcd311844792 authored about 8 years ago
Don't return empty nodes in result

ab5d98d5a98fa1b83450e8a35f8d5a1982725946 authored about 8 years ago
Add note and gif about loader performance.

205c2d4a94ecc57dd27e7391bf335b1cae9868d9 authored about 8 years ago
Handle error in parser.go

a6a21ba85acb831d5fa6c766b38d4ddc3e568e4f authored about 8 years ago
Update the testrun.sh script to run 3 RAFT nodes

a02c91556f10de858adf7935dad1e963ab8b8b36 authored about 8 years ago
Bugfix in validateTypes()

9352b7773dac1021ee349009d423d1ea6bd79389 authored about 8 years ago
Merge branch 'master' of github.com:dgraph-io/dgraph

0260744b1458cfe98fa018259e18877c571226a0 authored about 8 years ago
Trace every query to Dgraph for testing purposes.

34c4bf3eef6a85f1d58b53ea8622ed23dd1c8e97 authored about 8 years ago
Update travis tests

5a4a048c0f69a989b477e65f8a8c8f9840cf6088 authored about 8 years ago
Fix: Get string value before validating schema type

8970d0cd70ac0b4686c78e37e0541ff5fbad7d44 authored about 8 years ago
Fix bug in batchmutations where number of mutations < concurrency

78323d522f3e4c1d312b46af479ed836b17f7670 authored about 8 years ago
Add Goclient to the repo, change the loader to use it.

Remove rdf.NQuad and replace it with graph.NQuad.

cfd41446d3aa96abc0fcbf136583c76ee0d91627 authored about 8 years ago
Remove object struct and simply schema usage

6df77e5eb3275f0a02f0a4f251b6e802c552432b authored about 8 years ago