Commit Graph

570 Commits

Author SHA1 Message Date
Aaryan Khandelwal
6cd6269a1d fix: comments mention 2025-09-30 13:35:25 +05:30
Vihar Kurama
2326680f7b [WEB-5047] fix: display customer websites without protocol (#4161)
* feat: simplify customer website links

* refactor: move url display util to shared package

---------

Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
2025-09-29 19:15:25 +05:30
Jayash Tripathy
9ccde9fa9c [WEB-5039]fix: add key prop to WidgetConfigSidebarFilters to reset on widget change #4321
- Prevents stale FilterInstance when switching between widgets
- Ensures fresh filter state for each widget
2025-09-29 19:02:42 +05:30
M. Palanikannan
d63015f53d [WIKI-697] fix: padding for comments menu with stickies #4309 2025-09-29 16:04:35 +05:30
Vipin Chaudhary
9b641e6407 [SILO-536] [WIKI-621] feat: drawio integration (#4317) 2025-09-29 15:49:29 +05:30
Saurabh Kumar
cb4fe7428d [SILO-562] Fix Gitlab Enterprise Disconnect Issue (#4301)
* fix gitlab ent disconnect

* fix target host issue

* fix formatting

* fix project missing in edit modal project conn
2025-09-29 15:25:19 +05:30
Jayash Tripathy
a45a3c1e57 [WEB-5025][WEB-5024] refactor: added state and state group in dashboard widget filters and fixed filtration of initiatives (#4316) 2025-09-29 15:02:09 +05:30
Surya Prashanth
012d6dfd2d [SILO-454] refactor: add common code for decorators, logger packages (#3950)
* [SILO-454] refactor: add common code for decorators, logger packages

- refactor Controller related decorators and use those in silo
- add silo's logger config in packages and use it for live
- remove redundant code across silo, live

* remove usages of local logger module

* add test in prebuild phase for silo

* use logger from packages and linter changes

* chore: remove E_INTEGRATION_KEYS enum from etl/core

* chore: use E_INTEGRATION_KEYS from types

* remove unused file-tree.ts file
2025-09-29 14:59:18 +05:30
Surya Prashanth
db3450563e [SILO-556] fix: add confluence to disabled importers list (#4315) 2025-09-26 19:09:54 +05:30
sriram veeraghanta
e0c4e8e791 [WEB-5027] fix: replace lodash package with lodash-es (#4305)
* fix: replace lodash pacakge with lodash-es

* fix: lint errors

* fix: replace lodash with lodash-es

* fix: lodash imports

* fix: import fixes

* fix: import fixes

* fix: lint errors

* fix: file formatting
2025-09-26 18:00:42 +05:30
Surya Prashanth
da4fed576c [SILO-556] fix: only rely on feature flags for enabling importers (#4310)
* [SILO-556] fix: only rely on feature flags for enabling importers

- remove special handling for clickup, notion which was added as a stop-gap
solution for release

* formatting changes
2025-09-26 17:48:17 +05:30
sriramveeraghanta
c327295740 fix: warning message in Plane AI 2025-09-26 16:56:19 +05:30
sriramveeraghanta
03b827b6e2 fix: Pi Chat to Plane AI 2025-09-26 16:54:48 +05:30
sriramveeraghanta
033be85f8a fix: change pi to ai in rail 2025-09-26 16:39:41 +05:30
pushya22
4abe5a7be2 Sync: Community Changes #4307 2025-09-26 14:26:01 +05:30
Anmol Singh Bhatia
c05a5eb5ee [WEB-4981] fix: analytics portal modal #7858 2025-09-26 14:23:04 +05:30
pushya22
8338931d92 Sync: Community Changes #4303 2025-09-25 20:32:01 +05:30
Dheeraj Kumar Ketireddy
a95dc1bdf3 [WEB-4975] feat: Rich filters for Initiatives (#4262) 2025-09-25 20:30:52 +05:30
Anmol Singh Bhatia
b946b3a315 [WEB-4981] fix: analytics modal portal (#7852) 2025-09-25 20:26:44 +05:30
Bavisetti Narayan
dc44268ac4 [WIKI-635] feat: page comments in teamspace (#4122) 2025-09-25 20:25:44 +05:30
Vamsi Krishna
2fabde97f2 [WEB-4982]fix: exclude archived projects/epics across list, detail, and analytics in Initiatives (#4291)
* fix: filter archived projects from initiatives

* chore: added counts to scope data cards
2025-09-25 20:24:04 +05:30
Anmol Singh Bhatia
290bf0db4e [WEB-4128] chore: epic description activity updated #4297 2025-09-25 20:23:43 +05:30
Anmol Singh Bhatia
c4a0fcf113 [WEB-5002] chore: teamspaces breadcrumbs improvements #4300 2025-09-25 20:23:17 +05:30
Vamsi Krishna
50e692fb19 [WEB-5001]fix: sub work item permissions (#4298)
* fix: sub work item permissions

* fix: edit permissions for sub work items list

* fix: udpated disabled prop names
2025-09-25 17:52:25 +05:30
Vamsi Krishna
19e00b0d4b [WEB-5001]fix: prop name for sub work permissions #7854 2025-09-25 17:51:13 +05:30
Vamsi Krishna
c951260fcf [WEB-5001]fix: work items loading in epics #4296 2025-09-25 16:19:24 +05:30
Akshita Goyal
a8686148b3 [PAI-780] fix: handled UI crash of PI on redirection #4293 2025-09-25 15:57:30 +05:30
Jayash Tripathy
5854553d3a [WEB-5008] feat: implement URL property activity message for work items #4292 2025-09-25 15:28:18 +05:30
Henit Chobisa
7ebb8c7bf2 [SILO-532] feat: added support for importing teamspace and project pages in notion and confluence importer (#4253) 2025-09-25 13:22:17 +05:30
Saurabh Kumar
fd104a46aa [SILO-550] Github v1 UX improvements (#4259) 2025-09-25 13:21:43 +05:30
Saurabh Kumar
72944dd187 [SILO-511] Gitlab Enterprise Integration (#4264)
* strategy + controller + service and type changes

* enterprise support to store

* UI and store changes

* worker changes and entity type change

* fixes gitlab enterprise flow

* add translations

* remove logs

* fix formatting and feature flag

* fix type build issue

* fix formatting

* fix cursor reviews

* fix feature flag visibility + name for pull request id + cleaned supported integrations method
2025-09-25 13:21:16 +05:30
Anmol Singh Bhatia
395d5d68cc [WEB-4025] fix: external user comment and reaction (#4065) 2025-09-24 18:41:54 +05:30
Vamsi Krishna
1eb1eae582 [WEB-4992]chore: updated feature flags (#4278) 2025-09-24 18:40:45 +05:30
pushya22
b8da70922b Sync: Community Changes #4288 2025-09-24 18:39:04 +05:30
M. Palanikannan
7ac0716d02 [WIKI-292] fix: page comment preview bugs (#4280) 2025-09-24 18:08:12 +05:30
Aaryan Khandelwal
68c6fb7f14 fix: build errors 2025-09-24 18:06:58 +05:30
pushya22
3deda4b404 Sync: Community Changes #4287 2025-09-24 18:06:01 +05:30
Aaryan Khandelwal
20634dd79a fix: epic peek overview 2025-09-24 18:01:32 +05:30
Aaryan Khandelwal
8a775b4048 fix: merge conflicts resolved from preview 2025-09-24 17:59:55 +05:30
Vamsi Krishna
a537440c4f [WEB-4998]fix: progress indicator in Initiatives overview (#4285)
* fix: progress indicator in overview

* fix: lint
2025-09-24 17:58:59 +05:30
Vamsi Krishna
586a7a48ba [WEB-4896]feat: filters to project and workspace members list (#7786) 2025-09-24 17:45:43 +05:30
Aaryan Khandelwal
dce8b75a1e [WIKI-638] fix: peek overview closing while dropdowns are open (#7841) 2025-09-24 17:43:02 +05:30
M. Palanikannan
f812ee2f46 [WIKI-691] fix: private pages list bug (#4283) 2025-09-23 20:48:44 +05:30
Akshita Goyal
d9a6a6e41f [PAI-776] Fix: pi artifacts api call (#4274)
* fix: artifacts api trailing slash added

* fix: spacing

* fix: colors + add/remove actions
2025-09-23 18:38:57 +05:30
pushya22
5e9cf6473b Sync: Community Changes #4269 2025-09-22 19:33:54 +05:30
Prateek Shourya
47f68e3d3d [WEB-4979] fix: filters row missing for preset workspace views (#7836) 2025-09-22 19:29:41 +05:30
VipinDevelops
2b89a935fc fix:format 2025-09-22 18:38:09 +05:30
VipinDevelops
3ec184e883 fix: block menu ref 2025-09-22 18:24:29 +05:30
VipinDevelops
4f39fb3ae8 Merge branch 'preview' into sync/ce-ee 2025-09-22 18:21:38 +05:30
M. Palanikannan
36d328445c [WIKI-650] fix: pane extensions close method moved into hook (#7823)
* fix: pane extensions close method moved into hook

* fix: editor build breaks web everytime in dev mode

* fix: variant of lite text toolbar
2025-09-22 18:04:16 +05:30