Vamsi Krishna
29f5d06a68
[WEB-4718]fix: teamspace project sidebar hightlight ( #4012 )
...
* fix: teamspace project sidebar hightlight
* fix: updated pathname check handling
* chore: removed unused imports
2025-08-28 20:17:23 +05:30
Anmol Singh Bhatia
8a102d666b
[WEB-4559] fix: workspace menu item active state ( #4026 )
...
* fix: customer href updated
* fix: highlight active workspace menu item correctly
* fix: teamspace items highlight
* chore: code refactor
* chore: code refactor
* chore: code refactor
2025-08-28 19:59:34 +05:30
sriram veeraghanta
7718a966f4
fix: pnpm lock file
2025-08-28 19:10:44 +05:30
Aaryan Khandelwal
83bcd9144a
[WEB-4776] chore: automation activity ( #3975 )
...
* chore: runhistory render logic
* chore: added initiator in automation run
* chore: updated the migration file
* chore: added automation run activity
* chore: updated the automation commit
* chore: run history item updated
* chore: automation activity and change property updates
* chore: added show fails check
* chore: optimised the query params condition
* chore: add the prefetch for activity
* fix: import order
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2025-08-28 19:03:27 +05:30
Prateek Shourya
444a209c28
[WEB-4040] fix: remove Plane One from base plan name ( #4017 )
2025-08-28 19:00:33 +05:30
Anmol Singh Bhatia
90b3418afe
[WEB-4764] fix: prevent work item & epic peekview outside click when pichat sidebar is open #4025
2025-08-28 18:59:32 +05:30
Vamsi Krishna
c53ce51dcd
[WEB-4792] fix: workspace switcher visibility #4027
2025-08-28 18:58:01 +05:30
sriram veeraghanta
1826f05d24
Sync: Community Changes #4034
2025-08-28 18:53:00 +05:30
sriram veeraghanta
fe9aa38453
Merge branch 'preview' into sync/ce-ee
2025-08-28 18:52:31 +05:30
Prateek Shourya
e0912ccefc
[WEB-4040] fix: minor changes in base plan names ( #7656 )
2025-08-28 18:51:10 +05:30
Anmol Singh Bhatia
aef465415b
[WEB-4748] chore: propel utils ( #7662 )
...
* chore: tailwind merge added to propel
* chore: classname utils updated
* chore: utils import alias added
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
2025-08-28 18:39:27 +05:30
Vamsi Krishna
3b3bd3e54e
[WEB-4722] fix: fixed draft state update #7663
2025-08-28 18:38:30 +05:30
Sangeetha
f2fabff10a
[WEB-4521] fix: attachments #7665
2025-08-28 18:36:50 +05:30
Vipin Chaudhary
af943a22bb
[WIKI-611] fix: update conversion logic to check http ( #4030 )
...
* fix: update conversion logic to check http
* chore: rename variable
* chore: upate check
2025-08-28 18:34:46 +05:30
Akshat Jain
c9dbd76e27
[INFRA-232] Add automation consumer and outbox poller services in commercial deployment methods ( #4004 )
...
* Update application version to v1.14.0 and add automation consumer and outbox poller services
- Updated APP_RELEASE_VERSION to v1.14.0 in various deployment files.
- Added new services for automation consumer and outbox poller in Docker and Podman configurations.
- Introduced environment variables for outbox poller and automation consumer in relevant .env files.
- Updated build scripts to reflect the new version requirements.
* Add iframely service to deployment configurations
- Introduced iframely service in Dockerfile, supervisor.conf, and various deployment YAML files.
- Updated environment variables to include IFRAMELY_URL and IFRAMELY_REPLICAS.
- Ensured iframely service dependencies are correctly set in all relevant configurations.
* fix: update iframely image path in Dockerfile
* refactor: rename plane-iframely to iframely across deployment configurations
* chore: remove iframely dependency from deployment configurations
* chore: clean up whitespace in docker-compose.yml
2025-08-28 18:20:31 +05:30
Vipin Chaudhary
13cfdaf6b7
[WIKI-610] fix: jwt based auth for user ( #4028 )
...
* fix: remove api jwt auth
* add jwt auth for internal api
* chore : remove BaseSessionAuthentication for pages
2025-08-28 16:52:39 +05:30
M. Palanikannan
581a2c479c
fix: imports ( #4024 )
2025-08-28 14:48:18 +05:30
pushya22
924115dfda
Sync: Community Changes #4023
2025-08-28 14:32:37 +05:30
sriram veeraghanta
5768958bde
Merge branch 'preview' into sync/ce-ee
2025-08-28 14:03:42 +05:30
Nikhil
ddeabeeeb1
[WEB-4720] fix: mongo connection class to initialize mongo db #7652
2025-08-28 13:57:16 +05:30
Nikhil
a00f2c3592
refactor: remove unused validation functions from project serializer ( #4022 )
2025-08-28 13:44:44 +05:30
Prateek Shourya
ac8bd2ae92
[WEB-4790] fix: moved typescript parser to the base eslint config ( #4021 )
2025-08-28 13:27:01 +05:30
sriram veeraghanta
8f0889993f
Sync: Community Changes #4020
2025-08-27 21:17:26 +05:30
sriram veeraghanta
1d72bf7e2a
fix: merge conflicts
2025-08-27 21:13:16 +05:30
sriram veeraghanta
0e6fbaee3a
[WEB-4790] fix: moved typescript parser to the base eslint config ( #7658 )
...
* fix: moved typescript parser to the base eslint config
* fix: eslint warning
* fix: type config setting
* fix: convert live eslint to cjs
2025-08-27 21:03:20 +05:30
Prateek Shourya
ca59bc23aa
[WEB-4765] improvement: update filter structure and improve type safety for rich filters ( #3942 )
...
* refactor: update filter structure and improve type safety across automation and rich filters
- Changed filter property types to use TFilterProperty and TFilterValue for better type consistency.
- Updated various components and hooks to utilize new type definitions, enhancing type safety.
- Refactored filter configuration and adapter logic to accommodate the new types, ensuring compatibility with existing functionality.
- Improved handling of filter expressions and conditions, streamlining the overall filter management process.
* chore: restructure rich filter utils
* refactor: optimize filter value handling and update automation condition types
- Removed unnecessary condition checks in automation details sidebar trigger.
- Enhanced filter value input to handle empty states more gracefully.
- Updated filter helper methods to return both optimal operator and transformed value.
- Adjusted filter instance logic to accommodate changes in operator and value updates.
- Modified type definitions for automation conditions and filter configurations to support SingleOrArray types.
- Added utility functions for transforming values based on operator requirements.
* fix: handle single-value operators in automation condition filters
2025-08-27 21:01:47 +05:30
Saurabh Kumar
7b533e3bff
[SILO-452] feat: Queue multiple job runs in importers ( #3945 )
...
* modify: queue multiple import jobs and bug fixes
* moved queue job logic inside migrator + code refactoring
* fix: code improvement
2025-08-27 21:00:54 +05:30
Nikhil
00c523e261
[WEB-4763]feat: add additional fields to outbox records deletion process #3990
2025-08-27 21:00:23 +05:30
Vipin Chaudhary
9f0d679b96
[WIKI-558] fix: page card title style ( #4009 )
...
* fix: page selection style
* fix : max with
2025-08-27 20:59:09 +05:30
Prateek Shourya
9090db4e1a
[WEB-4788] improvement: automation detail page UX enhancements ( #4014 )
...
* improvement: ensure `enable` alert is only shown when automation has trigger and action nodes
* fix: remove generic error message in automation create/update modal
* improvement: move edit operation to quick actions
* improvement: update automation sidebar header font weight
* improvement: update automation trigger section icon variant
* improvement: enhance automation sidebar layout and button functionality
* improvement: enhance automation main content section wrapper
* improvement: set default sidebar tab to trigger
* fix: prevent section collapse on automation sidebar header button click
2025-08-27 20:58:32 +05:30
sriram veeraghanta
b6206c75ec
Sync: Community Changes #4019
2025-08-27 20:58:10 +05:30
sriram veeraghanta
f91e715e0d
Merge branch 'preview' into sync/ce-ee
2025-08-27 20:57:33 +05:30
Anmol Singh Bhatia
1f261508fe
[WEB-4779] chore: app sidebar wrapper component for consistency and reusability ( #4010 )
...
* chore: app sidebar enhancements and code refactor
* chore: code refactor
* chore: code refactor
2025-08-27 20:56:32 +05:30
sriram veeraghanta
e30f10564f
Sync: Community Changes #4018
2025-08-27 20:55:11 +05:30
Anmol Singh Bhatia
cfe710d492
[WEB-4779] chore: app sidebar wrapper component for consistency and reusability ( #7655 )
...
* chore: app sidebar ui enhancements and code refactor
* chore: code refactor
* chore: code refactor
2025-08-27 20:46:43 +05:30
sriram veeraghanta
bacbfe0cc1
Merge branch 'preview' into sync/ce-ee
2025-08-27 16:33:28 +05:30
Aaron
4a3c172992
feat(repo): add diff checks in CI flows ( #7657 )
2025-08-27 16:31:23 +05:30
Vipin Chaudhary
5d1ad8a183
[WIKI-550] fix: emoji modal for touch device ( #7651 )
...
* fix: emoji modal for touch device
* refactor: editor from props
* fix : update is touch device plugin
2025-08-27 00:39:47 +05:30
Vipin Chaudhary
f95a07d8c8
[WIKI-436] fix: check for code in alignment #7649
2025-08-27 00:39:26 +05:30
Bavisetti Narayan
0af75897f5
[WEB-4780] chore: changed the html validation ( #7648 )
...
* chore: changed the html validation
* chore: added requirements for nh3
* chore: removed the json validations
2025-08-27 00:38:25 +05:30
pushya22
8ac81651a1
Sync: Community Changes #4011
2025-08-26 18:27:46 +05:30
Vamsi Krishna
f8c998ecfa
[WEB-4781] fix: peek view closing on click #4007
2025-08-26 18:25:14 +05:30
Vamsi Krishna
3602ff6930
[WEB-4781] fix: add peek view get to store #7654
2025-08-26 18:24:08 +05:30
M. Palanikannan
43292d58c5
[WIKI-600] fix: build fix and reusing functions ( #4006 )
...
* fix: page link component type added
* fix: document handlers
* fix: reuse functions
2025-08-26 17:11:17 +05:30
pushya22
f9d8f33a07
Sync: Community Changes #4005
2025-08-26 17:10:50 +05:30
Prateek Shourya
6d1275d58c
[WEB-4761] fix: resolve circular import between IssueService and local db ( #7653 )
...
- Move local db import to dynamic import to break circular dependency
2025-08-26 16:48:32 +05:30
Henit Chobisa
c38e851fc4
[SILO-402] fix: api service to use unfurl as false by default #4003
2025-08-26 16:23:50 +05:30
Vipin Chaudhary
0a2d46882b
[WIKI-606] fix: embed type update ( #3995 )
...
* fix : embed type update
* fix: disable embed for touch device
2025-08-26 15:49:47 +05:30
Bavisetti Narayan
6951885b2f
[WIKI-600] chore: added page duplication logic ( #3977 )
2025-08-26 15:49:20 +05:30
Nikhil
d8056b80ec
[WEB-4778]eat: add workspace feature flag check for automation tasks ( #3997 )
...
* feat: add workspace feature flag check for automation tasks
* fix: update automation task to use workspace ID instead of slug for feature flag check
2025-08-26 15:41:31 +05:30