Antonio Scandurra
|
688f179256
|
Use "id" nomenclature more consistently
|
2022-12-15 10:15:59 +01:00 |
|
Antonio Scandurra
|
af77f1188a
|
Re-add server_id indices for room_participants/project_collaborators
|
2022-12-15 09:58:25 +01:00 |
|
Julia
|
0dedc1f3a4
|
Get tests building again
|
2022-12-15 00:17:28 -05:00 |
|
Max Brunsfeld
|
6c58a4f885
|
Fix stale server queries, use foreign keys from connectionsn to servers
|
2022-12-14 17:34:24 -08:00 |
|
Max Brunsfeld
|
e08d6cd6de
|
Merge pull request #1921 from zed-industries/multibuffer-following
Allow following collaborators into editors with multi-excerpt buffers (refactors + find-all-refs)
|
2022-12-14 15:33:11 -08:00 |
|
Max Brunsfeld
|
954c9ac3fd
|
Add integration test coverage for following into multibuffers
|
2022-12-14 15:28:58 -08:00 |
|
Max Brunsfeld
|
e4c5dfcf6c
|
Use run_until_parked instead of 'condition' in all integration tests
|
2022-12-14 15:05:35 -08:00 |
|
Antonio Scandurra
|
363e3cae4b
|
WIP
|
2022-12-14 19:25:07 +01:00 |
|
Antonio Scandurra
|
930be6706f
|
WIP
|
2022-12-14 18:02:39 +01:00 |
|
Antonio Scandurra
|
05e99eb67e
|
Introduce an epoch to ConnectionId and PeerId
|
2022-12-14 15:55:56 +01:00 |
|
Antonio Scandurra
|
9bd400cf16
|
collab 0.3.12
|
2022-12-14 11:43:33 +01:00 |
|
Antonio Scandurra
|
674fddac87
|
Instrument rpc::Server::start and reduce cleanup timeout again
|
2022-12-14 11:42:12 +01:00 |
|
Antonio Scandurra
|
63e7b9189d
|
collab 0.3.11
|
2022-12-14 11:25:04 +01:00 |
|
Antonio Scandurra
|
9530976f61
|
Try using a longer timeout for cleaning up stale rooms
|
2022-12-14 11:24:36 +01:00 |
|
Antonio Scandurra
|
02c30b0091
|
collab 0.3.10
|
2022-12-14 09:35:52 +01:00 |
|
Antonio Scandurra
|
b9c7796547
|
Reduce readiness probe delay and period
|
2022-12-14 09:35:36 +01:00 |
|
Antonio Scandurra
|
e00cb6b074
|
collab 0.3.9
|
2022-12-14 09:05:19 +01:00 |
|
Antonio Scandurra
|
dc47552180
|
Fix kubernetes configuration for readiness probe
|
2022-12-14 08:58:19 +01:00 |
|
Antonio Scandurra
|
98a593b263
|
collab 0.3.8
|
2022-12-14 08:56:02 +01:00 |
|
Antonio Scandurra
|
897506c797
|
Define readiness probe to know when the new server can accept traffic
|
2022-12-14 08:54:46 +01:00 |
|
Antonio Scandurra
|
59c9a57570
|
collab 0.3.7
|
2022-12-14 08:43:18 +01:00 |
|
Antonio Scandurra
|
dde6cf596e
|
Don't wait for stale project deletion before listening for connections
|
2022-12-14 08:42:34 +01:00 |
|
Antonio Scandurra
|
2596fefa04
|
collab 0.3.6
|
2022-12-13 23:09:02 +01:00 |
|
Antonio Scandurra
|
34b69896e4
|
Listen to SIGTERM in addition to ctrl-c for graceful shutdown
|
2022-12-13 23:08:43 +01:00 |
|
Antonio Scandurra
|
7824ace58b
|
collab 0.3.5
|
2022-12-13 22:40:55 +01:00 |
|
Antonio Scandurra
|
b150efbd96
|
Set log level to debug for preview deployment
Also, add a log statement when we receive the interrupt signal.
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2022-12-13 22:38:55 +01:00 |
|
Max Brunsfeld
|
c20204d269
|
collab 0.3.4
|
2022-12-13 11:17:37 -08:00 |
|
Max Brunsfeld
|
45bfcfc3b8
|
Fix excessive delay before clearing stale room data
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2022-12-13 11:17:20 -08:00 |
|
Max Brunsfeld
|
5218a2f966
|
collab 0.3.3
|
2022-12-13 10:17:01 -08:00 |
|
Max Brunsfeld
|
95748123b5
|
Merge remote-tracking branch 'origin/collab-0.3.x'
|
2022-12-13 10:16:25 -08:00 |
|
Max Brunsfeld
|
6ad326ac58
|
Wait longer before deleting outdated rooms from the database
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2022-12-13 10:14:43 -08:00 |
|
Antonio Scandurra
|
99c5f8c713
|
collab 0.3.2
|
2022-12-13 15:16:41 +01:00 |
|
Antonio Scandurra
|
073a2988e6
|
Move creation of room_id index into its own migration
|
2022-12-13 13:57:41 +01:00 |
|
Antonio Scandurra
|
70aac75dd5
|
Run until parked before asserting about participants in restart test
|
2022-12-13 13:53:51 +01:00 |
|
Antonio Scandurra
|
4dc838fbb7
|
Reset connection pool when tearing down the server in tests
|
2022-12-13 13:51:25 +01:00 |
|
Antonio Scandurra
|
d4c8fa3090
|
Use a synchronous mutex for ConnectionPool
|
2022-12-13 13:50:51 +01:00 |
|
Antonio Scandurra
|
a594ba8f8a
|
Simulate server restarts in randomized test
|
2022-12-13 12:18:38 +01:00 |
|
Antonio Scandurra
|
417db95693
|
Fix typo in index name
|
2022-12-13 11:44:48 +01:00 |
|
Antonio Scandurra
|
0220d7ba5d
|
Include room_id in CallCanceled message
This ensures we don't accidentally cancel old calls.
|
2022-12-13 11:43:09 +01:00 |
|
Antonio Scandurra
|
e2b132ef23
|
💄
|
2022-12-13 11:37:39 +01:00 |
|
Antonio Scandurra
|
7e8d9d52d3
|
Delete stray debug statement
|
2022-12-13 11:36:40 +01:00 |
|
Antonio Scandurra
|
6a6a032f1f
|
Delete stale rooms/participants after RECONNECT_TIMEOUT
|
2022-12-13 11:32:37 +01:00 |
|
Antonio Scandurra
|
beea9b68ff
|
Allow re-joining room after server restarts
|
2022-12-12 16:03:21 +01:00 |
|
Antonio Scandurra
|
3cd77bfcc4
|
Always cast connection ids to i32
Postgres doesn't support unsigned types. This also adds indices to
support querying `project_collaborators` and `room_participants`
by connection id.
|
2022-12-12 11:43:08 +01:00 |
|
Antonio Scandurra
|
456396ca6e
|
Rename connection_lost to answering_connection_lost
|
2022-12-12 11:43:08 +01:00 |
|
Antonio Scandurra
|
26b5653427
|
Delete hosted projects from database when connection is lost
|
2022-12-12 11:43:08 +01:00 |
|
Antonio Scandurra
|
895c365485
|
Introduce random reconnections in the randomized test
|
2022-12-12 11:43:08 +01:00 |
|
Antonio Scandurra
|
8fa26bfe18
|
Fix test_calls_on_multiple_connections after adding room reconnection
|
2022-12-12 11:43:08 +01:00 |
|
Antonio Scandurra
|
aca3f02590
|
Re-join room when client temporarily loses connection
|
2022-12-12 11:43:08 +01:00 |
|
Antonio Scandurra
|
d74fb97158
|
Remove Executor trait from collab and use an enum instead
This will let us save off the executor and avoid using generics.
|
2022-12-12 11:43:08 +01:00 |
|