Commit Graph

1559 Commits

Author SHA1 Message Date
pushya22
be58e8aec8 Sync: Community Changes #3948 2025-08-20 21:28:23 +05:30
Bavisetti Narayan
b8a88fe89c [WIKI-599] chore: removed the regex tags calculation in description (#7608) 2025-08-20 21:26:21 +05:30
Vamsi Krishna
244a6257da [WEB-4059] fix: project cover image mismatch #3940 2025-08-20 20:23:34 +05:30
Prateek Shourya
318484219e [WEB-3718] chore: remove url custom property validation #3944 2025-08-20 19:26:33 +05:30
Sangeetha
a6dbd7f422 [WEB-4083] chore: edit active cycle (#3859) 2025-08-20 19:23:35 +05:30
sangeethailango
7d31958d35 fix: merge conflicts 2025-08-20 19:13:20 +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
Vamsi Krishna
b3561bc649 [WEB-4715] fix: tour modal in mobile view #3932 2025-08-20 17:39:55 +05:30
M. Palanikannan
243dcd013f [WIKI-445] feat: nested project pages (#3446) 2025-08-20 17:39:06 +05:30
sriramveeraghanta
1e2767664e fix: docker node modules path for sym_link 2025-08-20 16:32:05 +05:30
Nikhil
6b47da4847 [WEB-4709] fix: consumer database connection issue and correct outbox cleaner mongo record saving (#3929)
* refactor: streamline database connection handling in AutomationConsumer and enhance outbox record formatting

* chore: update outbox cleaner schedule and cutoff days configuration

* feat: enhance database connection handling in AutomationConsumer

Added a method to ensure the database connection is alive and integrated it into message processing to improve reliability. This change replaces direct calls to close old connections with a more robust connection check.

* fix: handle permanent database connection loss in AutomationConsumer

Added a warning log and system exit for cases where the database connection is lost permanently, improving the robustness of the consumer's error handling.

* fix: improve error handling for database connection loss in AutomationConsumer

Added a warning log and system exit for permanent database connection loss, enhancing the consumer's resilience against connection issues.

* Refactor API logs task and outbox cleaner logic

- Use MongoConnection in API logs task - Add ENABLE_OUTBOX_POLLER
setting - Update outbox cleaner to respect poller setting - Add
cleanup_junk_data.py placeholder
2025-08-20 16:27:17 +05:30
sriram veeraghanta
e1bd04df0b Merge branch 'preview' into sync/ce-ee 2025-08-20 16:22:04 +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
ed46ade61b fix: increse heap memory for the docker build 2025-08-20 03:09:24 +05:30
sriram veeraghanta
d1d1869cea fix: remove frozen lock for silo docker build 2025-08-20 02:46:15 +05:30
sriram veeraghanta
880bfef666 fix: lock file updates 2025-08-20 02:37:51 +05:30
sriram veeraghanta
6636b8882f fix: package cleanup (#7602) 2025-08-20 02:24:12 +05:30
Akshita Goyal
7115a7b8cf [WEB-4405] chore: workspace project states events (#3618)
* chore: templates + project states events

* fix: reverted line change

* fix: refactor
2025-08-20 01:11:28 +05:30
sriram veeraghanta
9987037529 Sync: Community Changes #3935 2025-08-20 01:10:19 +05:30
Surya Prashanth
7af61b01d1 [SILO-276] ops: extend start command to start each service separately (#3880)
* [SILO-276] ops: extend start command to start each service separately

- to scale server and workers scale independently, support taking
extra arguments to start command
- if no args are specified, start all services for backward compatibility

* early return if there are no args provided
2025-08-20 01:09:40 +05:30
Bavisetti Narayan
9d87890b22 [WEB-4664] chore: recurring work item scheduled to run at 00:00. (#3909)
* chore: changed timestamp to 00:00]

* chore: updated the comment

* chore: added the project timezone conversion
2025-08-20 01:08:45 +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
Jayash Tripathy
1730908883 [WEB-3718] feat: add URL input component and integrate into property value select (#3915)
* feat: add URL input component and integrate into property value select

* feat: enhance URL input component with editing functionality and improved URL parsing

* fix: remove readOnlyData prop from PropertyValueSelect component

* refactor: cleanup

* refactor: update import statement for consistency in URL input component

* feat: implement TruncatedUrl component for improved URL display in URL input

* feat: add truncated link export and URL utility to respective modules

* refactor: replace Link2 with ExternalLink in TruncatedUrl component

* refactor: replace Link2 with ExternalLink in TruncatedUrl component

* refactor: update TruncatedUrl component to use full domain for display and added some docs

* 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

* refactor: export ParsedURL interface for improved accessibility in URL utilities

* 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

* chore: remove TruncatedUrl component and update exports in utils

* 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
2025-08-20 01:05:32 +05:30
Vamsi Krishna
027002fb35 [WEB-4707]fix: typo in onboarding tour modal #3926 2025-08-20 01:04:55 +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
sriramveeraghanta
b33a0e9f3b fix: silo docker file to use pnpm 2025-08-19 21:27:10 +05:30
sriramveeraghanta
0e5605b885 fix: build errors 2025-08-19 21:10:21 +05:30
sriramveeraghanta
1c33578441 fix: merge conflicts 2025-08-19 20:31:24 +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
Jayash Tripathy
d8f246168e [WEB-4704] refactor: made TFilterValue typed (#3899)
* refactor: made TFilterValue typed and add config for boolean

* chore: remove boolean filter value input

* improvements: define value type for filter configs

* chore: add default value type for filter configs

* chore: minor type updates for filter configs

---------

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
2025-08-19 18:53:36 +05:30
guru_sainath
ec2d29a56e [MOB-1107] dev: Update math equation feature flag #3922 2025-08-19 01:28:28 +05:30
guru_sainath
d28d157088 [MOB-1071] feat: Update push notification functionality and add notification count badge (#3923)
* dev: updated push notification workflow

* dev: Notification count query

* dev: updating the device info mutation

* dev: handled unread and read notifications in notifications count and user level unread notification count in push notification

* dev: updated relations and comment in push notifications

* dev: cleaned up prints

* dev: updated notification count
2025-08-19 01:28:02 +05:30
Sriram Veeraghanta
eebd2b9404 fix: merge conflicts 2025-08-19 00:35:12 +05:30
Sriram Veeraghanta
01af37d2b6 chore: remove mobx-react-lite imports 2025-08-19 00:31:11 +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
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
sriramveeraghanta
8a8e4e3e2b fix: merge conflicts 2025-08-18 19:47:33 +05:30
Prateek Shourya
b85609fb18 [WEB-4680] Improvement: automations UX improvements for creating nodes. (#3914)
* improvement: remove duplicate automation details fetching logic from layout

* improvement: update the trigger and condition node creation and update logic

* chore: update trigger select component

* improvement: enhance action create / update flow

* improvement: allow specifying position for adding automation IDs in project automation store

* chore: comment out scope loader component in automation details

* feat: add empty state for custom automations
2025-08-18 18:27:58 +05:30
Aaryan Khandelwal
851729b1ef [WEB-4680] chore: automation change property action (#3911)
* chore: automation change property action

* chore: minor typo fix

---------

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
2025-08-18 18:27:46 +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
b4f0179712 fix: build errors 2025-08-15 14:17:46 +05:30
Aaryan Khandelwal
68b3c4b64d fix: merge conflicts resolved from preview 2025-08-15 14:12:40 +05:30
sriram veeraghanta
b1f8b1972c refactor: web app to remove barrel imports (#3910)
* 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

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* chore: update hook imports

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* refactor: remove barrel exports from ce issue components

* refactor: remove barrel exports from ce issue components

* refactor: remove barrel exports from ce issue components

* fix: build errors

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2025-08-15 13:19:42 +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
Surya Prashanth
b0b2dec18a [SILO-445] fix: bind assets object to function (#3913)
- in protect, bind assets instance to the calling
function
2025-08-14 19:12:22 +05:30
Vamsi Krishna
e3067091cd [WEB-4697]fix: link behaviour in teamspace projects list (#3908)
* fix: link behaviour in teamspace projects list

* fix: project breadcrumb list
2025-08-14 16:02:28 +05:30