dependabot[bot]
b47d2b8825
chore(deps): bump @sentry/node ( #6593 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [@sentry/node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/node` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-12 13:58:25 +05:30
dependabot[bot]
49cc73b6ed
chore(deps): bump @sentry/node ( #6579 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [@sentry/node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/node` from 8.54.0 to 9.0.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.0.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 14:09:43 +05:30
M. Palanikannan
996d11de12
[PE-210] feat: editor performance ( #6269 )
...
* bump: upgrade editor
* fix: remove editor ref in use
* fix: added editor state to reduce rerenders
* fix: add editor rerendering optimization
* fix: wrong condition in scroll summary
* fix: removing ref usage internally in read only editor as well
* fix: remove unused methods from read only editor
* fix: add editable prop again
* regression: added the types for onHeadingChange
* fix: types
* fix: improve the check condition
2025-01-15 16:18:49 +05:30
sriram veeraghanta
89603bb2d6
fix: node version update from 18 to 20
2025-01-09 16:05:39 +05:30
Aaryan Khandelwal
3ab959c682
[PE-228] fix: update tiptap package versions ( #6361 )
...
* fix: tiptap package versions
* chore: update tiptap/core package version
2025-01-09 14:52:41 +05:30
sriram veeraghanta
5d8f66ae22
fix: upgrade live server to node 20
2025-01-08 20:12:49 +05:30
sriram veeraghanta
507946886f
fix: yarn lock update
2025-01-08 00:19:55 +05:30
Aaryan Khandelwal
88c26b334d
[PE-219] chore: new live server endpoint to convert description_html to all other formats ( #6310 )
...
* chore: new convert doucment endpoint created
* chore: update types
2025-01-07 19:15:37 +05:30
Aaryan Khandelwal
94f421f27d
chore: add live server prettier config ( #6287 )
2024-12-27 21:03:20 +05:30
sriram veeraghanta
1ee0661ac1
fix: missing packages in utils and live
2024-12-22 22:08:04 +05:30
sriram veeraghanta
f06b1b8c4a
fix: updated package version
2024-12-10 21:02:29 +05:30
sriram veeraghanta
cba41e0755
fix: upgrading the express version
2024-12-09 02:35:48 +05:30
sriram veeraghanta
727dd4002e
fix: updated lint command in packages
2024-12-06 15:00:11 +05:30
M. Palanikannan
3c6006d04a
[PE-31] feat: Add lock unlock archive restore realtime sync ( #5629 )
...
* fix: add lock unlock archive restore realtime sync
* fix: show only after editor loads
* fix: added strong types
* fix: live events fixed
* fix: remove unused vars and logs
* fix: converted objects to enum
* fix: error handling and removing the events in read only mode
* fix: added check to only update if the image aspect ratio is not present already
* fix: imports
* fix: props order
* revert: no need of these changes anymore
* fix: updated type names
* fix: order of things
* fix: fixed types and renamed variables
* fix: better typing for the real time updates
* fix: trying multiplexing our socket connection
* fix: multiplexing socket connection in read only editor as well
* fix: remove single socket logic
* fix: fixing the cleanup deps for the provider and localprovider
* fix: add a better data structure for managing events
* chore: refactored realtime events into hooks
* feat: fetch page meta while focusing tabs
* fix: cycling through items on slash command item in down arrow
* fix: better naming convention for realtime events
* fix: simplified localprovider initialization and cleaning
* fix: types from ui
* fix: abstracted away from exposing the provider directly
* fix: coderabbit suggestions
* regression: pass user in dependency array
* fix: removed page action api calls by the other users the document is synced with
* chore: removed unused imports
2024-12-02 14:26:36 +05:30
sriram veeraghanta
f1e6f59716
chore: package version updated
2024-11-29 14:37:53 +05:30
Aaryan Khandelwal
9408e92e44
Revert "[WEB-1435] dev: conflict free issue descriptions ( #5912 )" ( #6000 )
...
This reverts commit e9680cab74 .
2024-11-15 17:13:31 +05:30
Aaryan Khandelwal
e9680cab74
[WEB-1435] dev: conflict free issue descriptions ( #5912 )
...
* chore: new description binary endpoints
* chore: conflict free issue description
* chore: fix submitting status
* chore: update yjs utils
* chore: handle component re-mounting
* chore: update buffer response type
* chore: add try catch for issue description update
* chore: update buffer response type
* chore: description binary in retrieve
* chore: update issue description hook
* chore: decode description binary
* chore: migrations fixes and cleanup
* chore: migration fixes
* fix: inbox issue description
* chore: move update operations to the issue store
* fix: merge conflicts
* chore: reverted the commit
* chore: removed the unwanted imports
* chore: remove unnecessary props
* chore: remove unused services
* chore: update live server error handling
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-11-15 16:38:58 +05:30
Lakhan Baheti
8ea34b5995
[WEB-2729] chore: updated live server auth cookies handling ( #5913 )
...
* chore: updated live server auth cookies handling
* chore: update token parsing logic
* fix: types and better logical seperation between the existing two tokens
* fix: better fallback to use request headers for cookies
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-10-30 17:38:29 +05:30
sriram veeraghanta
5f4875cc60
fix: version bump
2024-10-10 15:05:03 +05:30
M. Palanikannan
852fc9bac1
[WEB-2603] fix: remove validation of roles from the live server ( #5761 )
...
* fix: remove validation of roles from the live server
* chore: remove the service
* fix: remove all validation of authorization
* fix: props updated
2024-10-10 14:06:14 +05:30
sriram veeraghanta
b87d5c5be6
fix: version upgrade
2024-10-04 19:25:49 +05:30
Akshat Jain
944f3417a1
chore: added live dev script ( #5715 )
...
* add live dev script
* fix: redis changes in .env .example
2024-09-30 17:03:29 +05:30
sriram veeraghanta
83bfca6f2d
fix: linting issues and rule changes ( #5681 )
...
* fix: lint config package updates
* fix: tsconfig changes
* fix: lint config setup
* fix: lint errors and adding new rules
* fix: lint errors
* fix: ui and editor lints
* fix: build error
* fix: editor tsconfig
* fix: lint errors
* fix: types fixes
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2024-09-23 17:10:38 +05:30
Aaryan Khandelwal
e143e0a051
chore: add server name while server initialization ( #5656 )
2024-09-23 16:44:50 +05:30
Aaryan Khandelwal
f9a8896486
[WEB-1116] chore: add fallback for the live server ( #5622 )
...
* chore: add fallback for the live server
* fix: update provider document after patch request
* chore: make the health check call only on connection fail
* chore: update debounce interval
* refactor: remove useSwr call for healtch check
* fix: pages fallback init
2024-09-23 15:35:06 +05:30
sriram veeraghanta
8f492e4c6c
fix: disable turbo telemetry on live service
2024-09-16 20:58:35 +05:30
sriram veeraghanta
1b0e31027e
fix: lint fixes and typescript version fixes
2024-09-12 20:39:31 +05:30
sriram veeraghanta
545717cc51
fix: security update for express pacakge
2024-09-10 17:36:32 +05:30
M. Palanikannan
70ea1459cd
fix: async loading of the redis extension ( #5537 )
...
* fix: async loading of the redis extension
* fix: initialize redis connection and hocuspocusserver only during server start
* fix: removed console logs
* fix: remove async
* fix: error handling and shutting down gracefully in unhandled errors
* feat: added compression library
* fix: added helmet for security headers
2024-09-07 14:24:20 +05:30
Aaryan Khandelwal
8154a190d2
[WEB-1116] fix: editor info badges occupying multiple lines ( #5548 )
2024-09-07 09:01:01 +05:30
M. Palanikannan
73654a25c4
fix: redis connection instantiated out ( #5534 )
2024-09-05 20:18:26 +05:30
M. Palanikannan
e1380f52ec
fix: add the redis extension conditionally ( #5524 )
...
* fix: add the redis extension conditionally
* chore: import order and stuff
* fix: added logger, error handling and routing
* feat: configured sentry with source maps
* fix: sentry config and returning json
* fix: remove on change logs
* fix: add pretty print
2024-09-05 18:15:46 +05:30
M. Palanikannan
9f12d13dea
fix: initialize redis client and pass it to hocuspocus ( #5516 )
...
* fix: initialize redis client and pass it to hocuspocus
* chore: renamed func
* fix: yarn lock
2024-09-04 16:35:01 +05:30
Aaryan Khandelwal
747905a96d
refactor: utility handlers ( #5510 )
2024-09-03 18:36:31 +05:30
M. Palanikannan
1cd7259852
fix: parse redis url to get hostname and port ( #5502 )
...
* fix: parse redis url to get hostname and port
* fix: redis url accepted for connection
* chore: add redis url to example env
* fix: let users add redis port and host incase redis url is not present
* chore: create url from host and port variables
* fix: return empty string incase of no config
2024-09-03 17:29:03 +05:30
Aaryan Khandelwal
5840b40d96
[WEB-1116] chore: live server code splitting ( #5508 )
...
* chore: live server code splitting
* chore: update import paths
* chore: update bebel path alias
* fix: document types type
* chore: updated error messages
2024-09-03 17:03:50 +05:30
Aaryan Khandelwal
9910ed6e5f
[WEB-1116] refactor: page helpers for document transformation ( #5503 )
...
* refactor: page helpers for document transformation
* refactor: update tranforamtion function name
2024-09-03 15:31:32 +05:30
Aaryan Khandelwal
539acd58f7
chore: update live server env example file ( #5496 )
2024-09-03 13:00:08 +05:30
Aaryan Khandelwal
6c3a8a9647
[WEB-1116] feat: pages realtime collaboration ( #5493 )
...
* [WEB-1116] feat: pages realtime sync (#5057 )
* init: live server for editor realtime sync
* chore: authentication added
* chore: updated logic to convert html to binary for old pages
* chore: added description json on page update
* chore: made all functions generic
* chore: save description in json and html formats
* refactor: document editor components
* chore: uncomment ui package components
* fix: without props extensions refactor
* fix: merge conflicts resolved from preview
* chore: init docker compose
* chore: pages custom error codes
* chore: add health check endpoint to the live server
* chore: update without props extensions type
* chore: better error handling
* chore: update react-hook-form versions
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* fix: docker related fixes
* fix: module type fixes
* fix: nginx update
* fix: adding live server workflow
* fix: workflow fixes
* fix: docker compose fixes
* fix: workflow fixes
* fix: path config
* fix: docker compose warnings
* fix: nginx port forwarding
* fix: update docker compose with new env
* fix: env var fixes
* fix: error handling
* fix: docker compose env var
* fix: compose fixes
* chore: update server start message
* chore: handle errors
* fix: build errors
* chore: update port
* chore: update server port
* chore: show error on authentication fail
* chore: show error on authentication fail
* feat: add redis extension
* chore: updated restore version logic
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-09-02 17:54:12 +05:30