about summary refs log tree commit diff
path: root/pkgs/servers/nosql
AgeCommit message (Collapse)AuthorFilesLines
2020-10-01Merge pull request #99250 from yorickvP/victoriametrics-auto-testMario Rodas1-1/+3
victoriametrics: add passthru.tests
2020-10-01victoriametrics: add passthru.testsYorick van Pelt1-1/+3
2020-10-01victoriametrics: 1.40.0 -> 1.42.0 (#99241)Souvik Sen1-2/+2
2020-09-05influxdb: 1.8.0 -> 1.8.2R. RyanTM1-2/+2
2020-09-01Merge pull request #61019 from volth/gcc.arch-amdJohn Ericson1-9/+3
platform.gcc.arch: support for AMD CPUs
2020-08-31victoriametrics: 1.37.4 -> 1.40.0R. RyanTM1-2/+2
2020-08-21rethinkdb: use clangStdenvMatthias Totschnig2-25/+0
And remove patch working around a GCC bug.
2020-08-21rethinkdb: 2.3.6 -> 2.4.1, fixMatthias Totschnig2-11/+30
Update patch that prevents making V8 snapshots, as those segfault. Fix build by building only the database server. Other make targets fetch dependencies at build time and this behaviour cannot be overriden. Therefore, the clients and web interface are no longer built. See rethinkdb/rethinkdb#6867.
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-08-05gcc.arch: refactor, move tables under lib/volth1-9/+3
2020-07-31buildGoModule packages: editorconfig fixeszowoq1-1/+1
2020-07-25Merge branch 'staging-next'Vladimír Čunát1-3/+3
Rebuild on Hydra seems OK-ish. mongodb.nix needed some conflict resolution (scons versions); all four versions seem to build fine.
2020-07-24Merge pull request #92719 from pjjw/update/mongodb-42Jaka Hudoklin5-4/+93
mongodb: 4.0.12 -> 4.2.8
2020-07-24mongodb: 4.0.12 -> 4.2.8Peter Woodman5-4/+93
Not strictly an upgrade, but adds a new mongodb-4_2 target with the current mongodb from that branch. Use matching client and server versions in mongodb tests- tests were using the mongo 3.4 client to connect, and this finally doesn't work with server 4.2. Per reviewer suggestion, adding myself as cheetah3 maintainer. Additionally, reestore comments describing the purpose of the build-dependencies patch
2020-07-23redis: 6.0.5 -> 6.0.6Daniël de Kok1-2/+2
Release notes: https://groups.google.com/g/redis-db/c/7tuERP0dN9c/m/HddqH3X5BwAJ?pli=1
2020-07-22Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
Some rebuilds, e.g. all of haskell. Hydra nixpkgs: ?compare=1601713
2020-07-20mongodb: use pname instead of nameJustin Humm1-1/+1
2020-07-18Merge pull request #92920 from primeos/sconsMichael Weiss1-2/+2
scons: 3.1.2 -> 4.0.0
2020-07-18scons.py2: Replace with sconsPackages.scons_3_1_2Michael Weiss1-2/+2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-11Merge #91818: gperftools: fix on ARMVladimír Čunát1-0/+7
2020-07-11mongodb: add basic checkVladimír Čunát1-0/+7
For example, it detected the issue fixed in the parent commit (tested on aarch64).
2020-07-08Merge pull request #92658 from r-ryantm/auto-update/VictoriaMetricsMario Rodas1-2/+4
victoriametrics: 1.37.0 -> 1.37.4
2020-07-08victoriametrics: add ldflagsMario Rodas1-0/+2
2020-07-07victoriametrics: 1.37.0 -> 1.37.4R. RyanTM1-2/+2
2020-07-07redis: 6.0.3 -> 6.0.5R. RyanTM1-2/+2
2020-06-08victoriametrics: 1.34.7 -> 1.37.0Souvik Sen1-2/+2
2020-05-17redis: 6.0.1 -> 6.0.3Jamie McClymont1-2/+2
================================================================================ Redis 6.0.3 Released Sat May 16 18:10:21 CEST 2020 ================================================================================ Upgrade urgency CRITICAL: a crash introduced in 6.0.2 is now fixed. 1eab62f7e Remove the client from CLOSE_ASAP list before caching the master. ================================================================================ Redis 6.0.2 Released Fri May 15 22:24:36 CEST 2020 ================================================================================ Upgrade urgency MODERATE: many not critical bugfixes in different areas. Critical fix to client side caching when keys are evicted from the tracking table but no notifications are sent. The following are the most serious fix: * XPENDING should not update consumer's seen-time * optimize memory usage of deferred replies - fixed * Fix CRC64 initialization outside the Redis server itself. * stringmatchlen() should not expect null terminated strings. * Cluster nodes availability checks improved when there is high Pub/Sub load on the cluster bus. * Redis Benchmark: Fix coredump because of double free * Tracking: send eviction messages when evicting entries. * rax.c updated from upstream antirez/rax. * fix redis 6.0 not freeing closed connections during loading. New features: * Support setcpuaffinity on linux/bsd * Client Side Caching: Add Tracking Prefix Number Stats in Server Info * Add --user argument to redis-benchmark.c (ACL)
2020-05-17redis: handle changes to systemd supportJamie McClymont1-3/+4
The 6.0 changelog notes that systemd support was rewritten. The effects of that seem to be twofold: * Redis will silently fail to sd_notify if not built with libsystemd, breaking our unit configuration. * It also appears to misbehave if told to daemonize when running under systemd -- note that upstream's sample unit configuration does not daemonize: https://github.com/antirez/redis/blob/unstable/utils/systemd-redis_server.service
2020-05-16Merge pull request #87472 from r-ryantm/auto-update/redisMario Rodas1-2/+2
redis: 5.0.8 -> 6.0.1
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-05-10redis: 5.0.8 -> 6.0.1R. RyanTM1-2/+2
2020-05-01eventstore: 5.0.7 -> 5.0.8R. RyanTM1-2/+2
2020-04-21mongodb_3_4: fix licenseMaximilian Bosch2-2/+5
As noted in #83433, the 3.4 branch of `mongodb` is still licensed under AGPL[1]. [1] https://github.com/mongodb/mongo/blob/r3.4.24/README
2020-04-15Merge pull request #85109 from marsam/update-victoriametricsMario Rodas1-5/+6
victoriametrics: 1.34.5 -> 1.34.7
2020-04-13influxdb: 1.7.6 -> 1.8.0 (#85113)Mario Rodas2-814/+6
2020-04-12victoriametrics: 1.34.5 -> 1.34.7Mario Rodas1-5/+6
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly8-8/+8
2020-04-07victoriametrics: 1.33.1 -> 1.34.5R. RyanTM1-3/+3
2020-03-28Merge staging-next into stagingFrederik Rietdijk9-53/+169
2020-03-27scons: Add passthru.py2 for backward compatibilityMichael Weiss1-1/+1
Not all packages build with Python 3, see #75877. The goal is to get rid of Python 2 but this approach ensures a smoother transition.
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-5/+2
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-26mongodb: builds on aarch64 as wellMaximilian Bosch1-1/+0
2020-03-26mongodb: 3.4.22 -> 3.4.24 & fix sslThibault Gagnaux2-4/+3
Reverts previous ssl fix commit and updates the mongodb version which fixes the ssl compile problem on darwin.
2020-03-26mongodb-4_0: 4.0.11 -> 4.0.12Nathan Smyth4-6/+26
2020-03-26nixos/tests/mongodb: test against mongodb versions 3.4, 3.6, 4.0Nathan Smyth4-43/+57
Now has tests for 3.4, 3.6, 4.0. Has some duplication, but it appears to work on my machine.
2020-03-26mongodb: 3.4.20 -> 3.4.22, 3.6.12 -> 3.6.13, 4.0.9 -> 4.0.11Nathan Smyth5-30/+54
2020-03-26mongodb: split packages to expose 3.4, 3.6 and 4.0Nathan Smyth5-35/+99
2020-03-26mongodb: 3.4.10 -> 4.0.4Nathan Smyth2-20/+19
fix: Adding libtool to allow darwin compiles Libtool seems to be required for mongodb to compile on darwin. fix: Marking MongoDB as broken on aarch64 fix: Adding libtools to the pkg imports Update mongodb to 4.0.4
2020-03-21victoriametrics: fix build on darwinMario Rodas1-2/+5
2020-03-20Merge pull request #82864 from r-ryantm/auto-update/EventStoreMario Rodas1-2/+2
eventstore: 5.0.6 -> 5.0.7