Commit Graph

10982 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
Anmol Singh Bhatia
409ac30c91 [WEB-4683] feat: popover component added to propel package #7607 2025-08-20 20:50:27 +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
pushya22
8d93c66b35 Sync: Community Changes #3946 2025-08-20 19:14:21 +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
3814d055aa Sync: Community Changes #3941 2025-08-20 16:22:58 +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
Lakhan Baheti
8f609849fb [WIKI-594] chore: accept additional extension options in the editor (#3931)
* chore: accept additional extension options

* chore: update menu items list

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2025-08-20 15:49:25 +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
d81a63fa01 Sync: Community Changes #3937 2025-08-20 02:27:40 +05:30
sriram veeraghanta
54198dbc0e fix: merge conflicts 2025-08-20 02:26:54 +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
sriram veeraghanta
3d6a914034 Sync: Community Changes #3934 2025-08-19 21:15:31 +05:30
sriramveeraghanta
0e5605b885 fix: build errors 2025-08-19 21:10:21 +05:30
sriramveeraghanta
eb4219ab28 fix: pnpm lock file update 2025-08-19 20:41:11 +05:30
sriramveeraghanta
1c33578441 fix: merge conflicts 2025-08-19 20:31:24 +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
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
83c09c1250 Sync: Community Changes #3927 2025-08-19 00:36:35 +05:30
Sriram Veeraghanta
0b89dd209d fix: lock file 2025-08-19 00:35:30 +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
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