Commit Graph

453163 Commits

Author SHA1 Message Date
R. Ryantm
a3b059bf4b libreddit: 0.28.1 -> 0.29.0 2023-02-13 14:55:55 +01:00
R. Ryantm
53d5ba94c3 python310Packages.pyvmomi: 8.0.0.1.1 -> 8.0.0.1.2 2023-02-13 14:55:55 +01:00
R. Ryantm
6595d9c223 snappymail: 2.25.2 -> 2.25.3 2023-02-13 14:55:55 +01:00
R. Ryantm
2cb1660706 afterburn: 5.3.0 -> 5.4.0 2023-02-13 14:55:55 +01:00
R. Ryantm
5bee7c9142 cargo-insta: 1.20.0 -> 1.26.0 2023-02-13 14:55:55 +01:00
zowoq
ef22c9545f podman: 4.4.0 -> 4.4.1
https://github.com/containers/podman/releases/tag/v4.4.1
2023-02-13 14:55:55 +01:00
Weijia Wang
11822c1365 afterburn: relax platforms 2023-02-13 14:55:55 +01:00
R. Ryantm
10154ab63e python310Packages.pypinyin: 0.47.1 -> 0.48.0 2023-02-13 14:55:55 +01:00
R. Ryantm
c1263ede08 python310Packages.types-dateutil: 2.8.19.5 -> 2.8.19.6 2023-02-13 14:55:54 +01:00
16e6ce7824 pgadmin4: add option to enable desktop mode
By default, pgadmin4 uses SERVER_MODE = True. This requires
access to system directories (e.g. /var/lib/pgadmin). There is
no easy way to change this mode during runtime. One has to change
or add config files withing pgadmin's directory structure to change it
or add a system-wide config file under `/etc/pgadmin`[1].

This isn't always easy to achive or may not be possible at all. For
those usecases this implements a switch in the pgadmin4 derivation and
adds a new top-level package `pgadmin4-desktopmode`. This builds in
DESKTOP MODE and allows the usage of pgadmin4 without the nixOS module
and without access to system-wide directories.

pgadmin4 module saves the configuration to /etc/pgadmin/config_system.py
pgadmin4-desktopmode tries to read that as well. This normally fails with
a PermissionError, as the config file is owned by the user of the pgadmin module.

With the check-system-config-dir.patch this will just throw a warning
but will continue and not read the file.

