Commit graph

10187 commits

Author SHA1 Message Date
Mario Rodas 929a088a94
tflint: 0.13.1 -> 0.13.2
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.13.2
2019-12-07 16:20:00 -05:00
Tobias Mayer b64a640edf cmake-format: 0.6.0 -> 0.6.2 2019-12-07 23:13:30 +01:00
Сухарик 0850a90fd5 alloy: 5.0.0.1 -> 5.1.0 2019-12-07 19:11:26 +01:00
Maximilian Bosch 1e5ef9e87b
Merge pull request #75135 from ryneeverett/vim-vint-0.3.21
vim-vint: 0.3.20 -> 0.3.21
2019-12-07 15:56:34 +01:00
Sarah Brofeldt 18e8ec3bdd
Merge pull request #74800 from jlesquembre/kubeprompt
kubeprompt: init at 0.3.0
2019-12-07 13:37:09 +01:00
ryneeverett 0b9973df25 vim-vint: 0.3.20 -> 0.3.21
The runtime dependencies are no longer pinned but the test dependencies
still are.
2019-12-07 05:32:29 +00:00
Niklas Hambüchen acb19e319b
Merge pull request #74784 from liff/hcloud/1.14.0
hcloud: 1.13.0 -> 1.14.0
2019-12-07 03:44:06 +01:00
Maximilian Bosch b3c9e72ef5
cargo-make: 0.24.0 -> 0.24.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.1
2019-12-06 17:22:51 +01:00
Thomas Depierre 6daa6e7fb8 hex2nix: remove 2019-12-06 16:45:34 +01:00
lewo 2e0646ee99
Merge pull request #74906 from Moredread/godot
godot: 3.1.1 -> 3.1.2
2019-12-06 09:05:31 +01:00
Vincent Laporte 7132e6b573 ocaml-crunch: init at 3.1.0 2019-12-06 06:17:14 +00:00
Jean-Philippe Braun 14f3973436 skaffold: 0.36.0 -> 1.0.1 2019-12-06 04:24:16 +01:00
Florian Klink 5233338ad9
Merge pull request #74976 from guibou/bazel_config_file_system
bazel: take into account system wide bazelrc configuration if it exists
2019-12-06 02:09:36 +01:00
Vladyslav M ca7272d199
Merge pull request #75032 from marsam/update-pgcli
pgcli: 2.1.1 -> 2.2.0
2019-12-05 21:57:32 +02:00
Dmitry Kalinkin 31cf89957a
Merge pull request #74979 from Shopify/seb-phantomjs2-clang60
phantomjs2: Fix compilation when using clang60
2019-12-05 12:04:58 -05:00
Sebastien Lavoie 50915af138
phantomjs2: Fix compilation when using clang60 2019-12-05 13:57:35 +01:00
Guillaume Bouchard 4fdea7312e bazel: bazelRC path set by a patch
In bazel source code change in the future, patch will fail and we'll
detect the regression sooner.
2019-12-05 11:45:36 +01:00
Mario Rodas f092ee64ae
Merge pull request #75009 from marsam/update-buildah
buildah: 1.11.5 -> 1.11.6
2019-12-05 05:44:48 -05:00
Guillaume Bouchard 1ce0375b2f bazel: close #70911 by conditionally loading system wide configuration
Some system may setup global informations (such as bazel cache location)
in /etc/bazel.bazelrc
2019-12-05 11:17:13 +01:00
Guillaume Bouchard 0cffa85d57 bazel: remove wrapProgram and move it to system configuration
This way, custom configurations are all at the same place. Also, user
may override these settings using the command line.
2019-12-05 11:16:47 +01:00
Guillaume Bouchard 5b9e350fd4 bazel: move configuration file to a proper nix store entry
Easier to read and maintain
2019-12-05 11:02:37 +01:00
Frederik Rietdijk 51ef7c3e49 Merge master into staging-next 2019-12-05 09:14:08 +01:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Mario Rodas adca6cc452 pgcli: 2.1.1 -> 2.2.0 2019-12-05 00:01:00 -05:00
Mario Rodas 830e309ccf
buildah: 1.11.5 -> 1.11.6
Changelog: https://github.com/containers/buildah/releases/tag/v1.11.6
2019-12-04 21:07:33 -05:00
Your Name bce9e720df doctl: 1.31.2 -> 1.35.0 2019-12-04 15:52:32 -06:00
Maximilian Bosch e855a8e287
Merge pull request #72945 from Ma27/bump-vagrant
vagrant: 2.2.5 -> 2.2.6
2019-12-04 22:43:10 +01:00
Maximilian Bosch 1b66665b6d
Merge pull request #74977 from marsam/add-nix-linter
nix-linter: init at 2019-04-26
2019-12-04 22:31:45 +01:00
André-Patrick Bubel e2d24a023f
godot: 3.1.1 -> 3.1.2 2019-12-04 20:55:39 +01:00
Florian Klink f4fd6ad282
Merge pull request #73309 from guibou/bazel_fix_env
bazel: fix strict action env
2019-12-04 16:02:09 +01:00
Guillaume Bouchard c0a6fc4a56 bazel: add file and zip in the test runner env
`file` and `zip` are needed for some bazel test and by default the test
runner take these binaries from the current `PATH` which may not contain
them
2019-12-04 12:59:32 +01:00
Guillaume Bouchard 20752ba4f7 bazel: improve strict action env context
- Bazel strict action env set a default PATH to
`/bin/:/usr/bin:/usr/local/bin`. This was previously changed to disable
this behavior to improve hermeticity. However the previous change was
only removing `/bin:/usr/bin`, keeping `/usr/local/bin`, this commit
also remove this entry.
2019-12-04 12:59:32 +01:00
Mario Rodas 4b83e3e893
nix-linter: init at 2019-04-26 2019-12-04 04:20:00 -05:00
Greg Roodt 8ac4947846 conftest: 0.14.0 -> 0.15.0 2019-12-04 16:53:44 +11:00
Jan Tojnar 30fae2883e
Merge branch 'master' into staging-next 2019-12-03 16:51:48 +01:00
Eduardo Quiros 8e72ad4fbc lazygit 0.8 -> 0.11.3 2019-12-03 14:55:27 +01:00
Mario Rodas 93223f5cc3
Merge pull request #74872 from marsam/update-flow
flow: 0.112.0 -> 0.113.0
2019-12-03 07:15:53 -05:00
Mario Rodas ad5349f515
rubocop: 0.76.0 -> 0.77.0
Changelog: https://github.com/rubocop-hq/rubocop/releases/tag/v0.77.0
2019-12-02 20:00:00 -05:00
Mario Rodas 7116a3d1df
flow: 0.112.0 -> 0.113.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.113.0
2019-12-02 18:00:00 -05:00
Matthew Bauer 0505c5125c
Merge branch 'master' into static-fixes 2019-12-02 13:34:24 -05:00
John Ericson ce0fd24752
Merge pull request #74806 from Ericson2314/gdb-correct-lib
gdb: Fix safe path for cross
2019-12-01 17:39:06 -05:00
John Ericson 7ee98d8bb3 gdb: Fix safe path for cross 2019-12-01 17:13:24 -05:00
Frederik Rietdijk 6662f5be2d Merge master into staging-next 2019-12-01 18:55:44 +01:00
R. RyanTM 3f185e2c66 kubectx: 0.7.0 -> 0.7.1 2019-12-01 18:50:42 +01:00
R. RyanTM 40a357a67e cmakeWithGui: 3.15.4 -> 3.15.5 2019-12-01 18:27:33 +01:00
Jörg Thalheim 1caddbe258
clang-tools: fix substitution in wrapper 2019-12-01 17:12:00 +00:00
Tim Steinbach 37c644e95e
Merge pull request #73905 from lourkeur/master+fix_68151
fix shell in ammonite package #68151
2019-12-01 08:33:04 -05:00
Olli Helenius 299d9404e8
hcloud: 1.13.0 -> 1.14.0
Build with buildGoModule instead of legacy buildGoPackage.
2019-12-01 15:03:15 +02:00
Jan Tojnar a4bbc84e16
Merge branch 'staging-next' into staging 2019-12-01 01:44:03 +01:00
Langston Barrett e1456b291c rr: include gdb as a propagated input 2019-11-30 18:59:47 -05:00