Commit Graph

428194 Commits

Author SHA1 Message Date
Maximilian Bosch
853d0a3f2b
Merge pull request #199150 from Ma27/grafana-fixup
nixos/grafana: documentation/warning improvements after #191768
2022-11-20 20:53:25 +01:00
Fabian Affolter
bd3a8c7b9e
Merge pull request #202060 from r-ryantm/auto-update/python310Packages.mautrix
python310Packages.mautrix: 0.18.7 -> 0.18.8
2022-11-20 20:48:17 +01:00
Fabian Affolter
b4ce95d509
Merge pull request #202074 from r-ryantm/auto-update/appthreat-depscan
appthreat-depscan: 3.0.0 -> 3.0.2
2022-11-20 20:46:06 +01:00
Fabian Affolter
5b1d19d051
Merge pull request #202058 from r-ryantm/auto-update/python310Packages.manimpango
python310Packages.manimpango: 0.4.1 -> 0.4.2
2022-11-20 20:37:11 +01:00
Jörg Thalheim
1566922325
Merge pull request #201744 from NickCao/various-cross-fix
uucp, autojump: fix cross compilation
2022-11-20 20:27:19 +01:00
Jörg Thalheim
084a1fd537
Merge pull request #200697 from NickCao/efivar
efivar: fix cross compilation
2022-11-20 20:26:41 +01:00
Jörg Thalheim
a8f975fcd4
Merge pull request #200248 from Mindavi/libmtp/cross-improvement
libmtp: improve cross-compilation support
2022-11-20 20:25:54 +01:00
Mario Rodas
d5c74abf8d
Merge pull request #193637 from marsam/init-martian-mono
martian-mono: init at 0.9.1
2022-11-20 14:23:52 -05:00
Jörg Thalheim
fe627f9245
Merge pull request #199548 from r-ryantm/auto-update/polkadot
polkadot: 0.9.30 -> 0.9.32
2022-11-20 20:18:47 +01:00
Mario Rodas
af12a07591
Merge pull request #190232 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 16.0.0 -> 16.3.6
2022-11-20 14:13:56 -05:00
Jörg Thalheim
83b468db28
Merge pull request #196148 from Mic92/tailscale
tailscale: improve formatting on warning message
2022-11-20 20:12:46 +01:00
Jörg Thalheim
42c5aedcde
Merge pull request #181730 from Mic92/qt6
qt6.full: add
2022-11-20 20:12:14 +01:00
Fabian Affolter
ad52a62276
Merge pull request #202057 from r-ryantm/auto-update/python310Packages.lsassy
python310Packages.lsassy: 3.1.4 -> 3.1.6
2022-11-20 20:06:17 +01:00
Fabian Affolter
fed159500c
Merge pull request #200681 from pbsds/domeneshop-zhfail
python3Packages.domeneshop: 0.4.2 -> 0.4.3
2022-11-20 20:05:17 +01:00
Maximilian Bosch
4a73fad515
nixos/doc: also note that external YAML files for grafana will end up in the store 2022-11-20 20:03:38 +01:00
Maximilian Bosch
98cadbcf70
nixos/grafana: review fixes 2022-11-20 19:54:44 +01:00
Fabian Affolter
fba17fd4ff
Merge pull request #202009 from r-ryantm/auto-update/syft
syft: 0.60.3 -> 0.62.0
2022-11-20 19:50:50 +01:00
Fabian Affolter
996b333241
python310Packages.manimpango: add changelog to meta 2022-11-20 19:49:34 +01:00
Fabian Affolter
7a68a5d617
python310Packages.mautrix: add changelog to meta 2022-11-20 19:48:04 +01:00
Fabian Affolter
6642461162
Merge pull request #202066 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.134 -> 3.0.135
2022-11-20 19:44:00 +01:00
Fabian Affolter
2073ee4b6e
appthreat-depscan: add changelog to meta 2022-11-20 19:42:05 +01:00
Fabian Affolter
47c235956b
python310Packages.lsassy: add changelog to meta 2022-11-20 19:40:10 +01:00
R. Ryantm
72e8f024d8 appthreat-depscan: 3.0.0 -> 3.0.2 2022-11-20 18:29:20 +00:00
R. Ryantm
9959b6bba0 aliyun-cli: 3.0.134 -> 3.0.135 2022-11-20 17:53:37 +00:00
figsoda
8767da378a
Merge pull request #201962 from figsoda/petname
rust-petname: 1.1.2 -> 1.1.3
2022-11-20 12:36:37 -05:00
Maximilian Bosch
2580440389
Merge pull request #198470 from RaitoBezarius/nc25-openssl
nextcloud25: use openssl 1.1 as a PHP extension to fix RC4 encryption
2022-11-20 18:32:41 +01:00
R. Ryantm
a17ea3aa43 python310Packages.mautrix: 0.18.7 -> 0.18.8 2022-11-20 17:22:32 +00:00
Maximilian Bosch
6ee5ae3e48
nixos/grafana: make warning more clear 2022-11-20 18:21:41 +01:00
Maximilian Bosch
9d7e9c5965
nixos/grafana: allow using both directories or single YAML files for non-Nix provisioning 2022-11-20 18:21:41 +01:00
Maximilian Bosch
2f1dfb0db3
nixos/grafana: fix w/o datasources or dashboard provisioning 2022-11-20 18:21:41 +01:00
Maximilian Bosch
4ec456b725
nixos/grafana: fix secret-related warnings
Closes #198646

