about summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* .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
|
* labeller: Add kernel subfolderTim Steinbach2021-03-26
|
* codeowners: add sternenseemann for haskellsternenseemann2021-03-23
| | | | I want to get notified about haskell PRs.
* .github/labeler.yml: update paths and sortzowoq2021-03-20
|
* .github/workflows/labels.yml: label PRszowoq2021-03-20
|
* CODEOWNERS: add danieldk to Rust build-support (#114111)Daniël de Kok2021-02-23
|
* .github/workflows/rebase.yml: rebase for multiple brancheszowoq2021-02-14
| | | | | | | | | | - Error if the commenter doesn't have write access or maintainers can't edit the PR branch. - Close and comment on PR after rebase so that actions are run when it's reopened. This doesn't happen currently as we're using the default github token which isn't allowed to trigger other actions. - Disallow unwanted rebases. e.g. invalid branches, redundant rebases or rebasing permanent branches onto permanent branches.
* CODEOWNERS Add adisbladis as poetry2nix owneradisbladis2021-02-02
|
* .github/workflows/pending-set.yml: failed -> pendingzowoq2021-01-29
|
* treewide: stdenv.lib -> libPavol Rusnak2021-01-24
|
* CODEOWNERS: add ehmry to Dhall packagesEmery Hemingway2021-01-15
|
* contributing.md: Change labels for backported PRsJustin Humm2021-01-13
| | | | | This is somewhat convention already and it makes keeping track of missing backports a lot easier.
* Merge pull request #108839 from aszlig/autopatchelf-codeownersMaximilian Bosch2021-01-12
|\ | | | | codeowners: Add myself to autoPatchelfHook
| * codeowners: Add myself to autoPatchelfHookaszlig2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I really hate the very concept of this file (the reason being that I think "owner" implies some form of BDFL rather than just being notified), but since there were recent[1] changes[2] in auto-patchelf.sh which I missed it's probably a good idea to add myself there solely for being notified, because ofborg can't seem to infer maintainer information here. To make indentation consistent with all the other entries in the codeowners file, I also re-indented the other entries in the "Nixpkgs Internals" block. [1]: https://github.com/NixOS/nixpkgs/pull/101142 [2]: https://github.com/NixOS/nixpkgs/pull/106830 Signed-off-by: aszlig <aszlig@nix.build>
* | .github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1zowoq2021-01-10
|/
* Merge pull request #107135 from mkg20001/cinnamon-fixupWORLDofPEACE2021-01-05
|\ | | | | Cinnamon Fixup
| * codeowners: add mkg20001 to cinnamonMaciej Krüger2020-12-18
| |
* | .github/workflows/manual-{nixos,nixpkgs}.yml: fix restrict evalzowoq2021-01-03
| | | | | | | | needs an explicit NIX_PATH
* | .github/workflows/rebase-staging.yml: commit -> commentzowoq2021-01-03
| |
* | .github/workflows/rebase-staging.yml: add reaction to the comment that ↵zowoq2021-01-03
| | | | | | | | started the job
* | .github/workflows: build NixOS/Nixpkgs manuals with PR ref, restrict-eval ↵zowoq2021-01-03
| | | | | | | | and sandbox
* | .github/workflows: add rebase-staging.ymlzowoq2020-12-29
| |
* | .github/workflows/editorconfig.yml: use api for list of changed fileszowoq2020-12-28
|/ | | | faster than doing a full clone and using git diff
* STALE-BOT.md: Mention github not notifyingDoron Behar2020-12-09
| | | | Following https://discourse.nixos.org/t/github-doesnt-notify-reviewers-commenters-after-you-force-push-changes/10394 .
* GH action: merge staging(-next): fix cronFrederik Rietdijk2020-12-02
| | | | | It went every minute past every 6th hour, which was too often. Now it should go on the zeroth minute every 6th hour.
* GH Action: merge staging(-next): comment on failureFrederik Rietdijk2020-11-29
| | | | | | | Comment on the designated issue in case of a failure. Whoever wants to help out resolving merge conflicts can simply follow this issue.
* GH Action: merge staging(-next) periodicallyFrederik Rietdijk2020-11-28
| | | | | | | | | | | | | Automate the merging of `master` -> `staging-next` -> `staging`. Our main development branch is `master`. Large rebuilds go to `staging`. Periodically, `staging` is merged into `staging-next` for stabilization. When considered sufficiently stable, `staging-next` is merged into `master`. As changes arrive on these branches, it is important that they're all updated regularly with eachothers changes. This commit automates that part.
* codeowners: Add RaghavSood to blockchainsRaghav Sood2020-11-23
|