Commit Graph

186352 Commits

Author SHA1 Message Date
Aaron Andersen
3d1905e3f5 linux/kernel: enable automatic cpu hotplug support 2019-07-23 06:23:56 -04:00
worldofpeace
0c9acb1926
Merge pull request #65253 from mmahut/brewtarget
brewtarget: init at 2.3.1
2019-07-22 13:07:56 -04:00
Robin Gloster
e891178dde
Merge pull request #63900 from Ma27/nextcloud-declarative-dbconfig
nixos/nextcloud: write config to additional config file
2019-07-22 16:50:02 +00:00
Johan Thomsen
bbd4a0c100 nixos/gitlab: gitlab-workhorse requires exiftool on path to process uploaded images 2019-07-22 16:41:16 +00:00
Maximilian Bosch
3944aa051c
nixos/nextcloud: write config to additional config file
One of the main problems of the Nextcloud module is that it's currently
not possible to alter e.g. database configuration after the initial
setup as it's written by their imperative installer to a file.

After some research[1] it turned out that it's possible to override all values
with an additional config file. The documentation has been
slightly updated to remain up-to-date, but the warnings should
remain there as the imperative configuration is still used and may cause
unwanted side-effects.

Also simplified the postgresql test which uses `ensure{Databases,Users}` to
configure the database.

Fixes #49783

[1] https://github.com/NixOS/nixpkgs/issues/49783#issuecomment-483063922
2019-07-22 18:29:52 +02:00
Franz Pletz
d893a9acf8
Merge pull request #65088 from WilliButz/prometheus-exporters-cleanup
prometheus-nginx-exporter: switch to official version & general prometheus-exporters cleanup
2019-07-22 15:03:22 +00:00
WilliButz
294bed66dc
nixos/release-notes: add note about nginx-exporter 2019-07-22 16:41:10 +02:00
WilliButz
c64f621bfd
nixos/prometheus-nginx-exporter: update module
Update exporter submodule to match the new exporter version.
2019-07-22 16:41:10 +02:00
WilliButz
86c884fb5b
prometheus-nginx-exporter: 0.1.0 -> 0.4.1, use official version
Use official exporter from nginxinc.
2019-07-22 16:41:10 +02:00
WilliButz
fb6f0a48bb
nixos/prometheus-exporters: add option renaming for submodules
Adds the functionality to create option renamings and removals
for exporter submodules as in nixos/modules/rename.nix.
2019-07-22 16:41:10 +02:00
WilliButz
77ccb1fe6a
nixos/tests/prometheus-exporters: replace 'with lib;'
Replace 'with lib;' by explicit function imports.
2019-07-22 16:41:10 +02:00
WilliButz
774221191d
nixos/prometheus-exporters: refactor imports, replace 'with lib;'
Pass through 'options' to exporter definitions and replace 'with lib;'
by explicit function imports.
2019-07-22 16:41:09 +02:00
WilliButz
01ee2ee2ba
nixos/test: fix prometheus-{bind,varnish}-exporter tests 2019-07-22 16:41:09 +02:00
Mario Rodas
95be462d07
Merge pull request #65138 from r-ryantm/auto-update/python3.7-nose2
python37Packages.nose2: 0.8.0 -> 0.9.1
2019-07-22 08:27:20 -05:00
Nikolay Amiantov
a0ba42e3f4
Merge pull request #64268 from jameysharp/nscd-dynamicuser
nixos/nscd: DynamicUser and other cleanups
2019-07-22 16:23:07 +03:00
Marek Mahut
c76044dab0 brewtarget: init at 2.3.1 2019-07-22 15:15:10 +02:00
Tim Steinbach
3c65adaa75 slack-dark: Fix 4.0.0 2019-07-22 08:54:38 -04:00
angristan
0aa30f5901 slack: 3.4.2 -> 4.0.0 2019-07-22 08:54:38 -04:00
Chris Ostrouchov
62cb4f7228 pythonPackages.zarr: init at 2.3.2 2019-07-22 14:07:32 +02:00
Chris Ostrouchov
d383eade73 pythonPackages.numcodecs: init at 0.6.3 2019-07-22 14:07:32 +02:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Nikolay Amiantov
b24841dd22 lutris: add multilib dependencies
Fix 32-bit Wine, possibly PCSX2.
2019-07-22 14:51:00 +03:00
Nikolay Amiantov
5f4288d49d boot tests: don't use globbing
Turns out I broke all the boot tests except netboot.

