Commit Graph

572 Commits

Author SHA1 Message Date
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Martin Weinelt
8d761e6326
matrix-synapse-unwrapped: 1.114.0 -> 1.115.0
https://github.com/element-hq/synapse/releases/tag/v1.115.0
2024-09-21 01:59:21 +02:00
Martin Weinelt
2be4286e70
matrix-appservice-irc: 3.0.1 -> 3.0.2
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/3.0.2
2024-09-18 13:10:24 +02:00
Martin Weinelt
b5b8b5da62
matrix-appservice-irc: 3.0.0 -> 3.0.1 (#340109) 2024-09-07 17:58:45 +02:00
Martin Weinelt
8c3c9fb276
matrix-appservice-irc: 3.0.0 -> 3.0.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/3.0.1
2024-09-06 16:29:27 +02:00
R. Ryantm
1c561891a2 matrix-synapse-plugins.matrix-synapse-s3-storage-provider: 1.4.0 -> 1.5.0 2024-09-06 05:58:50 +00:00
Martin Weinelt
e80cd707c4
matrix-appservice-irc: 2.0.1 -> 3.0.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/3.0.0
2024-09-04 19:37:34 +02:00
Sumner Evans
b67cb11841
matrix-synapse-unwrapped: 1.113.0 -> 1.114.0
https://github.com/element-hq/synapse/releases/tag/v1.114.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-09-02 15:28:29 -06:00
Maximilian Bosch
81a09dea08
Merge pull request #334420 from sumnerevans/matrix-synapse-1.113
matrix-synapse-unwrapped: 1.112.0 -> 1.113.0
2024-08-14 15:28:18 +02:00
Sumner Evans
f25d0ec63b
matrix-synapse-unwrapped: 1.112.0 -> 1.113.0
https://github.com/element-hq/synapse/releases/tag/v1.113.0

Closes #334409

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-08-13 09:40:47 -06:00
Robert Schütz
87d6cc69a4 nodePackages.yarn: drop 2024-08-13 06:55:04 -07:00
Maximilian Bosch
e301957bab
Merge pull request #331848 from teutat3s/matrix-synapse-include-tests-wrapper
matrix-synapse: import tests in wrapper
2024-08-05 10:52:59 +00:00
teutat3s
ad96650f80
matrix-synapse: import tests in wrapper 2024-08-02 22:29:19 +02:00
Sandro
b1fc62b04f
Merge pull request #331168 from teutat3s/matrix-synapse-1.112.0 2024-07-31 14:02:14 +02:00
teutat3s
2e663d5b97
matrix-synapse: 1.111.0 -> 1.112.0
https://github.com/element-hq/synapse/releases/tag/v1.112.0
2024-07-31 00:11:58 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Sumner Evans
27d453cf94
matrix-synapse-unwrapped: 1.110.0 -> 1.111.0
This also reverts d2e41f147f as it is no
longer necessary after https://github.com/element-hq/synapse/pull/17353.

This also adds the python-multipart dependency that was added in
https://github.com/element-hq/synapse/pull/17365

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-07-16 22:12:43 -06:00
Sandro
236e45fd3e
Merge pull request #321989 from flandweber/matrix-hookshot 2024-07-16 14:18:38 +02:00
aleksana
07c1bc2034 treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
Finn Landweber
4116344dc9
matrix-hookshot: 5.3.0 -> 5.4.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.4.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.4.1
2024-07-06 22:25:25 +02:00
Martin Weinelt
7396993860
Merge pull request #324527 from mweinelt/matrix-appservice-irc-2.0.1
matrix-appservice-irc: 2.0.0 -> 2.0.1
2024-07-05 14:04:22 +02:00
Sandro
e9cfb29abb
Merge pull request #324423 from sumnerevans/matrix-synapse-1.110
matrix-synapse-unwrapped: 1.109.0 -> 1.110.0
2024-07-05 10:12:36 +02:00
Martin Weinelt
32a28866f4
matrix-appservice-irc: 2.0.0 -> 2.0.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/2.0.1
https://github.com/matrix-org/matrix-appservice-irc/security/advisories/GHSA-w9mh-5x8j-9754
2024-07-04 12:22:25 +02:00
R. Ryantm
7a0e519ccf matrix-synapse-tools.synadm: 0.46 -> 0.46.1 2024-07-04 07:59:32 +00:00
Sumner Evans
c7475e56a3
matrix-synapse-unwrapped: 1.109.0 -> 1.110.0
https://github.com/element-hq/synapse/releases/tag/v1.110.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-07-03 15:42:57 -06:00
R. Ryantm
eb3cf688cd matrix-sliding-sync: 0.99.18 -> 0.99.19 2024-06-29 22:34:57 +02:00
Sumner Evans
eca03bfe3e
matrix-synapse-unwrapped: 1.108.0 -> 1.109.0
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-06-18 10:43:12 -06:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sigmanificient
8b473d1a27 treewide: remove unused fetch* (and other) arguments 2024-05-30 13:36:48 +02:00
Guanran Wang
b2b2a2d085
matrix-synapse-unwrapped: 1.107.0 -> 1.108.0
Diff: https://github.com/element-hq/synapse/compare/v1.107.0...v1.108.0

Changelog: https://github.com/element-hq/synapse/releases/tag/v1.108.0
2024-05-29 07:56:23 +08:00
R. Ryantm
80ecf81052 matrix-sliding-sync: 0.99.17 -> 0.99.18 2024-05-24 12:52:14 +02:00
Sumner Evans
1d76eb0f71
matrix-synapse-unwrapped: 1.106.0 -> 1.107.0
https://github.com/element-hq/synapse/releases/tag/v1.107.0

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-05-16 18:04:21 -06:00
emilylange
5bec1d93b5
matrix-sliding-sync: 0.99.16 -> 0.99.17
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.17

diff: https://github.com/matrix-org/sliding-sync/compare/refs/tags/v0.99.16...v0.99.17
2024-05-10 18:43:53 +02:00
Sumner Evans
079b50d268
matrix-synapse-unwrapped: 1.105.1 -> 1.106.0
https://github.com/element-hq/synapse/releases/tag/v1.106.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-04-30 08:25:37 -06:00
Yureka
9da3476b42 remove myself from a bunch of maintainer roles 2024-04-27 13:56:45 +02:00
Nick Cao
4ac1b549fe
matrix-sliding-sync: 0.99.15 -> 0.99.16
Diff: https://github.com/matrix-org/sliding-sync/compare/refs/tags/v0.99.15...v0.99.16
2024-04-26 20:49:32 -04:00
maralorn
9bf59bc4c8
Merge pull request #303704 from amesgen/rust-synapse-compress-state-0.1.4
matrix-synapse-tools.rust-synapse-compress-state: 0.1.3 -> 0.1.4
2024-04-26 12:54:23 +02:00
Leona Maroni
71b4a60386
Merge pull request #306326 from teutat3s/synapse-1.105.1
matrix-synapse: 1.105.0 -> 1.105.1
2024-04-23 19:37:07 +02:00
teutat3s
3257ce1b86
matrix-synapse: 1.105.0 -> 1.105.1
https://github.com/element-hq/synapse/releases/tag/v1.105.1
2024-04-23 19:03:05 +02:00
Leona Maroni
4233c635ac
Merge pull request #304770 from chvp/bump/matrix-hookshot
matrix-hookshot: 5.2.1 -> 5.3.0
2024-04-23 11:25:37 +02:00
Maximilian Bosch
2d6a207dce
Merge pull request #304848 from sumnerevans/matrix-synapse-1.104
matrix-synapse-unwrapped: 1.104.0 -> 1.105.0
2024-04-17 21:50:08 +00:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary 2024-04-17 13:34:05 -04:00
Sumner Evans
98bea03ec7
matrix-synapse-unwrapped: 1.104.0 -> 1.105.0
https://github.com/element-hq/synapse/releases/tag/v1.105.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-04-17 11:31:09 -06:00
Charlotte Van Petegem
7a3dbe9ad8
matrix-hookshot: 5.2.1 -> 5.3.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.3.0
2024-04-17 13:29:28 +02:00
Martin Weinelt
156c869524
matrix-appservice-irc: 1.0.1 -> 2.0.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/2.0.0
https://github.com/matrix-org/matrix-appservice-irc/compare/refs/tags/1.0.1...2.0.0
https://github.com/matrix-org/matrix-appservice-irc/security/advisories/GHSA-wm4w-7h2q-3pf7

Fixes: CVE-2024-32000
2024-04-16 12:28:23 +02:00
amesgen
4980d273c5
matrix-synapse-tools.rust-synapse-compress-state: 0.1.3 -> 0.1.4 2024-04-12 22:03:11 +02:00
R. Ryantm
8f604a4e4a matrix-synapse-tools.synadm: 0.45 -> 0.46 2024-04-06 18:51:58 +00:00
Sumner Evans
3b55dfcf00
matrix-synapse-unwrapped: 1.103.0 -> 1.104.0
https://github.com/element-hq/synapse/releases/tag/v1.104.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-04-02 12:52:32 -06:00
Weijia Wang
34f129be1d
Merge pull request #296907 from r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-s3-storage-provider
matrix-synapse-plugins.matrix-synapse-s3-storage-provider: 1.3.0 -> 1.4.0
2024-03-25 01:05:34 +01:00
github-actions[bot]
a961743f95
Merge master into staging-next 2024-03-20 06:01:08 +00:00