summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* .github/workflows/periodic-merge: move stable merges to 24h cycleMartin Weinelt2021-10-05
|
* codeowners: Add myself for NixOS systemJanne Heß2021-10-05
|
* Merge pull request #136489 from ehmry/nimPackagesGuillaume Girol2021-09-22
|\ | | | | nimpackages / buildNimPackage
| * Nim: Add documentation and GitHub metadataEmery Hemingway2021-09-05
| |
* | treewide: remove danieldk as maintainer from a set of packagesDaniël de Kok2021-09-12
| | | | | | | | | | | | I currently do not have much time to work on nixpkgs. Remove myself as a maintainer from a bunch of packages to avoid that people are waiting on me for a review.
* | CODEOWNERS: add myself to lib/systemsAlyssa Ross2021-09-09
| |
* | build(deps): bump cachix/install-nix-action from 13 to 14dependabot[bot]2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 13 to 14. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v13...v14) --- 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 #130047 from NixOS/doc-manpage-roleJan Tojnar2021-09-07
|\ \ | |/ |/| doc: Add support for manpage references
| * codeowners: Add Nixpkgs Markdown docs toolingJan Tojnar2021-07-13
| |
* | build(deps): bump devmasx/merge-branch from 1.3.1 to 1.4.0dependabot[bot]2021-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [devmasx/merge-branch](https://github.com/devmasx/merge-branch) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/devmasx/merge-branch/releases) - [Changelog](https://github.com/devmasx/merge-branch/blob/master/CHANGELOG.md) - [Commits](https://github.com/devmasx/merge-branch/compare/v1.3.1...1.4.0) --- updated-dependencies: - dependency-name: devmasx/merge-branch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | CODEOWNERS: update the list of maintainers of the R packagesPeter Simons2021-08-23
| | | | | | | | See https://github.com/NixOS/nixpkgs/pull/93883 for further details.
* | PULL_REQUEST_TEMPLATE.md: Improve platform checkboxesLas Safin2021-08-19
| | | | | | | | | | | | | | | | | | | | 1) Building with the sandbox enabled is the standard on Linux, so it is of little relevance with distribution they are using. Because of this, we now specify "Linux" instead of "NixOS", and the sandbox checkbox specifies "non-Linux". 2) aarch64 is a much more common platform, so we add two separate checkboxes for both aarch64-linux and aarch64-darwin. 3) The platform names now match what is actually used by Nix.
* | doc: fix typo and wording in pull request templateKid2021-08-05
| |
* | .github/labeler.yml: Label nixos-rebuild changesEelco Dolstra2021-07-28
| |
* | build(deps): bump zeebe-io/backport-action (#131466)Jörg Thalheim2021-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build(deps): bump zeebe-io/backport-action Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 2b994724142df0774855690db56bc6308fb99ffa to 0.0.5. This release includes the previously tagged commit. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/2b994724142df0774855690db56bc6308fb99ffa...e5d4d7c39c94b65670847d11d259b2f574fa3d30) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
* | CODEOWNERS: remove ryantm from /nixos/docRyan Mulligan2021-07-25
| |
* | build(deps): bump cachix/cachix-action from 9 to 10dependabot[bot]2021-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 9 to 10. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v9...v10) --- 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>
* | github/bug_report: Improve readabilityKreyren2021-07-23
| |
* | ci: add no-channel check (#109543)Jonas Chevalier2021-07-21
| | | | | | | | | | | | | | | | | | * ci: add no-channel check * Update .github/workflows/no-channel.yml Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com> Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
* | Merge pull request #129427 from NixOS/gha-tarballDomen Kožar2021-07-14
|\ \ | |/ |/| GHA: add basic eval checks
| * GHA: add basic eval checksDomen Kožar2021-07-07
| |
* | Link to Libera, Matrix instead of FreenodeslotThe2021-07-06
|/ | | | | | | | | | | | | | | | | | The project has moved away from Freenode as an IRC network[1], and there is now a quite large channel on Libera. As such, we should point users towards that instead. This also changes all examples to refer to libera instead of freenode as, with the recent deletion of all freenode channels, it is perhaps where most communities are to be found nowadays. Finally, also link to the official Matrix room[2] as an alternative to IRC. Related: https://github.com/NixOS/nixpkgs/pull/129384 [1]: https://discourse.nixos.org/t/join-us-on-matrix-at-nix-nixos-org-migrating-from-freenode [2]: https://github.com/NixOS/rfcs/pull/94
* workflows: fix documentation for periodic 24 hours mergeDennis Gosnell2021-07-01
|
* .github/workflows/periodic-merge-*: Tiny improvementsMalte Brandy2021-07-01
|
* .github/workflows/periodic-merge: generalize from merge-stagingMartin Weinelt2021-06-30
| | | | | | | | | | By generalizing the previous merge-staging action we can support a large number of branch pairs that need to be merged periodically. Provide two intervals, daily and every six hours, to accomodate different needs. Co-Authored-By: Malte Brandy <malte.brandy@maralorn.de>
* CONTRIBUTING.md: Move to repo root, where it is more visible.Niklas Hambüchen2021-06-26
| | | | | | | We found that many users found it difficult to locate this document. Github supports it in the root, see: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
* backporting action: Link to backporting criteria.Niklas Hambüchen2021-06-26
| | | | | | | Automation tools should instruct their users clearly what tasks are still on the user. Updates the bot's version to get the `pull_description` feature: https://github.com/zeebe-io/backport-action/pull/64
* doc: cleanup documentation relating to release notesRyan Mulligan2021-06-23
| | | | Also delete empty release notes file.
* Merge pull request #126826 from domenkozar/direct-push-eventually-consistentDomen Kožar2021-06-19
|\ | | | | direct-push action: delay to workaround eventually consistent DB
| * direct-push action: delay to workaround eventually consistent DBDomen Kožar2021-06-14
| |
* | Merge pull request #126825 from domenkozar/backport-label-checkDomen Kožar2021-06-19
|\ \ | | | | | | backport action: run only when the label starts with 'backport'
| * | backport action: run only when the label starts with 'backport'Domen Kožar2021-06-14
| | |
* | | CODEOWNERS: add expipiplus1 for Haskell filesJoe Hermaszewski2021-06-16
| |/ |/|
* | .github/workflows/rebase.yml: removezowoq2021-06-09
| | | | | | | | It only works sometimes and we're unable to fix it.
* | Merge pull request #126191 from etu/php-extensions-metaElis Hirwing2021-06-09
|\ \ | | | | | | php: Improve extensions meta and codeowner data
| * | codeowners: Add all @NixOS/php team members to codeowners listElis Hirwing2021-06-08
| | |
* | | doc/manual: Add backport criteriaJonathan Ringer2021-06-09
| | |
* | | .github/CONTRIBUTING.md: Add backport release criteriaJonathan Ringer2021-06-09
|/ /
* | codeowners: add jtojnar to phpJan Tojnar2021-06-06
| | | | | | | | | | | | I am maintaining out-of-tree PHP expressions (https://github.com/fossar/nix-phps) so I would like to get notified of changes of the code I depend on, even though I cannot commit to becoming a PHP maintaintainer at the moment.
* | pull_request_template: fix link to CONTRIBUTING.mdPavol Rusnak2021-06-05
| |
* | pull_request_template: Add release note criteriaJonathan Ringer2021-06-02
| |
* | .github/CONTRIBUTING.md: Add 21.11 release-notes stepsJonathan Ringer2021-06-02
| |
* | .github/workflows/nixos-manual.yml: add permisssions so action runs don't ↵Ryan Mulligan2021-06-02
|/ | | | require approval
* backport: trigger also if label is set after the mergeDomen Kožar2021-05-28
|
* backport: set correct permissionsDomen Kožar2021-05-28
|
* buildPythonPackage: add support for condaDavHau2021-05-28
|
* .github/workflows/merge-staging.yml: change condition to `repository_owner`zowoq2021-05-28
| | | | This is consistent with the other actions.
* .github/workflows/manual-{nixos,nixpkgs}.yml: add `repository_owner` conditionzowoq2021-05-28
| | | | | We have this set in the other actions, it prevents the action from running in PRs made against forks.
* .github/workflows/rebase.yml: update for 21.05Martin Weinelt2021-05-26
| | | | Adds three more valid branches to the rebase action.
* Merge pull request #124273 from NixOS/backporting-actionDomen Kožar2021-05-25
|\ | | | | Add backporting action