Instead of relying on build-time search for .iso we can use a proper attribute.
2019-07-22 14:44:53 +03:00
Théo Zimmermann
fd20e227a0 coqPackages.math-classes: 8.8.1 -> 8.9.1
Introduces compatibility with Coq 8.10.
2019-07-22 11:37:37 +00:00
R. RyanTM
120ce0298e xastir: 2.1.2 -> 2.1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xastir/versions
2019-07-22 11:37:19 +00:00
Andrew Childs
d2144755a4 nixos-test-driver: allow configuration of net frontend and backend
When IPXE tests were added, an option was added for configuring only
the frontend, and the backend configuration was dropped entirely. This
caused most installer tests to fail.
2019-07-22 13:44:27 +03:00
worldofpeace
b93b7d292a
Merge pull request #65254 from ar1a/rgpcre2
ripgrep: turn withPCRE2 on by default
2019-07-22 05:37:36 -04:00
Aria Edmonds
94e62564cb ripgrep: turn withPCRE2 on by default
This is set by default in archpkgs and debian repos, and would confuse
fewer new users.
2019-07-22 05:35:42 -04:00
zimbatm
5cece63aad
github: use the new issue template (#64983)
Create new categories for the issues:

* Bug report
* Packaging request
* Security

Add metadata information to the issues so that we may match issues to
maintainers using a bot in the future.

The old `.github/ISSUE_TEMPLATE.md` is being used by the "Open a regular
issue." link.
2019-07-22 09:04:00 +00:00
worldofpeace
1e06e1d2b8
Merge pull request #65250 from delan/fxlinuxprintutil
fxlinuxprintutil: init at 1.1.1-1
2019-07-22 05:03:38 -04:00
Delan Azabani
bbf5a8a861 fxlinuxprintutil: init at 1.1.1-1 2019-07-22 19:00:04 +10:00
worldofpeace
6bc620a782 pantheon.wingpanel-indicator-session: 2.2.4 -> 2.2.5
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.5
2019-07-22 04:29:57 -04:00
worldofpeace
17fd9ab8e6 pantheon.gala: 2019-07-01 -> 2019-07-21 2019-07-22 04:29:57 -04:00
worldofpeace
cf9dca2396 gnome3.mutter328: add API for reorder workspaces
backport for a feature added in gala
2019-07-22 04:29:57 -04:00
worldofpeace
acc8f08790 patheon.elementary.terminal: 5.3.5 -> 5.3.6
https://github.com/elementary/terminal/releases/tag/5.3.6
2019-07-22 03:25:44 -04:00
Bastian Köcher
bc4361a540 kdeconnect: Fix build 2019-07-22 09:20:12 +02:00
worldofpeace
c470619a7d
Merge pull request #65196 from delan/fxlinuxprint
fxlinuxprint: init at 1.1.2-1
2019-07-22 03:18:40 -04:00
Delan Azabani
d6e03ca5cf fxlinuxprint: init at 1.1.2-1 2019-07-22 17:10:17 +10:00
Delan Azabani
9b7a0ae718 maintainers: add delan 2019-07-22 17:08:02 +10:00
Domen Kožar
2000a9ebcb
Add antora 2019-07-22 08:09:09 +02:00
Elis Hirwing
8866b70c04
Merge pull request #65232 from caugner/patch-1
phpPackages.mailparse: 3.0.2 -> 3.0.3
2019-07-22 07:40:40 +02:00
Tim Steinbach
2b350d16ef
vivaldi: 2.6.1566.44-1 -> 2.6.1566.49-1 2019-07-21 20:54:56 -04:00
Tim Steinbach
e1309f73eb
linux: 5.2.1 -> 5.2.2 2019-07-21 20:54:56 -04:00
Tim Steinbach
84d2eb6c7b
linux: 5.1.18 -> 5.1.19 2019-07-21 20:54:55 -04:00
Tim Steinbach
a4a4e08f56
linux: 4.9.185 -> 4.9.186 2019-07-21 20:54:55 -04:00
Tim Steinbach
822ae870b3
linux: 4.4.185 -> 4.4.186 2019-07-21 20:54:55 -04:00
Tim Steinbach
7e6342dfe3
linux: 4.19.59 -> 4.19.60 2019-07-21 20:54:55 -04:00
Tim Steinbach
7741883554
linux: 4.14.133 -> 4.14.134 2019-07-21 20:54:55 -04:00
José Romildo Malaquias
f0b95f35fe
Merge pull request #65193 from r-ryantm/auto-update/tint2
tint2: 16.6.1 -> 16.7
2019-07-21 21:53:41 -03:00
Franz Pletz
e467600691
Merge pull request #65091 from eadwu/firmwareLinuxNonfree/update-1
firmwareLinuxNonfree: 2019-06-16 -> 2019-07-17
2019-07-21 21:28:49 +00:00