Guy Chronister
c27224dea8
graylogPlugins: remove unused maintainers and lib.platforms let binding
2026-04-06 09:28:43 -05:00
Hythera
785409f8b0
graylogPlugins.*: set pname
2026-02-02 21:45:03 +01:00
Ihar Hrachyshka
567e8dfd8e
treewide: clean up 'meta = with' pattern
...
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-12-10 18:09:49 +01:00
Wolfgang Walther
4612051283
maintainers: drop fadenb
...
Mostly inactive since 2024, does not react to maintainer pings.
2025-12-02 16:34:19 +01:00
Peder Bergebakken Sundt
d4280e3050
graylog-6_0: 6.0.8 -> 6.0.14 ( #420470 )
2025-08-31 23:29:54 +02:00
Wolfgang Walther
5a0711127c
treewide: run nixfmt 1.0.0
2025-07-24 13:55:40 +02:00
bstanderline
4a8f1e03d5
graylog-6_0: 6.0.8 -> 6.0.14
2025-06-27 09:19:08 +01:00
Wolfgang Walther
6dc55d65a0
graylog-6_1: init at 6.1.8 ( #358783 )
2025-05-04 18:22:46 +00:00
Silvan Mosberger
374e6bcc40
treewide: Format all Nix files
...
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:
nix-build ci -A fmt.check
This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153 )
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166 ).
This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537 ).
Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](https://github.com/NixOS/nixpkgs/tree/8616af08d915377bd930395f3b700a0e93d08728/maintainers/scripts/auto-rebase ).
If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/ ) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Benno Bielmeier
9e0b90b2db
graylog-5_2: remove
...
Graylog 5.2 is EOL since October 18th 2024.
https://endoflife.date/graylog
2025-03-21 00:43:15 +01:00
Benno Bielmeier
ad312d303c
graylog-6_1: init at 6.1.8
...
Also follow the _recommendation for new packages with multiple versions_
in pkgs/by-name/README.md
2025-03-21 00:32:13 +01:00
Arne Keller
d7a2a10a40
graylog-5_1: remove ( #358780 )
2025-03-16 15:45:23 +01:00
Peder Bergebakken Sundt
2006dc8bb2
graylog-5_2: 5.2.9 -> 5.2.12 ( #358772 )
2025-01-17 02:46:06 +01:00
Peder Bergebakken Sundt
ae5382faec
graylog-6_0: 6.0.4 -> 6.0.8 ( #358733 )
2025-01-17 02:32:04 +01:00
Benno Bielmeier
7eed7c8da6
graylog-5_1: remove
...
Graylog 5.1 seems discontinued since May 2024.
https://endoflife.date/graylog
2025-01-15 12:54:49 +01:00
Silvan Mosberger
4f0dadbf38
treewide: format all inactive Nix files
...
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Benno Bielmeier
e702d7d82e
graylog-5_2: 5.2.9 -> 5.2.12
2024-11-24 18:35:43 +01:00
Benno Bielmeier
f077b3d5e6
graylog-6_0: 6.0.4 -> 6.0.8
...
Changlog can be found here:
https://go2docs.graylog.org/6-0/changelogs/changelog.html#Graylog608
2024-11-24 16:08:14 +01:00
Benno Bielmeier
aabff57ea6
graylog-5_2: 5.2.7 -> 5.2.9
2024-07-16 21:53:43 +02:00
Benno Bielmeier
7a8a2eead7
graylog: refactor hash attribute
...
rel: https://github.com/NixOS/nixpkgs/pull/310349/files#r1597704399
2024-07-16 21:52:09 +02:00
Benno Bielmeier
412f485211
graylog-6_0: init at 6.0.4
2024-07-05 01:24:06 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Isa
330ef94574
graylog-5_1: 5.1.11 -> 5.1.13
2024-05-22 13:22:55 +02:00
Isa
d550945abb
graylog-5_2: 5.2.4 -> 5.2.7
2024-05-09 16:58:02 +02:00
Philip Taron
ac39e45b04
Avoid top-level with ...; in pkgs/tools/misc/graylog/plugins.nix
2024-03-28 21:30:46 +01:00
Robert Scott
1d286d588b
graylog-5_0: remove
2024-02-15 21:14:21 +00:00
Sandro
6802719a6b
Merge pull request #287294 from f2k1de/graylog-5.2.4
...
graylog-5_2: init at 5.2.4
2024-02-10 14:30:00 +01:00
Isa
ed5469e4d6
graylog-5_2: init at 5.2.4
2024-02-08 20:05:53 +01:00
Isa
18c858e76e
graylog-5_1: 5.1.7 -> 5.1.11
2024-02-08 19:56:33 +01:00
GetPsyched
f98ec4f73c
treewide: update meta.description to fit the guidelines
2024-01-09 17:12:31 +01:00
Isa
05adcfc5f4
graylog-5_1: 5.1.4 -> 5.1.7
2023-10-30 00:36:17 +01:00
Raito Bezarius
e60282e170
graylog-3_3: drop, graylog-4_0: drop, graylog-4_3: drop
...
All of those are EOL versions: https://endoflife.date/graylog
4.3 was EOLed 5 months ago. It is time to move on.
2023-10-09 02:51:35 +02:00
Isa
bd50b5fcf5
graylog-5_1: init at 5.1.4
2023-08-07 19:49:48 +02:00
Sandro
6a82bd498f
Merge pull request #240138 from f2k1de/graylog-splunk-plugin
2023-07-11 14:37:36 +02:00
Isa
eca5d29240
graylog: 5.0.7 -> 5.0.8
2023-06-28 18:52:05 +02:00
Isa
c3c028d2bb
graylogPlugins.splunk: init at 0.5.0-rc.1
2023-06-27 16:07:05 +02:00
Sandro
6e2cbe165c
Merge pull request #232273 from f2k1de/graylog-plugin-eagle
...
graylogPlugins.smseagle: init at 1.0.1
2023-06-18 17:41:31 +02:00
Isa
7b4c00c8a7
graylogPlugins.smseagle: init at 1.0.1
2023-06-18 10:40:24 +02:00
Isa
b1240a8d28
graylog: 5.0.6 -> 5.0.7
2023-05-16 18:49:43 +02:00
Isa
c7629a78b7
graylog: let the user decide which version of graylog to use
2023-05-12 20:43:03 +02:00
Isa
efbcbc5611
graylog: init at 4.0.8, 4.3.8, 5.0.6
2023-05-12 20:16:05 +02:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Malo Bourgon
16e15fa68f
treewide: add meta.mainProgram to many packages
2022-05-04 18:08:19 -07:00
Thomas Gerbet
ea5bc4fe75
graylog: 3.3.15 -> 3.3.16
...
Bump log4j 2 to 2.6.0.
https://www.graylog.org/post/announcing-graylog-v3-3-16
2021-12-17 09:38:03 +01:00
Thomas Gerbet
6dd67c31d2
graylog: 3.3.14 -> 3.3.15
...
This release included a fix for the Log4j vulnerability.
https://www.graylog.org/post/graylog-update-for-log4j
2021-12-13 09:46:47 +01:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 ( #145260 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
2021-11-10 11:37:56 +01:00
FadenB
c82cc16ccc
graylog: 3.3.9 -> 3.3.14
2021-08-07 20:41:16 +09:00
FadenB
b7604be17d
Revert "graylog: 3.3.9 -> 4.0.7"
...
This reverts commit b1d42dbe6d .
The 4.x versions of Graylog have a different license (unfree) than the 3.x branch.
2021-08-07 20:41:16 +09:00
R. RyanTM
b1d42dbe6d
graylog: 3.3.9 -> 4.0.7
2021-06-18 17:55:04 +00:00
Linus Heckemann
22de3c19e7
graylog: improve JRE handling
...
Since the upstream graylogctl script will prefer finding its java
executable based on JAVA_HOME, we now set this instead of PATH in
order to allow it to find the JRE. By setting it conditionally on it
not already being set, we allow selecting a different JRE at runtime.
We also explicitly use openjdk11, which supports the
UseConcMarkSweepGC option which graylog insists on using.
2021-03-28 14:37:28 +02:00