Commit graph

443 commits

Author SHA1 Message Date
emilylange 2216e64839
matrix-sliding-sync: 0.99.6 -> 0.99.7
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.7
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.6...v0.99.7
2023-08-24 14:03:23 +02:00
emilylange 0941179894
matrix-sliding-sync: 0.99.5 -> 0.99.6
This release reports the version info inconsistently, because
the hardcoded version string has not been updated yet.

```
❯ result/bin/syncv3
Sync v3 [0.99.5] (v0.99.6)
```

See https://github.com/matrix-org/sliding-sync/blob/v0.99.6/cmd/syncv3/main.go#L29

https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.6
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.5...v0.99.6
2023-08-23 13:44:28 +02: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
Jan Malakhovski 591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
github-actions[bot] e8caa03cd0
Merge master into staging-next 2023-08-03 06:01:20 +00:00
Nick Cao 65cd0b72b5
Merge pull request #246840 from emilylange/matrix-sliding-sync
matrix-sliding-sync: 0.99.4 -> 0.99.5
2023-08-02 19:42:35 -06:00
emilylange c0745c298e
matrix-sliding-sync: 0.99.4 -> 0.99.5
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.5
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.4...v0.99.5
2023-08-02 21:31:52 +02:00
github-actions[bot] 57402ca7dd
Merge master into staging-next 2023-08-01 18:01:08 +00:00
Maximilian Bosch 4f8b33b1a8
Merge pull request #246553 from gp2112/pkgs/matrix-synapse
matrix-synapse: 1.88.0 -> 1.89.0
2023-08-01 18:40:19 +02:00
Vladimír Čunát 55f778d2b5
Merge branch 'master' into staging-next 2023-08-01 18:22:43 +02:00
Дамјан Георгиевски fdd97a4738
matrix-appservice-irc: add package.json to package
- seems that package.json is still required in the package root, so add it
- also add `strictDeps = true` to mkDerivation (this removed bash as a
  direct dependency)
