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

Add health check endpoint

121a87dd4b40bf9f803a6945f8ac879bc7d97097 authored about 8 years ago
Fix parse failure

b817c39682926cf3ea94f4353afafed5d7485bad authored about 8 years ago
Bugfix: RAFT Snapshot causing leadership failures.

- Fix the bug due to which a restart from valid snapshot would cause node to not participate in ...

0a184ee49cad392f76b4b3dec9a07b1fff94aceb authored about 8 years ago
Fix date test

98674879f2be4991169b8917433692d9bb71fac4 authored about 8 years ago
Fix dateTime formatting

f2ed45adc4f810a70fd829892d887de6a002950b authored about 8 years ago
Bugfix: Synced watermark seeing marks below current done.

- On slower machines, synced watermark's level goes above an undone
mark. So, add a way to let t...

488b45c90c119b1d1059549105f5ce10ce416ab1 authored about 8 years ago
Modify the way int tokenization to ensure the corresponding string tokens are sorted

463b72fb1d3eba4936dfbec3b4219bfd26a99374 authored about 8 years ago
Support reverse edges. Add uid type. Parse >=2 directives.

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

b2bb805d64f50057ae87a9617a177006975768f7 authored about 8 years ago
Fix flags to accommodate the new config file.

3590641f24a3008a5edf1a39511413aacbf01396 authored about 8 years ago
Update comment, small refactoring, vendor yaml lib

