-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: ce9ed9baed6e
head repository: NixOS/nixpkgs-channels
compare: 279d583882bf
Commits on May 7, 2020
-
postgres: Do not log timestamp
By default, postgres prefixes each log line with a timestamp. On NixOS logs are written to journal anyway, so they include an external timestamp, so the timestamp ends up being printed twice, which clutters the log. * Add a module option to change the log prefix. * Set it to upstream default sans timestamp.
Configuration menu - View commit details
-
Copy full SHA for 652958e - Browse repository at this point
Copy the full SHA 652958eView commit details
Commits on May 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89be001 - Browse repository at this point
Copy the full SHA 89be001View commit details
Commits on May 11, 2020
-
nixos/sssd: add to system.nssDatabases.group too
nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd` and `group`, but when moving this into the sss module in edddc7c, it didn't get split appropriately.
Configuration menu - View commit details
-
Copy full SHA for ecf327d - Browse repository at this point
Copy the full SHA ecf327dView commit details -
nixos/google-oslogin: add to system.nssDatabases.group too
nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd` and `group`, but when moving this into the google-oslogin module in 4b71b6f, it didn't get split appropriately.
Configuration menu - View commit details
-
Copy full SHA for 2297508 - Browse repository at this point
Copy the full SHA 2297508View commit details -
nixos/systemd: add to system.nssDatabases.group too
nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd` and `group`, but when moving this into the systemd module in c0995d2, it didn't get split appropriately.
Configuration menu - View commit details
-
Copy full SHA for 36b6e26 - Browse repository at this point
Copy the full SHA 36b6e26View commit details -
nixos/ldap: move nss database configuration into ldap module
now that passwdArray and shadowArray aren't used anymore, these can be folded.
Configuration menu - View commit details
-
Copy full SHA for 4f9c8ef - Browse repository at this point
Copy the full SHA 4f9c8efView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd21793 - Browse repository at this point
Copy the full SHA fd21793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb6c37 - Browse repository at this point
Copy the full SHA 1fb6c37View commit details -
This is now already triggered by the nsswitch module, as we set system.nssModules.
Configuration menu - View commit details
-
Copy full SHA for 0f6f544 - Browse repository at this point
Copy the full SHA 0f6f544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df38e2 - Browse repository at this point
Copy the full SHA 1df38e2View commit details -
nixos/systemd: enable systemd-provided nss modules unconditionally
A disabled nscd breaks nss module loading on NixOS, and systemd without its nss modules doesn't really work either - instead of silently disabling its nss modules if nscd is disabled, let the assertion in nsswitch handle this.
Configuration menu - View commit details
-
Copy full SHA for 4a69bf2 - Browse repository at this point
Copy the full SHA 4a69bf2View commit details -
nixos/sssd remove redundant condition
This is all inside a global cfg.enable conditional, so we don't need to check here again.
Configuration menu - View commit details
-
Copy full SHA for 90bc3ec - Browse repository at this point
Copy the full SHA 90bc3ecView commit details -
nixos/nsswitch: improve error message
Show the config option triggering the assertion, so people don't necessary lookup the nixpkgs source code.
Configuration menu - View commit details
-
Copy full SHA for 23ba506 - Browse repository at this point
Copy the full SHA 23ba506View commit details
Commits on May 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d8fa222 - Browse repository at this point
Copy the full SHA d8fa222View commit details
Commits on May 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89448e9 - Browse repository at this point
Copy the full SHA 89448e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb3829 - Browse repository at this point
Copy the full SHA 4eb3829View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d1573 - Browse repository at this point
Copy the full SHA c8d1573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9678bf5 - Browse repository at this point
Copy the full SHA 9678bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5629e60 - Browse repository at this point
Copy the full SHA 5629e60View commit details -
ysengrimm committed
May 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 6fc7c5b - Browse repository at this point
Copy the full SHA 6fc7c5bView commit details -
postgresql: Fix formatting in option description
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 084bd32 - Browse repository at this point
Copy the full SHA 084bd32View commit details
Commits on May 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 150a18f - Browse repository at this point
Copy the full SHA 150a18fView commit details -
go-modules: Augment builds w/ vendor src
This is done in response to complaints that the module format is not human readable. The vendor source blob is flat files and should be extremely readable.
Configuration menu - View commit details
-
Copy full SHA for 9761128 - Browse repository at this point
Copy the full SHA 9761128View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f18c4 - Browse repository at this point
Copy the full SHA c5f18c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ddea1 - Browse repository at this point
Copy the full SHA a0ddea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6162da - Browse repository at this point
Copy the full SHA d6162daView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb8539 - Browse repository at this point
Copy the full SHA cdb8539View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6907df - Browse repository at this point
Copy the full SHA e6907dfView commit details -
Merge pull request #87219 from serokell/kirelagin/postgres-no-time
postgres: Do not log timestamp
Configuration menu - View commit details
-
Copy full SHA for 85a0587 - Browse repository at this point
Copy the full SHA 85a0587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b7c93 - Browse repository at this point
Copy the full SHA 81b7c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1694c0b - Browse repository at this point
Copy the full SHA 1694c0bView commit details -
cri-o: switch to buildGoModule
This is just a cleanup to switch from buildGoPackage to buildGoModule. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Configuration menu - View commit details
-
Copy full SHA for 006e6b0 - Browse repository at this point
Copy the full SHA 006e6b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aade6fc - Browse repository at this point
Copy the full SHA aade6fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad3b68 - Browse repository at this point
Copy the full SHA 1ad3b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbdc105 - Browse repository at this point
Copy the full SHA fbdc105View commit details -
Configuration menu - View commit details
-
Copy full SHA for e56116f - Browse repository at this point
Copy the full SHA e56116fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ce60e - Browse repository at this point
Copy the full SHA 64ce60eView commit details -
Merge pull request #87571 from HugoReeves/master
cargo-tarpaulin: init at 0.12.4
Configuration menu - View commit details
-
Copy full SHA for 2bf4a22 - Browse repository at this point
Copy the full SHA 2bf4a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f58ec - Browse repository at this point
Copy the full SHA 91f58ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b381e9a - Browse repository at this point
Copy the full SHA b381e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d55751 - Browse repository at this point
Copy the full SHA 9d55751View commit details -
Merge pull request #87794 from zowoq/gomodules
podman, etc packages: switch to buildGoModule
Configuration menu - View commit details
-
Copy full SHA for a33eb1a - Browse repository at this point
Copy the full SHA a33eb1aView commit details -
sublime3{,-dev}: fix updateScript
The HTML page changed and the update script was no longer finding the latest version. I changed it to query for the latest version using dedicated URL: https://forum.sublimetext.com/t/fixed-download-url-for-latest-version/23763/7 Also terminated the update sooner if we detect no update available. update-source-version handles that normally but we are cleaning the version so that we can update both platforms at the same time.
Configuration menu - View commit details
-
Copy full SHA for 794a08c - Browse repository at this point
Copy the full SHA 794a08cView commit details -
gnome-keysign: remove broken updateScript
It is not hosted on GNOME mirrors so GNOME updateScript will not work.
Configuration menu - View commit details
-
Copy full SHA for 0df3c2d - Browse repository at this point
Copy the full SHA 0df3c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f220831 - Browse repository at this point
Copy the full SHA f220831View commit details -
Also remove glibcLocales which are no longer needed for tests and add DocBook 4.5 schemas which are needed for something.
Configuration menu - View commit details
-
Copy full SHA for 39b92f6 - Browse repository at this point
Copy the full SHA 39b92f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a64288 - Browse repository at this point
Copy the full SHA 7a64288View commit details -
Merge pull request #87779 from marsam/update-gopass
gopass: 1.9.1 -> 1.9.2
Configuration menu - View commit details
-
Copy full SHA for dc3440f - Browse repository at this point
Copy the full SHA dc3440fView commit details -
tracker: remove unnecessary dependency
upower handling was moved to tracker miners a while ago.
Configuration menu - View commit details
-
Copy full SHA for 3116788 - Browse repository at this point
Copy the full SHA 3116788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffc85d - Browse repository at this point
Copy the full SHA 0ffc85dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ce9ed9baed6e...279d583882bf