If we run pgadmin4-desktopmode as root
(something one really shouldn't do), it can read the config file and fail,
because of the wrong config for desktopmode.

[1]https://www.pgadmin.org/docs/pgadmin4/latest/config_py.html

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-02-13 14:55:54 +01:00
2437d343a9 nixosTests.pgadmin4-standalone: format
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-02-13 14:55:54 +01:00
0427afdc74 pgadmin4: move package tests back into the package
We test pgadmin in nixosTests, because it needs a running postgresql instance.
This is now unnecessary since we can do so in the package itself.

This reduces the complexity of pgadmin and removes the need for the extra
nixosTests.

Also setting SERVER_MODE in `pkg/pip/setup_pip.py` does not have any effect
on the final package, so we remove it.
In NixOS, we use the module, which expects SERVER_MODE to be true (which it defaults to).
In non-NixOS installations, we will need the directory /var/lib/pgadmin and /var/log/pgadmin

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-02-13 14:55:54 +01:00
Bruno Bigras
6582740e4d anytype: 0.29.1 -> 0.30.0 2023-02-13 14:55:54 +01:00
Tom Houlé
e75077a486 backblaze-b2: 3.6.0 -> 3.7.0 2023-02-13 14:55:54 +01:00
Tom Houlé
3546b2db22 pythonPackages.b2sdk: 1.18.0 -> 1.19.0
The new ignored tests rely on network access.
2023-02-13 14:55:53 +01:00
Weijia Wang
63ee75aea6 draco: 1.5.5 -> 1.5.6 2023-02-13 14:55:53 +01:00
R. Ryantm
0a68759465 tfswitch: 0.13.1300 -> 0.13.1308 2023-02-13 14:55:53 +01:00
Weijia Wang
f067d9d4ee xmrig: add darwin support 2023-02-13 14:55:53 +01:00
R. Ryantm
5f2237fcdd go-mockery: 2.16.0 -> 2.18.0 2023-02-13 14:55:53 +01:00
R. Ryantm
d5a2b3f69d arkade: 0.8.60 -> 0.8.62 2023-02-13 14:55:53 +01:00
R. Ryantm
dd5218cac4 python310Packages.robotstatuschecker: 2.1.0 -> 3.0.0 2023-02-13 14:55:53 +01:00
R. Ryantm
9193f66f8f kubernetes-controller-tools: 0.11.2 -> 0.11.3 2023-02-13 14:55:52 +01:00
R. Ryantm
f2175c6fe5 python310Packages.flask-babel: 3.0.0 -> 3.0.1 2023-02-13 14:55:52 +01:00
R. Ryantm
2d4eaba8bb ffuf: 1.5.0 -> 2.0.0 2023-02-13 14:55:52 +01:00
Izorkin
f849e64c0a nixos/systemd-coredump: fix group id 2023-02-13 14:55:52 +01:00
Weijia Wang
c91f2d7c5c ligolo-ng: 0.4.2 -> 0.4.3 2023-02-13 14:55:52 +01:00
R. Ryantm
3c2b26dff5 xmrig: 6.18.1 -> 6.19.0 2023-02-13 14:55:52 +01:00
R. Ryantm
d4be3813fa subnetcalc: 2.4.20 -> 2.4.21 2023-02-13 14:55:52 +01:00
Weijia Wang
e46ffda34a gss: 1.0.3 -> 1.0.4 2023-02-13 14:55:52 +01:00
github-actions[bot]
a5a7b9af3a terraform-providers.vsphere: 2.2.0 → 2.3.1 2023-02-13 14:55:51 +01:00
github-actions[bot]
7f733957a8 terraform-providers.oci: 4.106.0 → 4.107.0 2023-02-13 14:55:51 +01:00
github-actions[bot]
9ec7fcd86c terraform-providers.selectel: 3.9.0 → 3.9.1 2023-02-13 14:55:51 +01:00
github-actions[bot]
53c9947f3d terraform-providers.alicloud: 1.197.0 → 1.198.0 2023-02-13 14:55:51 +01:00
github-actions[bot]
69a57e6707 terraform-providers.newrelic: 3.13.0 → 3.14.0 2023-02-13 14:55:51 +01:00
IndeedNotJames
e7aa70d2ea nixos/caddy: fix caddy fmt for caddy v2.6.3
The nixos module uses `caddy fmt` to *format* the generated Caddyfile.
v2.6.3 slightly altered `caddy fmt`'s behavior.

Excerpt from https://github.com/caddyserver/caddy/releases/tag/v2.6.3
> cmd: caddy fmt return code is 1 if not formatted
> cmd: fmt exit successfully after overwriting config file

Which is why the internal `Caddyfile-formatted` now uses `cp` and `caddy fmt --overwrite` instead
2023-02-13 14:55:51 +01:00
IndeedNotJames
cf9492cba0 caddy: 2.6.2 -> 2.6.3
https://github.com/caddyserver/caddy/releases/tag/v2.6.3
2023-02-13 14:55:51 +01:00
IndeedNotJames
f547d57191 caddy: add indeednotjames as maintainer 2023-02-13 14:55:51 +01:00
Ben Darwin
c42d536fe5 python310Packages.cmaes: init at 0.9.1 2023-02-13 14:55:50 +01:00
Mario Rodas
18de0dc25b translate-shell: 0.9.7 -> 0.9.7.1
https://github.com/soimort/translate-shell/releases/tag/v0.9.7.1
2023-02-13 14:55:50 +01:00
R. Ryantm
6980504beb pgmetrics: 1.14.0 -> 1.14.1 2023-02-13 14:55:50 +01:00
R. Ryantm
ce630895c5 resvg: 0.28.0 -> 0.29.0 2023-02-13 14:55:50 +01:00
Robert Schütz
e06f89f0db python310Packages.argh: 0.26.2 -> 0.27.1
Changelog: https://github.com/neithere/argh/blob/v0.27.1/CHANGES
2023-02-13 14:55:50 +01:00
Robert Schütz
6786cb3f6b abcmidi: 2023.01.21 -> 2023.02.07 2023-02-13 14:55:49 +01:00
Samuel Ainsworth
5fbb718b5d python3Packages.apache-beam: skip failing tests 2023-02-13 14:55:49 +01:00
Samuel Ainsworth
c41909474e python3Packages.apache-beam: relaxing pyarrow dep no longer necessary 2023-02-13 14:55:49 +01:00
Samuel Ainsworth
81f4592426 python3Packages.apache-beam: 2.43.0 -> 2.44.0 2023-02-13 14:55:49 +01:00
Robert Schütz
6f42c4adaa python310Packages.trove-classifiers: 2023.1.20 -> 2023.2.8
Changelog: https://github.com/pypa/trove-classifiers/releases/tag/2023.2.8
2023-02-13 14:55:49 +01:00
figsoda
0e74f0fea2 ruff: 0.0.243 -> 0.0.244
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.243...v0.0.244

Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.244
2023-02-13 14:55:49 +01:00
P. R. d. O
7fa96e5fc0 pocket-casts: build from source 2023-02-13 14:55:48 +01:00
SharzyL
fa0a0ccc57 circt: fix darwin build 2023-02-13 14:55:48 +01:00