* The options `password`/`basicAuthPassword` were removed for
  datasources in Grafana 9. The only option to declare them now is to use
  `secureJsonData`.
* Fix description for contactPoints provisioning: when using file/env
  providers, nothing will be leaked into the store.
* Fix regex in file-provider usage check: it's also possible to either
  use `$__env{FOO}` or `$FOO` to fetch secrets from the environment.
* Fix warning for datasources: `password`/`basicAuthPassword` was
  removed, also check for each setting in `secureJsonData` if
  env/file-provider was used (then no warning is needed!).
2022-11-20 18:21:40 +01:00
Maximilian Bosch
b300ec349c
nixos/doc: wording fix 2022-11-20 18:21:40 +01:00
Maximilian Bosch
febc8a4307
nixos/tests/grafana: demonstrate how to use the file provider
Yes, it's still a store path, but it's only for demonstration purposes.
Also we now have fewer warnings in the provision test.
2022-11-20 18:21:40 +01:00
Maximilian Bosch
03b34e85d4
nixos/grafana: we only support single YAML files for provisioning 2022-11-20 18:21:39 +01:00
Maximilian Bosch
45e1ce7e3a
nixos/grafana: get rid of unnecessary flatten for warnings 2022-11-20 18:21:39 +01:00
Maximilian Bosch
afd6199cff
nixos/grafana: re-add legacy notifiers test, mention notifiers in release notes 2022-11-20 18:21:39 +01:00
Maximilian Bosch
25b5824696
nixos/grafana: mark services.grafana.extraOptions as removed 2022-11-20 18:21:38 +01:00
Maximilian Bosch
252785fd9c
nixos/doc: improve release-notes for services.grafana 2022-11-20 18:21:38 +01:00
Maximilian Bosch
957e368f3d
nixos/grafana: provision.{datasources,dashboards} can't be a list anymore
The hack with `either` had the side-effect that the sub-options of the
submodule didn't appear in the manual. I decided to remove this because
the "migration" isn't that hard, you just need to fix some module
declarations.

However, `mkRenamedOptionModule` wouldn't work here because it'd create
a "virtual" option for the deprecated path (i.e.
`services.grafana.provision.{datasources,dashboards}`), but that's the
already a new option, i.e. the submodule for the new stuff.

To make sure that you still get errors, I implemented a small hack using
`coercedTo` which throws an error if a list is specified (as it would be
done on 22.05) which explains what to do instead to make the migration
easier.

Also, I linkified the options in the manual now to make it easier to
navigate between those.
2022-11-20 18:21:35 +01:00
R. Ryantm
dde2c62358 python310Packages.manimpango: 0.4.1 -> 0.4.2 2022-11-20 16:54:19 +00:00
Mario Rodas
8c6c94de4c
Merge pull request #202051 from marsam/update-gallery-dl
gallery-dl: 1.23.5 -> 1.24.0
2022-11-20 11:51:32 -05:00
Anderson Torres
7401a17cfb
Merge pull request #202033 from r-ryantm/auto-update/ventoy-bin
ventoy-bin: 1.0.81 -> 1.0.82
2022-11-20 13:33:20 -03:00
R. Ryantm
db3f86f920 python310Packages.lsassy: 3.1.4 -> 3.1.6 2022-11-20 16:29:54 +00:00
Robert Scott
6d8c3257aa
Merge pull request #201477 from r-ryantm/auto-update/libheif
libheif: 1.13.0 -> 1.14.0
2022-11-20 16:18:10 +00:00
Robert Scott
72156f4e1f libheif: add some key reverse dependencies to passthru.tests 2022-11-20 16:16:59 +00:00
K900
3d7cd4fd4a
Merge pull request #202054 from helsinki-systems/regen-acme-test-certs
nixos/tests/acme/server: regenerate certs
2022-11-20 19:13:10 +03:00
Robert Scott
b99d153009
Merge pull request #201323 from yorickvP/bump-asterisk
asterisk: 16.26.1 -> 16.29.0, 18.12.1 -> 18.15.0, 19.4.1 -> 19.7.0, init 20.0.0
2022-11-20 15:57:46 +00:00
ajs124
626e8b67fa nixos/tests/acme/server: regenerate certs
expired today
2022-11-20 16:37:42 +01:00
Martin Weinelt
555be4e776
Merge pull request #199910 from tpwrules/upgrade-numba
Closes https://github.com/NixOS/nixpkgs/issues/197045
2022-11-20 16:21:06 +01:00
Mario Rodas
5a880f0356
Merge pull request #202012 from peterbecich/update-buck
buck: 2021.05.05.01 -> 2022.05.05.01
2022-11-20 10:06:34 -05:00