Commit Graph

1922 Commits

Author SHA1 Message Date
R. Ryantm
cb7eb7ee38 cppcheck: 2.9 -> 2.9.1 2022-10-24 09:34:05 +00:00
Mario Rodas
e08b66a7e3 tflint: 0.41.0 -> 0.42.0
https://github.com/terraform-linters/tflint/releases/tag/v0.42.0
2022-10-23 04:20:00 +00:00
R. Ryantm
061659268e flow: 0.190.0 -> 0.190.1 2022-10-22 13:30:55 +00:00
Vladimír Čunát
9cf461a645
rr: fix build with new linuxHeaders
/cc PR #194199 which updated linuxHeaders
2022-10-20 18:07:15 +02:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Florian Klink
5d30101409 tflint: add withPlugins passthru
This can be used to build a tflint with plugins like this:

```
tflint.withPlugins (cp: [ cp.tflint-ruleset-aws ])
```
2022-10-18 12:29:53 +02:00
Florian Klink
a7f9b63b5d tflint-plugins, tflint-plugins.tflint-ruleset-aws: init at 0.17.1 2022-10-18 11:33:37 +02:00
github-actions[bot]
f52955a521
Merge master into staging-next 2022-10-16 18:01:42 +00:00
Artturin
049896ab89 binlore: fix eval after nix pr #6530
error: getting status of '/execers.yall': No such file or directory

`"${src}/execers.yall"` would work too
2022-10-16 16:20:24 +03:00
github-actions[bot]
4f07e7f326
Merge master into staging-next 2022-10-15 06:07:54 +00:00
R. Ryantm
6b695fe121 flow: 0.189.0 -> 0.190.0 2022-10-15 03:20:59 +00:00
github-actions[bot]
cc090d2b94
Merge master into staging-next 2022-10-14 12:01:35 +00:00
Jörg Thalheim
4707076e57
Merge pull request #190798 from r-ryantm/auto-update/cutter
cutter: 2.1.0 -> 2.1.2
2022-10-14 10:21:58 +02:00
github-actions[bot]
62bcf0ac62
Merge staging-next into staging 2022-10-13 12:02:06 +00:00
R. Ryantm
3485c3d03f flow: 0.188.2 -> 0.189.0 2022-10-13 09:30:24 +00:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Artturin
f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
figsoda
ec15e4e6b7
Merge pull request #195304 from r-ryantm/auto-update/cargo-tarpaulin
cargo-tarpaulin: 0.21.0 -> 0.22.0
2022-10-09 22:15:28 -04:00
R. Ryantm
c7110cf07d cargo-tarpaulin: 0.21.0 -> 0.22.0 2022-10-10 00:54:05 +00:00
R. Ryantm
20be4b1cef actionlint: 1.6.20 -> 1.6.21 2022-10-09 23:01:00 +00:00
R. Ryantm
aae18a7a55 flow: 0.188.1 -> 0.188.2 2022-10-07 09:07:50 +00:00
R. Ryantm
1e1a63f6d2 flow: 0.188.0 -> 0.188.1 2022-10-01 20:40:01 +00:00
R. Ryantm
4375fc660e actionlint: 1.6.19 -> 1.6.20 2022-10-01 07:19:29 +00:00
Mario Rodas
17a1b74274
Merge pull request #193525 from r-ryantm/auto-update/flow
flow: 0.187.1 -> 0.188.0
2022-09-30 06:46:29 -05:00
Jonas Heinrich
46f7981bfe
Merge pull request #193505 from r-ryantm/auto-update/codeql
codeql: 2.10.5 -> 2.11.0
2022-09-30 09:17:42 +02:00
R. Ryantm
fe3aecedad flow: 0.187.1 -> 0.188.0 2022-09-29 13:55:42 +00:00
Sandro
d07c45feb5
Merge pull request #191808 from groves/rr-aarch64 2022-09-29 13:45:56 +02:00
R. Ryantm
cd7660311f codeql: 2.10.5 -> 2.11.0 2022-09-29 11:15:39 +00:00
Vladimír Čunát
8ba120420f
Merge #191339: staging-next 2022-09-15 2022-09-29 09:16:47 +02:00
Sandro
4593c70251
Merge pull request #193321 from rapenne-s/makefile2graph_update 2022-09-28 22:03:49 +02:00
Solene Rapenne
5dd4efaf95 makefile2graph: unstable-2018-01-03 -> 2021.11.06 2022-09-28 11:20:56 +02:00
github-actions[bot]
59a37c822b
Merge master into staging-next 2022-09-26 18:01:53 +00:00
R. Ryantm
4e7284a473 checkstyle: 10.3.3 -> 10.3.4 2022-09-26 11:40:56 +00:00
Martin Weinelt
68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
Charlie Groves
b92bdaf21c rr: enable on aarch64-linux and disable on non-linux
According to https://github.com/rr-debugger/rr#system-requirements, rr only
works on Linux and works on aarch64 as of 5.6
2022-09-24 12:33:36 -04:00
github-actions[bot]
e5b35e8b3f
Merge master into staging-next 2022-09-23 06:17:43 +00:00
Mario Rodas
afd4247a49
Merge pull request #192401 from r-ryantm/auto-update/actionlint
actionlint: 1.6.18 -> 1.6.19
2022-09-23 01:12:02 -05:00
Mario Rodas
01af51b748 tflint: 0.40.1 -> 0.41.0
https://github.com/terraform-linters/tflint/releases/tag/v0.41.0
2022-09-23 04:20:00 +00:00
Vladimír Čunát
3671ea902a
Merge branch 'master' into staging-next 2022-09-22 19:06:26 +02:00
Vladimír Čunát
82ff645e17
Merge #191652: rr-unstable: remove 2022-09-22 14:33:34 +02:00
R. Ryantm
7e72adb2a9 actionlint: 1.6.18 -> 1.6.19 2022-09-22 08:25:23 +00:00
Vladimír Čunát
f3d2069c28
Merge #191702: kcov: pull upstream port to binutils-2.39
...into staging-next
2022-09-22 07:36:35 +02:00
Fabian Affolter
1dbdb42337 tfsec: 1.27.6 -> 1.28.0 2022-09-21 22:55:49 +02:00
R. Ryantm
aa05eb75d6 flow: 0.187.0 -> 0.187.1 2022-09-21 19:07:26 +00:00
Sergei Trofimovich
52277c1e0a kcov: pull upstream port to binutils-2.39 2022-09-17 20:53:07 +01:00
Mario Rodas
bb35de27f6
Merge pull request #191664 from marsam/update-tflint
tflint: 0.40.0 -> 0.40.1
2022-09-17 11:17:12 -05:00
Robert Scott
36658b21b8
Merge pull request #191582 from risicle/ris-rizin-0.4.1
rizin: 0.4.0 -> 0.4.1
2022-09-17 16:52:03 +01:00
Azat Bahawi
d6496a13ef
rr-unstable: remove 2022-09-17 15:51:17 +03:00
Mario Rodas
5870529a0d
Merge pull request #191360 from r-ryantm/auto-update/flow
flow: 0.186.0 -> 0.187.0
2022-09-17 07:16:29 -05:00
Mario Rodas
8cb099e355 actionlint: 1.6.17 -> 1.6.18
https://github.com/rhysd/actionlint/releases/tag/v1.6.18
2022-09-17 04:20:00 +00:00