about summary refs log tree commit diff
path: root/.github/CODEOWNERS
AgeCommit message (Collapse)AuthorFilesLines
2023-08-09CODEOWNERS: Add myself to PULL_REQUEST_TEMPLATESilvan Mosberger1-1/+1
Forgot about that in https://github.com/NixOS/nixpkgs/pull/248166
2023-08-09CODEOWNERS: Remove non-existent fileSilvan Mosberger1-2/+0
Was removed in f397309f4e6c7a219a7703b629f6a4e8d4e7a58b
2023-08-09CODEOWNERS: Add myself to the contributing documentationSilvan Mosberger1-2/+6
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-08podman: remove maintainerzowoq1-5/+5
2023-08-08kubernetes: remove maintainerzowoq1-6/+0
2023-07-29CODEOWNERS: remove WilliButzWilliButz1-5/+0
2023-07-23CODEOWNERS: add ajoseph for kernel/manual-config.nixAdam Joseph1-0/+3
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-21CODEOWNERS: add raitobezarius as a owner of NGINX modulo testsRaito Bezarius1-0/+5
So I can see changes on NGINX.
2023-06-30CODEOWNERS: ping @amjoseph-nixpkgs on certain treesAdam Joseph1-5/+5
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-07-05CODEOWNERS: add myself for PHP related stuffPol Dellaiera1-6/+6
2023-06-27buildNpmPackage: add lilyinstarlight as maintainer/code ownerWinter1-3/+3
This is long overdue, Lily has done more than me for Node.js in Nixpkgs by this point.
2023-06-13CODEOWNERS: remove romildo from OCamlJosé Romildo1-3/+3
2023-05-30CODEOWNERS: reduce scope for fricklerhandwerkValentin Gagarin1-4/+0
2023-05-28CODEOWNERS: add raitobezarius as a ZFS code ownerRaito Bezarius1-0/+7
This will make my work easier about knowing what is going on with ZFS.
2023-05-14github/CODEOWNERS: drop nbpSandro Jäckel1-26/+13
2023-04-21Merge pull request #207039 from NixOS/qemu-boot-disk-using-make-disk-imageRyan Lahfa1-0/+3
nixos/qemu-vm: refactor bootDisk using make-disk-image
2023-04-21Merge pull request #224643 from NixOS/llvm/codeownerRyan Lahfa1-1/+1
CODEOWNERS: add RaitoBezarius to llvm tree
2023-04-21CODEOWNERS: add raitobezarius to qemu-vm.nixRaito Bezarius1-0/+3
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-07CODEOWNERS: Add @infinisil to pkgs/pkgs-libSilvan Mosberger1-0/+1
2023-04-04CODEOWNERS: add RaitoBezarius to llvm treeRaito Bezarius1-1/+1
2023-04-04maintainers/team-list: drop lnl7 from rust maintainer listJörg Thalheim1-1/+1
2023-03-30CODEOWNERS: remove superherointjsuperherointj1-5/+4
2023-03-18CODEOWNERS: Add OCaml maintainersUlrik Strid1-0/+5
* CODEOWNERS: add OCaml team
2023-03-17CODEOWNERS: add superherointj to vscode (2th path)superherointj1-1/+1
2023-03-09CODEOWNERS: add superherointj to vscodesuperherointj1-0/+1
2023-02-26CODEOWNERS: Drop python-modules and python-packages ownershipMartin Weinelt1-2/+0
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-01-31CODEOWNERS: add new Rust team members, re-add Rust build support/docsWinter1-1/+3
8ce6fdf581b191d67c62590ec73a22cbf8797ae8 removed the build support/docs entries, but per discussion in #213697, we think having multiple members justifies its readdition.
2023-01-03CODEOWNERS: Add myself to python language documentationMartin Weinelt1-1/+1
2023-01-03Merge pull request #205190 from NixOS/lib.path.relativeNormaliseRobert Hensing1-0/+1
lib.path.subpath.{isValid,normalise}: init
2023-01-03lib.path: init README.md documentSilvan Mosberger1-0/+1
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>
2022-12-24nixos/lib/make-disk-image: make raitobezarius code owner of this primitiveRaito Bezarius1-0/+4
2022-12-19makeHardcodeGsettingsPatch: Rename from glib.mkHardcodeGsettingsPatchJan Tojnar1-0/+1
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-17Merge pull request #172237 from DeterminateSystems/bootspec-rfcJörg Thalheim1-0/+2
Support external bootloader backends (RFC-0125)
2022-12-12teams: add figsoda to the vim team and codeownersfigsoda1-2/+2
2022-12-08nixos/activation/bootspec: bootspec owners also own the cue fileCole Helbling1-0/+1
2022-12-08nixos/activation/bootspec: add @raitobezarius as a code-ownerRaito Bezarius1-1/+1
2022-12-08nixos/activation/bootspec: init bootspec support (RFC-0125)Cole Helbling1-0/+1
2022-12-04CODEOWNERS: Add codeowners for cacert related packagesMartin Weinelt1-0/+5
2022-12-03CODEOWNERS: Remove piegames from matrix-appservice-ircMartin Weinelt1-3/+0
2022-11-14Merge pull request #200289 from fricklerhandwerk/contributingValentin Gagarin1-2/+7
codeowners: narrower responsibilities for fricklerhandwerk
2022-11-09buildNpmPackage: initWinter1-0/+5
2022-11-08codeowners: narrower responsibilities for fricklerhandwerkValentin Gagarin1-2/+7
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-10-19CODEOWNERS: Add myself for kea-exporter moduleMartin Weinelt1-0/+1
Because I missed a recent PR against the module.
2022-09-25CODEOWNERS: add piegames to check-meta.nixpiegames1-0/+1
2022-08-23.github/CODEOWNERS: remove rust docs/packagingzowoq1-2/+0
2022-08-20Add myself to Perl CODEOWNERSJanne Heß1-3/+3
2022-08-07buildGo{Module,Package}: move to build-support/gozowoq1-2/+1
2022-07-13Merge pull request #180228 from fricklerhandwerk/codeowners-docJanne Heß1-0/+1
codeowners: add fricklerhandwerk to documentation
2022-07-12.github/CODEOWNERS: remove non-committerzowoq1-2/+2
Resolves github warning that the file contains errors: cbf736eb3906fd1d4c3efba40d3846140a616b9b
2022-07-05codeowners: add fricklerhandwerk to documentationValentin Gagarin1-0/+1