Maximilian Bosch
5b52e9d7e2
matrix-synapse: 1.118.0 -> 1.119.0
...
ChangeLog: https://github.com/element-hq/synapse/releases/tag/v1.119.0
2024-11-13 16:47:52 +01:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Weijia Wang
8867c791b7
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.6.5 -> 1.8.3 ( #343861 )
2024-11-02 15:20:47 +01:00
Sumner Evans
6029240832
matrix-synapse-unwrapped: 1.117.0 -> 1.118.0
...
https://github.com/element-hq/synapse/releases/tag/v1.118.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-10-29 14:35:36 -06:00
R. Ryantm
5d72a99cff
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.6.5 -> 1.8.3
2024-10-25 18:33:24 +00:00
Martin Weinelt
6306bf790e
matrix-sliding-sync: drop
...
On the 2024 matrix conference the EOL for the sliding-sync-proxy was
announced to be 2024-10-15. While the repo does not yet reflect that
state, we should not be taking the the sliding-sync proxy into NixOS
24.11 under any circumstances.
2024-10-20 23:19:33 +02:00
Nick Cao
4291736a50
matrix-synapse: 1.116.0 -> 1.117.0
...
Diff: https://github.com/element-hq/synapse/compare/v1.116.0...v1.117.0
Changelog: https://github.com/element-hq/synapse/releases/tag/v1.117.0
2024-10-16 13:41:34 -04:00
Guanran Wang
d07be430be
matrix-synapse-unwrapped: 1.115.0 -> 1.116.0
...
Diff: https://github.com/element-hq/synapse/compare/v1.115.0...v1.116.0
Changelog: https://github.com/element-hq/synapse/releases/tag/v1.116.0
2024-10-01 21:10:28 +08:00
Robert Schütz
543781083a
treewide: replace passthru.optional-dependencies with optional-dependencies
2024-09-29 20:37:23 -07:00
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