Commit Graph

43 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Muhammad Falak R Wani
6037e18ff0 prometheus-node-exporter: 1.6.1 -> 1.7.0
Diff: https://github.com/prometheus/node_exporter/compare/v1.6.1...v1.7.0
Changelog: https://github.com/prometheus/node_exporter/blob/v1.7.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-13 09:21:46 +05:30
Mario Rodas
03016d1fb0 prometheus-node-exporter: add changelog to meta 2023-07-23 11:36:00 +00:00
R. Ryantm
b154440078 prometheus-node-exporter: 1.6.0 -> 1.6.1 2023-07-23 11:35:58 +00:00
R. Ryantm
d2bda17bf5 prometheus-node-exporter: 1.5.0 -> 1.6.0 2023-05-29 05:31:42 +00:00
Philipp
275025ce4f
prometheus-node-exporter: 1.4.0 -> 1.5.0 (#203758) 2022-11-30 21:05:50 -05:00
Cole Helbling
109714a9cb prometheus-node-exporter: drop already-applied patch on darwin 2022-10-28 09:36:04 -07:00
R. Ryantm
4b9e76a84c prometheus-node-exporter: 1.3.1 -> 1.4.0 2022-09-27 04:50:01 +02:00
peter woodman
6af081ad33
prometheus-node-exporter: fix build on darwin (#165546) 2022-03-24 12:24:40 -04:00
R. Ryantm
73a4286e3b prometheus-node-exporter: 1.3.0 -> 1.3.1 2021-12-08 13:18:25 +00:00
YI
6da3d9a749 prometheus-node-exporter: 1.2.2 -> 1.3.0 2021-11-26 00:59:12 +08:00
eyjhb
7051b2014b
prometheus-node-exporter: 1.1.2 -> 1.2.2 2021-10-11 22:02:16 +02:00
Sandro Jäckel
aaae1445d1
prometheus.node-exporter: cleanup 2021-07-29 15:09:02 +02:00
Maximilian Bosch
722e5ccfea
prometheus-node-exporter: fix version info (#126580)
Closes #126359
2021-06-12 20:33:06 -04:00
Robin Gloster
117e2d44fc
prometheus-node-exporter: 1.0.1 -> 1.1.2 2021-05-11 00:02:02 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
WilliButz
7449a3274e
prometheus-exporters: expose tests in exporter definitions 2020-06-18 12:48:55 +02:00
Sergey Lukjanov
b3fa11fa3e node-exporter: 1.0.0 -> 1.0.1 2020-06-16 08:10:24 -07:00
Sergey Lukjanov
c6c55fb73b node_exporter: add Frostman to maintainers 2020-05-26 12:09:43 -07:00
Sergey Lukjanov
0d0678bf52 node_exporter: 0.18.1 -> 1.0.0 2020-05-26 12:09:11 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
c6a082b8a7
Merge pull request #63763 from thefloweringash/node-exporter-update
prometheus-node-exporter: 0.17.0 -> 0.18.1; set version information
2019-08-23 15:57:59 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Andrew Childs
a0836849f5 prometheus-node-exporter: 0.17.0 -> 0.18.1 2019-06-25 16:17:51 +09:00
Andrew Childs
42c689d70f prometheus-node-exporter: set version information 2019-06-25 16:17:46 +09:00
Franz Pletz
3db072d823
prometheus-node-exporter: now works with recent go 2019-01-11 07:55:25 +01:00
R. RyanTM
7b8c41e04c prometheus-node-exporter: 0.16.0 -> 0.17.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/node_exporter/versions
2018-12-15 01:06:41 -08:00
Yegor Timoshenko
c2839a8e1f
prometheus-node-exporter: add comment pointing to upstream bug 2018-08-10 00:52:21 +03:00
Yegor Timoshenko
bdf2850262 prometheus-node-exporter: work around prometheus/node_exporter#870
See: https://github.com/prometheus/node_exporter/issues/870
2018-08-09 19:47:56 +03:00
Mrmaxmeier
e99a869c19 prometheus-node-exporter: 0.15.2 -> 0.16.0 2018-06-18 19:39:07 +02:00
Franz Pletz
9152ef910b
prometheus-node-exporter: 0.15.0 -> 0.15.2 2018-03-22 01:05:30 +01:00
Pascal Bach
38a66bb033 prometheus-node-exporter: 0.14.0 -> 0.15.0 2017-10-22 14:45:48 +02:00
Dan Peebles
b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Daiderd Jordan
56ea313c29
prometheus-node-exported: fix output cycle on darwin 2017-09-13 22:08:25 +02:00
Franz Pletz
bd27594bc6
promtheus-node-exporter: 0.13.0 -> 0.14.0 2017-04-29 11:44:39 +02:00
Franz Pletz
96137a6abd
prometheus-node-exporter: 0.12.0 -> 0.13.0 2016-12-01 02:02:04 +01:00
Svein Ove Aas
31a8eee841 prometheus: Bump all to newest
Disable tests for prometheus-node-exporter because one megacli test fails.

Closes #16575.
2016-07-18 20:27:53 +02:00
Kamil Chmielewski
bbc37e0eb7 Moving from fetchgit generated by go2nix to fetchFromGitHub where rev is
a tag
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski
28b6e9863c prometheus-node-exporter: extracted from goPackages 2016-06-09 11:22:02 +02:00