| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #259074 from tweag/detect-merge-conflicts•••workflows/check-by-name: Better error for merge conflicts | Silvan Mosberger | 2023-10-06 | 1 | -3/+11 |
| |\ |
|
| | * | workflows/check-by-name: Better error for merge conflicts | Silvan Mosberger | 2023-10-05 | 1 | -3/+11 |
| * | | workflows/check-by-name: Add a missing colon | Silvan Mosberger | 2023-10-04 | 1 | -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 Mosberger | 2023-10-02 | 1 | -1/+90 |
| * | Merge pull request #251567 from RaitoBezarius/codeowner/remove-matthewbauer | Ryan Lahfa | 2023-09-21 | 1 | -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 Bezarius | 2023-08-26 | 1 | -13/+9 |
| * | | php: add new builder `buildComposerProject` | Pol Dellaiera | 2023-09-13 | 1 | -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/244866 | Herwig Hochleitner | 2023-09-12 | 1 | -0/+4 |
| |\ \ |
|
| | * | | CODEOWNERS: init forgejo | emilylange | 2023-08-06 | 1 | -0/+4 |
| * | | | workflows/check-by-name: Make runnable without approval•••Co-Authored-By: zowoq <59103226+zowoq@users.noreply.github.com>
| Silvan Mosberger | 2023-09-11 | 1 | -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-11 | 10 | -10/+10 |
| * | | | Merge pull request #253249 from NixOS/dependabot/github_actions/cachix/instal...•••build(deps): bump cachix/install-nix-action from 22 to 23 | Martin Weinelt | 2023-09-11 | 7 | -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-23 | dependabot[bot] | 2023-09-05 | 7 | -7/+7 |
| * | | | | Merge pull request #253621 from tweag/minor-contrib-docs-improvements•••Minor contrib docs improvements | Silvan Mosberger | 2023-09-07 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | workflows/backport: Fix link and reword | Silvan Mosberger | 2023-09-06 | 1 | -2/+2 |
| | |/ / / |
|
| * / / / | CODEOWNERS: Add myself for installer images | Samuel Dionne-Riel | 2023-09-06 | 1 | -0/+4 |
| |/ / / |
|
| * | | | Merge pull request #237439 from tweag/spp-1•••[RFC 140] Simple package paths, part 1b: Enabling the directory structure | Silvan Mosberger | 2023-09-05 | 2 | -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 Mosberger | 2023-09-05 | 2 | -0/+52 |
| * | | | | Merge pull request #245623 from tweag/fileset.toSource•••File set combinators base: `lib.fileset.toSource` | Silvan Mosberger | 2023-09-02 | 1 | -0/+2 |
| |\ \ \ \ |
|
| | * | | | | lib.fileset.toSource: init | Silvan Mosberger | 2023-09-01 | 1 | -0/+2 |
| * | | | | | .github/workflows/update-terraform-providers.yml: re-enable workflow_dispatch | zowoq | 2023-09-01 | 1 | -1/+1 |
| * | | | | | .github/workflows/update-terraform-providers.yml: disable | zowoq | 2023-09-01 | 1 | -3/+3 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #250885 from tweag/spp-1a•••[RFC 140] Simple package paths, part 1a: Checking tool | Silvan Mosberger | 2023-08-29 | 1 | -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 Mosberger | 2023-08-29 | 1 | -0/+3 |
| * | | | | .github/workflows/labels.yml: label texlive tests as topic TeX | Vincenzo Mantova | 2023-08-20 | 1 | -0/+1 |
| * | | | | Merge pull request #249151 from tweag/direct-push-bot•••Remove direct push detection GitHub action | Silvan Mosberger | 2023-08-19 | 1 | -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 Mosberger | 2023-08-14 | 1 | -37/+0 |
| * | | | | | .github/labeler.yml: add zig label | figsoda | 2023-08-17 | 1 | -0/+4 |
| * | | | | | CODEOWNERS: add members of the dotnet team | mdarocha | 2023-08-16 | 1 | -2/+4 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #245243 from tweag/contributing-combining•••Clean up contributing documentation | Silvan Mosberger | 2023-08-14 | 1 | -0/+9 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | CODEOWNERS: Add myself to the newly added files | Silvan Mosberger | 2023-08-14 | 1 | -0/+9 |
| | |/ / |
|
| * / / | CODEOWNERS: add the zig team | figsoda | 2023-08-09 | 1 | -0/+4 |
| |/ / |
|
| * | | CODEOWNERS: Add myself to PULL_REQUEST_TEMPLATE•••Forgot about that in https://github.com/NixOS/nixpkgs/pull/248166
| Silvan Mosberger | 2023-08-09 | 1 | -1/+1 |
| * | | CODEOWNERS: Remove non-existent file•••Was removed in f397309f4e6c7a219a7703b629f6a4e8d4e7a58b
| Silvan Mosberger | 2023-08-09 | 1 | -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 Mosberger | 2023-08-09 | 1 | -2/+6 |
| * | | podman: remove maintainer | zowoq | 2023-08-08 | 1 | -5/+5 |
| * | | kubernetes: remove maintainer | zowoq | 2023-08-08 | 1 | -6/+0 |
| |/ |
|
| * | CODEOWNERS: remove WilliButz | WilliButz | 2023-07-29 | 1 | -5/+0 |
| * | Merge pull request #238502 from l0b0/pr-template-headings•••pr-template: Use semantic H2 level headings | Pol Dellaiera | 2023-07-28 | 1 | -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 Engmark | 2023-06-19 | 1 | -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 Joseph | 2023-07-23 | 1 | -0/+3 |
| * | | CODEOWNERS: add raitobezarius as a owner of NGINX modulo tests•••So I can see changes on NGINX.
| Raito Bezarius | 2023-07-21 | 1 | -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 Joseph | 2023-06-30 | 1 | -5/+5 |
| * | | Merge pull request #242323 from hercules-ci/add-labeler-module-system•••.github/labeler.yml: Add module system label | Silvan Mosberger | 2023-07-10 | 1 | -0/+7 |
| |\ \ |
|
| | * | | .github/labeler.yml: Add module system label | Robert Hensing | 2023-07-08 | 1 | -0/+7 |
| * | | | .github/labeler.yml: Add lib label | Robert Hensing | 2023-07-08 | 1 | -0/+3 |
| |/ / |
|
| * | | CODEOWNERS: add myself for PHP related stuff | Pol Dellaiera | 2023-07-05 | 1 | -6/+6 |
| * | | workflows/periodic-merge: drop 22.11 jobs | Martin Weinelt | 2023-07-04 | 1 | -4/+0 |
| * | | labeler: label nodejs pull-requests | Lily Foster | 2023-06-30 | 1 | -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.
| Winter | 2023-06-27 | 1 | -3/+3 |