Aaryan Khandelwal
e689f00fb2
chore: export comment display component props
2025-11-25 19:07:06 +05:30
dependabot[bot]
ef99f8bbca
chore(deps): bump @sentry/node ( #8169 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [@sentry/node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/node` from 10.24.0 to 10.27.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/10.24.0...10.27.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-version: 10.27.0
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-11-25 13:35:01 +05:30
Jayash Tripathy
2804987fe8
[WEB-5358] fix: analytics enhancements ( #8150 )
...
* refactor: enhance analytics page tab functionality and UI
- Introduced state management for selected tabs using useState and useEffect hooks.
- Updated tab handling to improve user experience with onValueChange for Tabs component.
- Refactored AnalyticsFilterActions to remove unused duration selection.
- Added Tooltip to project name in ActiveProjectItem for better visibility.
- Minor styling adjustments in Tabs component for improved layout consistency.
* refactor: improve tab layout in analytics page by adding w-fit
* fix: update styling for ActiveProjectItem component
* refactor: simplify analytics page and introduce useAnalyticsTabs hook
- Removed unused imports and optimized the analytics page component.
- Replaced getAnalyticsTabs with a new custom hook useAnalyticsTabs for better modularity.
- Added useAnalyticsTabs hook to manage analytics tab logic.
- Created new files for useAnalyticsTabs and analytics tabs in the 'ce' and 'ee' directories.
* fix: ensure consistent export in use-analytics-tabs file
* style: format code for better readability in AnalyticsPage component
* fix: add missing newline at end of file in use-analytics-tabs
* chore: remove unused analytics tab components
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-24 21:29:34 +05:30
Aaryan Khandelwal
09f4e3d4ae
[WIKI-774] refactor: space app mentions #8152
...
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-24 21:26:48 +05:30
Sangeetha
7c8cbc4ead
[WEB-4428] fix: duplicate labels with case insensitive ( #7388 )
...
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-24 21:22:17 +05:30
Bavisetti Narayan
ce6299937f
[WEB-5430] feat: allow users to change email ( #8120 )
...
* feat: change user email
* chore: optimised the logic
* feat: add email change functionality and related modals in profile form
* refactor: format checkEmail method for improved readability
* chore: added rate limit exceeded validation
* feat: implement change email modal with localization support
- Added translation support for the change email modal, including titles, descriptions, and error messages.
- Integrated the useTranslation hook for dynamic text rendering.
- Updated form validation messages to utilize localized strings.
- Enhanced user feedback with localized success and error toast messages.
- Updated button labels and placeholders to reflect localization changes.
* chore: added extra validation in cache key
* fix: format files
---------
Co-authored-by: b-saikrishnakanth <bsaikrishnakanth97@gmail.com >
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-24 21:21:52 +05:30
Dheeraj Kumar Ketireddy
d6fce114d6
[SILO-663] chore: enhance error handling in ComplexFilterBackend with DRFValidationError ( #8090 )
...
* [SILO-663] chore: enhance error handling in ComplexFilterBackend with DRFValidationError
* Log the exception and re-raise it
2025-11-24 21:14:14 +05:30
Prateek Shourya
e6d584fde7
[WEB-5489] fix: prevent AppRail hook usage outside context in disabled workspace components ( #8164 )
2025-11-24 16:03:36 +05:30
sriram veeraghanta
0240e46f04
fix: live server docker build changes ( #8166 )
2025-11-24 14:08:37 +05:30
guru_sainath
e36f4f47f1
[MOB-1199] dev: update index constraints for notifications to optimize query performance ( #7870 )
...
* dev: updated the index constraints for notification
* dev: updated migration file with AddIndexConcurrently
* dev: handled indexing for file asset with asset
* bumped migration sequence number
---------
Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com >
2025-11-23 19:41:27 +05:30
Sangeetha
ba4e711f9b
[WEB-5350] migration: navigation ( #8156 )
...
* migration: navigation related fields in workspace_user_properties
* fix: field names
* fix: remove max_length
* fix: create new migration
* fix: typo
* Renamed horizontal preference to tabbed
---------
Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com >
2025-11-21 20:51:47 +05:30
Aaron
0f4309659a
[WEB-5478] chore: fix types ( #8155 )
2025-11-21 20:22:37 +05:30
Sangeetha
5cfb9538df
[WEB-5312] migration: work item comments ( #8072 )
...
* migration: description field on issue_comment
sync: issue_comment and description
* fix: update if description already exists for the IssueComment
* feat: management command to copy IssueComment to Description
* fix: description creation order
* chore: add while loop
* fix: move write outside loop
* chore: change sync logic
chore: test cases
* chore: removed deleted_at filter and added order_by in management command
* fix: description_id
* migration: added parent_id for IssueComment
* fix: update update_by_id
* fix: use ChangeTrackerMixin in save
* chore: add docstring
fix: remove self.pk check
chore: wrap the description creation logic in transaction.atomic()
* fix: tests
* fix: use super save method
* fix: mulitple if conditions
* fix: update updated_at
2025-11-21 16:15:07 +05:30
Vipin Chaudhary
6a26ce3a2b
[WIKI-792] feat: add 'status' attribute to content validator ( #8151 )
2025-11-21 14:00:29 +05:30
sriramveeraghanta
ec9c868f85
chore: file format using prettier
2025-11-21 13:48:01 +05:30
matutinal
03c581433a
chore: french localization updates ( #8031 )
2025-11-21 13:47:07 +05:30
Aaron
2e15e4f786
fix: source map warning during build ( #8148 )
...
* [WEB-5473] fix: source map errors
* [WEB-5473] chore: run codemod
* fix: build errors in editor
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-21 13:43:52 +05:30
Aaryan Khandelwal
9611cd1e73
[WIKI-786] refactor: bubble menu #8138
2025-11-21 12:49:30 +05:30
sriram veeraghanta
8307badae5
fix: eslint errors and warnings ( #8149 )
2025-11-20 19:31:22 +05:30
Aaron
83fdebf64d
[WEB-5459] feat(codemods): add function declaration transformer with tests ( #8137 )
...
- Add jscodeshift-based codemod to convert arrow function components to function declarations
- Support React.FC, observer-wrapped, and forwardRef components
- Include comprehensive test suite covering edge cases
- Add npm script to run transformer across codebase
- Target only .tsx files in source directories, excluding node_modules and declaration files
* [WEB-5459] chore: updates after running codemod
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-20 17:39:40 +05:30
Aaron
90866fb925
chore: use oxc tooling to speed up prettier ( #8117 )
...
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-20 17:30:27 +05:30
Aaryan Khandelwal
f3031a44f7
[WEB-5429] refactor: conditional hooks ( #8114 )
...
* fix: conditional hooks
* chore: remove unwanted file
2025-11-20 16:22:46 +05:30
Aaryan Khandelwal
83679806fd
[WIKI-419] chore: new asset duplicate endpoint added ( #7172 )
...
* chore: new asset duplicate endpoint added
* chore: change the type in url
* chore: added rate limiting for image duplication endpoint
* chore: added rate limiting per asset id
* chore: added throttle class
* chore: added validations for entity
* chore: added extra validations
* chore: removed the comment
* chore: reverted the frontend code
* chore: added the response key
* feat: handle image duplication for web
* feat: custom image duplication update
* fix: remove paste logic for image
* fix : remove entity validation
* refactor: remove entity id for duplication
* feat: handle duplication in utils
* feat: add asset duplication registry
* chore: update the set attribute method
* fix: add ref for api check
* chore :remove logs
* chore : add entity types types
* refactor: rename duplication success status value
* chore: update attribute to enums
* chore: update variable name
* chore: set uploading state
* chore : update enum name
* chore : update replace command
* chore: fix retry UI
* chore: remove default logic
* refactor: optimize imports in custom image extension files and improve error handling in image duplication
* fix:type error
* Update packages/editor/src/core/extensions/custom-image/components/node-view.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: enhance asset duplication handler to ignore HTTP sources
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: VipinDevelops <vipinchaudhary1809@gmail.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-11-20 15:05:01 +05:30
Aaryan Khandelwal
d462546055
[WIKI-788] fix: editor markdown copy rules ( #8140 )
2025-11-20 14:46:12 +05:30
Dheeraj Kumar Ketireddy
f510020daa
[WEB-5285] feat: add ChangeTrackerMixin to track model field changes and original values #8145
2025-11-20 14:36:55 +05:30
Prateek Shourya
1eaa48c95c
[WEB-5458] improvement: restructure layout components to enhance loading ( #8141 )
2025-11-19 19:11:17 +05:30
sriramveeraghanta
d6503232de
chore(deps): bump npm vulnerabilities
2025-11-19 14:56:29 +05:30
Jayash Tripathy
88a41479f4
[WEB-5000] feat: enhance exports settings with rich filters ( #8124 )
2025-11-19 14:31:48 +05:30
Vipin Chaudhary
b73cf4f0e2
[WEB-5449] fix: enhance content check for unique ID generation and update issue loader condition ( #8132 )
2025-11-18 15:27:01 +05:30
Aaryan Khandelwal
2e6225a883
[WEB-5436] feat: work item preview ( #8121 )
2025-11-18 13:54:26 +05:30
Vipin Chaudhary
f34ca18a34
[WIKI-775] fix: remove fallback image from emojis #8130
2025-11-18 13:53:04 +05:30
Prateek Shourya
69323f4164
[WEB-5442] fix: favorites list on workspace switch ( #8131 )
2025-11-18 13:52:29 +05:30
Jayash Tripathy
06300d1a8e
[WEB-5447] feat: add dataPreventOutsideClick prop to reafactor: ComboboxOptions for enhanced click handling #8112
2025-11-17 19:47:48 +05:30
Vipin Chaudhary
6e32cb51b6
[WIKI-770] fix: update editor ref after editor ready #8115
2025-11-17 16:41:30 +05:30
Vipin Chaudhary
bd0361de92
[WIKI-480] feat: unique id extension ( #8098 )
2025-11-17 16:14:20 +05:30
Prateek Shourya
ebab5e209f
[WEB-5437] fix: remove temporary code for issue display filters to fix work item ordering. ( #8125 )
2025-11-17 14:28:02 +05:30
Aaryan Khandelwal
c65e2c4aab
[WIKI-773] refactor: editor mention components and hooks ( #8111 )
2025-11-17 14:07:37 +05:30
Prateek Shourya
c04ae51d20
[WEB-5423] revert: update imports for pragmatic-drag-and-drop to use cjs entry points and add TypeScript error handling ( #8118 )
2025-11-14 19:04:49 +05:30
Prateek Shourya
19a0ef490b
[WEB-5423] fix: typescript errors and add types check step to pull request workflow ( #8110 )
2025-11-14 16:18:36 +05:30
sriram veeraghanta
4e357c4ad0
[WEB-5404] chore: update next images with html default images ( #8101 )
...
* chore: update next images with html default images
* chore: sync related changes
* Update apps/admin/core/components/instance/failure.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update apps/space/app/not-found.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update apps/space/core/components/issues/issue-layouts/error.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update apps/space/core/components/ui/not-found.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: replace classname styles in space
* fix: copoilot suggestions
* fix: copilot suggestions
* chore: format files
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-13 18:33:18 +05:30
Prateek Shourya
80670b2b3f
[WEB-5128] refactor: remove local database dependencies and unused code ( #8109 )
2025-11-13 18:32:15 +05:30
Prateek Shourya
64f90b828b
[WEB-5419] chore: add dotenv dependency, hosts and configure environment variables in admin, space, and web apps ( #8107 )
...
* chore: add dotenv dependency and configure environment variables in admin, space, and web apps
* chore: allowed multiple hosts in dev mode
* chore: move dotenv to dev deps
* chore: update Vite configuration to set server host to 127.0.0.1 for admin, space, and web apps
---------
Co-authored-by: gakshita <akshitagoyal1516@gmail.com >
2025-11-13 17:57:47 +05:30
Aaron
95c742244e
[WEB-5416] fix: Use proper import syntax ( #8105 )
2025-11-13 17:41:06 +05:30
sriramveeraghanta
34c0e81d8e
chore: update tubro envs and removed plausible script
2025-11-13 15:24:17 +05:30
Vipin Chaudhary
2a2c4921a7
[WIKI-768] fix: ordering and grouping of list-related toolbar and slash commands #8104
2025-11-13 15:20:07 +05:30
Vipin Chaudhary
f4c2d519fc
[WIKI-718] feat: add full width options in table block menu ( #8087 )
2025-11-13 14:46:27 +05:30
Jayash Tripathy
cbfdcd5638
[WEB-5390] refactor: gantt layout support in base layouts ( #8089 )
2025-11-13 14:33:24 +05:30
Prateek Shourya
a04d3b5c29
[WEB-5414] fix: Use correct SWR cache key for fetching project details ( #8103 )
2025-11-12 23:31:26 +05:30
sriram veeraghanta
30da349475
[WEB-5413] feat: adding sentry error handling in web, space and admin ( #8099 )
2025-11-12 19:03:47 +05:30
Anmol Singh Bhatia
0b78e03055
[WEB-5394] fix: propel storybook circular dependencies ( #8096 )
...
* fix: resolve circular dependency crashes in storybook stories
* fix: toolbar circular dependency fix and code refactor
2025-11-11 19:29:16 +05:30