Jan Christian Grünhage
61fc340a93
update(synapse): bump stable version to 1.69.0
2022-10-20 19:48:38 +02:00
Lars Kaiser
86a17596a9
fix(synapse): default to empty workers list
2022-10-20 19:17:36 +02:00
Lars Kaiser
60d6806dda
fix(synapse): restart docker workers on config change
2022-10-20 18:15:34 +02:00
Johanna Dorothea Reichmann
9e28b7748b
fix(synapse): jinja expression broken which lead to master instance not reaching federation senders
2022-10-20 15:18:51 +02:00
Jan Christian Grünhage
aaab74cd97
chore: update gitlab paths
2022-10-10 17:05:32 +02:00
Jan Christian Grünhage
dce38f74e1
update(element): bump stable version to 1.11.8
2022-09-28 18:56:07 +02:00
Jan Christian Grünhage
778e433bdf
update(synapse): bump stable version to 1.68.0
2022-09-28 18:55:20 +02:00
Jan Christian Grünhage
09235b26a0
update(hedwig): bump version to 1.5.2
2022-09-22 11:18:15 +02:00
Jan Christian Grünhage
e48294c0fe
chore(hedwig): don't differentiate between base_path and container_workdir
2022-09-21 16:53:38 +02:00
Jan Christian Grünhage
b31c56292b
update(element): bump stable version to 1.11.5
2022-09-19 22:09:29 +02:00
Jan Christian Grünhage
e8e28178fe
update(synapse): bump stable version to 1.67.0
2022-09-19 22:07:12 +02:00
Jan Christian Grünhage
c42167c217
update(element): bump unstable version to 1.11.5-rc.1
2022-09-09 12:44:51 +02:00
Jan Christian Grünhage
4572dfab33
update(synapse): bump unstable version to 1.67.0rc1
2022-09-09 12:42:02 +02:00
Jan Christian Grünhage
8129a45e9c
update(element): bump stable version to 1.11.4
2022-09-01 09:32:52 +02:00
Jan Christian Grünhage
1563ebdb44
update(synapse): bump stable version to 1.66.0
2022-09-01 09:32:13 +02:00
Jan Christian Grünhage
56bbd9d652
fix: resolve ansible-lint issues
2022-08-29 12:48:16 +02:00
Jadyn Emma Jaeger
5846ec1fca
chore(tests): reformat with black
2022-08-24 13:54:46 +02:00
Jadyn Emma Jaeger
537e65ef87
fix(modules/matrix): set access_token and device_id properties
2022-08-24 13:43:40 +02:00
Jadyn Emma Jaeger
70d9a47129
fix(tests/unit): user fully qualified mx-id as sender
2022-08-24 13:30:45 +02:00
Jadyn Emma Jaeger
0488b24ed7
feat(tests/unit): Add basic tests for synapse modules
2022-08-24 13:30:45 +02:00
Jadyn Emma Jaeger
992484bfe0
feat(ci): Switch to template ansible-v2
2022-08-24 13:30:40 +02:00
Jadyn Emma Jaeger
e4b5211b92
feat(tests/sanity): Update ignore-2.x.txt
2022-08-24 13:26:19 +02:00
Jadyn Emma Jaeger
5f90806675
feat(unittests): Add interdimensional unittests
2022-08-24 13:26:19 +02:00
Jan Christian Grünhage
a92e801685
update(element): bump unstable version to 1.11.4-rc.1
2022-08-23 21:52:27 +02:00
Jan Christian Grünhage
8b5c66d0bb
update(synapse): bump unstable version to 1.66.0rc1
2022-08-23 21:52:27 +02:00
Jan Christian Grünhage
7c839a576d
update(synapse): bump stable version to 1.65.0
2022-08-16 18:15:31 +02:00
Jan Christian Grünhage
d8e4017c95
update(element): bump stable version to 1.11.3
2022-08-16 17:40:38 +02:00
Jan Christian Grünhage
c8811e7832
update(element): bump unstable version to 1.11.3-rc.2
2022-08-16 09:26:27 +02:00
Jan Christian Grünhage
cfdcd24268
update(synapse): bump unstable version to 1.65.0rc2
2022-08-16 09:25:35 +02:00
Jan Christian Grünhage
141e747429
chore(plugins): format with black and add CI job for checking
2022-08-10 18:34:26 +02:00
Jan Christian Grünhage
71f289c1d0
fix(modules/matrix): fix regression in access token handling
...
52785ab768
refactored the login logic,
which, switching to nio's token login when being passed a token. The
token being passed is an *access* token though, not a *login* token, so
that fails and thereby breaks any tasks that use access tokens instead
of username/password for authenticating to matrix.
It also accidentally negated the logic on when to invalidate a token
upon logout, so that has been resolved as well.
2022-08-10 18:33:21 +02:00
Jan Christian Grünhage
45b4aa85b4
fix(matrix_token_login): fix regression in required module args
...
52785ab768
refactored required and
mutually exclusive module parameters and meanwhile dropped some
arguments required for our matrix_token_login module. The change
made sense for most of our modules, but the matrix_token_login as the
only one doesn't need token or password, but definitely needs a key.
2022-08-10 18:32:05 +02:00
Jan Christian Grünhage
a8f6381cda
chore: ignore ansible test output in git
2022-08-10 18:32:05 +02:00
Johanna Dorothea Reichmann
e94a5f9255
fix(ci): try and set ANSIBLE_VERSION explicitely
2022-08-10 07:09:00 +02:00
Jan Christian Grünhage
2767d66b1f
update(element): bump unstable version to 1.11.3-rc.1
2022-08-09 21:45:09 +02:00
Jan Christian Grünhage
40bf517347
update(synapse): bump unstable version to 1.65.0rc1
2022-08-09 21:40:09 +02:00
Jan Christian Grünhage
f2f9953318
update(element): bump stable version to 1.11.2
2022-08-09 11:29:43 +02:00
Jan Christian Grünhage
6b2b71d4da
update(synapse): bump stable version to 1.64.0
2022-08-09 11:28:53 +02:00
Jadyn Emma Jaeger
ee56b991fa
fix(modules/matrix): Handle login / logout corrently
2022-08-01 12:01:57 +02:00
Jadyn Emma Jaeger
e065948d58
fix(timetracking-bot): Remove black line
2022-08-01 11:02:47 +02:00
Jadyn Emma Jaeger
bf55d20b0e
fix(sygnal): Remove black line
2022-08-01 11:02:24 +02:00
Jadyn Emma Jaeger
52785ab768
feat: Add ansible-test and refactor plugins
2022-07-29 10:50:14 +02:00
Jan Christian Grünhage
1a302fb74b
update(synapse): bump stable version to 1.63.1
2022-07-23 10:08:45 +02:00
Jan Christian Grünhage
bcd6d64f16
update(synapse): bump stable version to 1.63.0
2022-07-19 15:19:23 +02:00
Jan Christian Grünhage
22b48d69a6
update(element): bump unstable version to 1.11.1-rc.2
2022-07-19 15:13:41 +02:00
Jan Christian Grünhage
dd49530d9a
update(element): bump stable version to 1.11.0
2022-07-19 15:12:04 +02:00
Jan Christian Grünhage
11aa7dbc24
update(synapse): bump unstable version to 1.63.0rc1
2022-07-19 15:09:23 +02:00
Jan Christian Grünhage
a19d68a312
update(synapse): bump stable version to 1.62.0
2022-07-19 15:02:43 +02:00
Jan Christian Grünhage
7842dd4685
update(synapse): bump unstable version to 1.62.0rc2
2022-07-01 13:37:09 +02:00
Jan Christian Grünhage
33e397aa1f
update(element): bump unstable version to 1.11.0-rc.1
2022-06-28 19:58:20 +02:00