Commit Graph

59 Commits

Author SHA1 Message Date
Dennis Gosnell
6a60941803 vector: enable api and api-client features
This enables users to use commands like `vector top`.
2022-10-14 16:14:34 -04:00
Theodore Ni
bc2ce9630a vector: patch to compile with rust 1.64. 2022-10-08 12:44:27 +09:00
Kira Bruneau
748175c0c3 vector: build on all platforms 2022-10-05 18:47:40 -05:00
Luc Perkins
cce4fdbcfd
vector: update platforms list to include aarch64-darwin 2022-09-28 14:47:36 -05:00
happysalada
54f0e005de vector: 0.24.0 -> 0.24.1 2022-09-12 22:46:06 -04:00
happysalada
2455e2519e vector: 0.22.3 -> 0.24.0 2022-09-02 17:12:39 -04:00
happysalada
6990295131 vector: 0.23.0 -> 0.22.3 2022-07-18 18:39:58 -04:00
happysalada
edd709dcfc vector: 0.22.3 -> 0.23.0 2022-07-11 20:51:00 -04:00
happysalada
a1ad66a4af vector: 0.22.2 -> 0.22.3 2022-06-30 15:32:46 -04:00
Bryan A. S
7eaefc9417 vector: 0.22.1 -> 0.22.2
- bump version

- change owner to reflect repo move
2022-06-21 02:55:58 -04:00
happysalada
af4b5ffa73 vector: 0.22.0 -> 0.22.1 2022-06-11 13:08:08 -04:00
happysalada
236cc2971a vector: 0.21.2 -> 0.22.0 2022-06-03 00:29:05 -04:00
happysalada
6ad85fcb61 vector: 0.21.1 -> 0.21.2 2022-05-05 21:03:28 -04:00
happysalada
9b2a6976a6 vector: 0.21.0 -> 0.21.1 2022-04-23 12:40:16 -04:00
happysalada
b01b9080bd vector: 0.20.1 -> 0.21.0 2022-04-16 09:54:19 -04:00
happysalada
f35d4e3c73 vector: 0.20.0 -> 0.20.1 2022-04-08 10:05:57 -04:00
Yt
f31009fe4d
vector: 0.19.2 -> 0.20.0 (#159382) 2022-02-12 21:58:37 +09:00
R. RyanTM
4874c253e7
vector: 0.19.1 -> 0.19.2 (#158878) 2022-02-10 21:41:38 +09:00
happysalada
25655970c5 vector: 0.19.0 -> 0.19.1 2022-01-26 10:05:27 -06:00
happysalada
fff7343400 vector: 0.18.1 -> 0.19.0 2021-12-30 09:19:47 -05:00
R. RyanTM
e6d91c74b0
vector: 0.18.0 -> 0.18.1 (#149019) 2021-12-07 01:05:24 +09:00
Raphael Megzari
09b01aa435
vector: 0.17.3 -> 0.18.0 (#146523) 2021-11-21 07:17:03 +09:00
figsoda
5999944ad0 vector: use buildFeatures, clean up 2021-11-16 08:11:50 -05:00
happysalada
f0a0389dfc vector: 0.16.1 -> 0.17.3 2021-10-25 12:07:41 +09:00
happysalada
cdd4d1ceec vector: disable flaky test 2021-09-19 09:46:09 +09:00
happysalada
f082ab00bd vector: disable flaky tests 2021-08-30 10:04:56 +09:00
happysalada
fc87d9a067 vector: 0.16.0 -> 0.16.1 2021-08-30 10:04:56 +09:00
happysalada
4d83b2529c vector: 0.15.2 -> 0.16.0 2021-08-30 10:04:56 +09:00
happysalada
0220940e2a vector: 0.15.1 -> 0.15.2 2021-08-13 11:04:54 +09:00
Sandro
c1cb6b689f
vector: fix optionals 2021-08-07 12:07:36 +02:00
happysalada
9dd9a5883a vector: 0.15.0 -> 0.15.1 2021-07-28 19:48:08 +09:00
happysalada
5972cc3119 vector: 0.14.0 -> 0.15.0 2021-07-19 10:02:06 +09:00
happysalada
55b565d85a vector: 0.13.1 -> 0.14.0 2021-06-14 17:52:10 +09:00
happysalada
055a145dfe vector: 0.13.0 -> 0.13.1 2021-04-30 16:37:06 +09:00
Raphael Megzari
0b57aa8701
vector: 0.12.2 -> 0.13.0 (#120134) 2021-04-23 11:52:41 +09:00
happysalada
e765f20ffb vector: update 12.1 -> 12.2 2021-04-02 07:57:19 +09:00
happysalada
1c32aa3516 vector: formatted with nixpkgs-fmt 2021-04-02 07:55:53 +09:00
Austin Seipp
b527f11db8
vector: 0.12.0 -> 0.12.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-03-13 11:09:10 -06:00
Austin Seipp
5c812929a6
vector: 0.10.0 -> 0.12.0
As a minor regression, LevelDB support is currently compiled out. This
is due to a few changes in the build infrastructure that now causes
leveldb to be vendored when it shouldn't be.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-03-11 20:48:07 -06:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Austin Seipp
652ac69373
Merge pull request #103393 from happysalada/add_vector
nixos/vector: add module
2020-12-02 03:30:11 -06:00
happysalada
85767db6b8 add happysalada as maintainer 2020-11-30 16:34:53 +09:00
Johan Thomsen
1096a6d77e vector: include the "unix" cargo feature if targetPlatform isUnix 2020-11-18 16:19:14 +01:00
Johan Thomsen
a03c8a8f35 vector: add sinks, sources and transforms as nixpkgs default features
Don't include transform-geoip unless this feature is explicitly selected
2020-10-26 17:21:11 +01:00
happysalada
d892551a83
vector: 0.8.1 -> 0.10.0; fix Darwin build
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-10 13:18:35 -05:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Jörg Thalheim
e1bea9e8b1
vector: fix strict deps build 2020-03-29 12:37:26 +01:00
R. RyanTM
40877c81a5 vector: 0.8.0 -> 0.8.1 2020-03-06 15:27:26 -06:00
Alexander Rodin
05336f23b1 vector: 0.7.2 -> 0.8.0 2020-02-26 19:52:33 -06:00