14126 Commits

Author SHA1 Message Date
mahula
6b7047e604 set workflow not to fail while deleting cache 2023-07-18 10:25:12 +02:00
mahula
e1374c05ac add cache deletion job to backend and webapp workflow files 2023-07-17 15:18:48 +02:00
mahula
045d139960 replace artefact upload by caching in webapp unit test job 2023-07-17 15:11:18 +02:00
mahula
69408007e7 replace artefact upload by caching in webapp build test job 2023-07-17 15:04:12 +02:00
mahula
f7e8d85b5f add webapp test worfkflow file to file filter 2023-07-17 14:29:35 +02:00
mahula
e44c3493e2 add backend test worfkflow file to file filter 2023-07-17 14:29:00 +02:00
mahula
89719b3cda merge env copy steps into single step 2023-07-17 14:01:14 +02:00
mahula
4ec4b36590 replace artefact download by caching in backend unit test job 2023-07-17 13:57:53 +02:00
mahula
7e171fb521 replace artefact upload by caching in backend build test job 2023-07-17 13:21:02 +02:00
mahula
b15148b985 replace artefact upload by caching in neo4j build test job 2023-07-17 13:18:35 +02:00
mahula
34145cfa06 fix typo 2023-07-17 13:10:28 +02:00
mahula
7198122ebf
Merge pull request #6566 from Ocelot-Social-Community/unread-rooms-query
feat(backend): unread rooms query
b2.7.0-491
2023-07-17 12:57:48 +02:00
ec07ddfec2
Merge branch 'master' into unread-rooms-query 2023-07-17 11:44:45 +02:00
882435e54c
lint fix 2023-07-17 11:40:07 +02:00
32eff1eab2
Merge pull request #6580 from Ocelot-Social-Community/chat-last-seen-webapp
feat(webapp): chat last seen in webapp
b2.7.0-490
2023-07-17 10:54:41 +02:00
d75566a8ce
sender user 2023-07-17 10:30:12 +02:00
b6fe28e1c4
fix test, test pagination properly 2023-07-17 10:29:32 +02:00
1e77e9aec0
Merge branch 'master' into unread-rooms-query 2023-07-17 10:23:56 +02:00
9ab8fd7561
Merge branch 'master' into chat-last-seen-webapp 2023-07-17 10:10:14 +02:00
640e713f0a
Merge pull request #6579 from Ocelot-Social-Community/chat-pagniate-rooms
feat(webapp): chat paginate rooms
b2.7.0-489
2023-07-17 10:09:05 +02:00
348d56beb1
Merge branch 'master' into chat-pagniate-rooms 2023-07-17 09:33:39 +02:00
Hannes Heine
57418ee18a
Merge pull request #6582 from Ocelot-Social-Community/share-required-files-via-cache-for-e2e-testing
refactor(other): use cached docker images in github e2e flow to decrease run time of e2e test job runs
b2.7.0-488
2023-07-17 09:32:01 +02:00
121093342b
Merge branch 'master' into chat-pagniate-rooms 2023-07-17 09:30:02 +02:00
mahula
6ab1d24c36 remove pr number step fpm e2e test job 2023-07-17 07:47:49 +02:00
mahula
fe8d4a4cfa reuse pr number from preparation step in e2e test step 2023-07-17 07:46:01 +02:00
mahula
545eb04d6c adapt step namings 2023-07-17 07:43:54 +02:00
mahula
9ba873648e add cache restoring in e2e test step 2023-07-17 07:42:58 +02:00
mahula
690021fcb6 move cypress requirement installation to preparation step 2023-07-17 07:39:57 +02:00
mahula
5ca1e9e648 add docker image building step to e2e test workflow 2023-07-17 07:35:20 +02:00
ddc864a433
Merge pull request #6581 from Ocelot-Social-Community/fix-room-image
fix(webapp): show room header images.
b2.7.0-487
2023-07-17 00:55:19 +02:00
c0dec2c358
Merge branch 'master' into fix-room-image 2023-07-16 20:40:50 +02:00
Hannes Heine
61ce0156d1
Merge branch 'master' into chat-pagniate-rooms 2023-07-16 13:18:35 +02:00
Hannes Heine
a97af3e418
Merge pull request #6561 from Ocelot-Social-Community/chat-seed
feat(backend): chat seed
b2.7.0-486
2023-07-16 13:17:25 +02:00
elweyn
5dfdcc9bc2 fix(webapp): show room header images. 2023-07-15 19:00:46 +02:00
1e7f579378
adjust tests 2023-07-15 12:51:43 +02:00
661c2f1b71
implement room order 2023-07-15 12:51:33 +02:00
775a3ddb72
strip datetime down to date in message 2023-07-15 12:35:44 +02:00
2d3483dc1b
query additional data for messages 2023-07-15 12:35:26 +02:00
66cd66d71a
test room pagination and singleRoom query 2023-07-15 12:03:53 +02:00
ab91413bf3
typo 2023-07-15 10:43:08 +02:00
0cb45cd8f6
removed refetch message method 2023-07-15 10:42:10 +02:00
851dd2e3e6
lint fixes 2023-07-15 10:40:18 +02:00
5f4a973e2a
backend allow room filter by id for single rooms 2023-07-15 10:38:35 +02:00
f05a0bc544
frontend paginate rooms 2023-07-15 10:38:19 +02:00
Moriz Wahl
c46d0064fc unread rooms query in chat notification 2023-07-14 14:50:43 +02:00
Moriz Wahl
d7746e5904 clean db after all 2023-07-14 14:44:41 +02:00
Moriz Wahl
09be4d3442 test unread rooms query 2023-07-14 14:40:38 +02:00
Moriz Wahl
f4567b14ff feat(backend): unread rooms query 2023-07-14 13:25:57 +02:00
55b3bc999a
use a prime for seeding to allow testing of the pagination 2023-07-14 10:59:38 +02:00
eae7b53adf
reduce message count to 1000 instead of 10000 to reduce seed time 2023-07-14 10:56:02 +02:00