Commit graph

205 commits

Author SHA1 Message Date
Silvan Mosberger 465e05c0c5 lib.fileset.toSource: init 2023-09-01 15:46:04 +02:00
Silvan Mosberger 69bbcbb061 CODEOWNERS: Add myself to PULL_REQUEST_TEMPLATE
Forgot about that in https://github.com/NixOS/nixpkgs/pull/248166
2023-08-09 20:23:07 +02:00
Silvan Mosberger 0d4e8459ae CODEOWNERS: Remove non-existent file
Was removed in f397309f4e
2023-08-09 20:00:48 +02:00
Silvan Mosberger cf78a8c3e7 CODEOWNERS: Add myself to the contributing documentation
I want to take ownership of this part of the documentation, especially
with the cleanup in https://github.com/NixOS/nixpkgs/pull/245243. Doing so
before that PR is merged also allows me to get notified about any potential
future merge conflicts before they happen.
2023-08-09 20:00:38 +02:00
zowoq 03c2319caf podman: remove maintainer 2023-08-08 04:37:54 +02:00
zowoq 84811cfb7e kubernetes: remove maintainer 2023-08-08 11:54:13 +10:00
WilliButz 4995330a47
CODEOWNERS: remove WilliButz 2023-07-29 15:55:17 +02:00
Adam Joseph 0310e3c7ac CODEOWNERS: add ajoseph for kernel/manual-config.nix
It is hard to get people to test changes to our kernel expression on
anything other than x86_64 and aarch64 before merging changes.

Therefore, I would like to be notified of PRs opened agains this
file, so that I can hopefully catch breakage before it is merged,
rather than afterwards.
2023-07-23 21:27:59 -07:00
Raito Bezarius 05b9bc3d1c CODEOWNERS: add raitobezarius as a owner of NGINX modulo tests
So I can see changes on NGINX.
2023-07-21 21:16:04 +02:00
Adam Joseph 6f43859a3a CODEOWNERS: ping @amjoseph-nixpkgs on certain trees
I don't claim ownership of anything, but I would like to be notified
of PRs opened against the following paths where I've put a lot of
work into cleanup and deduplication:

  lib/systems
  pkgs/stdenv
  pkgs/build-support/cc-wrapper
  pkgs/development/compilers/gcc

Apparently CODEOWNERS is how you tell github you want to be notified
of such things.
2023-06-30 11:48:09 -07:00
Pol Dellaiera c6537df1c9 CODEOWNERS: add myself for PHP related stuff 2023-07-05 10:09:25 +02:00
Winter c9abff9027 buildNpmPackage: add lilyinstarlight as maintainer/code owner
This is long overdue, Lily has done more than me for Node.js in Nixpkgs
by this point.
2023-06-27 14:59:40 -04:00
José Romildo de5750a823 CODEOWNERS: remove romildo from OCaml 2023-06-13 10:31:52 -03:00
Valentin Gagarin 40312724c6 CODEOWNERS: reduce scope for fricklerhandwerk 2023-05-30 23:05:10 +02:00
Raito Bezarius 919e224951 CODEOWNERS: add raitobezarius as a ZFS code owner
This will make my work easier about knowing what is going on with ZFS.
2023-05-28 16:06:58 +02:00
Sandro Jäckel 764201a478 github/CODEOWNERS: drop nbp 2023-05-14 14:11:54 +00:00
Ryan Lahfa 4b4e4c3ef9
Merge pull request #207039 from NixOS/qemu-boot-disk-using-make-disk-image
nixos/qemu-vm: refactor bootDisk using make-disk-image
2023-04-21 13:47:17 +02:00
Ryan Lahfa 58b0e367d2
Merge pull request #224643 from NixOS/llvm/codeowner
CODEOWNERS: add RaitoBezarius to llvm tree
2023-04-21 13:12:10 +02:00
Raito Bezarius 76f1b633ba CODEOWNERS: add raitobezarius to qemu-vm.nix
I do a lot of work on QEMU VM and make-disk-image and I was bitten by an
unnotified change recently, so I want to chime in the future changes of
this file.
2023-04-21 13:00:19 +02:00
Silvan Mosberger e2d6bcafe6 CODEOWNERS: Add @infinisil to pkgs/pkgs-lib 2023-04-07 11:51:48 +00:00
Raito Bezarius 39943196e5 CODEOWNERS: add RaitoBezarius to llvm tree 2023-04-04 13:58:03 +02:00
Jörg Thalheim c10f918f3d maintainers/team-list: drop lnl7 from rust maintainer list 2023-04-04 08:17:38 +10:00
superherointj 446d807027 CODEOWNERS: remove superherointj 2023-03-30 10:59:46 -03:00
Ulrik Strid f6bbab1940
CODEOWNERS: Add OCaml maintainers
* CODEOWNERS: add OCaml team
2023-03-18 09:45:40 -03:00
superherointj bcc5d6cc20 CODEOWNERS: add superherointj to vscode (2th path) 2023-03-17 21:15:27 -03:00
superherointj d5743785a6 CODEOWNERS: add superherointj to vscode 2023-03-09 11:53:58 -03:00
Martin Weinelt bb933c5b7c
CODEOWNERS: Drop python-modules and python-packages ownership
We currently have 5800 python modules in that path, and we're seeing
roughly 1000 pull requests for these modules per month.

