- Feb 18, 2017
-
-
Janardhan Reddy authored
-
- Feb 17, 2017
-
-
Manish R Jain authored
-
- Feb 16, 2017
-
-
Ashish Negi authored
Add failing tests
-
Ashish Negi authored
-
Ashish Negi authored
Returning error in rdf/parsing if int does not fit in int32. Renames fns in facet_types.go Takes care of strings starting with ints and has alphabets.
-
- Feb 15, 2017
-
-
XA_XX authored
-
Pawan Rawal authored
-
Ashish Negi authored
gql/parse @facets and @facets(facetkey1, facetkey2). Adds AddMapChild in outputNode. Facets output structure @facets : { <predicate-name> : { <facet-key> : <facet-val>...}, ..more-predicates.. } Update edges when facets change and edges get deleted.
-
- Feb 14, 2017
-
-
XA_XX authored
-
Pawan Rawal authored
-
Ashwin Ramesh authored
-
Pawan Rawal authored
-
- Feb 13, 2017
-
-
Ganesh Acharya authored
-
Ashwin Ramesh authored
-
Ashwin Ramesh authored
-
- Feb 12, 2017
-
-
Ganesh Acharya authored
-
- Feb 10, 2017
-
-
Manish R Jain authored
-
Pawan Rawal authored
-
- Feb 09, 2017
-
-
Pawan Rawal authored
-
Ashwin Ramesh authored
-
Ashwin Ramesh authored
-
Ashwin Ramesh authored
-
Ashish Negi authored
rdf/facets parsing : <subject> <predicate> <object> <label>? '(' facetkey=facetVal (, facetKey=facetVal)* ')' . Type deduction of facetVal supported. Bool, Int, Float, String and DateTime are allowed FacetVal. This is part of adding facets (edge key val) support in Dgraph.
-
- Feb 08, 2017
-
-
XA_XX authored
-
Pawan Rawal authored
-
- Feb 07, 2017
-
-
Manish R Jain authored
-
- Feb 06, 2017
-
-
Pawan Rawal authored
-
- Feb 03, 2017
-
-
Ashish Negi authored
Using faster IntersectWith in place of IntersectSorted
-
- Feb 02, 2017
-
-
Ashish Negi authored
Need to remove dependency on intermediate nodes for cases which are better solved using properties on edges.
-
Ashwin Ramesh authored
-
Pawan Rawal authored
-
XA_XX authored
-
- Feb 01, 2017
-
-
Pawan Rawal authored
-
Ganesh Acharya authored
-
- Jan 31, 2017
-
-
Tomasz Zdybał authored
-
Ashwin Ramesh authored
-
Ashish Negi authored
Finish all pending client reqs, then stopping all nodes, internal grpc conn and syncing watermarks. Also add shutdown os signal handler.
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Tomasz Zdybał authored
List of changes: - Language tag parsing in queries - Implementation of parsing of language lists in format pred@lang1:lang2 - Improved error handling (related to parsing '@'), covered with tests - Lang field in Posting, DirectedEdge and NQuad - Support for storing multiple values in posting list
-