Lakhan Baheti
eb5ac2fc2d
[WIKI-602] chore: disable image alignment tooltip for touch devices ( #7642 )
...
* chore: disable image alignment tooltip for touch devices
* chore: added touch-select-none style
2025-08-26 02:12:04 +05:30
Jayash Tripathy
b6cf3a5a8b
[WEB-4438] fix: epics label in y axis of epics(analytics-modal) #7644
2025-08-25 19:25:42 +05:30
Anmol Singh Bhatia
bbc465a3b2
[WEB-4761] fix: old url redirection method #7638
2025-08-25 15:28:58 +05:30
Jayash Tripathy
9a77e383cd
[WEB-4751] chore: enhance URL utility functions with IP address validation and cleaned up url extraction ( #7636 )
...
* feat: enhance URL utility functions with IP address validation and cleaned up the extraction utilities
* fix: remove unnecessary type assertion in isLocalhost function
2025-08-25 13:38:09 +05:30
sriram veeraghanta
a2d9e70a83
fix: requirments.txt
2025-08-25 02:40:06 +05:30
Aaryan Khandelwal
c7763dd431
refactor: remove few barrel exports ( #7633 )
...
* refactor: remove few barrel exports
* fix: pnpm lock file update
* fix: build errors
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-08-25 02:13:20 +05:30
Prateek Shourya
599ff2eec4
[WEB-4746] fix: position peek view relative to app layout ( #7635 )
2025-08-25 01:32:15 +05:30
Prateek Shourya
568a1bb228
[WEB-4757] fix: remove project view from workspace level group by options ( #7634 )
2025-08-24 15:16:08 +05:30
Nikhil
935e4b5c33
[WEB-4720] chore: refactor and extend cleanup tasks for logs and versions ( #7604 )
...
* Refactor and extend cleanup tasks for logs and versions
- Consolidate API log deletion into cleanup_task.py - Add tasks to
delete old email logs, page versions, and issue description versions -
Update Celery schedule and imports for new tasks
* chore: update cleanup task with mongo changes
* fix: update log deletion task name for clarity
* fix: enhance MongoDB archival error handling in cleanup task
- Added a parameter to check MongoDB availability in the flush_to_mongo_and_delete function.
- Implemented error logging for MongoDB archival failures.
- Updated calls to flush_to_mongo_and_delete to include the new parameter.
* fix: correct parameter name in cleanup task function call
- Updated the parameter name from 'mode' to 'model' in the process_cleanup_task function to ensure consistency and clarity in the code.
* fix: improve MongoDB connection parameter handling in MongoConnection class
- Replaced direct access to settings with getattr for MONGO_DB_URL and MONGO_DB_DATABASE to enhance robustness.
- Added warning logging for missing MongoDB connection parameters.
2025-08-24 15:13:49 +05:30
Jayash Tripathy
841388e437
[WEB-4751] refactor: added tld validation for urls ( #7622 )
...
* refactor: added tld validation for urls
* refactor: improve TLD validation and update parameter naming in URL utility functions
* refactor: enhance URL component extraction and validation logic
* fix: lint
* chore: remove unused lodash filter import in existing issues list modal
---------
Co-authored-by: Sriram Veeraghanta <veeraghanta.sriram@gmail.com >
2025-08-23 01:07:35 +05:30
Aaryan Khandelwal
9ecea15d74
[WIKI-498] [WIKI-567] feat: ability to rearrange columns and rows in table ( #7624 )
...
* feat: ability to rearrange columns and rows
* chore: update delete icon
* refactor: table utilities and plugins
* chore: handle edge cases
* chore: safe pseudo element inserts
---------
Co-authored-by: Sriram Veeraghanta <veeraghanta.sriram@gmail.com >
2025-08-23 00:54:03 +05:30
Vamsi Krishna
4ad88c969c
[WEB-4747]chore: rendering cycle progress from snapshot ( #7626 )
...
* chore: rendering progress from snaposhot
* chore: removed unncessary memoization
---------
Co-authored-by: Sriram Veeraghanta <veeraghanta.sriram@gmail.com >
2025-08-23 00:46:06 +05:30
Anmol Singh Bhatia
706085395e
[WEB-4748] chore: placement helper fn added and code refactor #7627
...
Co-authored-by: Sriram Veeraghanta <veeraghanta.sriram@gmail.com >
2025-08-23 00:42:44 +05:30
Sriram Veeraghanta
a0f7acae42
chore: format files
2025-08-23 00:33:38 +05:30
Sangeetha
6e5549c439
[WEB-4187] fix: related search issues #7628
2025-08-23 00:28:08 +05:30
Jayash Tripathy
cf8eeee03a
[WEB-4687] feat: propel switch ( #7629 )
...
* feat: added switch
* fix: lint
* fix: lock file
* fix: improve accessibility and refactor switch component styles
* feat: add switch component to propel package
* fix: update imports in command component for consistency
* refactor: styles
2025-08-23 00:27:31 +05:30
sriram veeraghanta
d3b26996dd
fix: replace .npmrc node version with engines in package.json ( #7623 )
2025-08-22 14:13:08 +05:30
Anmol Singh Bhatia
d0f26f8734
[WEB-4726] fix: intake work item redirection ( #7619 )
...
* chore: added is intake for email notifications
* fix: intake work item redirection
* chore: code refactor
* chore: code refactor
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2025-08-22 12:54:46 +05:30
Anmol Singh Bhatia
e86b40ac82
[WEB-4682 | WEB-4685] feat: propel comobobox and command component ( #7615 )
...
* feat: comobobox and command component added to propel package
* fix: format error
* chore: code refactor
* chore: code refactor
* fix: format error
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-08-21 15:32:29 +05:30
Saurabh Kumar
c209a713d8
[SILO-449] fix: add missing methods in external APIs ( #7601 )
...
* add missing fields and methods in endpoints
* add POST method for project members
* make project_id as uuid in url pattern
* remove post method
* fix method reordering
2025-08-21 13:15:15 +05:30
Anmol Singh Bhatia
f10cd92610
[WEB-4724] feat: tooltip component added to propel package ( #7613 )
...
* feat: tooltip component added to propel package
* chore: code refactor
* chore: code refactor
* fix: format error
2025-08-21 13:03:18 +05:30
Anmol Singh Bhatia
03479cf6b3
[WEB-4684] chore: dialog component enhancements ( #7606 )
...
* chore: z-index tokens added
* chore: dialog component code refactor
* chore: dialog component improvements
* fix: lint error
* fix: lint error
* fix: format error
2025-08-20 22:17:26 +05:30
Bavisetti Narayan
b8a88fe89c
[WIKI-599] chore: removed the regex tags calculation in description ( #7608 )
2025-08-20 21:26:21 +05:30
Anmol Singh Bhatia
409ac30c91
[WEB-4683] feat: popover component added to propel package #7607
2025-08-20 20:50:27 +05:30
Bavisetti Narayan
a59ebadd34
[WEB-4712] chore: work item attachment patch endpoint ( #7595 )
2025-08-20 18:56:15 +05:30
Akshita Goyal
174ebfad56
[WEB-4637] fix: scrolling issue fixed #7600
2025-08-20 18:55:22 +05:30
Sangeetha
008e048968
[WEB-4430] fix: incorrect WI count while scrolling ( #7596 )
...
* fix: wrong WI count while scrolling
* chore: optimize issue queryset
* fix: use separate query for total_count_queryset
* fix: guest visibility constraint
* fix: use separate query for total_count_queryset in external api
* fix: use queryset.count()
2025-08-20 18:54:32 +05:30
sriram veeraghanta
7e15fcc080
fix: docker node_modeles symlink path matching with pnpm path ( #7605 )
2025-08-20 16:17:35 +05:30
sriram veeraghanta
6636b8882f
fix: package cleanup ( #7602 )
2025-08-20 02:24:12 +05:30
Bavisetti Narayan
6398fc3cba
[WEB-4716] chore: created new description model ( #7597 )
...
* chore: created new description model
* chore: added project field
* chore: removed the duplicate workspace
* chore: updated the comment
2025-08-20 01:07:23 +05:30
Vamsi Krishna
fc698bd9b4
[WEB-4710]feat: added module filters to local storage ( #7598 )
...
* feat: added module filters to local storage
* chore: removed debounce
2025-08-20 01:04:17 +05:30
Jayash Tripathy
cd61e8dd44
[WEB-4705] chore: url utilities ( #7589 )
...
* feat: add truncated link export and URL utility to respective modules
* refactor: replace Link2 with ExternalLink in TruncatedUrl component
* feat: add TruncatedUrl component and update link exports
* fix: export ParsedURL interface for better accessibility in URL utilities
* refactor: remove TruncatedUrl component and update link exports
* fix: update parseURL function to return undefined for invalid URLs
* refactor: rename ParsedURL interface to IParsedURL for consistency
* refactor: rename IParsedURL to IURLComponents and update parsing functions for improved clarity
* refactor: update URL utility functions and improve documentation for clarity
* refactor: add full URL property to IURLComponents interface and update extractURLComponents function
* refactor: rename createURL function to isUrlValid and update its implementation to validate URL strings
* refactor: rename isUrlValid function to getValidURL and update its implementation to return URL object or undefined
2025-08-19 20:09:03 +05:30
Vamsi Krishna
cbcdd86569
[WEB-4698]fix: work items modal select/deselect button #7599
2025-08-19 20:07:14 +05:30
Aaron
553f01fde1
feat: migrate to pnpm from yarn ( #7593 )
...
* chore(repo): migrate to pnpm
* chore(repo): cleanup pnpm integration with turbo
* chore(repo): run lint
* chore(repo): cleanup tsconfigs
* chore: align TypeScript to 5.8.3 across monorepo; update pnpm override and catalog; pnpm install to update lockfile
* chore(repo): revert logger.ts changes
* fix: type errors
* fix: build errors
* fix: pnpm home setup in dockerfiles
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2025-08-19 20:06:42 +05:30
Aaron Heckmann
d8f58d28ed
fix: CI to include lint and format along with build ( #7482 )
...
* fix(lint): get ci passing again
* chore(ci): run lint before build
* chore(ci): exclude web app from build check for now
The web app takes too long and causes CI to timeout. Once we
improve we will reintroduce.
* fix: formating of files
* fix: adding format to ci
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-08-18 21:27:16 +05:30
Bektaş IŞIK
b194089fec
[WEB-3855] fix: Turkish language support ( #7383 )
...
* Türkçe dil desteği , İgilizce okunuşlardan gerçek karşılığına çevirildi.
* "sidebar.intake"="Talep" olarak değiştirildi.
---------
Co-authored-by: Bektaş IŞIK <bektas.isik@aurorabilisim.com >
2025-08-18 21:17:06 +05:30
sriram veeraghanta
927da438c7
[PRIME-17] fix: enable github api to fetch latest version information ( #7548 )
...
* fix: enable github api to fetch latest version information
* chore: typo fixes
* chore: add timeout to request
2025-08-18 20:12:48 +05:30
sriram veeraghanta
9c21fd320c
feat: adding baseui components to propel package ( #7585 )
...
* feat: adding baseui components
* fix: export from the package.json
2025-08-18 19:35:34 +05:30
Anmol Singh Bhatia
f142266bed
[WEB-4699] chore: loading spinner theme #7587
2025-08-18 18:30:51 +05:30
sriram veeraghanta
4b06bc4d2d
fix: remove page title hook ( #7583 )
...
* fix: page title hook removed
* fix: build errors
2025-08-16 14:10:10 +05:30
Aaryan Khandelwal
d692db47b2
refactor: space app barrel exports ( #7573 )
...
* refactor: space app barrel files
* chore: rename views layout
2025-08-15 13:12:36 +05:30
Aaryan Khandelwal
3391e8580c
refactor: remove barrel exports from web app ( #7577 )
...
* refactor: remove barrel exports from some compoennt modules
* refactor: remove barrel exports from issue components
* refactor: remove barrel exports from page components
* chore: update type improts
* refactor: remove barrel exports from cycle components
* refactor: remove barrel exports from dropdown components
* refactor: remove barrel exports from ce components
* refactor: remove barrel exports from some more components
* refactor: remove barrel exports from profile and sidebar components
* chore: update type imports
* refactor: remove barrel exports from store hooks
* chore: dynamically load sticky editor
* fix: lint
* chore: revert sticky dynamic import
* refactor: remove barrel exports from ce issue components
* refactor: remove barrel exports from ce issue components
* refactor: remove barrel exports from ce issue components
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-08-15 13:10:26 +05:30
Prateek Shourya
9cf564caae
[WEB-4693] fix: remove initial load flicker on auto-archive and auto-close automation page ( #7578 )
...
* [WEB-4693] fix: remove initial load flicker on auto-archive and auto-close automation page
* refactor: optimize auto-archive and auto-close status calculations using useMemo
* chore: add requested changes
2025-08-13 19:17:20 +05:30
Prateek Shourya
34c6047d80
[WEB-4677] improvement: add defaultOpen property to CustomSearchSelect ( #7576 )
...
* [WEB-4677] improvement: add defaultOpen property to CustomSearchSelect
* improvement: add utils to format time duration
* improvement: added initializing state for project store
* improvement: minor changes in automations page
2025-08-12 19:37:53 +05:30
Anmol Singh Bhatia
5629a4d4b6
[WEB-4674] fix: update broken email preference links in notification emails #7574
2025-08-12 15:55:26 +05:30
Nikhil
545507fa97
[WEB-4668] fix: LabelDetailAPIEndpoint from LabelListCreateAPIEndpoint ( #7571 )
2025-08-12 14:43:14 +05:30
Anmol Singh Bhatia
d317755ab9
[WEB-4542] feat: god mode auth revamp and code refactor ( #7563 )
...
* chore: auth color updated and remove unused tokens
* chore: god-mode brand revamp
* fix: space app spinner logo
2025-08-11 18:46:23 +05:30
sriram veeraghanta
047080a66f
[WEB-4661] fix: move helpers file into utils #7568
2025-08-11 18:42:51 +05:30
sriram veeraghanta
a085c0ec62
[WEB-4660] chore: replace jsx element with react node ( #7567 )
...
* chore: replace jsx element with react node
* fix: review comments
* fix: tooltip types update
* fix: propel pacakge fix
2025-08-11 18:42:23 +05:30
Sangeetha
1ef30746a2
[WEB-4657] refactor: optimize project v2 endpoint and issue detail endpoint #7558
2025-08-11 00:56:15 +05:30