Having @FRidh and @jonringer requested on every PR that touches a
python package isn't helping anyone, nor is it sustainable for any one
person to have that number of incoming notifications.

I think it's time to get rid of that code ownership.
2023-02-26 10:46:09 +00:00
Winter feba9a4533 CODEOWNERS: add new Rust team members, re-add Rust build support/docs
8ce6fdf581 removed the build support/docs
entries, but per discussion in #213697, we think having multiple members
justifies its readdition.
2023-01-31 18:10:08 +10:00
Martin Weinelt 197eafd660
CODEOWNERS: Add myself to python language documentation 2023-01-03 23:32:47 +01:00
Robert Hensing f61d4d346b
Merge pull request #205190 from NixOS/lib.path.relativeNormalise
lib.path.subpath.{isValid,normalise}: init
2023-01-03 13:46:11 +01:00
Silvan Mosberger ba7ed22f84 lib.path: init README.md document
Adds initial work towards a `lib.path` library

Originally proposed in https://github.com/NixOS/nixpkgs/pull/200718, but has
since gone through some revisions

Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
2023-01-03 13:19:42 +01:00
Raito Bezarius c025ec185f nixos/lib/make-disk-image: make raitobezarius code owner of this primitive 2022-12-24 19:14:24 +01:00
Jan Tojnar 35d24b51f5 makeHardcodeGsettingsPatch: Rename from glib.mkHardcodeGsettingsPatch
glib expression is messy enough as is.

Also rename the `glib-schema-to-var` argument to `schemaIdToVariableMapping` to better match Nixpkgs coding style.
2022-12-19 17:17:32 +01:00
Jörg Thalheim 668a2b2f33
Merge pull request #172237 from DeterminateSystems/bootspec-rfc
Support external bootloader backends (RFC-0125)
2022-12-17 08:35:53 +00:00
figsoda f5d555c28e teams: add figsoda to the vim team and codeowners 2022-12-12 20:38:06 +01:00
Cole Helbling 6eb04c578d nixos/activation/bootspec: bootspec owners also own the cue file 2022-12-08 13:50:05 -08:00
Raito Bezarius 9a431a57b1 nixos/activation/bootspec: add @raitobezarius as a code-owner 2022-12-08 13:50:04 -08:00
Cole Helbling 942dcd238b nixos/activation/bootspec: init bootspec support (RFC-0125) 2022-12-08 13:50:03 -08:00
Martin Weinelt 8d561ff23b
CODEOWNERS: Add codeowners for cacert related packages 2022-12-04 17:34:08 +01:00
Martin Weinelt e606938c51 CODEOWNERS: Remove piegames from matrix-appservice-irc 2022-12-03 21:48:47 +01:00
Valentin Gagarin 36b65b32b6
Merge pull request #200289 from fricklerhandwerk/contributing
codeowners: narrower responsibilities for fricklerhandwerk
2022-11-14 12:06:15 +01:00
Winter 16722903aa buildNpmPackage: init 2022-11-09 10:35:59 -05:00
Valentin Gagarin f9118a8c9b codeowners: narrower responsibilities for fricklerhandwerk
the number of pull requests against documentation is too high to handle
on the side, and getting assigned as reviewer for all of them sends the
wrong message to authors.
2022-11-08 23:51:31 +01:00
Martin Weinelt b0827a60c0
CODEOWNERS: Add myself for kea-exporter module
Because I missed a recent PR against the module.
2022-10-19 14:07:25 +02:00
piegames 254a6aada9 CODEOWNERS: add piegames to check-meta.nix 2022-09-25 16:37:15 +02:00
zowoq 8ce6fdf581 .github/CODEOWNERS: remove rust docs/packaging 2022-08-23 08:34:36 +10:00
Janne Heß 8b7092290c
Add myself to Perl CODEOWNERS 2022-08-20 17:52:35 +02:00
zowoq 9a49ca9f9a buildGo{Module,Package}: move to build-support/go 2022-08-07 18:26:01 +10:00
Janne Heß 51a615ff70
Merge pull request #180228 from fricklerhandwerk/codeowners-doc
codeowners: add fricklerhandwerk to documentation
2022-07-13 11:23:02 +02:00
zowoq 47b0cc5761 .github/CODEOWNERS: remove non-committer
Resolves github warning that the file contains errors: cbf736eb39
2022-07-12 11:50:19 +10:00