about summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* CODEOWNERS: remove WilliButzWilliButz2023-07-29
|
* Merge pull request #238502 from l0b0/pr-template-headingsPol Dellaiera2023-07-28
|\ | | | | pr-template: Use semantic H2 level headings
| * pr-template: Use semantic H2 level headingsVictor Engmark2023-06-19
| | | | | | | | | | | | The original Markdown ended up being rendered as `<H6>` HTML elements, which is not semantically valid immediately after an `<H1>` element (the PR title).
* | CODEOWNERS: add ajoseph for kernel/manual-config.nixAdam Joseph2023-07-23
| | | | | | | | | | | | | | | | | | 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.
* | CODEOWNERS: add raitobezarius as a owner of NGINX modulo testsRaito Bezarius2023-07-21
| | | | | | | | So I can see changes on NGINX.
* | CODEOWNERS: ping @amjoseph-nixpkgs on certain treesAdam Joseph2023-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #242323 from hercules-ci/add-labeler-module-systemSilvan Mosberger2023-07-10
|\ \ | | | | | | .github/labeler.yml: Add module system label
| * | .github/labeler.yml: Add module system labelRobert Hensing2023-07-08
| | |
* | | .github/labeler.yml: Add lib labelRobert Hensing2023-07-08
|/ /
* | CODEOWNERS: add myself for PHP related stuffPol Dellaiera2023-07-05
| |
* | workflows/periodic-merge: drop 22.11 jobsMartin Weinelt2023-07-04
| |
* | labeler: label nodejs pull-requestsLily Foster2023-06-30
| |
* | buildNpmPackage: add lilyinstarlight as maintainer/code ownerWinter2023-06-27
| | | | | | | | | | This is long overdue, Lily has done more than me for Node.js in Nixpkgs by this point.
* | build(deps): bump cachix/install-nix-action from 21 to 22dependabot[bot]2023-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22) --- 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>
* | Merge pull request #237557 from pennae/dedocbookify-nixospennae2023-06-19
|\ \ | |/ |/| nixos/doc: dedocbookify
| * nixos/manual: disallow docbook option docspennae2023-06-13
| | | | | | | | | | | | | | | | | | | | it's been long in the making, and with 23.05 out we can finally disable docbook option docs and default to markdown instead. this brings a massive speed boost in manual and manpage builds, so much so that we may consider enabling user module documentation by default. we don't remove the docbook support code entirely yet because it's a lot all over, and probably better removed in multiple separate changes.
* | Merge pull request #237341 from ↵Artturi2023-06-17
|\ \ | | | | | | | | | NixOS/dependabot/github_actions/korthout/backport-action-1.3.1
| * | build(deps): bump korthout/backport-action from 1.2.0 to 1.3.1dependabot[bot]2023-06-12
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v1.2.0...v1.3.1) --- 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 #238126 from nikstur/contributing-release-notesPol Dellaiera2023-06-17
|\ \ | | | | | | CONTRIBUTING.md: remove historical trivia
| * | .github/PULL_REQUEST_TEMPLATE.md: directly link to release notesnikstur2023-06-16
| |/
* / CODEOWNERS: remove romildo from OCamlJosé Romildo2023-06-13
|/
* Merge pull request #235064 from fricklerhandwerk/codeowners-docPol Dellaiera2023-06-07
|\ | | | | CODEOWNERS: reduce scope for fricklerhandwerk
| * CODEOWNERS: reduce scope for fricklerhandwerkValentin Gagarin2023-05-30
| |
* | Release NixOS 23.05Raito Bezarius2023-05-31
|/
* build(deps): bump cachix/install-nix-action from 20 to 21dependabot[bot]2023-05-30
| | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21) --- 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>
* CODEOWNERS: add raitobezarius as a ZFS code ownerRaito Bezarius2023-05-28
| | | | This will make my work easier about knowing what is going on with ZFS.
* 23.11 is TapirRaito Bezarius2023-05-22
|
* github/CODEOWNERS: drop nbpSandro Jäckel2023-05-14
|
* Merge pull request #207039 from NixOS/qemu-boot-disk-using-make-disk-imageRyan Lahfa2023-04-21
|\ | | | | nixos/qemu-vm: refactor bootDisk using make-disk-image
| * CODEOWNERS: add raitobezarius to qemu-vm.nixRaito Bezarius2023-04-21
| | | | | | | | | | | | I do a lot of work on QEMU VM and make-disk-image and I was bitten by an unnotified change recently, so I want to chime in the future changes of this file.
* | Merge pull request #224643 from NixOS/llvm/codeownerRyan Lahfa2023-04-21
|\ \ | |/ |/| CODEOWNERS: add RaitoBezarius to llvm tree
| * CODEOWNERS: add RaitoBezarius to llvm treeRaito Bezarius2023-04-04
| |
* | build(deps): bump peter-evans/create-or-update-comment from 2 to 3dependabot[bot]2023-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | build(deps): bump peter-evans/create-pull-request from 4 to 5dependabot[bot]2023-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- 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>
* | CODEOWNERS: Add @infinisil to pkgs/pkgs-libSilvan Mosberger2023-04-07
|/
* maintainers/team-list: drop lnl7 from rust maintainer listJörg Thalheim2023-04-04
|
* CODEOWNERS: remove superherointjsuperherointj2023-03-30
|
* .github/workflows/update-terraform-providers.yml: variouszowoq2023-03-25
| | | | | | | | - removed outdated permissions comment - add failed updates step - add failed updates and ofborg rebuild to PR body
* build(deps): bump cachix/install-nix-action from 19 to 20dependabot[bot]2023-03-20
| | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20) --- 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>
* workflows: check maintainers sortedness on pull_request_targetpennae2023-03-19
| | | | | | `pull_request` workflows need approval to run, `pull_request_target` does not. this one isn't particularly vulnerable and doesn't take long to run, so we may as well run it without approval.
* CODEOWNERS: Add OCaml maintainersUlrik Strid2023-03-18
| | | | * CODEOWNERS: add OCaml team
* CODEOWNERS: add superherointj to vscode (2th path)superherointj2023-03-17
|
* maintainers: add script and workflows to check sortednesspennae2023-03-15
| | | | | | | | the script can output a list of sed commands to create the order it expects to find. this was mainly useful for initially sorting the list, but we'll keep it here for later reference. Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
* CODEOWNERS: add superherointj to vscodesuperherointj2023-03-09
|
* workflows/backport: Copy security label in backport PRsMartin Weinelt2023-03-06
| | | | | | | Since v1.2.0 the backport action supports copying labels from the source to the backport PR. This is useful for copying the security label from the original PR to the backport PR, so relevant security updates don't get lost.
* .github: build nixpkgs manual on `lib` changesNaïm Favier2023-03-04
| | | | The nixpkgs manual includes documentation for `lib` functions.
* Revert "workflows: pin install-nix-action to use nix 2.13.3"zowoq2023-03-01
| | | | | | This reverts commit 3563c178ca7d45d028c095b2a3ba35ee28294eea. fixed in cachix/install-nix-action@v20
* .github/workflows: update cachix/install-nix-action to v20zowoq2023-03-01
|
* workflows: pin install-nix-action to use nix 2.13.3pennae2023-03-01
| | | | | | same reasoning as #218858, only now for an action we depend on and can't fix quite as easily. cachix-action also uses nix-env and will thus not work correctly, so pin the nix version used to the last known good one.
* Merge pull request #218858 from cole-h/fixup-editorconfig-actionWeijia Wang2023-02-28
|\ | | | | Fixup editorconfig action with Nix 2.14.0