| Commit message (Expand) | Author | Age | Files | Lines |
| * | build(deps): bump cachix/cachix-action from 11 to 12•••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> | dependabot[bot] | 2022-10-28 | 4 | -4/+4 |
| * | CODEOWNERS: Add myself for kea-exporter module•••Because I missed a recent PR against the module.
| Martin Weinelt | 2022-10-19 | 1 | -0/+1 |
| * | .github/workflows: replace deprecated `set-output`•••https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
| zowoq | 2022-10-16 | 2 | -2/+2 |
| * | .github/workflows: use ofborg-eval context for pending status•••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.
| Naïm Favier | 2022-10-15 | 3 | -56/+33 |
| * | .github/workflows/update-terraform-providers.yml: add link to run log•••also move git clean to separate step
| zowoq | 2022-10-14 | 1 | -0/+4 |
| * | build(deps): bump cachix/install-nix-action from 17 to 18•••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)
| dependabot[bot] | 2022-10-13 | 7 | -7/+7 |
| * | build(deps): bump cachix/cachix-action from 10 to 11•••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)
| dependabot[bot] | 2022-10-13 | 4 | -4/+4 |
| * | .github/workflows/update-terraform-providers.yml: set max-workers to 2•••also add git clean so logs aren't committed
| zowoq | 2022-10-08 | 1 | -0/+2 |
| * | .github/workflows/update-terraform-providers.yml: bypass interactive prompt | zowoq | 2022-10-07 | 1 | -1/+1 |
| * | Merge pull request #194825 from qowoz/tf-update-action•••.github/workflows/update-terraform-providers.yml: re-enable | Jörg Thalheim | 2022-10-07 | 1 | -14/+7 |
| |\ |
|
| | * | .github/workflows/update-terraform-providers.yml: re-enable•••- run daily with updateScript, will create a commit for each provider update
- drop wip label and failure comment
| zowoq | 2022-10-04 | 1 | -14/+7 |
| * | | fix typo | Valentin Gagarin | 2022-10-04 | 1 | -1/+1 |
| |/ |
|
| * | fix typo | Valentin Gagarin | 2022-09-30 | 1 | -1/+1 |
| * | Merge pull request #192981 from winterqt/update-backport-action•••backport-action: 0.0.5 -> 0.0.8 | Domen Kožar | 2022-09-26 | 1 | -4/+1 |
| |\ |
|
| | * | backport-action: 0.0.5 -> 0.0.8 | Winter | 2022-09-25 | 1 | -4/+1 |
| * | | CODEOWNERS: add piegames to check-meta.nix | piegames | 2022-09-25 | 1 | -0/+1 |
| * | | .github/labeler.yml: add vscode label | superherointj | 2022-09-21 | 1 | -0/+3 |
| * | | .github/workflows/update-terraform-providers.yml: add nixpkgs-unstable for ni...•••nix_path was removed from the update scripts in 3e63fa279f035df1d3650aa392f3a55a374e4cb4
| zowoq | 2022-09-21 | 1 | -0/+2 |
| |/ |
|
| * | issue template: fill 'about' field•••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
| Valentin Gagarin | 2022-09-19 | 1 | -1/+1 |
| * | add issue template for missing or incorrect documentation•••this allows anyone to create labelled issues for easy filtering.
| Valentin Gagarin | 2022-09-16 | 1 | -0/+32 |
| * | .github/workflows/update-terraform-providers.yml: disable scheduled update•••try nixpkgs-update with passthru.updateScript
| zowoq | 2022-09-15 | 1 | -2/+2 |
| * | .github/workflows: fix permissions•••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
| zowoq | 2022-09-12 | 4 | -5/+4 |
| * | workflows: fix manual-rendering.yml•••the check command didn't set NIX_PATH, so compare-manuals.sh (which is a nix-shell script) failed. | pennae | 2022-09-11 | 1 | -0/+1 |
| * | workflows: add check for docbook/md manual equality•••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.
| pennae | 2022-09-10 | 2 | -0/+84 |
| * | workflows: check that nixos manual does not use docbook option docs•••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.
| pennae | 2022-09-10 | 1 | -1/+9 |
| * | .github/labeler.yml: label PR that touches cinnamon modules and tests | Bobby Rong | 2022-09-05 | 1 | -0/+2 |
| * | .github/CODEOWNERS: remove rust docs/packaging | zowoq | 2022-08-23 | 1 | -2/+0 |
| * | Add myself to Perl CODEOWNERS | Janne Heß | 2022-08-20 | 1 | -3/+3 |
| * | buildGo{Module,Package}: move to build-support/go | zowoq | 2022-08-07 | 2 | -4/+2 |
| * | terraform-full: remove (#184649)•••* terraform-full: remove
* .github/workflows/update-terraform-providers.yml: switch to terraform.full | zowoq | 2022-08-02 | 1 | -1/+1 |
| * | Revert "backport-action: 0.0.5 -> 0.0.8" | Winter | 2022-07-24 | 1 | -1/+6 |
| * | backport-action: 0.0.5 -> 0.0.8 | Winter | 2022-07-24 | 1 | -6/+1 |
| * | Merge pull request #180228 from fricklerhandwerk/codeowners-doc•••codeowners: add fricklerhandwerk to documentation | Janne Heß | 2022-07-13 | 1 | -0/+1 |
| |\ |
|
| | * | codeowners: add fricklerhandwerk to documentation | Valentin Gagarin | 2022-07-05 | 1 | -0/+1 |
| * | | .github/CODEOWNERS: remove non-committer•••Resolves github warning that the file contains errors: cbf736eb3906fd1d4c3efba40d3846140a616b9b
| zowoq | 2022-07-12 | 1 | -2/+2 |
| * | | terraform-providers: update 2022-07-10 | github-actions[bot] | 2022-07-10 | 1 | -1/+1 |
| * | | ci: Add GitHub token permissions for workflows•••Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
| Varun Sharma | 2022-07-08 | 7 | -0/+36 |
| * | | workflows/nixos-manual: Add command to run to error message | Robert Hensing | 2022-07-06 | 1 | -1/+9 |
| |/ |
|
| * | workflows: Remove 21.11 merges•••Channel is EOL
| Janne Heß | 2022-07-04 | 1 | -4/+0 |
| * | chore: Set permissions for GitHub actions••• Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
| nathannaveen | 2022-07-04 | 2 | -0/+12 |
| * | .github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05 | Markus Wamser | 2022-05-31 | 1 | -1/+1 |
| * | Release 22.05 | Janne Heß | 2022-05-30 | 1 | -1/+1 |
| * | Merge pull request #171041 from ryantm/stalebot•••.github/stale bot: stop commenting | Sandro | 2022-05-26 | 2 | -2/+2 |
| |\ |
|
| | * | .github/stale bot: stop commenting•••Niklas Hambüchen noted in
https://github.com/NixOS/rfcs/pull/124#issuecomment-1113647856
that we can add a label description for the stale label that appears
when you hover over the label, or look on
https://github.com/NixOS/nixpkgs/labels
I set the description to be
> https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
which is our page explaining the stale bot.
The stale bot comments/emails are a significant burden on our most
prodigious contributors, and the reason for their existence to orient
new contributors.
Since our stale bot's configuration is benign enough to ignore (it
does not close), I believe it is good enough to satisfy the new
contributor orientation with the label description.
Therefore, this commit disables commenting when labeling an issue or
PR stale.
| Ryan Mulligan | 2022-04-30 | 2 | -2/+2 |
| * | | Merge pull request #174363 from expipiplus1/ellie-codeowners•••CODEOWNERS: remove expipiplus1 from haskell | Ellie Hermaszewska | 2022-05-25 | 1 | -7/+7 |
| |\ \ |
|
| | * | | CODEOWNERS: remove expipiplus1 from haskell•••Hopefully temporarily, just too many notifications at the moment
| Ellie Hermaszewska | 2022-05-25 | 1 | -7/+7 |
| * | | | workflows: Replace 21.05 with 22.05 | Janne Heß | 2022-05-23 | 1 | -4/+4 |
| |/ / |
|
| * | | CODEOWNERS: rename Gabriel439 to Gabriella439•••See https://github.com/Gabriel439:
Hi, there! 👋🏼
I renamed my GitHub account from @Gabriel439 to @Gabriella439, so if you got here from an old profile link you can visit my new profile here:
@Gabriella439
I created this placeholder account so that:
… people who visit old links to my profile can find my new profile
… other people cannot impersonate my old handle
… GitHub continues to redirect old links to my repositories indefinitely
| Rick van Schijndel | 2022-05-11 | 1 | -2/+2 |
| * | | ISSUE_TEMPLATE/build_failure.md: create | Artturin | 2022-05-09 | 1 | -0/+34 |
| |/ |
|
| * | build(deps): bump peter-evans/create-pull-request from 3 to 4•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4)
| dependabot[bot] | 2022-04-29 | 1 | -1/+1 |