about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | terraform-providers: refactorFlorian Klink2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some terraform providers were moved to the `hashicorp` organization, some are still in the `terraform-providers` organization. GitHub doesn't show moved repositories when querying via the API (only on the web interface). In addition, if there are more than 100 results (there still are), we'd need to implement paging, which is cubersome in curl. In addition to that, to look up tags, we used to creating a HTTP request for each and every provider, which caused us to easily get blocked by GitHubs rate-limiting. Instead of all that, let's use `hub` (which implements paging) and the GitHub's GraphQL endpoint to get a list all repositories for a given organization AND the latest tag for each of them. We post-process the output with `jq`. This also removes the providers.txt and folds the data into the script. The blacklist was becoming too annoying to handle as a config file. For the whitelist, we still need to individually fetch tags. Fixes #83215 Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
* | | | | | | | | | | | Merge pull request #84112 from elseym/plexRobin Gloster2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | plex: 1.18.9.2571 -> 1.18.9.2578
| * | | | | | | | | | | | plex: 1.18.9.2571 -> 1.18.9.2578elseym2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | mate.mate-common: 1.24.0 -> 1.24.1José Romildo Malaquias2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | hyperrogue: 11.2d -> 11.3fmehlon2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | synergy: 1.11.0 -> 1.11.1talyz2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | mtools: 4.0.23 -> 4.0.24Lancelot SIX2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00010.html for release information
* | | | | | | | | | | | | libupnp: 1.8.4 -> 1.12.0Ying Kanyang (Harry Ying)2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | jwasm: 2017-11-12 -> 2.13AndersonTorres2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | python3Packages.weechat-matrix: unstable-2020-01-21 -> 0.1.0Tony Olagbaiye2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | kanshi: 1.0.0 -> 1.1.0Vladyslav M2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | dolt: 0.15.0 -> 0.15.2R. RyanTM2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | graylog: 3.2.2 -> 3.2.4Tristan Helmich (omniIT)2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | git-lfs: 2.8.0 -> 2.10.0Jonathan Ringer2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | gthumb: add gst plugins for video playbackDoron Behar2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #84108 from volth/patch-395Jörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | scallion: use openssl 1.0
| * | | | | | | | | | | | scallion: use openssl 1.0volth2020-04-02
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | it does not work with openssl 1.1 (upstream issue https://github.com/lachesis/scallion/issues/113)
* | | | | | | | | | | | Merge pull request #84103 from mmilata/moinmoin-b42Silvan Mosberger2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | nixos/moinmoin: fix maintainer reference
| * | | | | | | | | | | nixos/moinmoin: fix maintainer referenceMartin Milata2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | vivaldi: 2.11.1811.49-1 -> 2.11.1811.51-1Tim Steinbach2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | linux: 5.6.1 -> 5.6.2Tim Steinbach2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | linux: 5.5.14 -> 5.5.15Tim Steinbach2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | linux: 5.4.29 -> 5.4.30Tim Steinbach2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | linux: 4.19.113 -> 4.19.114Tim Steinbach2020-04-02
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | mosh: enable parallel buildingJörg Thalheim2020-04-02
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #83966 from r-ryantm/auto-update/ft2-cloneRyan Mulligan2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ft2-clone: 1.09 -> 1.15
| * | | | | | | | | | | ft2-clone: 1.09 -> 1.15R. RyanTM2020-04-01
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #84029 from r-ryantm/auto-update/topgradeRyan Mulligan2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | topgrade: 4.2.0 -> 4.3.1
| * | | | | | | | | | | topgrade: 4.2.0 -> 4.3.1R. RyanTM2020-04-01
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #82558 from tilpner/ncspot-mprisMario Rodas2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ncspot: enable MPRIS by default
| * | | | | | | | | | | ncspot: enable MPRIS by defaulttilpner2020-03-14
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #84066 from marsam/update-pdfminerMario Rodas2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.pdfminer: 20191020 -> 20200402
| * | | | | | | | | | | | python3Packages.pdfminer: 20191020 -> 20200402Mario Rodas2020-04-01
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #83503 from sternenseemann/apostropheJörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | uberwriter: renamed to apostrophe
| * | | | | | | | | | | | uberwriter: renamed to apostrophesternenseemann2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update 2020-01-24 -> 2020-03-29 * reflect change of name and main repository
* | | | | | | | | | | | | xp-pen-g430: init at 20190820Ivar2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #79828 from Mic92/zedJörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/zfs: populate PATH with needed programs for zed
| * | | | | | | | | | | | | nixos/zfs: populate PATH with needed programs for zedJörg Thalheim2020-02-11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #81298 from Mic92/buildkiteJörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/buildkite-agents: don't run as nogroup
| * | | | | | | | | | | | | | nixos/buildkite-agents: don't run as nogroupJörg Thalheim2020-02-28
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #78609 from fishi0x01/fishi0x01/onesixtyoneJörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | onesixtyone: init at unstable-2019-12-26
| * | | | | | | | | | | | | | | onesixtyone: init at unstable-2019-12-26Karl Fischer2020-03-31
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | nixos/pixiecore: init (#83406)Bruno Bigras2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: raunovv <rauno@oyenetwork.com> Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
* | | | | | | | | | | | | | | | Merge pull request #84030 from r-ryantm/auto-update/tpm2-pkcs11Mario Rodas2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tpm2-pkcs11: 1.1.0 -> 1.2.0
| * | | | | | | | | | | | | | | | tpm2-pkcs11: 1.1.0 -> 1.2.0R. RyanTM2020-04-01
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | rgp: init at 1.7.0.29 (#79343)Seebi2020-04-02
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
* | | | | | | | | | | | | | | nixos/borgbackup: fix evaluationJörg Thalheim2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #84095 from timokau/calibre-unbreak-desktopTimo Kaufmann2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calibre: fix build of desktop items
| * | | | | | | | | | | | | | | calibre: fix build of desktop itemsTimo Kaufmann2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken by https://github.com/NixOS/nixpkgs/pull/75729 since the desktop items are only valid after post-processing. There's probably multiple better ways to do this, but I'm not a calibre maintainer and I just want to get this unbroken as quickly as possible.
* | | | | | | | | | | | | | | | Merge pull request #83529 from ngiger/83525Jörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | borgbackup: Improve documentation