Commit Graph

572 Commits

Author SHA1 Message Date
Martin Weinelt
698e8e843e
Merge pull request #297252 from ckiee/mhookshot-redundant-rust-dep
matrix-hookshot: avoid runtime dependency on rustc
2024-03-20 04:22:15 +01:00
github-actions[bot]
a474411771
Merge master into staging-next 2024-03-20 00:02:08 +00:00
ckie
e271bd71e9
matrix-hookshot: avoid runtime dependency on rustc
Nix previously would see a reference to rustc's store path
in .rustc_info.json and proceed to register it as a runtime dependecy.
Delete it so it doesn't.
2024-03-19 21:34:37 +02: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
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
8f34f2c2c4 matrix-synapse-plugins.matrix-synapse-s3-storage-provider: 1.3.0 -> 1.4.0 2024-03-18 13:28:27 +00: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
Charlotte Van Petegem
7c85d5f454
matrix-hookshot: 5.2.0 -> 5.2.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.2.1
2024-02-21 17:57:41 +01:00
Charlotte Van Petegem
4899e86d50
matrix-hookshot: 5.1.2 -> 5.2.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.2.0
2024-02-21 15:05:27 +01: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
Weijia Wang
f184fb3901
Merge pull request #282545 from r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-s3-storage-provider
matrix-synapse-plugins.matrix-synapse-s3-storage-provider: 1.2.1 -> 1.3.0
2024-02-07 00:27:35 +01:00
Weijia Wang
8276ebb796
Merge pull request #281772 from r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-mjolnir-antispam
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.6.4 -> 1.6.5
2024-02-04 22:45:29 +01:00
Raito Bezarius
295952fd51 synapse-matrix: have a valid meta attribute
Previously, only the unwrapped derivation had it. This is problematic to report
issues on Synapse because you cannot read the maintainers from the REPL. :)

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-02-02 03:06:53 +01: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
Yaya
80b9bb0f36
matrix-sliding-sync: 0.99.14 -> 0.99.15
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.15
2024-01-22 17:08:48 +01:00
R. Ryantm
9f074f996e matrix-synapse-plugins.matrix-synapse-s3-storage-provider: 1.2.1 -> 1.3.0 2024-01-21 10:24:49 +00:00
Weijia Wang
f7046c674c
Merge pull request #277312 from chvp/upd/matrix-hookshot
matrix-hookshot: 4.7.0 -> 5.1.2
2024-01-19 04:51:03 +01:00
R. Ryantm
8298edd22f matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.6.4 -> 1.6.5 2024-01-18 12:58:17 +00: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
emilylange
ee460d3005 matrix-sliding-sync: 0.99.13 -> 0.99.14
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.14
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.13...v0.99.14
2024-01-09 10:22:27 +01:00
Charlotte Van Petegem
d6e5ae986c
matrix-hookshot: 4.7.0 -> 5.1.2
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.0.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.2
2024-01-02 17:38:01 +01:00
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 4a82200784)
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
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
github-actions[bot]
4328391132
Merge master into staging-next 2023-08-24 12:01:05 +00:00
Theodore Ni
efd6699916
Merge pull request #250671 from tjni/matrix-synapse
matrix-synapse: relax build dependencies
2023-08-23 17:17:11 -07:00
Theodore Ni
786f7a0b8f
matrix-synapse: relax build dependencies 2023-08-23 17:16:34 -07: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
Jan Tojnar
86797b2008 Merge branch 'staging-next' into staging
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
  Merge a5b92645f1 and 0597d865ef
2023-08-16 19:37:11 +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
Pol Dellaiera
3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02: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
d098c821d6 treewide: remove unneeded dots and slashes in sourceRoots 2023-08-12 08:29:56 +00: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