| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve PR merge check for CI (#347786) | Philip Taron | 2024-10-12 | 1 | -39/+9 |
| |\ |
|
| | * | workflows/nixpkgs-vet: Make merge check script reusable•••This is useful for other workflows as well. Originally I thought it
couldn't be put in the repo, but it can (just needs another checkout)
| Silvan Mosberger | 2024-10-12 | 1 | -39/+9 |
| * | | workflows/codeowners: Cache codeowner validator build•••The codeowner-validator build declared in ci/codeowners-validator was
not cached before and needed to be built for every PR, which is slow and
wasteful: https://github.com/NixOS/nixpkgs/actions/runs/11280533037/job/31373720922
| Silvan Mosberger | 2024-10-10 | 1 | -0/+7 |
| |/ |
|
| * | CODEOWNERS: Switch to alternate mechanism•••This effectively disables the native GitHub codeowners feature
and enables the new alternate codeowners mechanism introduced in
https://github.com/NixOS/nixpkgs/pull/336261
This means that:
- We can now declare users without write access as code owners!
- Targeting the wrong branch won't trigger mass pings anymore!
| Silvan Mosberger | 2024-10-10 | 3 | -417/+6 |
| * | workflows/codeowners: Dry mode for now•••Apparently it started requesting reviews from code owners already
because the DRY_MODE from the global env was overridden in the local job
declaration: https://github.com/NixOS/nixpkgs/pull/347354#event-14570645380
| Silvan Mosberger | 2024-10-09 | 1 | -5/+4 |
| * | CODEOWNERS: Fix non-matching patterns•••Since https://github.com/NixOS/nixpkgs/pull/336261 we have CI that
checks that the codeowners file is valid:
https://github.com/NixOS/nixpkgs/actions/runs/11243668280/job/31260095472#step:7:34
Which files are correct (or whether they were removed) was determined
using the Git history and some grepping
| Silvan Mosberger | 2024-10-08 | 1 | -10/+7 |
| * | Alternate more flexible code owners mechanism, soon to avoid mass pings (#336... | Philip Taron | 2024-10-08 | 3 | -0/+109 |
| |\ |
|
| | * | OWNERS: placeholder init | Silvan Mosberger | 2024-10-08 | 2 | -0/+20 |
| | * | workflows/codeowners: init | Silvan Mosberger | 2024-10-08 | 2 | -0/+89 |
| * | | build(deps): bump cachix/install-nix-action from 29 to 30•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/9f70348d77d0422624097c4b7a75563948901306...08dcb3a5e62fa31e2da3d490afc4176ef55ecd72)
---
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> | dependabot[bot] | 2024-10-07 | 11 | -12/+12 |
| * | | .github/labeler.yml: edit the xen-project label to reflect the new paths.•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2024-10-06 | 1 | -1/+3 |
| |/ |
|
| * | github/PULL_REQUEST_TEMPLATE: replace first heading with comment (#345035) | Silvan Mosberger | 2024-10-01 | 1 | -1/+2 |
| |\ |
|
| | * | github/PULL_REQUEST_TEMPLATE: replace first heading with comment•••When creating a PR from a branch that only adds a single commit, this heading
would always jankily be left *below* the actual commit message because github
simply inserts the commit message before the template.
The heading also only served as a light call to action whereas the comment is
rather explicit in asking the PR author to provide a proper PR description.
| Atemu | 2024-09-28 | 1 | -1/+2 |
| * | | build(deps): bump actions/checkout from 4.1.7 to 4.2.0•••Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2024-09-30 | 15 | -16/+16 |
| * | | build(deps): bump cachix/install-nix-action from 27 to 29•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 27 to 29.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/ba0dd844c9180cbf77aa72a116d6fbc515d0e87b...9f70348d77d0422624097c4b7a75563948901306)
---
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> | dependabot[bot] | 2024-09-30 | 11 | -12/+12 |
| * | | .github/labeler.yml: xen -> xen-project•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2024-09-28 | 1 | -1/+1 |
| * | | .github/labeler.yml: label Xen-related pull requests (#344329) | Pol Dellaiera | 2024-09-26 | 1 | -0/+11 |
| |\ \
| |/
|/| |
|
| | * | .github/labeler.yml: label Xen-related pull requests•••Some things must still be labeled manually (notably, qemu_xen and
specific kernel changes), but these should be pretty infrequent.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2024-09-25 | 1 | -0/+11 |
| * | | CODEOWNERS: Add ElvishJerricco to ISO image. (#344537) | Will Fancher | 2024-09-25 | 1 | -1/+2 |
| |\ \
| |/
|/| |
|
| | * | CODEOWNERS: Add ElvishJerricco to ISO image. | Will Fancher | 2024-09-25 | 1 | -1/+2 |
| * | | CODEOWNERS: add myself to LLVM | Alyssa Ross | 2024-09-23 | 1 | -1/+1 |
| |/ |
|
| * | nixos: remove environment.noXlibs (#341717) | Emily | 2024-09-22 | 1 | -3/+0 |
| |\ |
|
| | * | nixos: remove environment.noXlibs | Matt Moriarity | 2024-09-15 | 1 | -3/+0 |
| * | | .github/labeler.yml: mark CONTRIBUTING.md and README's for "policy discussion" | Peder Bergebakken Sundt | 2024-09-18 | 1 | -0/+6 |
| * | | build(deps): bump peter-evans/create-pull-request from 7.0.1 to 7.0.3•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.1 to 7.0.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20...6cd32fd93684475c31847837f87bb135d40a2b79)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2024-09-16 | 1 | -1/+1 |
| |/ |
|
| * | Merge master into staging-next | github-actions[bot] | 2024-09-09 | 1 | -1/+1 |
| |\ |
|
| | * | build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.1•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2024-09-09 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-09-04 | 3 | -47/+35 |
| |\| |
|
| | * | .github: continue finessing the text and names for nixpkgs-vet | Philip Taron | 2024-09-03 | 1 | -3/+5 |
| | * | nixpkgs-vet: update CI, docs, and release to 0.1.4•••Everything gets moved into the `ci/` top-level directory.
We keep behind `maintainers/scripts/check-by-name.sh` and `pkgs/test/check-by-name/pinned-version.txt` as they are going to cause CI errors and confusion until we get all the way through the various channels.
They'll be removed in about a week or so.
| Philip Taron | 2024-09-03 | 3 | -45/+31 |
| * | | Merge master into staging-next | github-actions[bot] | 2024-09-02 | 1 | -0/+1 |
| |\| |
|
| | * | CODEOWNERS: add mattpolzin for idris2Packages (#337967) | Fabián Heredia Montiel | 2024-09-01 | 1 | -0/+1 |
| | |\ |
|
| | | * | CODEOWNERS: add mattpolzin for idris2Packages | Mathew Polzin | 2024-08-28 | 1 | -0/+1 |
| * | | | Merge staging-next into staging | github-actions[bot] | 2024-08-29 | 1 | -0/+1 |
| |\| | |
|
| | * | | workflows/check-by-name: Mention who to ping for trouble (#337120) | Philip Taron | 2024-08-29 | 1 | -0/+1 |
| | |\ \
| | |/
| |/| |
|
| | | * | workflows/check-by-name: Mention who to ping for trouble•••The check-by-name team can't be looking through all PRs to see if anybody
is struggling.
| Silvan Mosberger | 2024-08-25 | 1 | -0/+1 |
| * | | | CODEOWNERS: update ownership for installShellFiles•••Since Ericson2314 is the original codeowner of the files.
| Anderson Torres | 2024-08-28 | 1 | -0/+5 |
| |/ / |
|
| * / | workflows/check-nix-format: Mention who to ping for trouble•••The formatting team can't be looking through all PRs to see if anybody
is struggling.
| Silvan Mosberger | 2024-08-25 | 1 | -0/+1 |
| |/ |
|
| * | CODEOWNERS: add myself to ACME•••The comment is no longer accurate 🎉 (But @m1cr0man really ought
to have the commit bit as well…)
I don’t actively use the NixOS ACME implementation these days, but
I think I have enough experience and relevant knowledge from my past
contributions to the module and general ACME know‐how to contribute
to reviews and help avoid kerfuffles like the recent issue that broke
everyone’s ACME accounts.
| Emily | 2024-08-22 | 1 | -1/+1 |
| * | nix: add nix-team to CODEOWNERS•••Update .github/CODEOWNERS
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| Jörg Thalheim | 2024-08-22 | 1 | -2/+2 |
| * | workflows/check-nix-format: Better `nix-shell` message•••As [suggested](https://github.com/NixOS/nixpkgs/pull/334286#issuecomment-2286131096) by @nh2
| Silvan Mosberger | 2024-08-19 | 1 | -1/+1 |
| * | github/PULL_REQUEST_TEMPLATE: fix link to linking tests•••The under the old link there was only a hint that it was moved to the
new location, so we can get rid of this indirection
| Michael Lohmann | 2024-08-19 | 1 | -1/+1 |
| * | CODEOWNERS: fix forgejo path after refactor•••Ref: f3bffa8c625eb80df4fe6a1b581e18cb10ee0de1, a2e9da2c405863b7e6553591c13310281cde300c
| emilylange | 2024-08-17 | 1 | -1/+1 |
| * | CODEOWNERS: remove lxd paths for adamcstephens | Adam Stephens | 2024-08-10 | 1 | -5/+2 |
| * | CODEOWNERS: remove ncfavier from Haskell | Naïm Favier | 2024-08-09 | 1 | -7/+7 |
| * | .github: add myself as stdenv and build-support CODEOWNER•••I'm deeply interested and want the system to ping me.
| Philip Taron | 2024-08-07 | 1 | -0/+2 |
| * | kakoune: add philiptaron as maintainer to most kakoune-related things | Philip Taron | 2024-08-01 | 1 | -0/+3 |
| * | workflows/*: ensure jobs have names | Adam Stephens | 2024-07-31 | 13 | -0/+14 |
| * | Merge pull request #330454 from Aleksanaa/ci-nixf-tidy•••workflows/check-nixf-tidy.yml: temporarily ignore sema-escaping-with | Silvan Mosberger | 2024-07-27 | 1 | -2/+12 |
| |\ |
|
| | * | workflows/check-nixf-tidy.yml: temporarily ignore sema-escaping-with | aleksana | 2024-07-28 | 1 | -2/+12 |