Commit graph

30 commits

Author SHA1 Message Date
Raphael Megzari 42b315fa79
grafana-loki: 2.2.1 -> 2.3.0 (#133011)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-08 05:31:09 +02:00
happysalada ba0fe82b78 loki: 2.2.0 -> 2.2.1 2021-04-06 10:53:51 +09:00
happysalada fc4c2e4103 loki: format with nixpkgs-fmt 2021-04-06 10:31:10 +09:00
Jörg Thalheim 4fe666a3d7
grafana-loki: don't build test executables 2021-03-15 19:28:35 +01:00
R. RyanTM d797decdf8 grafana-loki: 2.1.0 -> 2.2.0 2021-03-13 06:36:44 +00:00
Maximilian Bosch 89aba1d889
grafana-loki: add buildinfo
Otherwise, no version output is shown with `--version` or during log
messages.
2021-03-03 14:36:38 +01:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +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
happysalada d1efd653af grafana-loki: 2.0.0 -> 2.1.0 2020-12-25 12:33:39 +09:00
Jörg Thalheim 37a7436356
loki: reference nixosTests 2020-11-10 10:49:29 +01:00
Martin Weinelt 09bbd4017f
grafana-loki: 1.6.1 -> 2.0.0
Convert to use buildGoModule and add a patch for a test failing on
golang>=1.15.
2020-10-29 01:16:58 +01:00
R. RyanTM 82b6236756 grafana-loki: 1.6.0 -> 1.6.1 2020-09-04 23:50:38 +00:00
Florian Klink 40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
R. RyanTM b05eefc014 grafana-loki: 1.5.0 -> 1.6.0 2020-08-22 08:32:53 +00:00
Florian Klink 68debbe0cb loki: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
David Wood 2f0955e722
grafana-loki: 1.4.0 -> 1.5.0 2020-05-25 11:35:16 +01:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Jamie McClymont e6c14aef79 grafana-loki: 1.3.0 -> 1.4.0 2020-04-06 18:38:56 +12:00
WilliButz 96de24cfdb
grafana-loki: 1.2.0 -> 1.3.0, patch distributor test
Only include the loopback interface "lo" in the lifecycler configuration
of the distributor test.
2020-01-22 23:44:32 +01:00
Mario Rodas 9f2092b6a9
grafana-loki: fix build on darwin 2019-12-14 22:22:22 -05:00
WilliButz 3526e7deb0
grafana-loki: 1.1.0 -> 1.2.0 2019-12-09 19:12:53 +01:00
WilliButz f659187525
grafana-loki: 1.0.0 -> 1.1.0 2019-12-05 16:37:08 +01:00
Marek Mahut 693c27b111 grafana-loki: 0.4.0 -> 1.0.0
Adding mmahut as maintaner
2019-11-21 13:20:23 +01:00
WilliButz 3236de7b4d
grafana-loki: 0.3.0 -> 0.4.0 2019-10-25 23:37:40 +02: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 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
WilliButz dfb66de179 grafana-loki: 0.2.0 -> 0.3.0 (#66835) 2019-08-18 21:47:31 +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
WilliButz 2d09016ed3
grafana-loki: 0.1.0 -> 0.2.0 2019-08-03 00:19:14 +02:00
WilliButz 25b2a5eba6
grafana-loki: init at 0.1.0 2019-06-04 01:50:34 +02:00