about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-01-05Merge pull request #275459 from emilylange/chromium-drop-inactive-maintainersWeijia Wang1-0/+2
chromium: drop inactive maintainers, CODEOWNERS: init chromium
2024-01-05.github/CODEOWNERS: add buildbotzowoq1-0/+5
2023-12-27maintainers/teams: remove adisbladis from podmanadisbladis1-7/+0
2023-12-22Merge pull request #274591 from tweag/by-name-reproducibleSilvan Mosberger1-115/+16
`pkgs/by-name`: Enable gradual migration checks and add `run-local.sh`
2023-12-22maintainers/scripts/check-by-name.sh: Introduce symlink aliasSilvan Mosberger1-1/+1
2023-12-20Merge pull request #273773 from nbraud/scripts/doc/check-manpage-urlsSilvan Mosberger1-1/+1
maintainers: Add new script to check URLs in `doc/manpage-urls.json`
2023-12-20check-by-name: Pass --base in CI and local running scriptSilvan Mosberger1-1/+1
This enables the ratchet checks for pkgs/by-name, allowing gradual migrations!
2023-12-20workflows/check-by-name: Slim down and prepare for --baseSilvan Mosberger1-81/+11
Now that we have a script to run the check locally, there's no real need to output the information to reproduce anymore, which allows cleaning up the CI workflow. Furthermore, this prepares the CI workflow to be passed `--base`, as introduced recently.
2023-12-19workflows/check-by-name: Why the mergeability check needs to be inlineSilvan Mosberger1-0/+3
2023-12-19workflows/check-by-name: Move tool fetching into scriptSilvan Mosberger1-34/+2
This part of the CI can also be reproduced locally
2023-12-19CODEOWNERS: init chromiumemilylange1-0/+2
2023-12-19CODEOWNERS: Watch the maintainers listspiegames1-0/+1
2023-12-18workflows/manual-nixpkgs: Run the manual's testsnicoo1-1/+1
2023-12-15workflows/check-by-name: Cancel on merge conflictsSilvan Mosberger1-3/+11
2023-12-15CODEOWNERS: unsubscribe fricklerhandwerkValentin Gagarin1-3/+3
2023-12-08.github/workflows/update-terraform-providers.yml: use opentofu instead of ↵zowoq1-1/+1
terraform terraform is unfree and can't be built on ofborg
2023-12-05CODEOWNERS: fix errorsPol Dellaiera1-2/+2
2023-12-05build(deps): bump cachix/cachix-action from 12 to 13 (#272012)dependabot[bot]3-3/+3
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/6a9a34cdd93d0ae4b4b59fd678660efb08109f2f...6a2e08b5ebf7a9f285ff57b1870a4262b06e0bee) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05build(deps): bump cachix/install-nix-action from 23 to 24 (#272011)dependabot[bot]7-7/+7
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011...7ac1ec25491415c381d9b62f0657c7a028df52a7) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-03codeowners: add JulienMalka to systemd-bootJulien Malka1-0/+3
2023-12-03Merge pull request #269030 from alyssais/github-prioritiesSilvan Mosberger7-7/+7
.github: fix "Priorities" heading level
2023-12-03.github: removing "Priorities" headingAlyssa Ross7-7/+7
Where this was a markdown heading, it sometimes had the wrong weight so it appeared as if it was a subheading of the previous section, and some people feel the word "Priorities" creates misleading expectations. Link: https://github.com/NixOS/nixpkgs/pull/203969/files#r1037761779
2023-12-02workflows/periodic-merge: allow manual dispatchMartin Weinelt2-0/+2
Currently there is an eval fix on master and waiting five hours for it to propagate into staging-next and staging is annoyingly long.
2023-12-01Merge pull request #270496 from tweag/by-name-backoffSilvan Mosberger1-4/+21
workflows/check-by-name: Limited and exponential retries
2023-11-29Merge pull request #270196 from figsoda/templatefigsoda1-1/+1
{CONTRIBUTING,PULL_REQUEST_TEMPLATE}.md: update NixOS release
2023-11-29ci: pin third party actionsVictor Engmark11-28/+27
For reproducibility. Command: ```shell for file in .github/workflows/*.y*ml; do npx pin-github-action --comment=' {ref}' "$file" done ``` Then had to manually replace all the versions with accurate specifiers (for example, "v4" → "v4.1.1" in case of `actions/checkout`).
2023-11-28.github/CODEOWNERS: Add roberth to module systemRobert Hensing1-0/+6
2023-11-27workflows/check-by-name: Set 10 minute timeoutSilvan Mosberger1-0/+3
Co-Authored-By: Cole Helbling <cole.e.helbling@outlook.com>
2023-11-27{CONTRIBUTING,PULL_REQUEST_TEMPLATE}.md: update NixOS releasefigsoda1-1/+1
2023-11-27workflows/check-by-name: Limited and exponential retriesSilvan Mosberger1-4/+18
We've had a recent PR CI mass failure event, ultimately caused by the mergeability check GitHub API not returning a result. But due to the `pkgs/by-name` check workflow not backing off appropriately between retries, it pummeled the API, resulting in exceeding the API rate limit: https://github.com/NixOS/nixpkgs/actions/runs/7010089143/job/19069845070 This commit fixes that for the future by implementing a retry strategy limited to three retries, with exponential backoff
2023-11-24zfs_2_1: init at 2.1.13Raito Bezarius1-3/+2
This re-introduces the old stable ZFS version we had in the past following the many predicted issues of ZFS 2.2.x series, that is much more stable than any further ZFS version at the moment. I am also removing myself from maintenance of any further ZFS versions as I am planning to quit ZFS maintenance at some point. In the meantime, for users like me who depend on ZFS for critical operations, here is a ZFS version that is known to work for LTS kernels.
2023-11-22.github/labeler.yml: autolabel jupyter stuffMatthieu Coudron1-0/+7
2023-11-22workflows/check-by-name: If channel no existent, fall back to nixos-unstableSilvan Mosberger1-3/+9
2023-11-2124.05 is Uakari 24.05-prefigsoda1-0/+4
2023-11-21Encourage +1's for prioritisationSilvan Mosberger7-0/+48
Adds a small text to each issue and the PR template to encourage people to use :+1:'s for issues they're also interested in. See https://github.com/NixOS/nix.dev/issues/359 for more information Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-11-20CODEOWNERS: Remove line for removed fileSilvan Mosberger1-1/+0
Was removed in https://github.com/NixOS/nixpkgs/pull/268407
2023-11-17CODEOWNERS: add ncfavier to HaskellNaïm Favier1-7/+7
2023-11-16Merge pull request #267784 from tweag/flakes-labelerSilvan Mosberger1-0/+5
.github/labeler.yml: auto-label flakes stuff
2023-11-16CODEOWNERS: Remove edolstraSilvan Mosberger1-8/+5
Updated to reflect reality: Eelco is not acting as a code owner of these files
2023-11-16.github/labeler.yml: auto-label flakes stuffSilvan Mosberger1-0/+5
2023-11-13build(deps): bump korthout/backport-action from 2.1.0 to 2.1.1dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07doc: builders -> build helpers to reduce ambigualtyYueh-Shun Li1-2/+2
2023-11-07doc: move doc/builders/packages -> doc/packagesYueh-Shun Li1-1/+1
2023-11-07build(deps): bump korthout/backport-action from 2.0.0 to 2.1.0dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31Merge pull request #264638 from ckiee/codeowners-add-libconfigSilvan Mosberger1-0/+2
CODEOWNERS: add ckiee to libconfig format
2023-10-31CODEOWNERS: add ckiee to libconfig formatckie1-0/+2
2023-10-31Merge pull request #263993 from drupol/rb-update-issue-templatePol Dellaiera1-8/+64
doc: update r-b issue template
2023-10-30build(deps): bump korthout/backport-action from 1.3.1 to 2.0.0dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.3.1 to 2.0.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29doc: update r-b issue templatePol Dellaiera1-8/+64
2023-10-28Merge pull request #263961 from raboof/rb-improve-issue-templateArnout Engelen1-2/+2
github: improve r-b issue template