Commit Graph

280 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
github-actions[bot]
a474411771
Merge master into staging-next 2024-03-20 00:02:08 +00:00
Sumner Evans
77e418f4cb
matrix-synapse-unwrapped: 1.102.0 -> 1.103.0
https://github.com/element-hq/synapse/releases/tag/v1.103.0

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-03-19 10:09:47 -06:00
Martin Weinelt
d2e41f147f matrix-synapse: pin netaddr at 1.0.0
Netaddr 1.1.0 changes the behavior for partial address expansion, making
two tests fail:

- test_get_user_by_req_appservice_valid_token_bad_ip
- test_get_user_by_req_appservice_valid_token_good_ip
2024-03-12 18:25:12 +01:00
Nick Cao
f226fb4d80
matrix-synapse-unwrapped: 1.101.0 -> 1.102.0
Diff: https://github.com/element-hq/synapse/compare/v1.101.0...v1.102.0

Changelog: https://github.com/element-hq/synapse/releases/tag/v1.102.0
2024-03-05 22:40:03 -05:00
Sumner Evans
d6b37c91f9
matrix-synapse: 1.100.0 -> 1.101.0
https://github.com/element-hq/synapse/releases/tag/v1.101.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-02-13 08:10:05 -07:00
Nick Cao
b7bc082d08
matrix-synapse-unwrapped: 1.99.0 -> 1.100.0
Diff: https://github.com/element-hq/synapse/compare/v1.99.0...v1.100.0

Changelog: https://github.com/element-hq/synapse/releases/tag/v1.100.0
2024-01-31 10:26:33 -05:00
Nick Cao
35d3a70aa4
matrix-synapse-unwrapped: 1.98.0 -> 1.99.0
Diff: https://github.com/element-hq/synapse/compare/v1.98.0...v1.99.0

Changelog: https://github.com/element-hq/synapse/releases/tag/v1.99.0
2024-01-16 15:24:24 -05:00
Nick Cao
60689bffab
matrix-synapse: update license to agpl3Plus 2023-12-13 18:01:16 -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
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
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
9101453cf3
matrix-synapse: fix build on darwin 2023-11-15 12:45:16 -05: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
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
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
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
Sophie Tauchert
99e7130d69
matrix-synapse: add worker test to passthru.tests 2023-09-18 08:24:37 +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
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
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
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
Theodore Ni
786f7a0b8f
matrix-synapse: relax build dependencies 2023-08-23 17:16:34 -07:00
Sumner Evans
dd3e1cc80e
matrix-synapse: 1.89.0 -> 1.90.0
https://github.com/matrix-org/synapse/releases/tag/v1.90.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-08-15 08:20:45 -06:00
Maximilian Bosch
a471325eaf
Merge pull request #221318 from mweinelt/synapse-extras
nixos/matrix-synapse: Allow passing extras, discover extras from config
2023-08-14 18:43:05 +02:00
Guilherme Ramos Costa Paixao
25c6bcafd0
matrix-synapse: 1.88.0 -> 1.89.0 2023-08-01 08:46:46 -03:00
Sumner Evans
7dc1810cb1
matrix-synapse: 1.87.0 -> 1.88.0
https://github.com/matrix-org/synapse/releases/tag/v1.88.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-07-18 17:12:01 -06:00
Martin Weinelt
fd429f5bac
matrix-synapse: Prune deps, add missing deps, expose extras
Drops extra arguments on the package, as they will be moved over into
the module in a more discoverable way next.

Also reduces overly broad `with`-scoping.
2023-07-18 17:52:51 +02:00
Sandro
55a23e0fe9
Merge pull request #241184 from SuperSandro2000/matrix-no-test-parallel
matrix-synapse: limit parallelism to 4 cores to be improve stability, formatting
2023-07-10 01:46:17 +02:00
Sandro Jäckel
3333333576
matrix-synapse: limit parallelism to 4 cores to be improve stability, formatting
On high core machines those easily can fail similar to:

matrix-synapse> tests.storage.test_room_search.MessageSearchTest.test_postgres_web_search_for_phrase
matrix-synapse> ===============================================================================
matrix-synapse> [ERROR]
matrix-synapse> Traceback (most recent call last):
matrix-synapse>   File "/build/source/tests/unittest.py", line 122, in new
matrix-synapse>     return code(orig, *args, **kwargs)
matrix-synapse>   File "/build/source/tests/unittest.py", line 216, in setUp
matrix-synapse>     return orig()
matrix-synapse>   File "/build/source/tests/unittest.py", line 338, in setUp
matrix-synapse>     self.hs = self.make_homeserver(self.reactor, self.clock)
matrix-synapse>   File "/build/source/tests/app/test_openid_listener.py", line 34, in make_homeserver
matrix-synapse>     hs = self.setup_test_homeserver(
matrix-synapse>   File "/build/source/tests/unittest.py", line 606, in setup_test_homeserver
matrix-synapse>     hs = setup_test_homeserver(self.addCleanup, **kwargs)
matrix-synapse>   File "/build/source/tests/server.py", line 921, in setup_test_homeserver
matrix-synapse>     prepare_database(
matrix-synapse>   File "/nix/store/2cc0p5apn2yg2fr5ii9mvb7fcwd74y26-matrix-synapse-1.86.0/lib/python3.10/site-packages/synapse/storage/prepare_database.py", line 155, in prepare_database
matrix-synapse>     raise UpgradeDatabaseException(EMPTY_DATABASE_ON_WORKER_ERROR)
matrix-synapse> synapse.storage.prepare_database.UpgradeDatabaseException: Uninitialised database: run the main synapse process to prepare the database schema before starting worker processes.
matrix-synapse>
2023-07-09 23:27:46 +02:00
Sandro Jäckel
5309856013
matrix-synapse: 1.86.0 -> 1.87.0
Diff: https://github.com/matrix-org/synapse/compare/v1.86.0...v1.87.0
2023-07-05 15:29:54 +02:00