about summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* teams: add figsoda to the vim team and codeownersfigsoda2022-12-12
|
* CODEOWNERS: Add codeowners for cacert related packagesMartin Weinelt2022-12-04
|
* CODEOWNERS: Remove piegames from matrix-appservice-ircMartin Weinelt2022-12-03
|
* Release NixOS 22.11Martin Weinelt2022-11-30
|
* workflows/backport-action 0.0.8 -> 0.0.9Martin Weinelt2022-11-23
| | | | https://github.com/zeebe-io/backport-action/releases/tag/v0.0.9
* workflows: add 24 hour periodic merges for 22.11Martin Weinelt2022-11-21
|
* Merge pull request #200289 from fricklerhandwerk/contributingValentin Gagarin2022-11-14
|\ | | | | codeowners: narrower responsibilities for fricklerhandwerk
| * codeowners: narrower responsibilities for fricklerhandwerkValentin Gagarin2022-11-08
| | | | | | | | | | | | the number of pull requests against documentation is too high to handle on the side, and getting assigned as reviewer for all of them sends the wrong message to authors.
* | Merge pull request #192724 from raboof/add-unreproducible-package-issue-templateArnout Engelen2022-11-14
|\ \ | | | | | | Add issue template for unreproducible packages
| * | Add issue template for unreproducible packagesArnout Engelen2022-09-25
| | | | | | | | | | | | | | | | | | | | | It's nice to be able to easily create an issue for an unreproducibility, but my additional motivation for creating this issue template is that it makes it easier for non-maintainers to create issues that are correctly tagged '8.topic: reproducible builds'.
* | | buildNpmPackage: initWinter2022-11-09
| |/ |/|
* | Revert ".github/dependabot.yml: disable"zowoq2022-11-08
| | | | | | | | | | | | This reverts commit a98a34e86a3b9b783c03f26fd3d4c45cc8497985. https://github.blog/changelog/2022-11-07-dependabot-pull-requests-off-by-default-for-forks/
* | build(deps): bump cachix/cachix-action from 11 to 12dependabot[bot]2022-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 11 to 12. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v11...v12) --- 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>
* | CODEOWNERS: Add myself for kea-exporter moduleMartin Weinelt2022-10-19
| | | | | | | | Because I missed a recent PR against the module.
* | .github/workflows: replace deprecated `set-output`zowoq2022-10-16
| | | | | | | | https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* | .github/workflows: use ofborg-eval context for pending statusNaïm Favier2022-10-15
| | | | | | | | | | | | | | Instead of adding a pending status with context `Wait for ofborg`, make the context `ofborg-eval` and the description "Wait for OfBorg...". That way, the status will be reused by OfBorg when it starts evaluation and we don't need to clear it any more.
* | .github/workflows/update-terraform-providers.yml: add link to run logzowoq2022-10-14
| | | | | | | | also move git clean to separate step
* | build(deps): bump cachix/install-nix-action from 17 to 18dependabot[bot]2022-10-13
| | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)
* | build(deps): bump cachix/cachix-action from 10 to 11dependabot[bot]2022-10-13
| | | | | | | | | | | | Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v10...v11)
* | .github/workflows/update-terraform-providers.yml: set max-workers to 2zowoq2022-10-08
| | | | | | | | also add git clean so logs aren't committed
* | .github/workflows/update-terraform-providers.yml: bypass interactive promptzowoq2022-10-07
| |
* | Merge pull request #194825 from qowoz/tf-update-actionJörg Thalheim2022-10-07
|\ \ | | | | | | .github/workflows/update-terraform-providers.yml: re-enable
| * | .github/workflows/update-terraform-providers.yml: re-enablezowoq2022-10-04
| | | | | | | | | | | | | | | - run daily with updateScript, will create a commit for each provider update - drop wip label and failure comment
* | | fix typoValentin Gagarin2022-10-04
|/ /
* | fix typoValentin Gagarin2022-09-30
| |
* | Merge pull request #192981 from winterqt/update-backport-actionDomen Kožar2022-09-26
|\ \ | | | | | | backport-action: 0.0.5 -> 0.0.8
| * | backport-action: 0.0.5 -> 0.0.8Winter2022-09-25
| | |
* | | CODEOWNERS: add piegames to check-meta.nixpiegames2022-09-25
| |/ |/|
* | .github/labeler.yml: add vscode labelsuperherointj2022-09-21
| |
* | .github/workflows/update-terraform-providers.yml: add nixpkgs-unstable for ↵zowoq2022-09-21
|/ | | | | | nix-shell nix_path was removed from the update scripts in 3e63fa279f035df1d3650aa392f3a55a374e4cb4
* issue template: fill 'about' fieldValentin Gagarin2022-09-19
| | | | | | | according to [GitHub documentation] some fields are required. `about` is not listed, but it probably is required. [GitHub documentation]: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
* add issue template for missing or incorrect documentationValentin Gagarin2022-09-16
| | | | this allows anyone to create labelled issues for easy filtering.
* .github/workflows/update-terraform-providers.yml: disable scheduled updatezowoq2022-09-15
| | | | try nixpkgs-update with passthru.updateScript
* .github/workflows: fix permissionszowoq2022-09-12
| | | | | | | | the merge actions comment on pull requests, seems this was broken by 2c71278a2395d6d8c4e06d1ebe4de1ffdae727c7 also: - fix permissions on new manual rendering action - drop unnecessary issues permission from the terraform action
* workflows: fix manual-rendering.ymlpennae2022-09-11
| | | the check command didn't set NIX_PATH, so compare-manuals.sh (which is a nix-shell script) failed.
* workflows: add check for docbook/md manual equalitypennae2022-09-10
| | | | | | | | | | | | | we want to make sure that rendering the manual from markdown without going through docbook produces (semantically) the same output as with going through docbook. to ensure this we'll build the manual twice, run each manual through html-tidy to generate a normalized form and diff the normalized forms. we don't want to compare raw output because that exposes us to a lot of whitespace we'd have to reproduce exactly in the MD render. this check may be relaxed even further in the future, but hopefully not by much.
* workflows: check that nixos manual does not use docbook option docspennae2022-09-10
| | | | | | | | the nixos manual should not use docbook for module option documentation, only markdown, to make future transition to a markdown-only world easier and less painful. this check will ensure that all options documentation (even plain text that would not be interpreted specially by neither markdown nor docbook) is declared as being markdown.
* .github/labeler.yml: label PR that touches cinnamon modules and testsBobby Rong2022-09-05
|
* .github/CODEOWNERS: remove rust docs/packagingzowoq2022-08-23
|
* Add myself to Perl CODEOWNERSJanne Heß2022-08-20
|
* buildGo{Module,Package}: move to build-support/gozowoq2022-08-07
|
* terraform-full: remove (#184649)zowoq2022-08-02
| | | | | * terraform-full: remove * .github/workflows/update-terraform-providers.yml: switch to terraform.full
* Revert "backport-action: 0.0.5 -> 0.0.8"Winter2022-07-24
|
* backport-action: 0.0.5 -> 0.0.8Winter2022-07-24
|
* Merge pull request #180228 from fricklerhandwerk/codeowners-docJanne Heß2022-07-13
|\ | | | | codeowners: add fricklerhandwerk to documentation
| * codeowners: add fricklerhandwerk to documentationValentin Gagarin2022-07-05
| |
* | .github/CODEOWNERS: remove non-committerzowoq2022-07-12
| | | | | | | | Resolves github warning that the file contains errors: cbf736eb3906fd1d4c3efba40d3846140a616b9b
* | terraform-providers: update 2022-07-10github-actions[bot]2022-07-10
| |
* | ci: Add GitHub token permissions for workflowsVarun Sharma2022-07-08
| | | | | | | | Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
* | workflows/nixos-manual: Add command to run to error messageRobert Hensing2022-07-06
|/