about summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
...
* | Merge pull request #274591 from tweag/by-name-reproducibleSilvan Mosberger2023-12-22
|\ \ | | | | | | `pkgs/by-name`: Enable gradual migration checks and add `run-local.sh`
| * | maintainers/scripts/check-by-name.sh: Introduce symlink aliasSilvan Mosberger2023-12-22
| | |
| * | check-by-name: Pass --base in CI and local running scriptSilvan Mosberger2023-12-20
| | | | | | | | | | | | | | | This enables the ratchet checks for pkgs/by-name, allowing gradual migrations!
| * | workflows/check-by-name: Slim down and prepare for --baseSilvan Mosberger2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | workflows/check-by-name: Why the mergeability check needs to be inlineSilvan Mosberger2023-12-19
| | |
| * | workflows/check-by-name: Move tool fetching into scriptSilvan Mosberger2023-12-19
| | | | | | | | | | | | This part of the CI can also be reproduced locally
* | | Merge pull request #273773 from nbraud/scripts/doc/check-manpage-urlsSilvan Mosberger2023-12-20
|\ \ \ | | | | | | | | maintainers: Add new script to check URLs in `doc/manpage-urls.json`
| * | | workflows/manual-nixpkgs: Run the manual's testsnicoo2023-12-18
| | | |
* | | | CODEOWNERS: Watch the maintainers listspiegames2023-12-19
| |_|/ |/| |
* | | workflows/check-by-name: Cancel on merge conflictsSilvan Mosberger2023-12-15
| |/ |/|
* | CODEOWNERS: unsubscribe fricklerhandwerkValentin Gagarin2023-12-15
|/
* .github/workflows/update-terraform-providers.yml: use opentofu instead of ↵zowoq2023-12-08
| | | | | | terraform terraform is unfree and can't be built on ofborg
* CODEOWNERS: fix errorsPol Dellaiera2023-12-05
|
* build(deps): bump cachix/cachix-action from 12 to 13 (#272012)dependabot[bot]2023-12-05
| | | | | | | | | | | | | | | 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>
* build(deps): bump cachix/install-nix-action from 23 to 24 (#272011)dependabot[bot]2023-12-05
| | | | | | | | | | | | | | | 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>
* codeowners: add JulienMalka to systemd-bootJulien Malka2023-12-03
|
* Merge pull request #269030 from alyssais/github-prioritiesSilvan Mosberger2023-12-03
|\ | | | | .github: fix "Priorities" heading level
| * .github: removing "Priorities" headingAlyssa Ross2023-12-03
| | | | | | | | | | | | | | | | | | 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
* | workflows/periodic-merge: allow manual dispatchMartin Weinelt2023-12-02
| | | | | | | | | | Currently there is an eval fix on master and waiting five hours for it to propagate into staging-next and staging is annoyingly long.
* | Merge pull request #270496 from tweag/by-name-backoffSilvan Mosberger2023-12-01
|\ \ | | | | | | workflows/check-by-name: Limited and exponential retries
| * | workflows/check-by-name: Set 10 minute timeoutSilvan Mosberger2023-11-27
| | | | | | | | | | | | Co-Authored-By: Cole Helbling <cole.e.helbling@outlook.com>
| * | workflows/check-by-name: Limited and exponential retriesSilvan Mosberger2023-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #270196 from figsoda/templatefigsoda2023-11-29
|\ \ \ | | | | | | | | {CONTRIBUTING,PULL_REQUEST_TEMPLATE}.md: update NixOS release
| * | | {CONTRIBUTING,PULL_REQUEST_TEMPLATE}.md: update NixOS releasefigsoda2023-11-27
| |/ /
* | | ci: pin third party actionsVictor Engmark2023-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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`).
* | | .github/CODEOWNERS: Add roberth to module systemRobert Hensing2023-11-28
|/ /
* | zfs_2_1: init at 2.1.13Raito Bezarius2023-11-24
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | .github/labeler.yml: autolabel jupyter stuffMatthieu Coudron2023-11-22
| |
* | workflows/check-by-name: If channel no existent, fall back to nixos-unstableSilvan Mosberger2023-11-22
| |
* | 24.05 is Uakarifigsoda2023-11-21
|/
* Encourage +1's for prioritisationSilvan Mosberger2023-11-21
| | | | | | | | 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>
* CODEOWNERS: Remove line for removed fileSilvan Mosberger2023-11-20
| | | | Was removed in https://github.com/NixOS/nixpkgs/pull/268407
* CODEOWNERS: add ncfavier to HaskellNaïm Favier2023-11-17
|
* Merge pull request #267784 from tweag/flakes-labelerSilvan Mosberger2023-11-16
|\ | | | | .github/labeler.yml: auto-label flakes stuff
| * .github/labeler.yml: auto-label flakes stuffSilvan Mosberger2023-11-16
| |
* | CODEOWNERS: Remove edolstraSilvan Mosberger2023-11-16
|/ | | | Updated to reflect reality: Eelco is not acting as a code owner of these files
* build(deps): bump korthout/backport-action from 2.1.0 to 2.1.1dependabot[bot]2023-11-13
| | | | | | | | | | | | | | 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>
* doc: builders -> build helpers to reduce ambigualtyYueh-Shun Li2023-11-07
|
* doc: move doc/builders/packages -> doc/packagesYueh-Shun Li2023-11-07
|
* build(deps): bump korthout/backport-action from 2.0.0 to 2.1.0dependabot[bot]2023-11-07
| | | | | | | | | | | | | | 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>
* Merge pull request #264638 from ckiee/codeowners-add-libconfigSilvan Mosberger2023-10-31
|\ | | | | CODEOWNERS: add ckiee to libconfig format
| * CODEOWNERS: add ckiee to libconfig formatckie2023-10-31
| |
* | Merge pull request #263993 from drupol/rb-update-issue-templatePol Dellaiera2023-10-31
|\ \ | |/ |/| doc: update r-b issue template
| * doc: update r-b issue templatePol Dellaiera2023-10-29
| |
* | build(deps): bump korthout/backport-action from 1.3.1 to 2.0.0dependabot[bot]2023-10-30
|/ | | | | | | | | | | | | | 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>
* Merge pull request #263961 from raboof/rb-improve-issue-templateArnout Engelen2023-10-28
|\ | | | | github: improve r-b issue template
| * github: improve r-b issue templateArnout Engelen2023-10-28
| | | | | | | | | | You may need to run the regular `nix-build` before running `nix-build --check`
* | poetry2nix: dropK9002023-10-26
| | | | | | | | The in-tree version has been broken for a while, so now is probably a good time to rip off the band-aid.
* | Merge pull request #258595 from fricklerhandwerk/doc-emscriptenValentin Gagarin2023-10-26
|\ \ | |/ |/| Emscripten docs: reword and remove mention of `nix-env`
| * add Emscripten maintainers to CODEOWNERSValentin Gagarin2023-10-03
| | | | | | | | also notify on documentation changes