summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #259074 from tweag/detect-merge-conflicts•••workflows/check-by-name: Better error for merge conflictsSilvan Mosberger2023-10-061-3/+11
|\
| * workflows/check-by-name: Better error for merge conflictsSilvan Mosberger2023-10-051-3/+11
* | workflows/check-by-name: Add a missing colonSilvan Mosberger2023-10-041-1/+1
|/
* workflows/check-by-name: Better error when base branch also fails•••Previously, even if the check also failed on the base branch, it looked like the PR introduced the failure. We can easily have a better error message for such cases. Meanwhile this also paves the road for something like https://github.com/NixOS/nixpkgs/issues/256788 Silvan Mosberger2023-10-021-1/+90
* Merge pull request #251567 from RaitoBezarius/codeowner/remove-matthewbauerRyan Lahfa2023-09-211-13/+9
|\
| * CODEOWNERS: remove matthewbauer•••matthewbauer has been missing for almost a year now, it does not seem reasonable to keep them and spam their GitHub notifications further. Raito Bezarius2023-08-261-13/+9
* | php: add new builder `buildComposerProject`Pol Dellaiera2023-09-131-1/+2
* | Merge pull request #248310 from emilylange/nixos/gitea-forgejo-split•••nixos/forgejo: fork from nixos/gitea (split) close https://github.com/NixOS/nixpkgs/issues/244866Herwig Hochleitner2023-09-121-0/+4
|\ \
| * | CODEOWNERS: init forgejoemilylange2023-08-061-0/+4
* | | workflows/check-by-name: Make runnable without approval•••Co-Authored-By: zowoq <59103226+zowoq@users.noreply.github.com> Silvan Mosberger2023-09-111-2/+7
* | | build(deps): bump actions/checkout from 3 to 4•••Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2023-09-1110-10/+10
* | | Merge pull request #253249 from NixOS/dependabot/github_actions/cachix/instal...•••build(deps): bump cachix/install-nix-action from 22 to 23Martin Weinelt2023-09-117-7/+7
|\ \ \
| * | | build(deps): bump cachix/install-nix-action from 22 to 23•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>origin/dependabot/github_actions/cachix/install-nix-action-23dependabot[bot]2023-09-057-7/+7
* | | | Merge pull request #253621 from tweag/minor-contrib-docs-improvements•••Minor contrib docs improvementsSilvan Mosberger2023-09-071-2/+2
|\ \ \ \
| * | | | workflows/backport: Fix link and rewordSilvan Mosberger2023-09-061-2/+2
| |/ / /
* / / / CODEOWNERS: Add myself for installer imagesSamuel Dionne-Riel2023-09-061-0/+4
|/ / /
* | | Merge pull request #237439 from tweag/spp-1•••[RFC 140] Simple package paths, part 1b: Enabling the directory structureSilvan Mosberger2023-09-052-0/+52
|\ \ \
| * | | pkgs/by-name: Introduce•••This introduces the `pkgs/by-name` directory as proposed by RFC 140. Included are: - The implementation to add packages defined in that directory to the top-level package scope - Contributer documentation on how to add packages to it - A GitHub Actions workflow to check the structure of it on all PRs Silvan Mosberger2023-09-052-0/+52
* | | | Merge pull request #245623 from tweag/fileset.toSource•••File set combinators base: `lib.fileset.toSource`Silvan Mosberger2023-09-021-0/+2
|\ \ \ \
| * | | | lib.fileset.toSource: initSilvan Mosberger2023-09-011-0/+2
* | | | | .github/workflows/update-terraform-providers.yml: re-enable workflow_dispatchzowoq2023-09-011-1/+1
* | | | | .github/workflows/update-terraform-providers.yml: disablezowoq2023-09-011-3/+3
| |/ / / |/| | |
* | | | Merge pull request #250885 from tweag/spp-1a•••[RFC 140] Simple package paths, part 1a: Checking toolSilvan Mosberger2023-08-291-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | pkgs/test/nixpkgs-check-by-name: init•••Adds an internal CLI tool to verify Nixpkgs to conform to RFC 140. See pkgs/test/nixpkgs-check-by-name/README.md for more information. Silvan Mosberger2023-08-291-0/+3
* | | | .github/workflows/labels.yml: label texlive tests as topic TeXVincenzo Mantova2023-08-201-0/+1
* | | | Merge pull request #249151 from tweag/direct-push-bot•••Remove direct push detection GitHub actionSilvan Mosberger2023-08-191-37/+0
|\ \ \ \
| * | | | Remove direct push detection GitHub action•••We are trying out not allowing direct pushes anymore, so this is not necessary anymore, unless we later revert it again (unlikely): https://github.com/NixOS/nixpkgs/issues/249117 Silvan Mosberger2023-08-141-37/+0
* | | | | .github/labeler.yml: add zig labelfigsoda2023-08-171-0/+4
* | | | | CODEOWNERS: add members of the dotnet teammdarocha2023-08-161-2/+4
| |/ / / |/| | |
* | | | Merge pull request #245243 from tweag/contributing-combining•••Clean up contributing documentationSilvan Mosberger2023-08-141-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | CODEOWNERS: Add myself to the newly added filesSilvan Mosberger2023-08-141-0/+9
| |/ /
* / / CODEOWNERS: add the zig teamfigsoda2023-08-091-0/+4
|/ /
* | CODEOWNERS: Add myself to PULL_REQUEST_TEMPLATE•••Forgot about that in https://github.com/NixOS/nixpkgs/pull/248166 Silvan Mosberger2023-08-091-1/+1
* | CODEOWNERS: Remove non-existent file•••Was removed in f397309f4e6c7a219a7703b629f6a4e8d4e7a58b Silvan Mosberger2023-08-091-2/+0
* | 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. Silvan Mosberger2023-08-091-2/+6
* | podman: remove maintainerzowoq2023-08-081-5/+5
* | kubernetes: remove maintainerzowoq2023-08-081-6/+0
|/
* CODEOWNERS: remove WilliButzWilliButz2023-07-291-5/+0
* Merge pull request #238502 from l0b0/pr-template-headings•••pr-template: Use semantic H2 level headingsPol Dellaiera2023-07-281-2/+2
|\
| * pr-template: Use semantic H2 level headings•••The original Markdown ended up being rendered as `<H6>` HTML elements, which is not semantically valid immediately after an `<H1>` element (the PR title). Victor Engmark2023-06-191-2/+2
* | 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. Adam Joseph2023-07-231-0/+3
* | CODEOWNERS: add raitobezarius as a owner of NGINX modulo tests•••So I can see changes on NGINX. Raito Bezarius2023-07-211-0/+5
* | 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. Adam Joseph2023-06-301-5/+5
* | Merge pull request #242323 from hercules-ci/add-labeler-module-system•••.github/labeler.yml: Add module system labelSilvan Mosberger2023-07-101-0/+7
|\ \
| * | .github/labeler.yml: Add module system labelRobert Hensing2023-07-081-0/+7
* | | .github/labeler.yml: Add lib labelRobert Hensing2023-07-081-0/+3
|/ /
* | CODEOWNERS: add myself for PHP related stuffPol Dellaiera2023-07-051-6/+6
* | workflows/periodic-merge: drop 22.11 jobsMartin Weinelt2023-07-041-4/+0
* | labeler: label nodejs pull-requestsLily Foster2023-06-301-0/+8
* | 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. Winter2023-06-271-3/+3