about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
| * | | | | | nixos/digital-ocean-image: initEdward Amsden2019-11-24
| | | | | | |
* | | | | | | nixos/openarena: fix service's binary nameTom Fitzhenry2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The binary name was recently changed from openarena-server to oa_ded in https://github.com/NixOS/nixpkgs/pull/71122 . That change broke the openarena module and consequently the openarena test too. This commit fixes both. As an alternative, we considered reverting the name change in https://github.com/NixOS/nixpkgs/pull/72824 but we decided oa_ded was a better name for the binary (it's the name upstream use).
* | | | | | | Merge pull request #74040 from Ma27/port-graylog-testRobin Gloster2019-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/graylog: port test to python test-driver
| * | | | | | | nixos/graylog: port test to python test-driverMaximilian Bosch2019-11-24
| | | | | | | |
* | | | | | | | Merge pull request #74036 from Ma27/port-codimd-testRobin Gloster2019-11-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/codimd: port test to python test-driver
| * | | | | | | | nixos/codimd: port test to python test-driverMaximilian Bosch2019-11-24
| |/ / / / / / /
* | | | | | | | Merge pull request #74033 from Ma27/port-docker-registry-testRobin Gloster2019-11-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/docker-registry: port test to python test-driver
| * | | | | | | | nixos/docker-registry: port test to python test-driverMaximilian Bosch2019-11-24
| |/ / / / / / /
* | | | | | | | Merge pull request #74034 from Ma27/port-gotify-testRobin Gloster2019-11-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/gotify-server: port test to python test-driver
| * | | | | | | | nixos/gotify-server: port test to python test-driverMaximilian Bosch2019-11-24
| |/ / / / / / /
* | | | | | | | Merge pull request #74035 from ckauhaus/remove-vpncMaximilian Bosch2019-11-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | networking.vpnc: remove option
| * | | | | | | | networking.vpnc: remove optionChristian Kauhaus2019-11-24
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR is part of the networking.* namespace cleanup. The Cisco VPN module is currently of limited value since it just creates config files but does not manage services. The same functionality can be achieved by using _environment.etc_ instead. It would be a different situation if we had a full service module. So if you are annoyed by this change, please consider write a more featureful module and put its options unter _services.networking.vpnc_. Note that this change removes options for *Cisco VPN*, not *networkmanager-vpn*.
* | | | | | | | Merge pull request #74031 from mayflower/prosody-tests-pythonworldofpeace2019-11-24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | nixosTests.prosody*: port to python
| * | | | | | | nixosTests.prosody*: port to pythonRobin Gloster2019-11-24
| |/ / / / / /
* | | | | | | Merge pull request #74002 from flokli/nixos-test-port-google-osloginRobin Gloster2019-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixosTests.google-oslogin: port to python
| * | | | | | | nixosTests.google-oslogin: port to pythonFlorian Klink2019-11-24
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | also use a .ssh/config instead of passing the same options over and over again
* | | | | | | Merge pull request #74005 from flokli/nixos-test-port-etcdRobin Gloster2019-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixosTests.etcd*: port to python
| * | | | | | | nixosTests.etcd-cluster: port to pythonFlorian Klink2019-11-24
| | | | | | | |
| * | | | | | | nixosTests.etcd: port to pythonFlorian Klink2019-11-24
| |/ / / / / /
* | | | | | | Merge pull request #73994 from flokli/nixos-test-port-nix-ssh-serveRobin Gloster2019-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixosTests.nix-ssh-serve: port to python
| * | | | | | | nixosTests.nix-ssh-serve: port to pythonFlorian Klink2019-11-24
| |/ / / / / /
* | | | | | | Merge pull request #73992 from flokli/nixos-test-port-mysqlRobin Gloster2019-11-24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | nixosTests.mysql*: port to python
| * | | | | | nixosTests.mysqlBackup: port to pythonFlorian Klink2019-11-23
| | | | | | |
| * | | | | | nixosTests.mysqlReplication: port to pythonFlorian Klink2019-11-23
| | | | | | |
| * | | | | | nixosTests.mysql: port to pythonFlorian Klink2019-11-23
| |/ / / / /
* | | | | | Merge pull request #73990 from flokli/nixos-test-port-systemd-nspawnworldofpeace2019-11-24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nixosTests.systemd-nspawn: convert test to python
| * | | | | nixosTests.systemd-nspawn: convert test to pythonFlorian Klink2019-11-23
| |/ / / / | | | | | | | | | | | | | | | also fix a wrong test name ;-)
* | | | | Merge pull request #74004 from mayflower/py-tests/dovecotFlorian Klink2019-11-24
|\ \ \ \ \ | | | | | | | | | | | | nixosTests.dovecot: port test to python
| * | | | | nixosTests.dovecot: port test to pythonFranz Pletz2019-11-24
| | | | | |
* | | | | | Merge pull request #74003 from nh2/nixos-tests-port-glusterfsFlorian Klink2019-11-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixosTests.glusterfs: port to python
| * | | | | | nixosTests.glusterfs: port to pythonNiklas Hambüchen2019-11-24
| | |/ / / / | |/| | | | | | | | | | | | | | | | Also fix a hardcoded sleep.
* | | | | | Merge pull request #73961 from kwohlfahrt/kerberos-tests-pythonFlorian Klink2019-11-24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nixos/kerberos: port tests to python
| * | | | | nixos/kerberos: port tests to pythonKai Wohlfahrt2019-11-23
| | | | | |
* | | | | | nixosTests.neo4j: port test to pythonFlorian Klink2019-11-23
| |/ / / / |/| | | | | | | | | | | | | | also, switch to wait_for_open_port instead of just waiting 20s.
* | | | | nixos/networkd: add missing `dhcpv6` and `static` options to ↵Maximilian Bosch2019-11-23
|/ / / / | | | | | | | | | | | | `IPv6PrefixDelegation`
* | | | nixos/gdm: don't raise an Exception in set-session scriptworldofpeace2019-11-22
| | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/73378#discussion_r349825541
* | | | Merge pull request #73933 from flokli/nixos-test-port-mongodbWilliButz2019-11-22
|\ \ \ \ | | | | | | | | | | nixosTests.mongodb: port to python
| * | | | nixosTests.mongodb: port to pythonFlorian Klink2019-11-22
| | | | |
* | | | | Merge pull request #73939 from flokli/nixos-test-port-gitlabWilliButz2019-11-22
|\ \ \ \ \ | | | | | | | | | | | | nixosTests.gitlab: port to python
| * | | | | nixosTests.gitlab: port to pythonFlorian Klink2019-11-22
| |/ / / /
* | | | | Merge pull request #73378 from worldofpeace/gdm-default-sessionworldofpeace2019-11-22
|\ \ \ \ \ | | | | | | | | | | | | nixos/gdm: make desktopManager.default work
| * | | | | nixos/gdm: make desktopManager.default workworldofpeace2019-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, you can't configure the default user-session with GDM like lightdm. I've opened a feature request [0] but I'd like to be able to do this now. We use a GObject Python script using bindings to AccountsService to achieve this. I'm hoping the reliable heuristic for session names is the file's basename. We also have some special logic for which method to use to set the default session. It seems set_x_session is deprecated, and thusly the XSession key, but if that method isn't used when it's an xsession it won't be the default in GDM. [0]: https://gitlab.gnome.org/GNOME/gdm/issues/535
* | | | | | nixosTests.mpd: port to pythonFlorian Klink2019-11-22
| |/ / / / |/| | | |
* | | | | Merge pull request #73131 from 1000101/port-tests-to-pythonFlorian Klink2019-11-22
|\ \ \ \ \ | | | | | | | | | | | | Port tests to python
| * | | | | nixos/miniflux: port test to pythonJan Hrnko2019-11-22
| | | | | |
| * | | | | nixos/jackett: port test to pythonJan Hrnko2019-11-22
| | | | | |
| * | | | | nixos/minidlna: port test to pythonJan Hrnko2019-11-22
| | | | | |
| * | | | | nixos/incron: port test to pythonJan Hrnko2019-11-22
| | | | | |
| * | | | | nixos/icingaweb2: port test to pythonJan Hrnko2019-11-22
| | | | | |
| * | | | | nixos/handbrake: port test to pythonJan Hrnko2019-11-22
| | | | | |