2023-08-01 13:57:10 +02:00
Guilherme Ramos Costa Paixao 25c6bcafd0
matrix-synapse: 1.88.0 -> 1.89.0 2023-08-01 08:46:46 -03:00
github-actions[bot] aee984b6cf
Merge master into staging-next 2023-08-01 06:01:29 +00:00
Nick Cao 0e274c1275
Merge pull request #246323 from chvp/upd/matrix-appservice-slack
matrix-appservice-slack: 2.1.1 -> 2.1.2
2023-07-31 19:16:33 -06:00
Nick Cao d3279edc64
Merge pull request #246326 from chvp/upd/matrix-hookshot
matrix-hookshot: 4.4.0 -> 4.4.1
2023-07-31 19:15:59 -06:00
github-actions[bot] f77112cc67
Merge master into staging-next 2023-07-31 18:01:05 +00:00
Yureka 021692865a
matrix-synapse.plugins.matrix-synapse-s3-storage-provider: init at 1.2.1 (#229192) 2023-07-31 19:16:07 +02:00
Maximilian Bosch 190886c5cc
nixos/matrix-synapse: clarify that extras are additive 2023-07-31 18:54:17 +02:00
Maximilian Bosch 5bf466dae9
matrix-synapse: fix PYTHONPATH wrapper 2023-07-31 18:46:43 +02:00
github-actions[bot] 050b858d31
Merge master into staging-next 2023-07-31 12:01:34 +00:00
Charlotte Van Petegem bcb347160c
matrix-hookshot: 4.4.0 -> 4.4.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.1
2023-07-31 11:46:40 +02:00
Charlotte Van Petegem 237fb14832
matrix-appservice-slack: 2.1.1 -> 2.1.2
https://github.com/matrix-org/matrix-appservice-slack/releases/tag/2.1.2
2023-07-31 11:41:32 +02:00
Дамјан Георгиевски 69bc2ad72f matrix-appservice-irc: 0.38.0 -> 1.0.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.0

* This release drops support for Node 16. The minimum required version is now 18+.
* Moved from NPM to Yarn

https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.1

* Fixes for GHSA-vc7j-h8xg-fv5x.
* Fixes for GHSA-3pmj-jqqp-2mj3.
* Fixes for GHSA-c7hh-3v6c-fj4q
* Update matrix-appservice-bridge to 9.0.1

while there was an effort to make this package with `mkYarnPackage`, in the end it
was suggested to just use `stdenv.mkDerivation` instead

nixos/matrix-appservice-irc:
* fix path to config.schema.yml directory stucture of the package changed
* use remarshal instead of python and pyyaml
  to convert the config schema from yaml to json
2023-07-31 11:19:42 +02:00
github-actions[bot] 82235cc6e6
Merge staging-next into staging 2023-07-24 00:02:59 +00:00
Sandro Jäckel cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
github-actions[bot] d191233603
Merge staging-next into staging 2023-07-19 18:01:35 +00:00
Sandro 69deaa75e1
Merge pull request #243018 from tjni/nix-prefetch-github 2023-07-19 14:51:30 +02:00
github-actions[bot] 1c664aebd8
Merge staging-next into staging 2023-07-19 12:01:51 +00:00
Theodore Ni 68d6f72e59
matrix-hookshot: adapt update script to new nix-prefetch-github 2023-07-18 18:16:16 -07:00
Theodore Ni 095ad56963
matrix-appservice-slack: adapt update script to new nix-prefetch-github 2023-07-18 18:16:16 -07: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 3453128510
matrix-synapse: Add wrapper to configure extras
The original matrix-synapse packages is now available with the
-unwrapped prefix.
2023-07-18 17:52:52 +02: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
David Arnold 670a15018d
matrix-synapse-plugins.matrix-http-rendezvous-synapse: fix maturin hook use 2023-07-17 21:05:57 -05:00
emilylange 16745af614
matrix-sliding-sync: 0.99.3 -> 0.99.4
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.4
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.3...v0.99.4
2023-07-13 13:38:44 +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
Sandro Jäckel fe01e756ec
matrix-sliding-sync: init at 0.99.3 2023-07-03 15:50:40 +02:00
Charlotte Van Petegem 65e5b33667
matrix-hookshot: 4.3.0 -> 4.4.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.0
2023-06-29 09:32:50 +02:00
Sumner Evans 51bd2aca10
matrix-synapse: 1.85.2 -> 1.86.0
https://github.com/matrix-org/synapse/releases/tag/v1.86.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-06-20 12:27:29 -06:00
Charlotte Van Petegem bcd1885f12
matrix-hookshot: 4.2.0 -> 4.3.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.3.0
2023-06-19 18:00:57 +02:00
Andrei Zmievski ec45fd0318 synadm: 0.41.2 -> 0.41.3
https://github.com/JOJ0/synadm/releases/tag/v0.41.3
2023-06-14 12:26:44 -07:00
Maximilian Bosch a88de40ede
matrix-synapse: disable test parallelism on aarch64-linux
No idea why, but the tests - a random amount of tests to be precise -
fail on aarch64 on each attempt I made. Not reproducible on
x86_64-linux. Disabling parallelism appears to solve the issue.
2023-06-12 17:50:33 +02:00
Sumner Evans 35cc0f9e71
matrix-synapse: 1.85.1 -> 1.85.2
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-06-08 09:12:25 -06:00
Pol Dellaiera 33cebaccc4
Merge pull request #236404 from chvp/bump-hookshot
matrix-hookshot: 4.1.0 -> 4.2.0
2023-06-07 20:26:43 +02:00
Sumner Evans eff7393334
matrix-synapse: 1.84.1 -> 1.85.1
https://github.com/matrix-org/synapse/releases/tag/v1.85.0
https://github.com/matrix-org/synapse/releases/tag/v1.85.1

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-06-07 08:13:02 -06:00
Charlotte Van Petegem 42738ff906
matrix-hookshot: 4.1.0 -> 4.2.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.2.0
2023-06-07 09:09:42 +02:00
Sandro f1316cad1a
Merge pull request #234773 from chvp/bump-hookshot
matrix-hookshot: 4.0.0 -> 4.1.0
2023-06-05 00:40:36 +02:00