Commit graph

499 commits

Author SHA1 Message Date
Peder Bergebakken Sundt 5a9be42754
Merge pull request #269407 from chvp/upd/matrix-hookshot
matrix-hookshot: 4.5.1 -> 4.7.0
2023-12-18 20:05:07 +01:00
R. Ryantm 8fe6141ed9 matrix-synapse-tools.synadm: 0.44 -> 0.45 2023-12-16 16:04:10 +00:00
Pierre Bourdon dd6cf9cf1c
Merge pull request #273924 from chvp/fix/matrix-appservice-slack
matrix-appservice-slack: use nodejs 18 to fix build
2023-12-15 17:45:29 +01:00
Maximilian Bosch 3a360cf8a1
Merge pull request #274088 from NickCao/synapse
treewide: replace references to matrix-org/synapse with element-hq/synapse
2023-12-14 17:00:58 +01:00
Maximilian Bosch cec423f9f9
Merge pull request #273262 from dali99/synapse-buildenv
matrix-synapse: build a pythonEnv out of extraPackages to include dependencies
2023-12-14 13:48:15 +01:00
Nick Cao 60689bffab
matrix-synapse: update license to agpl3Plus 2023-12-13 18:01:16 -05:00
Nick Cao 7f7ab04139
matrix-synapse.tools.synadm: replace references to matrix-org/synapse with element-hq/synapse 2023-12-13 17:49:21 -05:00
Nick Cao 51edd222c2
matrix-synapse: replace references to matrix-org/synapse with element-hq/synapse 2023-12-13 17:48:09 -05:00
Daniel Olsen a695ad5fb5 matrix-synapse: build a pythonEnv out of extraPackages to include dependencies
By just appending site-packages to the extraPackages, you would get situations like
pysaml2 being included in pythonpath, but not its dependencies like pytz and dateutils
2023-12-13 19:48:06 +01:00
Charlotte Van Petegem cfb9111660
matrix-appservice-slack: use nodejs 18 to fix build 2023-12-13 09:22:33 +01:00
Sumner Evans 5c64024056
matrix-synapse: 1.97.0 -> 1.98.0
https://github.com/matrix-org/synapse/releases/tag/v1.98.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-12-12 10:49:42 -07:00
Charlotte Van Petegem 8ea80a3f11
matrix-hookshot: 4.6.0 -> 4.7.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.7.0
2023-12-06 11:45:44 +01:00
Charlotte Van Petegem 161572971b
matrix-hookshot: 4.5.1 -> 4.6.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.6.0
2023-12-06 11:45:43 +01:00
R. Ryantm 6b124190b1 matrix-sliding-sync: 0.99.12 -> 0.99.13 2023-12-05 13:20:00 +00:00
Sumner Evans 2594adc657
matrix-synapse: 1.95.1 -> 1.97.0
Closes #270264

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-11-28 09:20:35 -07:00
Nick Cao bea932e00a
Merge pull request #267709 from NickCao/synapse
matrix-synapse-unwrapped: fix build on darwin
2023-11-17 11:50:25 -05:00
Adam Joseph c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Nick Cao 9101453cf3
matrix-synapse: fix build on darwin 2023-11-15 12:45:16 -05:00
github-actions[bot] e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
emilylange e1e9724363 matrix-sliding-sync: 0.99.11 -> 0.99.12
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.12
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.11...v0.99.12
2023-11-10 15:07:05 +01:00
Alyssa Ross e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Nick Cao bc5613d418
matrix-synapse-unwrapped: 1.95.0 -> 1.95.1
Diff: https://github.com/matrix-org/synapse/compare/v1.95.0...v1.95.1

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.95.1
2023-10-31 11:25:46 -04:00
Sumner Evans d298bd24a2
matrix-synapse: 1.94.0 -> 1.95.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-10-24 10:24:14 -06:00
Nick Cao 8245b3e5bb
Merge pull request #262836 from mweinelt/synadm-0.44
matrix-synapse.tools.synadm: 0.43.1 -> 0.44
2023-10-23 08:39:46 -04:00
Martin Weinelt bce303f80a
matrix-synapse.tools.synadm: 0.43.1 -> 0.44
https://github.com/JOJ0/synadm/releases/tag/v0.44
2023-10-23 01:57:26 +02:00
Yureka e07d5326fa matrix-synapse: remove opentracing optional dependencies
Fixes eval failure 'opentracing-2.4.0 not supported for interpreter python3.11'

