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

docs: Add note about uid function as an identity function.

* Update uid section
* Fix spelling
* Clarify near function example with units in meters.

github.com/unigraph-dev/dgraph - 243be3c8881951b3220bd1913958d9779d2e2296 authored over 5 years ago by Daniel Mai <[email protected]>
Add a make command to install the dgraph binary for dlv debugging (#3260)

github.com/unigraph-dev/dgraph - 39560db81fb99a0ecb30325a88a5de66f9a74fa9 authored over 5 years ago by Lucas Wang <[email protected]>
Change make instal to use sha256sum instead of md5sum. (#3259)

github.com/unigraph-dev/dgraph - 48b0bb6eeaf4cd46e794294106e33204782d5ff9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix bug introduced by #3234. (#3258)

I deleted some duplicate logic but I missed a continue statement and as
a result set nquads wit...

github.com/unigraph-dev/dgraph - 1df94861d089afb658c1ec1f5eaedf8bf0e61450 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use type when available to resolve expand predicates. (#3214)

When a node has a dgraph.type edge, expandSubgraph will use the type
definition to determine th...

github.com/unigraph-dev/dgraph - bcc2733364b42321c4118dfdc7d40d5e69f47e25 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Overridable test socket (#3223)

Use a variable instead of hard-coded "localhost:9180" in tests to allow running them outside of ...

github.com/unigraph-dev/dgraph - 9b0b1d57dd75067bec86308dcd43f97c44afe146 authored over 5 years ago by Javier Alvarado <[email protected]>
UpsertSpan so successful ACL accesses are sent to Jaeger (#3217)

github.com/unigraph-dev/dgraph - 4f9bf94add87d85b36d298f0dbf5ef9ac2dd9876 authored over 5 years ago by Lucas Wang <[email protected]>
lsbackup command to list backups. (#3219)

github.com/unigraph-dev/dgraph - af954fbaff554197ce3e4e308df9fbce065b11f8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update gRPC compression Go client example code.

The previous version never worked. This correctly uses DialOptions and imports
"google.golang.or...

github.com/unigraph-dev/dgraph - ab8c5d426be6e911c83d1fe2a10341c2fd49996b authored over 5 years ago by Daniel Mai <[email protected]>
docs: Update debug tool note about debugging running clusters.

github.com/unigraph-dev/dgraph - 49dfcb93e147a690bed22e10830bba9a12fa1691 authored over 5 years ago by Daniel Mai <[email protected]>
Rename updateSchemaType to createSchema and remove unneeded parameter. (#3250)

The index parameter was not passed but not used. Also renames the
function so that the intent i...

github.com/unigraph-dev/dgraph - 5bf1b6180335e935120ce29c1cc03dd9841e4d61 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Add how-to section for the dgraph debug tool.

* Update the metrics and profiling section in the how-to page. Namely, add
sections for each p...

github.com/unigraph-dev/dgraph - 23709b7d1aa8dc245246bbd73e367ee4915d61f7 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Update query latency info example.

* Update "extensions" debug info response and document what each key means.
* Fix typos.

github.com/unigraph-dev/dgraph - ce82aaafba3d9e57cf5ea1aeb9b637193441e1e2 authored over 5 years ago by Daniel Mai <[email protected]>
Fix bug triggered by nested expand predicates. (#3205)

Certain queries with nested expand(_all_) predicates were being rejected
by the method valueVar...

github.com/unigraph-dev/dgraph - c58c3bac0fceb60527b7c675ff3c5b03dfba6c74 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Allow deletion of specific language. (#3242)

This change introduces the syntax "<s> <p@lang> * ." to allow users to
delete a specific langua...

github.com/unigraph-dev/dgraph - ad8927f9587a03f1942fea89090ab89eb968693f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix typo (#3252)

github.com/unigraph-dev/dgraph - 6565bf56f119a2a355747aeb5779037889ffe82d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Add note about assigning uids with CSV data loading.

github.com/unigraph-dev/dgraph - a130db517fd96f3070d1b3baa2c884cb08535fc3 authored over 5 years ago by Daniel Mai <[email protected]>
Populate the StartTs for the commit gRPC call so that clients can double check the startTs still matches (#3228)

github.com/unigraph-dev/dgraph - dddadd3bb5111569d559a65ffaa1541ee0eb7b1c authored over 5 years ago by Lucas Wang <[email protected]>
Using the ACL over TLS as the sample code (#3244)

github.com/unigraph-dev/dgraph - 2530d4b8d8921c0fd65af194e72dd56f35c7beb2 authored over 5 years ago by Lucas Wang <[email protected]>
Add UID reminder to generated compose files. (#3248)

github.com/unigraph-dev/dgraph - ab4b75dfab3ad6579db1152f33af52249139c943 authored over 5 years ago by Javier Alvarado <[email protected]>
Always parse language tag. (#3243)

Currently, the language tag is only being parsed if the value is a
string, which lead to issues...

github.com/unigraph-dev/dgraph - 313d823a011f53cdf10c98bcc076aae7f557fa42 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Change definition of dgraph.type pred to [string] (#3235)

github.com/unigraph-dev/dgraph - 4a41171bfad856258502643c629f16dc5e92f6d3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add basic minio setup to backup docker-compose file (#3233)

github.com/unigraph-dev/dgraph - 9c0181008a6b3533579f31428ae20087e862d1c9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add timeout option while running queries

The endpoint /query now accepts a timeout key /query?timeout=100ms
If the query doesn't finish w...

github.com/unigraph-dev/dgraph - 913c9208191bfb94d661117852703f8e3c6551f7 authored over 5 years ago by Aman Mangal <[email protected]>
Fix the flaky TestIncrement by asserting that the timestamps will never decrease (#3241)

github.com/unigraph-dev/dgraph - c793943838f7e95e97237935a51ab0c9b1af67d7 authored over 5 years ago by Lucas Wang <[email protected]>
ACL over TLS (#3207)

github.com/unigraph-dev/dgraph - 6e3e9ac8499e769b5681cdd8c060280e9917af50 authored over 5 years ago by Lucas Wang <[email protected]>
Minor test fixes. (#3229)

github.com/unigraph-dev/dgraph - b5bc1e96364a8c8fafae30c3ba2767aaba64d9ac authored over 5 years ago by Javier Alvarado <[email protected]>
Merge pull request #3144 from dgraph-io/n-squad

Replace all occurences of NQuad with N-Quad - the way w3.org spells it.

github.com/unigraph-dev/dgraph - bb3f360e4f9aac84e5e07a0ecdb3c6217e322d95 authored over 5 years ago by Paul Korzhyk <[email protected]>
docs: Clarify NFS usage with binary backups.

github.com/unigraph-dev/dgraph - 4ac7488af4fcb5fb957551956168dcc3961deb82 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Add binary backups section to enterprise features page.

github.com/unigraph-dev/dgraph - 5c0c1dafb8f108fff05517a7dd8b186973b3d914 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Add ACL docs in enterprise features page. (#3225)

github.com/unigraph-dev/dgraph - c39f64ef9a116b6226800b42b0125da8a4c2f694 authored over 5 years ago by Lucas Wang <[email protected]>
Fix panic when deleting a user or group that does not exist (#3218)

github.com/unigraph-dev/dgraph - 288827e4438b8ad6c9389572f7fc48b12a2a02c1 authored over 5 years ago by Lucas Wang <[email protected]>
Change query tests to use standard lang RDF syntax (#3215)

github.com/unigraph-dev/dgraph - 94a9b6cad6ea238266f5319138b62fc1cc8a584e authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Put data before extensions in JSON response. (#3194)

Put the query results first in the response, since that's what the user is really asking for, in...

github.com/unigraph-dev/dgraph - 636c49ad99eabc990df8e85a5866883405aee7d9 authored over 5 years ago by Javier Alvarado <[email protected]>
Add section about language tags in JSON mutations to documentation. (#3213)

github.com/unigraph-dev/dgraph - fe182d6315d4cb60a8ccd10d377fb2edd19b2f59 authored over 5 years ago by Javier Alvarado <[email protected]>
test.sh: add oss test flag (#3196)

* test.sh: add oss test flag

* test.sh: add help text for testing env in macOS

* contrib/s...

github.com/unigraph-dev/dgraph - ef2c8fefc336c75282d1477553e9a5c1bec95f42 authored over 5 years ago by Gus <[email protected]>
Make code sequential and remove deadlock (#3210)

* make code sequential and remove deadlock

* simplify code further

* worker/backup_ee.go: ...

github.com/unigraph-dev/dgraph - a649e01adaecf541be112277b49ed7b3c1891741 authored over 5 years ago by Gus <[email protected]>
Remove an unnecessary warning log (#3216)

github.com/unigraph-dev/dgraph - 440e646f45dd6074c05d26ca1389f28f51fac5c6 authored over 5 years ago by Manish R Jain <[email protected]>
Fix lin reads timeouts and AssignUid recursion in Zero (#3203)

- The way we were doing linerizable reads was creating a new request context for every try. If t...

github.com/unigraph-dev/dgraph - 9c6c7b869d119a45ee71d26cec2da8cad1714196 authored over 5 years ago by Manish R Jain <[email protected]>
Turn obsolete error into warning (#3172)

* query/query.go: turn obsolete error into warning

The default value logic obseleted this err...

github.com/unigraph-dev/dgraph - 9ac04148673a98a0829bd72d1563cff3b54244ac authored over 5 years ago by Gus <[email protected]>
Rename type predicate to dgraph.type (#3204)

github.com/unigraph-dev/dgraph - 1f40701ea1eac0b80414ddbb49aeb6c7a7b9ea8f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix ACL test failure introduced in #3147 (#3206)

github.com/unigraph-dev/dgraph - f9ba33bd7c34b1f665b20115e4b234d204f575bf authored over 5 years ago by Lucas Wang <[email protected]>
worker/backup.go: fix Backup() sig for OSS version (#3195)

github.com/unigraph-dev/dgraph - 7f26a7f52030dbc2879d3bbc86192842ba57978c authored over 5 years ago by Gus <[email protected]>
Do not retrieve facets when max recurse depth has been reached. (#3190)

Currently, recurse will retrive the facets at max depth, which results
in the facets being pres...

github.com/unigraph-dev/dgraph - e3edccee97d6ae5fc3ad15cb5aef4ad13ad171d3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Update protos, proto regeneration Makefile, and release script. (#3189)

* Regenerate protobuf with latest protoc and protoc-gen-gofast.

* Pick up the latest proto li...

github.com/unigraph-dev/dgraph - 04db7518df5a0883efdf0b537c46f6837196bb81 authored over 5 years ago by Daniel Mai <[email protected]>
Incremental backups / partial restore (#2963)

This PR adds incremental backups by reading manifest files that store the version of previous ba...

github.com/unigraph-dev/dgraph - f95b9621cb578652f9c8d6d8522ae8abe1090a60 authored over 5 years ago by Gus <[email protected]>
Fix a StartTs Mismatch bug which happens when running multiple best effort queries using the same txn. Reuse the same timestamp instead of allocating a new one. (#3187)

github.com/unigraph-dev/dgraph - 80b07bde1e11907168e2cfbd25b16d6d54de92bd authored over 5 years ago by Manish R Jain <[email protected]>
docs: Improve documentation on read-only transactions. (#3165)

github.com/unigraph-dev/dgraph - f57377c2534f6c86c070779caf5840743cebd28c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix warnings reported by ineffassign. (#3147)

github.com/unigraph-dev/dgraph - 9ec098cf6b4b4ed5e940d97fee4cfc98845570f7 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix warnings reported by "go lint" (#3146)

github.com/unigraph-dev/dgraph - 3d6df606fa4b5f3d455360a8092f6689b49c8ce7 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Throw error when @recurse queries contain nested fields. (#3182)

github.com/unigraph-dev/dgraph - d84ab21940a87db4e9e4d7def6e8864c9231535c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix errors reported by "gofmt -s" (#3145)

github.com/unigraph-dev/dgraph - bb9efbb4d5f4fda2ea9f23b9ccc8b8594e6d64d8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix bug for queries with @recurse and expand(_all_). (#3179)

Currently this type of queries might result in an unrecoverable error
in the alpha. This happen...

github.com/unigraph-dev/dgraph - 3081fc17e3ad92bd8e8316a04045796d096ad3e1 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Blockade test for best effort queries (#3180)

This test checks that best-effort queries keep running, even with network partitions.

github.com/unigraph-dev/dgraph - 859edf05584d6baa617ad3ebc875d2e09a7fda13 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Stream Raft Messages and Fix Check Quorum (#3138)

Instead of sending the Raft messages, one message per gRPC call, this PR creates a one-way strea...

github.com/unigraph-dev/dgraph - a57dfc0ca948dfadd54795f95c25edf7b5045b66 authored over 5 years ago by Manish R Jain <[email protected]>
Fix best-effort flag name in dgraph increment tool.

"bo" did not create a best-effort query.

github.com/unigraph-dev/dgraph - 1440e64e8aebd68411cee44eadf07a258358fa5c authored over 5 years ago by Daniel Mai <[email protected]>
docs: Add more info about recurse loop parameter. (#3167)

github.com/unigraph-dev/dgraph - b050d1730719337ec3adf9e4a10b587d4eb79c90 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update password query response example. (#3176)

* Add another example about aliasing checkpwd.

Close #3174

github.com/unigraph-dev/dgraph - e060edaddc0cd7cfe794df1df5a00e6a34cde974 authored over 5 years ago by Michel Conrado <[email protected]>
tests: Display individual test info in TeamCity.

Use go-test-teamcity to write TeamCity build script output to display individual
test runs and t...

github.com/unigraph-dev/dgraph - 07206e5567a83af6e7d515f22efc44ac8b6752fe authored over 5 years ago by Daniel Mai <[email protected]>
Adding sleeping time after dropall to clear previous ACL rules (#3177)

github.com/unigraph-dev/dgraph - fdf1054637f18ceae57c2c90184114d0af8d97e8 authored over 5 years ago by Lucas Wang <[email protected]>
Reduce the value of ACL TTLs to reduce the test running time (#3164)

github.com/unigraph-dev/dgraph - db65dc80459b570b74dc93d568050ec1abd039c8 authored over 5 years ago by Lucas Wang <[email protected]>
Add test to verify results are not flattened by default. (#3168)

github.com/unigraph-dev/dgraph - ec7d172a89a69947b77b42c8a33cac39806aadf5 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix bulk loader bug regarding unknown UID predicates. (#3173)

When a new predicate is created by the bulk loader, it should default to
a list if the object t...

github.com/unigraph-dev/dgraph - efcbc093a695293342eb2fe2c6f030f49a8be8d8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Allow schema updates to reserved preds if the update is the same. (#3143)

Outright rejecting a schema update if it is for a reserved predicate has
caused some issues (in...

github.com/unigraph-dev/dgraph - 207e1349b30dfe7d37456ce792e107d5e03e4aed authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Check that uid is not used as function attribute (#3112)

* gql/parser.go: disallow uid as attribute in functions

This change adds a check in the Gql p...

github.com/unigraph-dev/dgraph - 98d7393f6b380073f140c517f070c007a71faaba authored over 5 years ago by Gus <[email protected]>
Merge branch 'master' into n-squad

github.com/unigraph-dev/dgraph - 45a791d1c0e5f149dc3c51ce29db818d457e1735 authored over 5 years ago by Paul Korzhyk <[email protected]>
Fix the aclCache race condition by initializing it on definition (#3141)

github.com/unigraph-dev/dgraph - 351d6051b58a3345591e4cba5c29e9841156b47d authored over 5 years ago by Lucas Wang <[email protected]>
Replace all occurences of NQuad with N-Quad - the way w3.org spells it.

github.com/unigraph-dev/dgraph - 0b3c039d3bd508b6193d7545d741a5403ffc35a7 authored over 5 years ago by Paul Korzhyk <[email protected]>
Prevent alphas from asking zero to serve tablets during queries. (#3091)

This change makes queries read-only in the sense that they won't ask
zero to serve any predicat...

github.com/unigraph-dev/dgraph - ef74ed80da6c4c11b27e4ff1b91f8f3d9b4b2864 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Ensure reserved predicates cannot be moved. (#3137)

This change ensures reserved predicates cannot be moved, either by calls
to the /movePred endpo...

github.com/unigraph-dev/dgraph - abc727e2fe01db3c4dc6da50728819c377d36b3e authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Reduce test time (#3134)

Reduce the time the default test.sh invocation takes (from 14 to 4 minutes on my home machine).
...

github.com/unigraph-dev/dgraph - 9a8dbd122bc5b72ceae858bdaa6855fdfcadaf85 authored over 5 years ago by Javier Alvarado <[email protected]>
Remove unused function deleteEntries. (#3126)

github.com/unigraph-dev/dgraph - 7d255f0cd26df458decd061ac5eca3792e704af0 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Support comments in schema (#3133)

* schema/state.go: add comment state to lexer

This adds comment detection to lexer. A comment...

github.com/unigraph-dev/dgraph - 17435efca070ad398b9adf37e13a9e29f5b89de6 authored over 5 years ago by Gus <[email protected]>
docs: Set v1.0.13 as latest docs.

github.com/unigraph-dev/dgraph - 7a3e0f5f2074973ed61f25fd6de2180a9d11a652 authored over 5 years ago by Daniel Mai <[email protected]>
ACL: Using type to distinguish user and group (#3124)

github.com/unigraph-dev/dgraph - 110ffa31bcf14aeb27ebdd16e155274279801d65 authored over 5 years ago by Lucas Wang <[email protected]>
Indicate that password types use bcrypt (#3122)

* Indicate that password types use bcrypt

* fix spelling of bcrypt and remove extra text.

github.com/unigraph-dev/dgraph - 1b64d4840ad8d1594eee655aeaa3658007f1740c authored over 5 years ago by Gus <[email protected]>
Update readme to make 2 words clearer. (#3131)

github.com/unigraph-dev/dgraph - d20cc7d62a57011116e0c1f467a3ac59ba8a225a authored over 5 years ago by pj <[email protected]>
Fix bugs related to best-effort queries (#3125)

- Don't use a pending txn cache when running best effort queries to avoid returning uncommitted ...

github.com/unigraph-dev/dgraph - 6398f85bddceb74dc933276d4484670d9819f27f authored over 5 years ago by Manish R Jain <[email protected]>
docs: Update full-text search documentation.

* Update Predicate i18n section to use specific language tag in the full-text
function.
* Upda...

github.com/unigraph-dev/dgraph - 2da0ba4a63bcce649d996b3cf712ea0baf958906 authored over 5 years ago by Daniel Mai <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 23928cdba3586021c0f0c5d51a02ecce9ad07611 authored over 5 years ago by Manish R Jain <[email protected]>
Update compose to allow picking Dgraph binary in docker. Update increment tool to allow best effort queries.

github.com/unigraph-dev/dgraph - 39c594a179a30aaacec66230477e52d1150db3dc authored over 5 years ago by Manish R Jain <[email protected]>
docs: Fix link to language support section in mutations page.

Close #3121.

github.com/unigraph-dev/dgraph - 4753c51c6bf12e40b1cd23883beec65580a2c382 authored over 5 years ago by Daniel Mai <[email protected]>
Add bash shell completion command (#3084)

* dgraph/cmd/root.go: add bash shell completion command

* dgraph/cmd/root.go: add zsh shell c...

github.com/unigraph-dev/dgraph - 9bb69092b97c327f0ada064a82faa3aececafb44 authored over 5 years ago by Gus <[email protected]>
Store and query types. (#3018)

This change adds the ability to store the types and query them similarly
to how the schema is c...

github.com/unigraph-dev/dgraph - d5d48835caf4a322ce9da1a31e1ece606b3940e9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Update CHANGELOG for v1.0.13 release.

github.com/unigraph-dev/dgraph - 8534ffb6726cf9c2bb7ca8b3dbd5d9a6e5a2bc8b authored over 5 years ago by Daniel Mai <[email protected]>
Fix the test breakage. Do not assert on SrcUIDs being nil, instead return an error.

github.com/unigraph-dev/dgraph - ce73e6f33f5e19bc6ec7639b10881aa31ba0ae39 authored over 5 years ago by Manish R Jain <[email protected]>
Fix Raft Panic

The lastIndex cache I had introduced, caused Raft panics because it was
incorrect. This PR fixes...

github.com/unigraph-dev/dgraph - 7397bb9fd1d83cd5256d5457c6dd9b558a439f46 authored over 5 years ago by Manish R Jain <[email protected]>
Simplify compose tool output a bit.

github.com/unigraph-dev/dgraph - 0b945bd17ff7a16fdfea82e996ac7d228b5dc114 authored over 5 years ago by Javier Alvarado <[email protected]>
docs: Update live and bulk loader options and examples. (#3099)

* Docs: Changes in Liveloader and Bulk.

Related to https://github.com/dgraph-io/dgraph/commit...

github.com/unigraph-dev/dgraph - f77b4652136c0842aa1917e178d6e2a971b548d7 authored over 5 years ago by Michel Conrado <[email protected]>
Turn on ACL in the default docker-compose file, improving ACL commands (#3057)

github.com/unigraph-dev/dgraph - 64938890a2dbfb8071efc430b66176fa91b8fe01 authored over 5 years ago by Lucas Wang <[email protected]>
Fix spacing in make file.

github.com/unigraph-dev/dgraph - c64319f8f21cc7924611c538a46d67fe51fbe4df authored over 5 years ago by Javier Alvarado <[email protected]>
Add simple make file to build unoptimized compose tool and clean up directory.

github.com/unigraph-dev/dgraph - e5b03aa12e9b1963827000689295829bdbd87477 authored over 5 years ago by Javier Alvarado <[email protected]>
docs: Update mutation and query format in predicates i18n section.

github.com/unigraph-dev/dgraph - 27ecd437168edeaa9b4f497468995df3e88b0903 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Fix uid literals in query examples. (#3039)

Remove early query that includes a reverse edge before covering reverse edges.

github.com/unigraph-dev/dgraph - 586c7fa3e60b4a5976b8a46c3e74b69748a6c3b2 authored over 5 years ago by Michel Conrado <[email protected]>
Fix up some issues with compose tool.

github.com/unigraph-dev/dgraph - bb0b74d78fb65e8ae19fc9f953b05ecf2451fbe4 authored over 5 years ago by Manish R Jain <[email protected]>
Fix permissions on generated compose file.

github.com/unigraph-dev/dgraph - b1e2ce34bf4cd4550d21c2199276039751ea61cb authored over 5 years ago by Javier Alvarado <[email protected]>
Restore default dgraph/docker-compose.yml

github.com/unigraph-dev/dgraph - 57c03241d828e80f80badee1c5a7782dd408ace3 authored over 5 years ago by Javier Alvarado <[email protected]>
Small fix to compose tool.

github.com/unigraph-dev/dgraph - 6cf5ebf8ac4a7499cb819260b3a1c3fa57a87959 authored over 5 years ago by Javier Alvarado <[email protected]>
Compose consolidation (#3100)

Summary of changes:

* Add option to add jaeger service
* Add option to store data on tmpfs
...

github.com/unigraph-dev/dgraph - 326f98067be704883e7bb7a4e176302f840f5a68 authored over 5 years ago by Javier Alvarado <[email protected]>
Fix error to print string instead of character in live loader

github.com/unigraph-dev/dgraph - 2bd5d4d42c24f56728d735e255853bb8817463b0 authored over 5 years ago by Aman Mangal <[email protected]>