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

Added variable substitution to FacetsFilter (#4061)

github.com/unigraph-dev/dgraph - 7e74f43ce7fc2f079b4575d14afeebd9c95a94b8 authored about 5 years ago by Harshil Goel <[email protected]>
Add docs about mutation flag (#4128)

* Add docs about mutation flag

- Adding a working example
- Adding little more about strict ...

github.com/unigraph-dev/dgraph - a4b82c0975388fe85419828cc09daa10eedc6515 authored about 5 years ago by Prashant Shahi <[email protected]>
Added docs to obtain unique results using variables (#4131)

* Added tips to obtain unique results using var

* fixing sort edge's ref link and 100+ char f...

github.com/unigraph-dev/dgraph - 314aa5d82228096f74230703e7ca4755bc5a18c6 authored about 5 years ago by Prashant Shahi <[email protected]>
Fix tests broken by #4144 (#4147)

github.com/unigraph-dev/dgraph - fce181999f55b7e10e0b2e9c43ecbce6f3ffa07e authored about 5 years ago by Aman Mangal <[email protected]>
Searchable changed to search (#4098)

Changed @searchable directive to @search

github.com/unigraph-dev/dgraph - f3ed83747771fc068ac2f253f74345cbf0db8847 authored about 5 years ago by Harshil Goel <[email protected]>
Bug Fix: Ensure that client can send OpenCensus spans over to the server. (#4144)

github.com/unigraph-dev/dgraph - 9961fe36402f23cf7c18d5ad5cab0553b5d4e0f8 authored about 5 years ago by Manish R Jain <[email protected]>
fix mutation paths (#4129)

github.com/unigraph-dev/dgraph - 145666367eb16147b8c557ab800a9be2f96a3c53 authored about 5 years ago by Michael Compton <[email protected]>
Minor enhancements to docs (#4010)

* Minor enhancements to docs

- Removing references to Cypher and Gremlin.
- Updating the Gra...

github.com/unigraph-dev/dgraph - fee922380409c5f6ed4ecde74ff4cc50e6671503 authored about 5 years ago by Karthic Rao <[email protected]>
Verify that all the fields in a type exist in the schema. (#4114)

Also, move the existing verification to the same place so that all type
verification is done at...

github.com/unigraph-dev/dgraph - 11fe54cf0517aee1a19ac0b29a00f3d00ce72cf4 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Fix panic handling in GraphQL layer (#4126)

* Refactor the http stack so it's more testable
* PanicHandler
* call new http stack from run
...

github.com/unigraph-dev/dgraph - f561cf37a2bc6572eccacdb55136e49b94f23939 authored about 5 years ago by Michael Compton <[email protected]>
light touches on error messages (#4135)

github.com/unigraph-dev/dgraph - c0d0deb225dabb514836e258ecd00cc6457bcd90 authored about 5 years ago by Michael Compton <[email protected]>
docs: Update Go client example code. (#4134)

github.com/unigraph-dev/dgraph - fb1bc2ec66846bcaffbfd9dc5af54f82ebb1d3a9 authored about 5 years ago by Daniel Mai <[email protected]>
Change representation of types in schema query responses. (#4113)

Now that the types are simplified, the types should be returned as map
containing the name and ...

github.com/unigraph-dev/dgraph - b258632b11c829d6a827819747e9d5b9e65cf520 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 9bed55551c9f66f6e239c4754d2fb1b37b0bf6d3 authored about 5 years ago by MichaelJCompton <[email protected]>
Revert "How mutation paths should look"

This reverts commit c7119f60e7a7fec6b52c7a049e28a34803802b2c.

github.com/unigraph-dev/dgraph - 7e348cb892920ef7f8167912916872aeb86abe64 authored about 5 years ago by MichaelJCompton <[email protected]>
Revert "add mutation response name to all paths"

This reverts commit 5bd9ee31370fb73999e284b24626e86ba3f13082.

github.com/unigraph-dev/dgraph - 9c6e8c37a78df8fedfd820afe7cc1d129b46c7f7 authored about 5 years ago by MichaelJCompton <[email protected]>
add mutation response name to all paths

github.com/unigraph-dev/dgraph - 5bd9ee31370fb73999e284b24626e86ba3f13082 authored about 5 years ago by MichaelJCompton <[email protected]>
How mutation paths should look

github.com/unigraph-dev/dgraph - c7119f60e7a7fec6b52c7a049e28a34803802b2c authored about 5 years ago by MichaelJCompton <[email protected]>
Do not store non-pointer values in sync.Pool. (#4089)

A sync.Pool is used to avoid unnecessary allocations and reduce the
amount of work the garbage ...

github.com/unigraph-dev/dgraph - 155a95842bce5edbec2a6afa9ec73bc74b856d8b authored about 5 years ago by Martin Martinez Rivera <[email protected]>
skip test till master schema format is settled

github.com/unigraph-dev/dgraph - 9049ad6e351df5478b3a0a5e8db5db93851287d9 authored about 5 years ago by MichaelJCompton <[email protected]>
Remove gqlerror in favour of x.GqlError (#4123)

* Add Error interface to GqlError
* remove gqlerror from wrappers
* remove gqlerror from reque...

github.com/unigraph-dev/dgraph - 0627cee72fb2b0672a1c5ed139431e7416c853a5 authored about 5 years ago by Michael Compton <[email protected]>
Adding JSON upsert examples in docs (#4104)

* Adding JSON upsert examples

* updating docs

* Removing the sub-header and moving changes...

github.com/unigraph-dev/dgraph - bd70cba58816533c0eac30c6119a9edea9917278 authored about 5 years ago by Prashant Shahi <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 20c78c97c33b657664c5e565f68c5cf64c783908 authored about 5 years ago by MichaelJCompton <[email protected]>
GraphQL: Preprocess dgraphPredicate and other information at startup. (#4115)

* Precompute the dgraph predicate given a GraphQL type and field name considering interfaces and...

github.com/unigraph-dev/dgraph - 6878f991214633eddee11cd70a16d7540121dc63 authored about 5 years ago by Pawan Rawal <[email protected]>
Fix file and directory permissions. (#4088)

Change file permissions when creating directories to 0750 and when creating files to
0600 for s...

github.com/unigraph-dev/dgraph - 3e660fe1974d9d338071431da5346a03aca079e7 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Updating sort example query (#4059)

github.com/unigraph-dev/dgraph - f65ea62aebf6cdc90cb71a19ebf9ff471bf75d3a authored about 5 years ago by Prashant Shahi <[email protected]>
GraphQL: Minor improvements to tests. (#4121)

* Validate the dgraph schema generated as part of TestDGSchemaGen.
* Disallow [Boolean] for now...

github.com/unigraph-dev/dgraph - c685b90b46754fd34dd1ea43b9f3ee7278d47123 authored about 5 years ago by Pawan Rawal <[email protected]>
Fix how we handle errors in GraphQL mutations (#4116)

* Log delete upserts

* indicate if actual mutation succeeded or not

* better error message...

github.com/unigraph-dev/dgraph - af080ab4ac43c3c7670d159c095a27465a9c0d8e authored about 5 years ago by Michael Compton <[email protected]>
add Run a query as a JSON object (#4117)

* add Run a query as a JSON object

github.com/unigraph-dev/dgraph - 5eab1dab4813ae955086a1e0cb0e140b5d615299 authored about 5 years ago by Michel Conrado <[email protected]>
docs: Update ACL curl example. (#4118)

* Change example port to the default Alpha HTTP port (8080).
* Add example Content-Type headers...

github.com/unigraph-dev/dgraph - 024060c675189a0ab17aa1eac4c6e68b3df0f338 authored about 5 years ago by Daniel Mai <[email protected]>
Fix data race in regular expression processing (#4065)

github.com/unigraph-dev/dgraph - df61d04b584868018cb19bbbf1b7f24bf9862e62 authored about 5 years ago by Aman Mangal <[email protected]>
Check for n.Raft() to be nil, fixes #4053 (#4084)

github.com/unigraph-dev/dgraph - 30de144b27af95e3883427beb633f9c08cb5f6f5 authored about 5 years ago by Aman Mangal <[email protected]>
GraphQL layer: Integration tests for skip, include and interfaces. (#4054)

Adds integration tests and fixes a bug in the query which requests information using fragments f...

github.com/unigraph-dev/dgraph - d85bc2857f71ee2f244efa9659ca6bb0ea2bb4be authored about 5 years ago by Pawan Rawal <[email protected]>
Run "go fmt" on master. (#4112)

github.com/unigraph-dev/dgraph - 051203ae4f23c18cce380126bf2bc8c94cf20e0d authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Simplify type definitions. (#4017)

Type definitons are now simpler as the type of the fields is not
required anymore. The new form...

github.com/unigraph-dev/dgraph - 95d55875c98cd27aaaf07411ca8c14d225d00a81 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Defer in loop. (#4109)

github.com/unigraph-dev/dgraph - 0921f21f44247580311b6d198604b9dfd9d628db authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 98fe2a0d046b9b9c2b468a35207f53d8aeaf783e authored about 5 years ago by MichaelJCompton <[email protected]>
docs: Document ACL access over HTTP API. (#4108)

github.com/unigraph-dev/dgraph - 7a418d4acf12423ed78010674a51e1a2defd74b0 authored about 5 years ago by Daniel Mai <[email protected]>
Create .deepsource.toml (#4106)

github.com/unigraph-dev/dgraph - 8a3446b6131c3c571312cfd38fdf1e51f886dc73 authored about 5 years ago by Jai Pradeesh <[email protected]>
Remove usage of nil context. (#4091)

github.com/unigraph-dev/dgraph - 83c8f16d93f868da02785b55a25638bc75e93693 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Remove all dependencies of dgo/x and dgo/y (#4008)

github.com/unigraph-dev/dgraph - ab5bc14ec72e9b0e97243184c07146f2e6b0f1e2 authored about 5 years ago by Ashish Goswami <[email protected]>
GraphQL layer: Add ability to delete using TypeFilters (#4064)

Delete functions now accept TFilter as an argument and support deletion using upsert operations ...

github.com/unigraph-dev/dgraph - 0ef3d73408a39aa8b265702cce56a29a06bf1fd2 authored about 5 years ago by Pawan Rawal <[email protected]>
Replace call to strings.Index with strings.Contains (#4092)

github.com/unigraph-dev/dgraph - 8a801abe660b3e593e129da52dd7db6abbb3b41d authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Remove unnecessary type assertions. (#4090)

github.com/unigraph-dev/dgraph - 1773723fe372c23d382c96f169c754718cbcaa79 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Handle errors on Close() (#4068)

github.com/unigraph-dev/dgraph - 7c5a0a853bb9c0779d1b8cb8a764881b177b7a76 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Improve title of a paragraph related to Alpha. (#4078)

github.com/unigraph-dev/dgraph - 3caf7fd1517c87c944639bb6a6918b2e4427f453 authored about 5 years ago by Lukasz Lenart <[email protected]>
Add line and colum numbers to JSON errors thrown by HTTP endpoints. (#4012)

Implementation idea taken from
https://adrianhesketh.com/2017/03/18/getting-line-and-character-...

github.com/unigraph-dev/dgraph - 3039115fb0353bfdbd63645217a67c53caa41750 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Only run GC if the memory has shrunk or expanded by more than 0.5GB. (#4075)

The GC is being manually called too many times. This change reduces the
number of times it's ru...

github.com/unigraph-dev/dgraph - b6b2c6eae6a4a6cf7a38e709dfd42f7957ac77fa authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Fix bug in credential overriding in backup. (#4047)

Right now, the credentials were only being used in a part of the
process, which meant the proce...

github.com/unigraph-dev/dgraph - 33c31589b9ee3758313fc163ec09966faf7993d3 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Simplify make call by omitting redundant arguments (#4074)

github.com/unigraph-dev/dgraph - 7d03f72953504e4f1074a30183c2b31081e4b088 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Remove usage of deprecated methods. (#4076)

ErrorDesc in the grpc is deprecated. It's been replaced by the
recommended methods.

github.com/unigraph-dev/dgraph - 7572578b8b498c3e6b23aa8450de15bdc291ccb8 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Pad encData to 17 bytes before decoding (#4066)

github.com/unigraph-dev/dgraph - 2823be2c4df75e186e7c70108e4dbff3064f3739 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Fix ineffassign warnings. (#4069)

github.com/unigraph-dev/dgraph - 9c65845d1d458807c979a28bfb78fef39b96ac5e authored about 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update CHANGELOG. (#4073)

- v1.0.18 (unreleased)
- Fix some GitHub links.

github.com/unigraph-dev/dgraph - 5a622108240a174bd1b54e47d263d0c2481a3569 authored about 5 years ago by Daniel Mai <[email protected]>
Remove comparison between negative integers and usigned int var. (#4070)

Currently snapshotIdx is being compared against negative values.
snapshotIdx is an unsigned int...

github.com/unigraph-dev/dgraph - 02d1cc51d65ca14eed3cf99d9ea4b9c5e39a0a10 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Cleanup CHANGELOG.

Remove unnecessary todo entry.

github.com/unigraph-dev/dgraph - 4203f983929671f45056beb92c282496ee7f79f6 authored about 5 years ago by Daniel Mai <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 28ae108c57e812ee8612f57ed7a38b5edf211d53 authored about 5 years ago by MichaelJCompton <[email protected]>
GraphQL layer: Add support for filtering by ids in queryType functions. (#4058)

Adds ids as a filter to TypeFilters and allows filtering by multiple ids in queryType functions.

github.com/unigraph-dev/dgraph - e3825526c3d295b1fa842e02068bb331261c376f authored about 5 years ago by Pawan Rawal <[email protected]>
Documentation for extended cascade (#4060)

github.com/unigraph-dev/dgraph - d6888714b7ada720379a5fb57acbe020494d8694 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
docs: Document where export data is written for each Alpha group. (#4055)

github.com/unigraph-dev/dgraph - a73e80000af00df7f6098747749888be63d99db9 authored about 5 years ago by Daniel Mai <[email protected]>
x: increment loop variable (#4036)

github.com/unigraph-dev/dgraph - 412831e5111672f0ef472c10571f9fb5c90ce3d6 authored about 5 years ago by Shawn Smith <[email protected]>
docs: Update type system examples. (#4041)

Type system schema changes required by https://github.com/dgraph-io/dgraph/pull/4017.

github.com/unigraph-dev/dgraph - 3621e1a5f47bddddcc5f03e96ed81e692dc536c5 authored about 5 years ago by Michel Conrado <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 9f35fd2d355eae4755fcf714f695a59babc35ba3 authored about 5 years ago by MichaelJCompton <[email protected]>
Add support for first and offset directive in has function. (#3970)

Fixes #3964

Signed-off-by: பாலாஜி ஜின்னா <[email protected]>

github.com/unigraph-dev/dgraph - 0f9b5ba1dda50e24164cd4c6bd148047dfb6f5de authored about 5 years ago by balaji <[email protected]>
GraphQL layer: Add support for interfaces (#4026)

Adds support for declaring interface types in the schema and other object types implementing them.

github.com/unigraph-dev/dgraph - 26cc72cf15c7321ed181464076accf48b30d7aad authored about 5 years ago by Pawan Rawal <[email protected]>
Add Query E2E tests and setup for CI tests (#4029)

github.com/unigraph-dev/dgraph - b0fccfbe0e6821a4c2544841e7f4ff8d5bb1ece9 authored about 5 years ago by Michael Compton <[email protected]>
Update CHANGELOG for v1.0.18 (unreleased). (#4052)

github.com/unigraph-dev/dgraph - be94df9c8b00ade8b85c9e974140312b58c8ba02 authored about 5 years ago by Daniel Mai <[email protected]>
Fix flakiness in TestMetrics. (#4051)

Memory stats are currently updated only after the first tick is
detected, which causes the test...

github.com/unigraph-dev/dgraph - cb50411edad1179289792926a5a8fe5169daf09d authored about 5 years ago by Martin Martinez Rivera <[email protected]>
standalone: Set lru_mb minimum to 1024. (#4046)

This correctly sets the lru_mb to a minimum of 1024 for hosts that have less
than 3 GB of memory.

github.com/unigraph-dev/dgraph - d27c2efe59c26b1ae828868ebf8c43734285de88 authored about 5 years ago by Daniel Mai <[email protected]>
Periodically run GC in all dgraph commands. (#4032)

* Periodically run GC in all dgraph binaries.

Currently, only the bulk loader is making sure ...

github.com/unigraph-dev/dgraph - 4f15d4d3f63d53ef50de041e4cf7f237863a65c4 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Create dgraph/standalone Docker image. (#3899)

This will allow us to run dgraph in a single docker command:

$ docker run -tP dgraph/standalo...

github.com/unigraph-dev/dgraph - cb075bfbf6fe7444868b2a014190d710d1941611 authored about 5 years ago by Francesc Campoy <[email protected]>
cascade directive at subqueries (#4006)

github.com/unigraph-dev/dgraph - 7d925b29b3da4ce3f5f16339de879dc20fa21a16 authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Named queries without variables support (#4028)

* Named queries without variables support

* added test

github.com/unigraph-dev/dgraph - 89017eab5b06ba2f1255c84263e8807e8555c7a4 authored about 5 years ago by harshil-goel <[email protected]>
Change the mapper output directory from $TMP/shards to $TMP/map_output (#3960)

In #3959 , bulk loader crashes when trying to move a directory into itself with a new name
/dgr...

github.com/unigraph-dev/dgraph - cd0e20860fc3bbe20cd681965522d450cc10172e authored about 5 years ago by Lucas Wang <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - a75acc203a028303c5ff60c0b36e57b17898da1d authored about 5 years ago by MichaelJCompton <[email protected]>
Add E2E tests for delete and update (#4022)

* Print UIDs with %#x verb

* null result if mutation failed

* Add E2E tests for delete and...

github.com/unigraph-dev/dgraph - 90c61bd2148350ce4cd1ad2f880b76098cde1665 authored about 5 years ago by Michael Compton <[email protected]>
Remove @type directive. (#4016)

Dgraph won't be doing any type enforcement for the time being so this
directive is being remove...

github.com/unigraph-dev/dgraph - 4a51f785f0825ca615af4de2945399a7e0a4888c authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Vendor latest badger (#4007)

This change pulls the following commits from badger

http://github.com/dgraph-io/badger/commit...

github.com/unigraph-dev/dgraph - a5dbfc80e029c096c29024d2c0b2497fff265ffd authored about 5 years ago by Ibrahim Jarif <[email protected]>
End-to-end tests for add mutations (and schema) (#3978)

* Add new E2e test schema

* New schema test

* Test for add mutation

* Replace old e2e_t...

github.com/unigraph-dev/dgraph - 6d12a287581b4dbf74e253c737eb2379f937acb0 authored about 5 years ago by Michael Compton <[email protected]>
Fixed boolean value for readinessProbe (#4018)

github.com/unigraph-dev/dgraph - 941967ca6207a2851b7e0691f8789d2b2553e8e0 authored about 5 years ago by Kat <[email protected]>
Support for skip and include directive for queries in the GraphQL layer. (#4003)

This PR adds support for excluding/including certain fields based on the result of the skip and ...

github.com/unigraph-dev/dgraph - 3ebc2db03530f49a7e8246853135f74253aff929 authored about 5 years ago by Pawan Rawal <[email protected]>
Apply filterStringFunction when calling customIndexFn (#3992)

Fixes #3991

github.com/unigraph-dev/dgraph - 76a5e66e23d2c1e8fa091b575ca007d6fef0d637 authored about 5 years ago by Simon Hewitt <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 1e4650fba292a6838b8ec70997ee54837b2ce40d authored about 5 years ago by MichaelJCompton <[email protected]>
Vendor in Windows dependencies. (#4013)

* github.com/inconshreveable/mousetrap is a Windows-only
dependency of Cobra that is needed f...

github.com/unigraph-dev/dgraph - 151959054ac41458873809558d01314d70735dde authored about 5 years ago by Daniel Mai <[email protected]>
docs: Fix quoting issue in curl command. (#4011)

The single quote used in the comment of the curl POST body was
interpreted as closing the singl...

github.com/unigraph-dev/dgraph - 8f6f086250fe2e9a1608b1931a18dacab533e21f authored about 5 years ago by Daniel Mai <[email protected]>
return error if keywords used as alias in groupby (#3725)

github.com/unigraph-dev/dgraph - 19ed1d1d60857097497232990f1d9886038397bd authored about 5 years ago by balaji <[email protected]>
Stop building docs for dgraph 1.0.5 and below (#3957)

See discussion at
https://app.asana.com/0/857905837377150/1139225286106945/f

github.com/unigraph-dev/dgraph - 6490588372a5ec6ae22e497a8a14ce4362d0ea47 authored about 5 years ago by Paul Korzhyk <[email protected]>
Call cancel function only if err is not nil (#3990)

Fixes #3966

github.com/unigraph-dev/dgraph - f356937df24af59ee2ecc02eadaca4854da6b670 authored about 5 years ago by Francesc Campoy <[email protected]>
Add opencensus tracing to graphql layer. (#3942)

This change allows us to trace the requests all the way down to Alpha and Zero nodes.

github.com/unigraph-dev/dgraph - 10229bb98ebd13f1fc371123695c629871195de1 authored about 5 years ago by Pawan Rawal <[email protected]>
Don't skip running short tests in test.sh. (#4002)

As mentioned in #3992, the plugin tests were being skipped when running
tests via ./test.sh. Th...

github.com/unigraph-dev/dgraph - e59e9c3a1a65ec7145b986fbbcf82559da96731e authored about 5 years ago by Daniel Mai <[email protected]>
Allow @type directive in the query root. (#3975)

github.com/unigraph-dev/dgraph - 57f923be5c5f3c06bbdeaf13fcc68ca0cb73527b authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Use snappy compression for internal gRPC communication. (#3368)

* Use snappy compression for internal gRPC communication.

* Vendor in github.com/golang/snapp...

github.com/unigraph-dev/dgraph - c6ecca1fe8ca11bcd7bdc8a0a337d2068e503146 authored about 5 years ago by Daniel Mai <[email protected]>
fix ineffassing and spelling warnings. (#4000)

github.com/unigraph-dev/dgraph - b9cf3f46c764a75937ae24b679396b93417e9070 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Minor fixes to query params. (#3976)

- Format all documentation for the fields in params in the standard
golang way.
- Add docume...

github.com/unigraph-dev/dgraph - b2e62ee2446103cdfc17ca7e4fa7c0ddb01b08bf authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Move type docs into its own section. (#3995)

Also includes a few formatting changes to better fit the paragraphs but
no changes in the text ...

github.com/unigraph-dev/dgraph - 77628f92982cdbacdacf432e2acf73df53b12d2e authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Touchup types docs (#3962)

github.com/unigraph-dev/dgraph - d2c901ce06734fa83f2f99c33e08eb2c4af8de97 authored about 5 years ago by Michael Compton <[email protected]>
docs: Add tip and trick to sort by nested predicate values. (#3809)

github.com/unigraph-dev/dgraph - b64d0989de2d6b97747dcb5c98d5dc891d5678e5 authored about 5 years ago by Daniel Mai <[email protected]>
add pawan as code owner for query package (#3980)

Signed-off-by: பாலாஜி ஜின்னா <[email protected]>

github.com/unigraph-dev/dgraph - c3a3e9cc2650f27da9165a07d4851664d248a55b authored about 5 years ago by balaji <[email protected]>
docs: Update UIDs in query examples. (#3989)

There are new UIDs with the v1.1.0 update for the Playground cluster at
https://play.dgraph.io,...

github.com/unigraph-dev/dgraph - 7fd6ae52c77496c7ec3da9d929c5fe53338dfc47 authored about 5 years ago by Daniel Mai <[email protected]>
Add http flag for pprof endpoint to live loader. (#3846)

Add an --http flag to dgraph live to configure the HTTP port
exposed for pprof (e.g., http://lo...

github.com/unigraph-dev/dgraph - 7af2c24ff28a0c8c8bfe7fd4616f5c2164048c34 authored about 5 years ago by Daniel Mai <[email protected]>