0dfc2d63ae5e6ae4181aabfb0de4035c67f247da authored about 8 years ago
Added support for reading from configuration file. (#385)

* Added support for reading from configuration file.

* If no config file is specified then no...

d9d4e3219302f1f0deba1f085bf2039b3cdd0a9c authored about 8 years ago
Have timeouts for HTTP requests

cdf2ff2905c22b82cd57dc1ccfa313ed5e4d7b4f authored about 8 years ago
Cleanup: RAFT peer and predicate streaming

- Don't pass raft id of the peer node.
- Stream key-checksum pairs instead of sending one big PB...

b7e17be875f1da09da897c1d58524659108d1b70 authored about 8 years ago
Modify string indexing to suport _nil_, some fixes

5dba086a57768a4e853c06ea21037153f983b4e2 authored about 8 years ago
Allow empty strings to be used in mutations

6892e122248227bab95624cec28d8be6a6b43570 authored about 8 years ago
Remove gRPC and x/net vendor libraries because of which users were not

able to use the Goclient.

See
https://forum.golangbridge.org/t/version-mismatch-between-vendored...

91be7d9c64e6a5e2bbab41bc1272b4a7204ee92b authored about 8 years ago
RAFT Snapshotting

- Use synced watermarks for snapshotting.
- Ensure that snapshots work when node is restarted.
-...

0c0e0424610ed057b0707cb7c30d700ec49fee8f authored about 8 years ago
Fix to make leq/geq work and revive tests

b08e0e53eb53a23553b5d5ef7a5d0ec491e1fa98 authored about 8 years ago
Revive date type tests and add missing cases

8929e02d459454179152db8bdc9b251a18350be4 authored about 8 years ago
Merge geo with types and move indexing to types

8807dc36d96bee7e021f30e5298f3b59394a3100 authored about 8 years ago
Cleanup posting

- Move posting/types/types.proto to types/types.proto.
- Switch posting.Value() to return types....

fbce5494fb44776620ef5415b274b4d47408837c authored about 8 years ago
RAFT: Applied and Synced watermarks

- Keep track of RAFT proposals to determine if they have been applied to Posting Lists, and then...

5f6e2fcfac15cc52c4572f7b4632199a0a4c15ce authored about 8 years ago
Refactor type system

452b0739312c74fa89109125ec79778a8c3813d8 authored about 8 years ago
Support geq in @filter

3ed37f5eb744cdfd3dcd3e57c5acabaa711f9ee8 authored about 8 years ago
Update Dockerfile to use Ubuntu

0cce5d13bb7b6e2cf6281d1eb2135ab86b2bfe3e authored about 8 years ago
Add benchmark for IntersectWith : with Random dataset.

Data set size : 500,10000,1000000 ;
overlap between lists : 0.3,0.1,0.01

After recent changes i...

4f6b83af38bbc2ff71d6f4f417a6ccd6a27d1675 authored about 8 years ago
Fix field alias

f324fd22ebab60f19c40e04858eb3e7c28715b3e authored about 8 years ago
Return error if function predicate isn't indexed

cd931f4b59d16df7e744cd00b19639c954e823b8 authored about 8 years ago
Fix uid problem with child subgraph

eef6adc9595898e55ac762285ad056f179fdab4e authored about 8 years ago
Sort in descending order

0e47ab791aa183c25ba83ca86c8a8b5586b6ccef authored about 8 years ago
Some optimizations in intersection of lists. (#370)

Some optimizations in intersection of lists:

1. Stopping intersection if some list has reache...

2d1f67ebb5926f87be7e1a1bd71a45d534b02fdd authored about 8 years ago
RAFT groups

Move all predicate data by default to group one, leaving group zero only for membership informat...

4570d770a3e83493afb3a02f44b3fe6199b9a4c1 authored about 8 years ago
Update README with link to Query spec

9638ae66fa700889626bc3bb30f9c72626f7f42d authored about 8 years ago
Update version in x/init.go

39ed6f0ae6f99b350fd20169fc5ce4228182aa3a authored about 8 years ago
Update build.sh script

31fa352be6dd1a32f4e66b8bca1a79516686ebf6 authored about 8 years ago
Merge tag 'v0.7.0'

Releasing v0.7.0

50f061851bfd01ea509acc2d44907651cb06a636 authored about 8 years ago
Apparently there's no index channel, it's being written as the same time as normal mutation.

8a37267a991c6bc824e5fe0187e012e2baa808fa authored about 8 years ago
Simplify the batch write code for posting list commits.

82d9b7c8c904d805621aa8472379d4f8188a9f1f authored about 8 years ago
Fix some cgo memory leaks

4844c617de86233bb8f438f2d368f463277a6768 authored about 8 years ago
Fix Testbckup

977a02556532ba05557d9218f930837c810b1cb4 authored about 8 years ago
Fix TestGenerateGroup

887d4fff31d14e3ce2d32e22e3cb44d53ac07c9c authored about 8 years ago
Slight output improvement

e221d3edf1e3291acbe6fa1a5a7d2ad46788e88c authored about 8 years ago
Improve dgraphloader output. Also, reuse byte slices to avoid a 35% memory usage by Marshal.

24189bfe9983182d96d22f62cf90abfc7f2da400 authored about 8 years ago
Improve list merge counters output.

b2addd6b7789406c0d55fea36088db14c32dbf57 authored about 8 years ago
Fix tests in store package

ff38c7afbaebf570047a14c9d25df98cb54b0838 authored about 8 years ago
Don't check for colon in attribute

a4120d6b170ab1d51e89c9d7048657f549aa65e4 authored about 8 years ago
Improve: add daemon script to start/stop dgraph as service (#357)

eaac8960d2e00b72e0221f69e071b5c1e8f2b65b authored about 8 years ago
Bug fix to not busy wait. Various other fixes.

4f410435cba8a71a90c2546eba8bf45a8768e760 authored about 8 years ago
Free slice appropriately when retrieving from RocksDB

36eee637a635510e5d4d59089a3686c895761989 authored about 8 years ago
Use smart batching, so we can maximize batch size while also avoiding unnecessary latency.

b251a4ae52ce0356b6017928612bfe22d0fb9d61 authored about 8 years ago
Remember to destroy write batch to release memory in Cgo.

2d8028b04f2c4d46b4d8a7c012e42c810e76dfa2 authored about 8 years ago
Batching works beautifully. And seems like memory usage is down as well.

c124f5fa13a8d03f317a589af9a25be3588de3b3 authored about 8 years ago
Introduce SafeWait. For some weird reason, the loading gets stuck. Need to find why that happens.

87b014dfa41fb2cc7101c67cab7a05637c994043 authored about 8 years ago
Get rid of wg in list. We don't do hard init anyway.

4e8c5931f1fbdd87e399cb09367b3cf2c8d37970 authored about 8 years ago
First step towards moving rocksdb put out of list.commit. Also, various bug fixes. Introduced a new SafeMutex class which allows mutex introspection.

28a035105728234a6176428b299e0f0cbcb0d562 authored about 8 years ago
Also report http.Status when check failing in dgraphloader. Remove dgraphlist, we don't use it.

3057eeb8543fb11eb824f6ca0c7e8ab777252ad0 authored about 8 years ago
Update travis

a7cacfbf9adbcc677b87d06bfe3a60b78b02f3cc authored about 8 years ago
Fix failing backup test

0cfd5238f72635d6849fb1872a817d0c173a5269 authored about 8 years ago
Update lexing code so that mutations load fine

646721d1107a3f70cc34cf0204f44491c379f6b1 authored about 8 years ago
Update travis to use new dgraphloader

aad7e78cf194620a7d820785238a2bf8e4c64656 authored about 8 years ago
Replace dgraphloader with Pawan's mutation script. Update it to allow multiple files.

f380f8d1ad49a421e09b2660b5d418c0792403eb authored about 8 years ago
10K pending mutations is good enough.

03ca4cc481b57e2d893fbc66c578dd85ad396e35 authored about 8 years ago
Return error if raft isn't initialized yet. But, save a panic.

c2256e6625bff9776ee8c51c96f65fab3649afef authored about 8 years ago
Move sync membership to after RAFT node creation. Otherwise, we end up with a panic.

eb3f89915398e5b910c4e597e25677d395ad7e46 authored about 8 years ago
Check for valid n.raft before accessing it causing a nil pointer dereference error.

1c41331a61009f8dcf269bf09e0d5a2371423984 authored about 8 years ago
Don't escape the values when writing to backup. They're already escaped when loaded.

0bc1926c9e819a4a57729f97bb41330cdecf71e9 authored about 8 years ago
replace single quote only in geo type. Add proper geo suffix while doing backup

bc3a77ba63f9128dc5e2dbc5ffc0ec2c276f3840 authored about 8 years ago
Do less copying when marshalling json for dates

9eddad52ee114daa01e6bbaba10e6efe417bf5ca authored about 8 years ago
Fix JSON problem with dates

ea541d4a5fc86ddca4cbe862f3b5e14a2cc8203b authored about 8 years ago
Undo a change that converts everything to string in JSON output

c7f2f11159aff4a2d0eb158e7fd6c9bdc6577121 authored about 8 years ago
Modified query_test to includes dates in JSON output

7800cd44185121dfc0b00750c41cdb7be89c4ef1 authored about 8 years ago
Update

9e5332926991d362199f6c9adc34fbabaff338db authored about 8 years ago
Add missing XMLShema types from freebase data

b0fe7c51e0c124c12d6294aa18c4190f9f58d919 authored about 8 years ago
Modify convertToNQuads so that it can read long geo lines

bb7591ac738ee6677dc71c3c59a6fa941646467c authored about 8 years ago
Update one Filter test to include _uid_

9096d4dc210e8d888d4cbb97dbc4e597fd6ead7f authored about 8 years ago
Merge branch 'release/v0.7' of github.com:dgraph-io/dgraph into release/v0.7

b77a47f0a1c886fda7dedd09f473f673231c853e authored about 8 years ago
Update

e41da3ec5f565f302da2fe1c5d91cbef139121d8 authored about 8 years ago
Fix bug in backup code, due to passing buf.Bytes() directly in the channel

f6c769ad4c5ccef619b1f2fafef65b59942abf2b authored about 8 years ago
Update .gitignore

0266751c8e9931cfa3f0980ad6cbea4185c9f98c authored about 8 years ago
Fix: Get reference to element before modifying

90eb1b087d842c1d4889fb352998a87891201719 authored about 8 years ago
Switch key encoding to make it robust and consistent across the entire codebase.

331693d40523acd81823401c8326228c968dac4b authored about 8 years ago
Add tests for keys.go

248a5869e2ffcaf61b4b7ab20bec410829d2a8f4 authored about 8 years ago
Add a trace for the number of committed entries. Also, move newNode next to node struct def.

0a6d5d095c707848264d3997fbf498dd24ac8a15 authored about 8 years ago
Fix bug with calling proto.Size()

cad3fc869533d2234fa645a6d30163475462a343 authored about 8 years ago
Add 0x to uids in backup file

8c3e3a98a4a0282fc784e23f80b9a2a11a403217 authored about 8 years ago
Use schema in loader. Add some checks

d0dde16015090ad11fcfd5080a4383ef959e6b71 authored about 8 years ago
Remove printf

55cea3cdbc213abf91913b60845093244b14f0fa authored about 8 years ago
Small optimization when dealing with mutations.

0f5be4b9d5c73332f75232b6604735e7ceff210e authored about 8 years ago
Modify node.Run() to process all mutations concurrently.

087fd5101fa1219ba62820ba46a050a652000617 authored about 8 years ago
Skip empty values in results

e012c62e7e3a87cffe9d2a07306bcd320849df4b authored about 8 years ago
Update travis for RocksDB 4.11.2

451e317d072e6fc0e27338ec9a06457403a72afb authored about 8 years ago
Update

1cd4034ff943b6571920b2b277f7ef36e99b2e04 authored about 8 years ago
Update

7e065bad56884a5abc1c8a4238543d30efdcdd2e authored about 8 years ago
Update

2056abf858617fd9b6428db122e850b3aa96851b authored about 8 years ago
Update to RocksDB 4.11.2

0c8328c8d2356de2bb4039b0a6881b14cb1d6a70 authored about 8 years ago
Update to RocksDB 4.11.2

35b89b0a4a558404fff6be8dfcffdd0a829e0e9d authored about 8 years ago
Don't close stores, because indexing jobs can be pending.

5d85005a75e936e347befd45a4e07895f99453ef authored about 8 years ago
Merge branch 'master' into release/v0.7

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

a9612fd6630faa0eedccec06d7de07c783180c87 authored about 8 years ago