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

Expose Raft Comms

github.com/unigraph-dev/dgraph - 67669bd2d4fcd74646e00f48019b2f17ce7125c4 authored over 5 years ago by Manish R Jain <[email protected]>
Fixed one test and checking of the failure messages (#3362)

github.com/unigraph-dev/dgraph - 4c21ad2e8c1b411d976c4ff13d130974d4d15385 authored over 5 years ago by Lucas Wang <[email protected]>
Offset zero ports in default docker-compose.yml by 100. (#3385)

The compose tool generates configs where the zero ports ar offset by
100. This change modifies ...

github.com/unigraph-dev/dgraph - 34d3a1aa31d2bc20d28b4c387f571cca291c129d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Decrease size of snaphsot test. (#3378)

Now that the frequency of snapshots can be configured, the snapshot test
can be reduced in size.

github.com/unigraph-dev/dgraph - 8d0027f03684eb37ea1e01e4f155bd0704836c29 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix export format test (#3384)

* Add whitelist so admin/export test can work.

github.com/unigraph-dev/dgraph - 98d43104611b866d44e1976f702f961a6a537d69 authored over 5 years ago by Javier Alvarado <[email protected]>
Fix test-bulk-schema.sh (#3380)

github.com/unigraph-dev/dgraph - 8e8b5e3dbf3038f5a368efead723814a8ad68a8a authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix warnings in golang health report. (#3373)

github.com/unigraph-dev/dgraph - efed7d7e26d8190a36fd4b4655f690152015b716 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Set ByteRaft as UserMeta for the RaftKey.

github.com/unigraph-dev/dgraph - 35950d52f33dea19050667c5974d84e2b6906fab authored over 5 years ago by Manish R Jain <[email protected]>
Revert "Fix issue caused by the new RaftKey (#3370)"

This reverts commit 9daff210fa4dedefb5ae8622fe3f7c049041c31e.

github.com/unigraph-dev/dgraph - 9086d00252e0fed3460f15c30f7249d69ad40729 authored over 5 years ago by Manish R Jain <[email protected]>
Fix issue caused by the new RaftKey (#3370)

The new RaftKey does not get skipped over during rollup, causing it to fail. This PR fixes that.

github.com/unigraph-dev/dgraph - 9daff210fa4dedefb5ae8622fe3f7c049041c31e authored over 5 years ago by Manish R Jain <[email protected]>
Fix flakiness in snapshot_test. (#3355)

github.com/unigraph-dev/dgraph - b28afa5d863ce5ae3b9dffdc183fe191eab7a618 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Take snapshots less frequently (#3367)

Taking snapshots frequently causes a straggler follower to have a hard time getting a new snapsh...

github.com/unigraph-dev/dgraph - 7789ed973d34695a326e62e52f5c90e235b53e75 authored over 5 years ago by Manish R Jain <[email protected]>
Debug tool to modify Raft snapshot and hardstate (#3364)

This PR adds a way for the debug tool to operate upon the Raft logs to set a future snapshot and...

github.com/unigraph-dev/dgraph - 796d2a6dbf24559d627210598af0310b7bf69044 authored over 5 years ago by Manish R Jain <[email protected]>
Rename blockade to embargo. (#3353)

github.com/unigraph-dev/dgraph - 5b7dcd7091d57afba6cdedb36de94e4142fec556 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Initialize tablets map when creating a group. (#3356)

github.com/unigraph-dev/dgraph - 1c6f9b5fc7d7969579ae40cc06ba7c5c79348923 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
If it is a delta update, do NOT run the limiter. Previous PR got that wrong.

github.com/unigraph-dev/dgraph - d870dec74d919cd51e1a4d444cb926f85c552365 authored over 5 years ago by Manish R Jain <[email protected]>
Fix blockade (#3351)

- In a previous change, I had moved delta updates to avoid the retry mechanism and instead use a...

github.com/unigraph-dev/dgraph - bcd6a00270b298be783167d4c732c53a7a27a8d8 authored over 5 years ago by Manish R Jain <[email protected]>
Fix OOM: Only keep deltas in memory for a pending txn (#3349)

Currently, we bring and keep the entire posting list in memory for each pending txn, which remai...

github.com/unigraph-dev/dgraph - fe07e3e8a859f94411af7869e5ab1c72450e0a20 authored over 5 years ago by Manish R Jain <[email protected]>
Vendor in latest badger with nil pointer dereference fix. (#3347)

github.com/unigraph-dev/dgraph - 5b3b5d096b883fac2ce6d123e2cb4855d0f1ea08 authored over 5 years ago by Daniel Mai <[email protected]>
Enable partial snapshots. (#3341)

github.com/unigraph-dev/dgraph - 71e747cfc487481431048dd17283fc71bb0aee41 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Set deadline to 10s to allow quick recovery from partitions.

github.com/unigraph-dev/dgraph - 0b8688eff05e7869bedbb66693682b996381c366 authored over 5 years ago by Manish R Jain <[email protected]>
Rename services in default docker-compose.yml to match names in compose tool (#3342)

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

github.com/unigraph-dev/dgraph - d253f06042be169303bed2f1341a2504435115f7 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Allow truncating raft logs via debug tool (#3345)

This PR would add a flag in debug tool, which would allow dropping data from Raft log entries of...

github.com/unigraph-dev/dgraph - 3fd5836cf7ef766d1b5af334a2c8e68f7d3b15bf authored over 5 years ago by Manish R Jain <[email protected]>
Add section on how to Mutate in dgo using RDF triples. (#3344)

github.com/unigraph-dev/dgraph - 0c04ad934db13302f2d305c984d63d0e5027b2b6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Do not output write skip log when a version with higher ts is found.

github.com/unigraph-dev/dgraph - de41e9469d4f8102ecf6b5cec3a36be2d83098da authored over 5 years ago by Manish R Jain <[email protected]>
Snapshot calculation must continue

Do not block snapshot calculation even if there's an ongoing snapshot
stream. If this stream tak...

github.com/unigraph-dev/dgraph - 059321e5781126bc7f17e98bd2f614c77a344a45 authored over 5 years ago by Manish R Jain <[email protected]>
Limit num pending proposals in apply channel (#3340)

Add a ramp meter to avoid pushing too many big proposals to apply channel to prevent OOM.

Cha...

github.com/unigraph-dev/dgraph - 4d53eb8cab49753bf45756e81ebceb4e9998509b authored over 5 years ago by Manish R Jain <[email protected]>
Fix golint warnings (#3331)

github.com/unigraph-dev/dgraph - 5794bd6e6c0a4ef349a3ed4ec5935fa3782d8142 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Multiple fixes to improve cluster ops (#3337)

Multiple fixes to improve cluster ops:

1. A delta proposal should bypass the throttle pending...

github.com/unigraph-dev/dgraph - 26e8f0fff9040518324f98847dad9be19b2801e0 authored over 5 years ago by Manish R Jain <[email protected]>
Use initial schema during bulk load. (#3333)

Use the initial schema during bulk load, otherwise data might not be
loaded correctly for those...

github.com/unigraph-dev/dgraph - 85c608fbb3b94a274abdfdb8c393b773e704b624 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add support for JSON export (#3309)

* Parse query args in export request url.

* Handle import of empty JSON arrays.

* Add form...

github.com/unigraph-dev/dgraph - 62580a1b151511f090f86b4a8885303e8f2e5402 authored over 5 years ago by Javier Alvarado <[email protected]>
Update 21mil test (#3317)

* Update test query result json.

* Keep term output clean if diffs are already being saved to f...

github.com/unigraph-dev/dgraph - 206a4fdf37624a9e3cafc91b932b9f75f8fa517b authored over 5 years ago by Javier Alvarado <[email protected]>
Add section on how to delete type definitions. (#3332)

github.com/unigraph-dev/dgraph - 7b866c5f1bd385268dd38d6ab3e893cee20b9392 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
contrib: Rename flags in Jepsen script with shorthand variants using pflag. (#3334)

* Rename flags with shorthand variants using pflag.

* Shorten flag names to remove "jepsen.*"...

github.com/unigraph-dev/dgraph - eaa13df83a1cc304af07ff8ae02907ac8c17700f authored over 5 years ago by Daniel Mai <[email protected]>
contrib: Fix tracing in Jepsen script and auto-open Jepsen and Jaeger pages. (#3324)

* contrib: Add Jepsen's --tracing flag to Jepsen script.

This flag is needed so that jepsen's...

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

github.com/unigraph-dev/dgraph - 18dbc97539f70928be2b90a980412492a88a6951 authored over 5 years ago by Manish R Jain <[email protected]>
Allow running compose with default settings.

github.com/unigraph-dev/dgraph - 1b7c8f6258883a40c4444b795a2e38aee2bbb955 authored over 5 years ago by Manish R Jain <[email protected]>
Run gofmt -s -w on codebase. (#3330)

github.com/unigraph-dev/dgraph - d7094b8feac9660a95cc8b0d6d21d518d26b9e67 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Added gofuzz crasher inputs and fix issues (#3222)

github.com/unigraph-dev/dgraph - ab47b3b1452c8178967e3cee82384e689b16e44f authored over 5 years ago by Lucas Wang <[email protected]>
Truncate Raft logs even when no txn commits are happening

If there are no txn commits but many txns which allocate new read timestamps, the Raft log can s...

github.com/unigraph-dev/dgraph - 7cbc2fc81a0e234a4bb5a1061e5da1928782c8ab authored over 5 years ago by Manish R Jain <[email protected]>
Diagnose Raft WAL via debug tool (#3319)

This PR adds a way to print out the Raft WAL for both Alpha and Zero, so we can get a better und...

github.com/unigraph-dev/dgraph - 562a385b91830b7d913cdf77b707832f367b6baa authored over 5 years ago by Manish R Jain <[email protected]>
Fix tablet error handling. (#3323)

Currently errUnservedTablet is being returned when there's an issue with
the tablets. However, ...

github.com/unigraph-dev/dgraph - eb0a4c47f5c0a4020008073a585c3b569aa9e9ad authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Vendor in the Jaeger and prometheus exporters from their own repos (#3322)

github.com/unigraph-dev/dgraph - 80a286082435f8957bd2f99694885f1f896c0c1c authored over 5 years ago by Lucas Wang <[email protected]>
Improve reporting of aborts and retries during live load. (#3313)

github.com/unigraph-dev/dgraph - f314b3f212f14272d20c0726ea5461d4d6218fd7 authored over 5 years ago by Javier Alvarado <[email protected]>
Fix panic in query.go (#3318)

ProcessTaskOverNetwork now always returns a valid pointer.
This change also fixes the error com...

github.com/unigraph-dev/dgraph - d29a082cb73305e536ada39cfb548dd6939fd77f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add ability to drop types (#3299)

Types now can be dropped via the alter endpoint.

github.com/unigraph-dev/dgraph - 7fba7d220ff494f1aeb5e15a6f87125a5b653b95 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add VMware Purser to list of projects using Dgraph in README. (#3315)

github.com/unigraph-dev/dgraph - e023ab02f463fc320898c4b644a0717bf596575d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use jsonpb library to unmarshal alter HTTP requests. (#3314)

This library should be used instead of "encoding/json" to properly parse
json into a protobuf.

github.com/unigraph-dev/dgraph - 24fd75992fe7da040f26bde08a2c14dc639d1624 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Document DropData operation. (#3302)

github.com/unigraph-dev/dgraph - 0db4d0cf19503926bf909ee0a8ea294b1279ec47 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
When looking up a key, print if it's a multi-part list and its splits. (#3311)

github.com/unigraph-dev/dgraph - b1d750b0c11dd8367f1273617b4d3dae0b0b69b9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Merge cases in handleUidPostings since their bodies are the same. (#3312)

github.com/unigraph-dev/dgraph - 8509c5e1b39ada46acd0dfe8654342cb6a7f1635 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add CODEOWNERS file. (#3305)

The CODEOWNERS file dictates the specific owners to be auto-requested for PR reviews.

GitHub ...

github.com/unigraph-dev/dgraph - 67be251b7db0387f66bec133bca824fe4553f929 authored over 5 years ago by Daniel Mai <[email protected]>
Set a limit on the size of committed entries that can be served per Ready. (#3308)

github.com/unigraph-dev/dgraph - 74fba0952053bc0f6db9658d6b1295289973d8d5 authored over 5 years ago by Manish R Jain <[email protected]>
Add --quiet flag and timeout to test-21million.sh (#3282)

* Add --quiet flag to test-21million.sh.

github.com/unigraph-dev/dgraph - c65dee8e94722395769acf197ef898e9e4cb2e45 authored over 5 years ago by Javier Alvarado <[email protected]>
Introduce multi-part posting lists (#3105)

Large posting lists are now being split during rollup if they become too large.

A normal list...

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

github.com/unigraph-dev/dgraph - f0f987e8a5ea550f3a713a7df39e5eed23c81c1f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Run go fmt on master. (#3303)

github.com/unigraph-dev/dgraph - a0b96757efe671f1fd66e2c9f4c78205f30ef22b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add timestamps during bulk/live load (#3287)

* Add timetamp to load logs to make it easier to correlate to server logs.

* Add timezone to ti...

github.com/unigraph-dev/dgraph - b11cac2449519e9384cf84bfc72c9191d6210405 authored over 5 years ago by Javier Alvarado <[email protected]>
Implement DropData operation. (#3271)

This new operation acts as a DropAll except the schema and types are
left intact. Useful when t...

github.com/unigraph-dev/dgraph - c89560b50ef5ae51de532941e563d05721db59de authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Documentation for type system. (#3296)

github.com/unigraph-dev/dgraph - 20d3464f87caa370d34fae0be73949c19cbd2cbd authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Compose tool offset (#3293)

* Add --port_offset option and remove --test_ports.

* Clean up usage for consistency.

* Ou...

github.com/unigraph-dev/dgraph - b298a97af7abfd3aefe7c109ee2d4592f532b062 authored over 5 years ago by Javier Alvarado <[email protected]>
Vendor dgo changes. (#3298)

github.com/unigraph-dev/dgraph - c020fd2cc37749c2fe15ea2caff48a672c12dd5d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Tool to benchmark posting list performance. (#3294)

github.com/unigraph-dev/dgraph - 9ebe8f84e050f01326db3f994ad8b81867ed0651 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Elaborate more about the @upsert directive.

* Someone from the community suggested that the upsert docs should have more
keywords to make ...

github.com/unigraph-dev/dgraph - dd4f7205505d29be5b6d4067399713269a12af1b authored over 5 years ago by Daniel Mai <[email protected]>
Revert "Add throttle for readMapOutput." (#3288)

* Revert "Add throttle for readMapOutput."

This reverts commit 491862602ed80fb8476e2ef529f75531...

github.com/unigraph-dev/dgraph - 662f4c5be0bb6dfbaf1216ca3e91b20de373a2ce authored over 5 years ago by Javier Alvarado <[email protected]>
docs: Update CHANGELOG for v1.0.14 and set default docs to v1.0.14.

github.com/unigraph-dev/dgraph - 5def6d7e96f4ba42278f6a9d2a69ad7a3624d2f2 authored over 5 years ago by Daniel Mai <[email protected]>
Add badger tool to release binaries.

github.com/unigraph-dev/dgraph - c7c619dc8066b3c3850198b1f42f5f3b498a443b authored over 5 years ago by Daniel Mai <[email protected]>
Fix accidental rename. (#3289)

github.com/unigraph-dev/dgraph - 61c88f3e55016347ba79ceae495adf9d89f92e28 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Skip afterUid after decoder seek (#3149)

* codec/codec.go: add whence to Seek

The whence value indicates how to use the uid offset wit...

github.com/unigraph-dev/dgraph - 501e1a65bd115470f8a768d6e959114e4fbfe984 authored over 5 years ago by Gus <[email protected]>
Docs: Distributed Load and change increment flag (#3285)

* Docs: Distributed Load and change increment flag

Added about distributed load related to #3...

github.com/unigraph-dev/dgraph - ebfacb7c6047909c9b79a3e17ed742702c3b6a22 authored over 5 years ago by Michel Conrado <[email protected]>
When HttpLogin response context error, unmarshal and return the response context. (#3275)

github.com/unigraph-dev/dgraph - d59404400f93036cd5573a7bca3efe7e0e6b0817 authored over 5 years ago by licho sun <[email protected]>
Revert "UpsertSpan so successful ACL accesses are sent to Jaeger (#3217)" (#3286)

This reverts commit 4f9bf94add87d85b36d298f0dbf5ef9ac2dd9876.

github.com/unigraph-dev/dgraph - 8c1f8595268b208120b3b52d9bba782ebac57bc1 authored over 5 years ago by Lucas Wang <[email protected]>
Fix a few systests using the removed --dgraph flag. (#3284)

The flag name changed in #3273.

github.com/unigraph-dev/dgraph - 85197c6af80c29b5e3b5ef98569c567dc771fa91 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Update commands using -d/--dgraph flag name to -a/--alpha.

The flag name changed in #3273.

github.com/unigraph-dev/dgraph - 7e9c9765bcfc11defa880174be73b7f875e0d8e9 authored over 5 years ago by Daniel Mai <[email protected]>
Rename dgraph --dgraph option (#3273)

* Rename --dgraph option to --alpha.

* Rename --addr option to --alpha.

* Update tests to ...

github.com/unigraph-dev/dgraph - 580c28ef4d9c1d3e07a3b0db32f8aadfc5d58af0 authored over 5 years ago by Javier Alvarado <[email protected]>
Add comments, use defer instead in bulk loader

github.com/unigraph-dev/dgraph - de78a917811bca3183f0dd1fbe5291fe1d633c04 authored over 5 years ago by Aman Mangal <[email protected]>
Add failed test case for datetime

github.com/unigraph-dev/dgraph - 3ed1d9ea75679bf25c24c7b43579aef3476175e4 authored over 5 years ago by Aman Mangal <[email protected]>
Use UTC Hour, Day, Month, Year for comparison

The time.Hour() function, for example, returns the value
of hour stored, without accounting for ...

github.com/unigraph-dev/dgraph - 95be3f450eaf99d124edfcf62c4405cc15be5f33 authored over 5 years ago by Aman Mangal <[email protected]>
Add throttle for readMapOutput.

Too much map files read will let lot of goroutines doing blocking calls.
So, add throttle for map...

github.com/unigraph-dev/dgraph - 491862602ed80fb8476e2ef529f75531e6ab4341 authored over 5 years ago by lipenghui <[email protected]>
Use an absolute number 1000 for map file read throttle.

github.com/unigraph-dev/dgraph - 44433ae6a031c73035f8ca710fcc4ea2b4118d15 authored over 5 years ago by lipenghui <[email protected]>
Add support for ECDSA in dgraph cert (#3269)

Add support for ECDSA keys in dgraph cert and update cert API for adding more encryption types.

github.com/unigraph-dev/dgraph - 3456be7392801b50e6f2fa9e32227743d5d48917 authored over 5 years ago by Gus <[email protected]>
docs: Add docs about goroutine stack debug page.

github.com/unigraph-dev/dgraph - aa2798e65dc516b45031c05b94b836259423e89d authored over 5 years ago by Daniel Mai <[email protected]>
docs: Add section for read-only and best-effort queries.

github.com/unigraph-dev/dgraph - ae661c1568ee509a486425f93965d574a3257777 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Add how-to docs for the dgraph increment tool.

github.com/unigraph-dev/dgraph - 553eb47cb4952382066abf23c21daa7fb5221520 authored over 5 years ago by Daniel Mai <[email protected]>
Shutdown extra connections (#3280)

There is a race condition which allows multiple goroutines to cause connections to be created to...

github.com/unigraph-dev/dgraph - 9fd8bb96362084bcccdfa5d0f45f6b6c10f6b44d authored over 5 years ago by Manish R Jain <[email protected]>
Fix use of deprecated function grpc.WithTimeout() (#3253)

Replace uses of grpc.WithTimeout() with context.WithTimeout(). Fix test error messages.

github.com/unigraph-dev/dgraph - a2fdf0a454e72800913936dda9d7fc670662e14a authored over 5 years ago by Javier Alvarado <[email protected]>
Empty datetime will fail when returning results (#3169)

* types/conversion.go: dont convert datetime to datetime when empty

If the stored value of da...

github.com/unigraph-dev/dgraph - cec9abc411d083d328a953875a930b0dd21745b9 authored over 5 years ago by Gus <[email protected]>
Add contrib script to run Jepsen tests. (#3265)

This script makes it easier to set up and run Jepsen tests.

After setting JEPSEN_ROOT to the ...

github.com/unigraph-dev/dgraph - d4d7697fa7d50bf647c7f9348f703569a100c79c authored over 5 years ago by Daniel Mai <[email protected]>
Add tests for scalar types (#3249)

* types/scalar_types_test.go: replace disabled tests with working ones

* types/scalar_types_t...

github.com/unigraph-dev/dgraph - 743cee1ba8acd017c40568922af05b53a795d549 authored over 5 years ago by Gus <[email protected]>
Update live loader flag help text. (#3278)

The live loader can already take in multiple Dgraph Alpha addresses to
distribute the load acro...

github.com/unigraph-dev/dgraph - da8455474ea271125341e67a963f0980b58577dc authored over 5 years ago by Daniel Mai <[email protected]>
Using read-only queries for ACL refreshes (#3256)

github.com/unigraph-dev/dgraph - 1f236610fe5dca2e6f65494889e0d18d240a895f authored over 5 years ago by Lucas Wang <[email protected]>
live loading from stdin (#3266)

github.com/unigraph-dev/dgraph - 3aa2408c3119c356288110c81d6b92167deff4a6 authored over 5 years ago by Lucas Wang <[email protected]>
Small script to benchmark live and bulk loader. (#3270)

Mostly based on the 21million test script, this script allows running
the live and bulk loader ...

github.com/unigraph-dev/dgraph - 4240bdccd0aa33dbb9850e6b58b9781963808bee authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add option to override credentials and use public buckets. (#3227)

Currently, the credentials are taken from environmental variables. This
means any other locatio...

github.com/unigraph-dev/dgraph - 92f5a49747a0c48a6f9fc995c53500bdfd2631e6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Reduce required memory. (#3274)

github.com/unigraph-dev/dgraph - b70c2e3ea91ce1331c07569c3e0938251a7f6a25 authored over 5 years ago by Javier Alvarado <[email protected]>
21million test cleanup (#3224)

* Replace environment variables with proper options.

* Rename containers. Remove orphans.

* Ad...

github.com/unigraph-dev/dgraph - c7354b92a21667ddced6d4a9063e3ad9cc891d8f authored over 5 years ago by Javier Alvarado <[email protected]>
Add TLS support to increment command (#3257)

* Fix dgraph increment options.

* Show error if TLS options are incomplete.

* Use TLS connecti...

github.com/unigraph-dev/dgraph - f0e1af557157ca0e7d7203ab724cc041f999e8e8 authored over 5 years ago by Javier Alvarado <[email protected]>
List tests that failed at end of test.sh (#3261)

* List tests that failed at end of test.sh.

github.com/unigraph-dev/dgraph - 7902e9f34d1b14c58f3357775e01e372c408d8a4 authored over 5 years ago by Javier Alvarado <[email protected]>
Replace MD5 in dgraph cert ls (#3254)

* Change cert ls command to output SHA-256 digests instead of MD5.

github.com/unigraph-dev/dgraph - cbc7b8b3150ab2db64b24b69b1206162401abff8 authored over 5 years ago by Javier Alvarado <[email protected]>