zed/crates/collab/src
2023-10-19 13:29:14 -07:00
..
bin Fix compile error in db seed executable 2023-10-18 18:05:51 -07:00
db Fix filtering when providing non-admins info about channel members 2023-10-19 12:54:47 -07:00
rpc Use a synchronous mutex for ConnectionPool 2022-12-13 13:50:51 +01:00
tests Navigate to chat messages when clicking them in the notification panel 2023-10-19 12:31:45 -07:00
api.rs Remove dead code for old admin pages 2023-09-13 15:02:59 -07:00
auth.rs Add logging and metric for time spent hashing auth tokens 2023-03-17 14:32:13 -07:00
db.rs Create notifications for mentioned users 2023-10-19 10:52:40 -07:00
env.rs Rename zed-server to collab 2022-04-09 08:30:42 -06:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs WIP - Panic immediately when detecting non-determinism via a change to the execution trace 2022-12-23 17:34:13 -08:00
lib.rs Generalize notifications' actor id to entity id 2023-10-17 10:34:50 -07:00
main.rs Introduce a delay before retrying a transaction after a serialization failure 2023-03-16 13:07:38 -07:00
rpc.rs Rename NewNotification proto message to AddNotification 2023-10-19 13:29:14 -07:00
tests.rs Add notifications integration test 2023-10-17 11:21:38 -07:00