Commit Graph

10963 Commits

Author SHA1 Message Date
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
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
sriram veeraghanta
67471e9c06 Sync: Community Changes #3917 2025-08-18 19:48:02 +05:30
sriramveeraghanta
8a8e4e3e2b fix: merge conflicts 2025-08-18 19:47:33 +05:30
sriram veeraghanta
9c21fd320c feat: adding baseui components to propel package (#7585)
* feat: adding baseui components

* fix: export from the package.json
2025-08-18 19:35:34 +05:30
Anmol Singh Bhatia
f142266bed [WEB-4699] chore: loading spinner theme #7587 2025-08-18 18:30:51 +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
sriram veeraghanta
7cd43a35d6 Sync: Community Changes #3916 2025-08-15 18:12:55 +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
Surya Prashanth
0d0df90517 [SILO-445] fix: sequentially upload assets in notion import (#3902)
- Limit max attachment size to 50MB
2025-08-14 15:16:03 +05:30
Prateek Shourya
3e633d0d12 [WEB-4679] chore: automation improvements and bug fixes (#3907) 2025-08-14 14:51:31 +05:30
Vamsi Krishna
566aa05113 [WEB-4694]feat: projects CTA in teamspace projects list #3901 2025-08-14 14:32:10 +05:30