Tom Moor
c9cd424a8d
chore: Remove over-usage of invariant ( #3719 )
2022-07-02 05:29:39 -07:00
Tom Moor
bf0ff6c823
chore: Casing of logger -> Logger as it's an instantiated class
2022-05-21 13:59:23 +01:00
Tom Moor
5cd4ecd34a
fix: CRDT creation touches document updated timestamp ( #3482 )
...
fix: Race condition in collaboration document persistence
2022-05-01 08:30:07 -07:00
Tom Moor
33ce49cc33
chore: Refactor data import ( #3434 )
...
* Complete refactor of import
* feat: Notion data import (#3442 )
2022-04-23 10:07:35 -07:00
Tom Moor
4c4b80ba9b
fix: Collaboration debounce shared between docs ( #3401 )
...
* fix: Collaboration debounce shared between docs
* Rename, Tracing -> Metrics
* Add tracing
* tsc
* fix: Lock document row when loading document in collaboration service incase state needs writing
* fix: Incorrect service name regression
2022-04-16 14:58:17 -07:00
Tom Moor
d399e1048a
perf: Don't load CRDT state from database by default ( #3215 )
2022-03-09 20:07:10 -08:00
Tom Moor
d2848c9000
chore: Move to fork of y-prosemirror, new fixes and exposing updateYFragment method
2022-03-03 21:53:42 -08:00
Tom Moor
062016b164
chore: Move editor into codebase ( #2930 )
2022-01-19 18:43:15 -08:00
Tom Moor
b20a341f0c
chore: Typescript database models ( #2886 )
...
closes #2798
2022-01-06 18:24:28 -08:00
Tom Moor
19e85c63c2
lint, tsc
2021-12-11 12:48:32 -08:00
Tom Moor
15b1069bcc
chore: Move to Typescript ( #2783 )
...
This PR moves the entire project to Typescript. Due to the ~1000 ignores this will lead to a messy codebase for a while, but the churn is worth it – all of those ignore comments are places that were never type-safe previously.
closes #1282
2021-11-29 06:40:55 -08:00
Tom Moor
9865eab61c
fix: Occassional user context not available in collaborative persistence
2021-11-08 18:56:36 -08:00
Tom Moor
ed8334d77a
fix: Plug memory leak in collaboration server
2021-11-05 16:55:20 -07:00
Tom Moor
b9346fe6ea
fix: Minor collab adjusts
2021-10-13 22:01:30 -07:00
Tom Moor
df5dc2f691
fix: Improve graceful shutdown
2021-10-04 18:20:42 -07:00
Tom Moor
0021553518
Typescript, we need you
2021-09-25 08:55:52 -07:00
Tom Moor
c1bd30aac8
Add user to collaboration logs
2021-09-24 19:14:00 -07:00
Tom Moor
fec2baf361
fix: Memory leak in collaborative editing service
2021-09-23 17:09:15 -07:00
Tom Moor
313067ff7b
Add additional logging for persistence failure
2021-09-18 20:09:08 -07:00
Tom Moor
0f624958bc
Use new hocuspocus hooks for collaboration metrics
2021-09-17 17:35:20 -07:00
Tom Moor
27736f66ef
fix: Various fixes for collaborative editing beta ( #2586 )
2021-09-15 23:27:22 -07:00
Tom Moor
83a61b87ed
feat: Normalized server logging ( #2567 )
...
* feat: Normalize logging
* Remove scattered console.error + Sentry.captureException
* Remove mention of debug
* cleanup dev output
* Edge cases, docs
* Refactor: Move logger, metrics, sentry under 'logging' folder.
Trying to reduce the amount of things under generic 'utils'
* cleanup, last few console calls
2021-09-14 18:04:35 -07:00
Tom Moor
400e32da70
fix: Various fixes for collaborative editing beta ( #2561 )
...
* fix: Remove Saving… message when collab enabled
* chore: Add tracing extension to collaboration server
* fix: Incorrect debounce behavior due to missing timestamps on events, fixes abundence of notifications when editing in realtime collab mode
* fix: Reload document prompt when collab editing
2021-09-13 17:36:26 -07:00
Tom Moor
801f6681ba
Collaborative editing ( #1660 )
2021-09-10 22:46:57 -07:00