Commit Graph

1653 Commits

Author SHA1 Message Date
pushya22
bd529bc7f6 Sync: Community Changes #4035 2025-08-28 20:55:39 +05:30
Aaryan Khandelwal
2089fefbb2 fix: merge conflicts resolved from preview 2025-08-28 20:51:52 +05:30
pushya22
60cb0d6c5d promote: mobile runway to preview #4016 2025-08-28 20:40:02 +05:30
Vipin Chaudhary
7a43137620 [WIKI-556] fix : invert tracking logic #7668 2025-08-28 20:37:20 +05:30
Bavisetti Narayan
e144ce8cf2 [WIKI-556] chore: disable tracking of page hover (#7650)
* chore: disable tracking of page hover

* chore: add track check for page feth

* chore: make track check mandatory

* chore: update track format

---------

Co-authored-by: VipinDevelops <vipinchaudhary1809@gmail.com>
2025-08-28 20:02:44 +05:30
Anmol Singh Bhatia
ba7303b7af [WEB-4559] fix: workspace menu item active state (#7666)
* fix: highlight active workspace menu item correctly

* chore: code refactor
2025-08-28 20:01:28 +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
guru_sainath
5433b7dade [MOB-1067] feat: Implement catch-up functionality for notifications activity feed (#3958)
* dev: catch-up init

* dev: handled catch up FF, push notification and updated query response

* dev: removed feature flag validation for catch_up

* dev: remove the catch_up FF

* dev: handled the actor details in issue, epic and intake activity and comment queries

* dev: handled the catchup mutations and updated intake id in workitem details

* dev: handled the actor details

* dev: sorted catchups

* dev: handled the push notification catch-up

* dev: converted the count in catch up

* dev: updated the push notification comment validation

* dev: moved the first and last in to sub queries

* dev: removing deleted work items

* dev: optimized the catchup query

* dev: handled the UUID conversion
2025-08-28 19:10:37 +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
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
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
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
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
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
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
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
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
guru_sainath
2577c4bd80 [MOB-1119] dev: Integrate actor details in issue, epic, and intake activity and comments (#3965)
* dev: handled the actor details in issue, epic and intake activity and comment queries

* dev: handled the actor details

* dev: hanlded the default values for actor details

* dev: updated actor details in activity
2025-08-26 21:46:26 +05:30
guru_sainath
a4e86a929e dev: updated feature flags (#4002) 2025-08-26 19:12:39 +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
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
Bavisetti Narayan
e2a8792630 [WEB-4784] chore: added check before creating issue comment activity #3999 2025-08-26 15:40:54 +05:30
sriramveeraghanta
1cbb2cb61e fix: merge conflicts 2025-08-26 14:23:02 +05:30
Surya Prashanth
ba72c6b6cc [SILO-402] fix: types for mutation context block (#4000)
- add pnpm-lock file node sdk
2025-08-26 14:00:02 +05:30
Aaryan Khandelwal
fdfa9a8c99 fix: merge conflicts resolved from preview 2025-08-26 13:16:22 +05:30
Akshita Goyal
91eee8f053 [PAI-712] feat: pi converse (#3939)
* feat: speech to txt wip

* fix: editor

* fix: ui changes

* fix: speech input minor fixes

* fix: prevented rerenders in input box + initialized before transcribing for new chat + improved waveform

* fix: css

* fix: added workspace_id to initialize chat

* fix: added feature flag for pi speech input

* fix: feature flag

* fix: refactor
2025-08-26 02:25:23 +05:30
Saurabh Kumar
94fd553821 [SILO-402] Slack Integration v1 (#3952)
* [SILO-404] [SILO-425] [SILO-427] Get fields to display API for work item create form + project config + options method (#3781)

* plane client v2 using node sdk + form fields API

* add form utils methods for project config and options

* update plane-node-sdk and bug fixes

* [SILO-427]  Add support for custom field options in options api (#3849)

* add support for custom field options in options api

* make flexible params for custom fields

* remove unused types

* removed issue type in get intake

* remove options in custom fields fetch + add typeId in custom fieldId

* remove options in labels and states fields

* add caching and search text support in options api

* add tests for fields options method

* [SILO-424] [SILO-415] feat: slack linkbacks revamp and modal changes to include intake in work item (#3841)

* fix: added new issue linkback

* fix: member endpoint to not return bot users

* feat: added helpers for supporting functions

* fix: added old value field for activity to show in the linkback

* feat: create new activity and comment linkback

* feat: refactored existing views according to new designs

* feat: refactored workers to comply with new views

* fix: added helper function for inverting map

* fix: self review suggestions

* fix: resolved review comments

* [SILO-424] fix: revamped slack modals to include custom fields for work item creation (#3912)

* fix: modified options api to use the latest fields api

* fix: added field parser in order to parse slack form field values

* fix: added helpers for slack

* fix: added work item and modal props

* fix: added activity update block

* fix: made intake linkback less complex

* fix: issue modal now supports custom field values

* fix: added new block actions according to new modal action changes

* fix: added create mode for message actions

* fix: switched comment sync payload to helper functions

* fix: reduced form fields for intake issue

* chore: addressed review comments

* fix: testing fixes for slack integration

* fix: command linkback not working

* fix: removed sync button for update modal

* fix: added type expand support for work items

* fix: modified sdk for adding type as an expanded field

* fix: added check for type for unfurls

* fix: self review 2

* fix: updated UX copy changes proposed

* fix: resolved comments from review

* [SILO-410] Pages link unfurl in Slack (#3894)

* added page support in slack link unfurl

* add support for page link unfurl in slack

* move urls to constants + improvements

* allow not required fields to be null

* fix: block actions and project updates linkback

* fix: type id parsing for form fields

* fix: options api and module and cycle issues

* fix: view submission and issue modal fixes

* fix: removed unfurl media links

* fix: added userid for the options api for slack

* fix: slack comments got from testing

* fix: removed yarn lock and slack block files

---------

Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2025-08-26 02:24:28 +05:30
Prateek Shourya
6635cbf563 [WEB-4774] fix: get teamspace project work item filters from local storage (#3996) 2025-08-26 02:24:10 +05:30