Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Level/rocksdb

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
https://github.com/Level/rocksdb

Tweak README.md and package description (#112)

a0f6ace9de9144f536ed5cccb995f0dabe1abc95 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove outdated 'Getting Support' section from README.md

2c2ebc556f22d4bd032c9c06166d1b8db1c0b110 authored over 5 years ago by Vincent Weevers <[email protected]>
Upgrade tempy devDependency from ^0.2.1 to ^0.3.0

66f16bd1e14998863479072fa73fcb589ded0989 authored over 5 years ago by Vincent Weevers <[email protected]>
Merge pull request #111 from Level/napi

Rewrite to N-API

c7f848122ee4ae6f44683ef3605fbc5b0f2a6fe5 authored over 5 years ago by Vincent Weevers <[email protected]>
Tag prebuilds with libc flavor

ea6d0df3f774aca5acb4812cfd01e4359436bd0c authored over 5 years ago by Vincent Weevers <[email protected]>
Restore RocksDB includes and options

3843dc0a3a64b66035ba0b9b041a2e9c6d26b2f4 authored over 5 years ago by Vincent Weevers <[email protected]>
Restore destroy() fix for Windows

53599dab3478a0143f0564462e235a578ee524b7 authored over 5 years ago by Vincent Weevers <[email protected]>
Replace source with N-API binding and JS from leveldown

c6957d0fff830164720664d8516a751acb7c4a0e authored over 5 years ago by Vincent Weevers <[email protected]>
Drop node < 8.6.0

b294106db2fae795586efd66d1207b5f3feb92ff authored over 5 years ago by Vincent Weevers <[email protected]>
Setup prebuildify and Electron tests

69f5f66028260384059acb966a3b8b2ee6cf11b0 authored over 5 years ago by Vincent Weevers <[email protected]>
Restore RocksDB test specifics

334af2c8f30ff18121e65475671f9882aae3fd15 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove outdated Dockerfile and .dntrc

fab2d10d34678701baf9451ff0b37686855508c9 authored over 5 years ago by Vincent Weevers <[email protected]>
fix(package): update nan to version 2.14.0 (#106)

f4bf3fe66bbf6ef739e372a1037ef64e96cbfe6a authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #77 from Level/greenkeeper/abstract-leveldown-6.0.0

Update abstract-leveldown to the latest version 🚀

51b97f7c5d136bd26e5470146082ffe935fc5ede authored over 5 years ago by Vincent Weevers <[email protected]>
Remove outdated benchmarks altogether

0ea7a85994cb097a0ade9a116e26e3a53a0440f6 authored over 5 years ago by Vincent Weevers <[email protected]>
Use tempy in open-read-only-test

c50d820cd00e4fb706380f7d0710f644cea6a462 authored over 5 years ago by Vincent Weevers <[email protected]>
Fix asynchronicity of empty chained batch

dd18a9890f13b8b047a6004e1cfd618e5fd8ae90 authored over 5 years ago by Vincent Weevers <[email protected]>
Update comment in segfault-test

31f83a67e1731364d3fcfbca8f15e0e112863b07 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove slump devDependency

ef4af1d447f66e6b1ddbc7e020e8da590457a8dc authored over 5 years ago by Vincent Weevers <[email protected]>
Remove 32 bits from appveyor

f65d0bfae3945bdd9637034753444e96d01339f9 authored over 5 years ago by Lars-Magnus Skog <[email protected]>
Make callback of makeTest an error-first callback

* make callback of makeTest an error-first callback
* normalize error assertions in tests that u...

cacddad95c7344674c1a9b25c2f704294ce197b6 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove unused 'key' argument from ChainedBatch#_clear

27bed202552da5ecbc2dbaec1ca1b0747c673ee7 authored over 5 years ago by Vincent Weevers <[email protected]>
Add segfault tests

* Restore (but skip) segfault test from abstract-leveldown
* Prevent segfault when calling itera...

e99e12f0481fb67c10a7bee5b8ea5752ab8e0166 authored over 5 years ago by Vincent Weevers <[email protected]>
Serialize compactRange() arguments

* handle errors in compactRange test
* use batch() in compactRange test
* serialize compactRange...

61f59e229d75850765bd7a8a6e131fc0d1472108 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove unused iota-array and lexicographic-integer devDependencies

1341e5d20764e0c175389eb5038c80f7082440f7 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove xcacheSize and xmaxOpenFiles from leak tests

ce2f69611b96fbce3df7ab10563d46256caff4a2 authored over 5 years ago by Lars-Magnus Skog <[email protected]>
Implement abstract _serializeKey() and _serializeValue()

With undefined behavior for nullish targets (range options and
seek targets). Previously, nullis...

c832f7e86c229f604c1dc0b65568150596b96284 authored over 5 years ago by Vincent Weevers <[email protected]>
Moved seek tests to abstract-leveldown

e54fcf22fe2e0d74b43090cd05a6a7e58d69ee32 authored over 5 years ago by Vincent Weevers <[email protected]>
Import and fix GC test from levelup

2beee0083df31c140da332576ed9b21d4d87f8dc authored over 5 years ago by Vincent Weevers <[email protected]>
Implement abstract _seek() instead of seek()

2681961ee0a414450d9a17fd38034085ad1eb533 authored over 5 years ago by Vincent Weevers <[email protected]>
Invoke abstract tests from single function

* Invoke abstract tests from single function
* Options is actually now passed as options from ab...

1e537656eaf1a9c88eca2bb109fb38c25f8f73e0 authored over 5 years ago by Lars-Magnus Skog <[email protected]>
Use suite.common() in test/common.js

c68a1417357b893dc2f7f379cce6773a7d640567 authored over 5 years ago by Lars-Magnus Skog <[email protected]>
Update handling of location

* Handle location in constructor at it was removed from
abstract-leveldown
* Pass a factory func...

5fa429afa453578704aa573051e5f1678cf2f335 authored over 5 years ago by Lars-Magnus Skog <[email protected]>
Remove redundant db.close() from test/approximate-size-test.js

ad2f8348e6ec770cfe00592dc6f518d6cd4af02d authored over 5 years ago by Lars-Magnus Skog <[email protected]>
Upgrade abstract-leveldown from ~5.0.0 to ~6.0.3

e6f96134e28d493b61584a74d8d210e24ab60cbf authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Fix Level badge

84bc345f97f9a969f11edc1eb002bf9a615aaa7e authored over 5 years ago by Vincent Weevers <[email protected]>
Upgrade nyc devDependency from ^13.2.0 to ^14.0.0 (#104)

03746d08d2622fcf27e99f1fb35113050762739e authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
3.1.0

0cf13c3ef37574af5f094aae0399b520294d02cb authored over 5 years ago by Vincent Weevers <[email protected]>
Prepare 3.1.0 (#103)

79dacf2a788281eea47dcb6d85716c0c1cdba152 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove link to dead website

2430b09604bde69a10d633b56a66fa46a03d1613 authored over 5 years ago by Vincent Weevers <[email protected]>
Update gitignore and npmignore (#101)

* Gitignore debug builds of deps

* Npmignore Windows builds, RocksDB docs, tools and more

7ca6de7239736cb8d7e8b90e0f14cef9a79c2ae6 authored over 5 years ago by Vincent Weevers <[email protected]>
Remove prebuild script from package.json (#102)

126c7318b8c3c0a8b6129a9d1c76538e7b81abad authored over 5 years ago by Vincent Weevers <[email protected]>
Add readOnly option (#98)

eb8e90bb3a3a84d538f168aa485401bbc74b430b authored over 5 years ago by Eugene Ware <[email protected]>
fix(package): update bindings to version 1.5.0 (#95)

5a174389eefec35d7541061b72d093bed8948e52 authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Upgrade nan dependency from ~2.12.0 to ~2.13.2 (#97)

Closes #96

1e479a12a3cc3913b97948f7c3ff6694abae7362 authored over 5 years ago by Vincent Weevers <[email protected]>
fix subtests by adding t.plan() (#94)

ca22ec9b392f6c9a748b26f362a36fd00629d939 authored over 5 years ago by Vincent Weevers <[email protected]>
chore(package): update nyc to version 13.2.0 (#92)

f73ec931bfe2078a2250b8b1fd1be4eeaa73952d authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Apply common project tweaks (round 2) (#91)

* Add dependency-check

* Add Donate section and badges to README.md

* Unlock 5 devDependen...

165d8d50a107806db937bec72a74c90be3131a27 authored almost 6 years ago by Vincent Weevers <[email protected]>
Apply common project tweaks (#90)

* Sort package.json

* Add hallmark devDependency

* Add level-community devDependency

* ...

82e3b4ef2e57ce22900fdf6b55ba85e5d2d52ac8 authored almost 6 years ago by Vincent Weevers <[email protected]>
fix(package): update nan to version 2.12.0 (#89)

0b865fa4c0d4cc26922d81545f4ce9e68aa3867c authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
3.0.3

2ca610749000ce301fb19a653ff47e981b16ad47 authored almost 6 years ago by Vincent Weevers <[email protected]>
changelog: 3.0.3 (#87)

f341aa17b2854f29236b7fa7936088ba46420bc5 authored almost 6 years ago by Vincent Weevers <[email protected]>
Add sys/sysmacros.h for build on modern glibc (#86)

Port of https://github.com/facebook/rocksdb/pull/2208

d50ce565605c0aa3370181c01e1d379c8cb156d9 authored almost 6 years ago by Eric Swanson <[email protected]>
chore(package): update slump to version 3.0.0 (#76)

e79b82fbc2cea5842d4bcd6d641274cf6f71b4b7 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #81 from filoozom/remove-port-libuv

Remove port-libuv

9cbc906d8772d5d738e9d4417fe534700e3e2185 authored almost 6 years ago by Lars-Magnus Skog <[email protected]>
Remove port-libuv

1ef232c0da055cb8c79a74c68254c592b4ac5ad6 authored almost 6 years ago by Philippe Schommers <[email protected]>
3.0.2

7b4e85f8a4a197303d7fb82e885565ac4e4deb3c authored almost 6 years ago by Lars-Magnus Skog <[email protected]>
Prepare 3.0.2

fe80ebd812a06d41cafedb19de22bc4ae5a7cd2a authored almost 6 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #79 from filoozom/upgrade-snappy

Upgrade snappy to 1.1.7

f53b44511834f75ae26df566d9557d8e34f1a546 authored almost 6 years ago by Lars-Magnus Skog <[email protected]>
Upgrade snappy to 1.1.7

bb0948049cfe6158780c6207d879cb95d614d4da authored almost 6 years ago by Philippe Schommers <[email protected]>
Merge pull request #75 from Level/greenkeeper/standard-12.0.0

Update standard to the latest version 🚀

c8f65028475fc52e469dfafe56aa977ec56a59bd authored about 6 years ago by Lars-Magnus Skog <[email protected]>
Fix standard

3158bc25199d90cb18c4a97f14ac9b54996451f6 authored about 6 years ago by Lars-Magnus Skog <[email protected]>
chore(package): update standard to version 12.0.0

439f20fd09a5ca3bdee6ab59b88dfb4ff82c4f4b authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix(package): update prebuild-install to version 5.0.0 (#69)

ed512eba9318a3e694b8ee50feb91de14739e72b authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update prebuild to version 8.0.0 (#74)

71e5ebe81b6045b5450270ff61a98ea30890adcf authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix(package): update nan to version 2.11.0 (#73)

5148a9365dac876420967a92504a0448ebb60b85 authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Add nyc and coveralls (#70)

874fe91cf849a2b405630d4a9b3710fa19ddf29d authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove node 9

144e40b9fa151378d0e9312099384761a43edc44 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove copyright headers from code

fc5310c65651c85f78d411fbb1c047735a273793 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove .jshintrc

a121961ff8fa230f05ade2ae37b801df5fe8e2fa authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove contributors from package.json

a01037f1fef7d3a1c055214dda4751ad77099e42 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove g++-4.8 apt package from Travis (#66)

bbe7522a549e03cac16fe757b6f2a1171a9c885f authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Tweak copyright years for less maintenance

de48d2bd40896da35181a8a1ccc700497ffd1a5f authored over 6 years ago by Lars-Magnus Skog <[email protected]>
forgot to change node version in package.json

90b9ab640b5712191d33f7efc29a792d4eb9a6f4 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
3.0.1

4b2586986d425c1817117381e8beb906b3919bf3 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
prepare changelog for 3.0.1 (#62)

2580ff55321564706906fcc23e82728a2da2e565 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
fix(package): update abstract-leveldown to version 5.0.0 (#60)

ea6f94eab735719a4bf02c07a07031469c5f66aa authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
add upgrade guide (#61)

6446623d115736400ced6ddeb85bdb43f3760d0b authored over 6 years ago by Lars-Magnus Skog <[email protected]>
3.0.0

90a6bf149a2e49a6854341f6fb5cc4876e4c73eb authored over 6 years ago by Lars-Magnus Skog <[email protected]>
prepare changelog for 3.0.0 (#57)

d20e1e05ee2352c0c03b661713b9c0165edcdb5f authored over 6 years ago by Lars-Magnus Skog <[email protected]>
rewrite changelog into new format (#56)

b02753f19af98f9cefa0ca8f14dafa3dfcf756aa authored over 6 years ago by Lars-Magnus Skog <[email protected]>
tweak readme + add standard badge

438d4462a2fd2a6c137b2a3d6819e239eb6d416a authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #55 from Level/fix-nan-deprecation-warnings

Fix nan deprecation warnings

986f931fb3413b1522151f22076a0d94d1d2e32d authored over 6 years ago by Lars-Magnus Skog <[email protected]>
specify resource names for all workers

a5624bb0bc7f5efe65c27a815e648949626fb4c6 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
use Nan::AsyncResource::runInAsyncScope instead of Nan::MakeCallback

2fd12576c6405f656b3fcd88892e12eee3face9f authored over 6 years ago by Lars-Magnus Skog <[email protected]>
LD_RUN_CALLBACK macro uses Nan::AsyncResource + remove LD_RETURN_CALLBACK_OR_ERROR macro :fire:

dc6861a6a5c96aaa890e82fd22c79e8ef6167a73 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
pass in Nan::AsyncWorker::async_resource to Nan::Callback::Call()

240c7a3f84c7926e27abe01bcb319bf1811ef60d authored over 6 years ago by Lars-Magnus Skog <[email protected]>
standard

77c48cfe5c4cda8c9767af7e35d5b1f103838d65 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
chore: remove typings (#54)

55ad4af5e9cefb72a4ce5cc4eae3b5fcc373ed47 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
add default export (#48)

ae543be4b0ce6807cbb6b70b09d28bd390290fad authored over 6 years ago by Meirion Hughes <[email protected]>
remove node 4 :fire:

2c02c511c51952e0a6c70887415ea5666de2e8da authored over 6 years ago by Lars-Magnus Skog <[email protected]>
node-uuid deprecated -> use uuid

d7459cacbb1766d13b6b4f37e336a443d6da01f8 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
bump nan :arrow_up:

198f1370603b43d664e5a064e3f6083c347977cd authored over 6 years ago by Lars-Magnus Skog <[email protected]>
bump verify-travis-appveyor :arrow_up:

45bcc19fc84dd2fcb33ed07847c90c15916b0c8b authored over 6 years ago by Lars-Magnus Skog <[email protected]>
bump prebuild-install :arrow_up:

565c76fc441e74bce4a8dc64e2ef52d262e3669e authored over 6 years ago by Lars-Magnus Skog <[email protected]>
add node 10 to Travis and AppVeyor

6b8ee504e30971fe678e71b95d1781c787293f3f authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #39 from Level/greenkeeper/nan-2.9.1

Update nan to the latest version 🚀

f2432c7df72a0d7f871d6a9a271c0ef42bfd4bb9 authored over 6 years ago by ralphtheninja <[email protected]>
fix(package): update nan to version 2.9.1

e7419b0951c58f384df5882e60a3bcf15a40773b authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
2.0.0

452ef6318f6c45fb4d370dd469f0e785db62d595 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #37 from Level/travis-appveyor

add verify-travis-appveyor + update node versions

ca36e74ca08b42e421fdd43fe2abc5b61c880255 authored over 6 years ago by Lars-Magnus Skog <[email protected]>