about summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* .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
| * backport action: comment to keep pin in syncDomen Kožar2021-05-25
| |
| * Update .github/workflows/backport.ymlDomen Kožar2021-05-25
| | | | | | Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
| * Update .github/workflows/backport.ymlDomen Kožar2021-05-25
| | | | | | Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
| * Add backporting actionDomen Kožar2021-05-24
| | | | | | | | | | | | If "backport <branch>" label is applied to a PR, once the PR is merged, github-actions bot will create another PR targeting <branch> and cherry-picking commits.
* | .github/workflows/nixos-manual.yml: add repository_owner conditionzowoq2021-05-25
| | | | | | | | | | We have this set in the other actions, it prevents the action from running in PRs made against forks.
* | Merge pull request #124266 from andir/codeownersAndreas Rammhold2021-05-24
|\ \ | |/ |/| CODEOWNERS: merge the neovim lines as they are not additive
| * CODEOWNERS: merge the neovim lines as they are not additiveAndreas Rammhold2021-05-24
| | | | | | | | | | | | | | CODEOWNERS files always take that *last* match for a specific match. Having two lines for the same path will only ever result in the last line being used. The intention here was that both of these individuals are owners of the neovim space and not just one.
* | CODEOWNERS: add ryantm to /nixos/docRyan Mulligan2021-05-22
| |
* | nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMarkRyan Mulligan2021-05-22
| |
* | pull request template: cleanup (#117537)Léo Gaspard2021-05-21
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove elements of the PR template that have a low signal/noise ratio, and add one that I think would have a good signal/noise ratio. ----- Remove: Determined the impact on package closure size (by running `nix path-info -S` before and after) ----- Rationale: This is rarely done in practice, and apart from for specific packages this is usually not a good indicator of anything useful It might make sense to re-introduce it with two holes to fill, but then we would have to make a serious decision to never land without these two numbers filled in or with too big a regression, because in practice this box has been a no-op in many cases. Maybe just integrating this check in nixpkgs-review would bring the most benefit here? ----- ----- Remove: Ensured that relevant documentation is up to date ----- Rationale: This is fuzzy, “relevant documentation” is way too often hard to find ----- ----- Add: Added a release notes entry if the change is major or breaking ----- Rationale: This is way too often forgotten, and is also a self-contained easy task -----
* .github/workflows/merge-staging.yml: Include branch in commentJan Tojnar2021-05-13
| | | | | | | | If I receive the mail notification that staging(-next) merge failed, I either need to check `git log staging-next` or click the action run link to find out where should I resolve the conflict. To save time, let’s include the information about which step failed right in the comment.
* .github/labeler.yml: Update GNOME file patternsJan Tojnar2021-05-12
| | | | This got missed in the move (https://github.com/NixOS/nixpkgs/pull/122107) because it is in a “hidden” directory.
* pkgs/top-level: init expression for haskell-updates jobsetsternenseemann2021-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release-haskell.nix is intended to be a replacement for https://github.com/peti/ci/blob/master/haskell-nixpkgs.nix which is currently the main expression for the haskell-updates jobset on hydra (in the nixpkgs project). It has the same jobs as the old haskell-nixpkgs.nix file: * haskellPackages.* * haskell.compiler.* * Some extra haskell packages for certain compilers The following jobs are new: * tests.haskell.* * A manually maintained list of top-level haskell packages (most of them using justStaticExecutables) * An aggregate job which is intended to aid merging the haskell-updates branch: It holds an arbitrary list of haskell-related packages and tests we intend have working at all times. This is still somewhat incomplete and should be extendend in the future. Additionally a lot of refactoring has been done and some unnecessary code has been eliminated. Due to the increased set of jobs and my ideas of convenience however, the code size has grown overall. I've tried document the individual parts and would be happy about feedback in general. One future improvement could be making adding top-level haskell packages more convenient and adding them all to the aggregate job automatically.
* CODEOWNERS: make sure all Haskell files are present(cdep)illabout2021-05-03
|
* CODEOWNERS: Haskell files. Add maralorn, declutterMalte Brandy2021-05-02
|
* labeler: tag haskell tests as topic: haskellsternenseemann2021-05-01
|
* CODEOWNERS: notify for haskell specific testssternenseemann2021-05-01
|
* editorconfig check: avoid channels as they might break one dayDomen Kožar2021-04-29
|
* editorconfig check: instruct user what to doDomen Kožar2021-04-29
|
* .github/workflows/editorconfig.yml: switch to pull_request_targetzowoq2021-04-28
| | | | | - use pull_request_target to avoid having to manually approve the action - use nixpkgs editorconfig-checker rather than external binary
* Add NixOS/Security as a reviewer for .github/workflowsGraham Christensen2021-04-24
|
* actions: add some permission restrictionsGraham Christensen2021-04-24
|
* Update .github/workflows/direct-push.ymlDomen Kožar2021-04-21
| | | | Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
* Update .github/workflows/direct-push.ymlDomen Kožar2021-04-19
| | | Co-authored-by: Alyssa Ross <hi@alyssa.is>
* Add a warning comment on commits that violate ↵Domen Kožar2021-04-19
| | | | https://github.com/NixOS/nixpkgs/issues/118661
* .github/labeler.yml: add bsd labelAlyssa Ross2021-04-18
|
* Drop maintainership for some packagesRobert Helgesson2021-04-18
|
* CODEOWNERS: add marsam to PostgreSQL packagesMario Rodas2021-04-07
|
* CODEOWNERS: add marsam to RubyMario Rodas2021-04-07
|
* .github/workflows/manual-*.yml: update cachix / install-nix actionszowoq2021-04-03
|
* .github/workflows/labels.yml: set event typeszowoq2021-04-03
| | | | | opened, synchronize, reopened are the defaults for `pull_request_target`, `edited` will trigger the label action if the PRs base branch is changed.
* ruby: remove myself as maintainer/CODEOWNERAlyssa Ross2021-03-31
| | | | | | It's been at least a year since I kept up to date with Ruby, and I don't think I really have anything left to offer Nixpkgs in terms of Ruby expertise.
* .github/workflows/editorconfig.yml: 2.3.1 -> 2.3.5zowoq2021-03-30
|