opentracing and jaeger-client libraries are unmaintained
2023-10-22 14:15:23 +02:00
Nick Cao f90bec8123
Merge pull request #260332 from NickCao/synapse
matrix-synapse-unwrapped: 1.93.0 -> 1.94.0
2023-10-12 11:09:56 -04:00
emilylange c8c9976cb5 matrix-sliding-sync: 0.99.10 -> 0.99.11
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.11
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.10...v0.99.11
2023-10-12 13:16:12 +02:00
Nick Cao 2a28e230ba
matrix-synapse-unwrapped: 1.93.0 -> 1.94.0
Diff: https://github.com/matrix-org/synapse/compare/v1.93.0...v1.94.0

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.94.0
2023-10-10 22:11:40 -04:00
Yaya db5d1691d0 matrix-sliding-sync: Add yayayayaka to maintainers
(cherry picked from commit 4a822007840488a5001e754308aa6118f74be4f4)
2023-09-28 15:48:15 +02:00
Charlotte Van Petegem bbf12a9169 matrix-hookshot: 4.4.1 -> 4.5.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.1
2023-09-27 06:54:54 +01:00
Sumner Evans 33f5fb167e
matrix-synapse: 1.92.1 -> 1.93.0
https://github.com/matrix-org/synapse/releases/tag/v1.93.0

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-09-26 11:19:48 -06:00
Yureka 8bd11cde4d
matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add missing dependency (#256485)
this is required for the s3_media_upload script to work
2023-09-23 14:26:36 +02:00
Sophie Tauchert 99e7130d69
matrix-synapse: add worker test to passthru.tests 2023-09-18 08:24:37 +02:00
R. Ryantm 1e9b8d4d2e matrix-synapse-tools.synadm: 0.42 -> 0.43.1 2023-09-15 12:28:36 +02:00
Sandro Jäckel b000de6a94
matrix-synapse-unwrapped: 1.91.2 -> 1.92.1
Diff: https://github.com/matrix-org/synapse/compare/v1.91.2...v1.92.1

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.92.1
2023-09-12 15:51:21 +02:00
Maximilian Bosch eb373a6979
Merge pull request #254394 from SuperSandro2000/matrix-synapse-unwrapped
matrix-synapse-unwrapped: 1.91.1 -> 1.91.2
2023-09-11 14:17:30 +02:00
Fabian Affolter 7e8a5f3403 matrix-synapse.plugins.matrix-synapse-s3-storage-provider: use matrix-synapse-unwrapped 2023-09-10 16:14:04 +02:00
Fabian Affolter 86655c6b75 matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add format
- disable on unsupported Python releases
2023-09-10 16:13:20 +02:00
Fabian Affolter 4c2b34580c matrix-synapse.plugins.matrix-synapse-s3-storage-provider: equalize content
- add and update comments
- use hash as there is already an SRI hash present
- update ordering of phases and inputs (logical and alphabetically)
2023-09-10 16:11:00 +02:00
Fabian Affolter 19ca99a309 matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add changelog to meta 2023-09-10 16:08:50 +02:00
Sandro Jäckel 0c509f405d
matrix-synapse-unwrapped: 1.91.1 -> 1.91.2
Diff: https://github.com/matrix-org/synapse/compare/v1.91.1...v1.91.2

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.91.2
2023-09-10 14:28:28 +02:00
emilylange 7b15fbcf2c
matrix-sliding-sync: 0.99.9 -> 0.99.10
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.10
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.9...v0.99.10
2023-09-07 15:47:46 +02:00
emilylange 928eb5b568
matrix-sliding-sync: 0.99.8 -> 0.99.9
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.9
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.8...v0.99.9
2023-09-06 21:04:47 +02:00
Sumner Evans 21d18dce21
matrix-synapse: 1.91.0 -> 1.91.1
https://github.com/matrix-org/synapse/releases/tag/v1.91.1
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-09-04 19:51:48 -06:00
Emily 9ed10c4c53
Merge pull request #252824 from emilylange/matrix-sliding-sync
matrix-sliding-sync: 0.99.7 -> 0.99.8
2023-09-02 15:58:42 +02:00
emilylange e43cc09fa7
matrix-sliding-sync: 0.99.7 -> 0.99.8
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.8
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.7...v0.99.8
2023-09-01 19:45:01 +02:00
Sumner Evans abb1efd2a4
matrix-synapse: 1.90.0 -> 1.91.0
https://github.com/matrix-org/synapse/releases/tag/v1.91.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-08-30 09:26:44 -06:00
R. Ryantm 90a07abbf8 matrix-synapse-tools.synadm: 0.41.3 -> 0.42 2023-08-29 13:15:46 +00:00
github-actions[bot] abaaf09a76
Merge master into staging-next 2023-08-24 18:00:52 +00:00