* improvement: update all templates endpoint
* chore: feature flags and minor improvements
* chore: common constants across templates
* improvement: work item template util types
* chore: minor improvements and base template store fixes
* improvement: common template related components
* chore: work item template util improvements
* improvement: remove empty templates list sections
* improvement: enhance project level template list modularity
* improvement: template list loader
* improvement: work item template form background color
* chore: added created by in the dashboard filter
* [WEB-3736] chore: added Created By property in widget configuration x-axis
* [WEB-3758] chore: improved visibility of values in group_by and x-axis field in dashboard configuration
* chore: fixed eslint issues and added conditional check while calling setValue
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Jayash Tripathy <jayashtripathy@Jayashs-MacBook-Pro.local>
* fix: Search and filter for work items
* fix: Search and filter for work items
* feat: endpoint to list related customers of work items
* feat: endpoint to fetch customer requests of a work item
* feat: search for customer requests of work items
* chore: return customer and customer request count
* feat: add customer and customer request count in user properties
* feat: add order by filters
* fix:remove unwanted code
* * feat: added customer counts to list, kanban card and spreadheet
* feat: added customers list to work item properties
* chore: removed package config
* fix: check featureflag
* fix: PR comments
* fix: customer_request_count is not returned
* fix: customer_count and customer_request_count not returning on refresh
chore: change key names
* fix: issues not returning for work item types enabled projects
* fix: issues not returning for work item types enabled projects
* draft: customer request in work item detail
* fix: customer request id key
* chore: added request collapsible to issue detail
* fix: dynamically add customer_request_count field in the serializer
* fix: dynamically add customer_request_count field in the serializer
* chore: set read_only to true
* fix: type error on saving description_html
* fix: return customer_request_count in issue retrieve method
* fix: duplicate entries of customer requests
* fix: remove deleted customer requests
* * chore: updated feature flag check
* feat: added translations for dropdowns
* fix: mutation fix for issue detail
* chore: updated filters helper function
* feat: added enabled/disabled check for customer issue detail
* fix: filter archived work items
* chore: allow work items to be added for multiple customer requests
* fix: filtering logic
* refactor: change issues to work items in the url
* feat: added customer sidebar dropdown
* feat: adde customer dropdown for issue_detail sidebar
* feat: added unauthorized for customers members
* chore: update issue_ids to work_item_ids across payloads/responses
* fix: work_item_ids not returning
* chore: return created_at
* feat: added modal form to customer request create/update
* fix: return distinct customers
* *chore: updated translations
* chore: updated store mutations
* chore: removed redundant code
---------
Co-authored-by: Vamsi krishna <matalav55@gmail.com>
* chore: new widget type dropdown
* chore: plan validations
* chore: changed text to number in dashboard
* fix: build errors
* chore: remove cycles icon from feature flag card
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
* improvement: work item templates empty state
* improvement: template types
* improvement: template store service
* improvement: populate default work item type and state on project level template
* improvement: template store and permissions for better performance
* improvement: translations for templates
* chore: remove TODO
* fix: add workspace filter for templates
* improvement: remove create button for non-admins
* fix: project level template endpoints
* fix: project swtiching in work item template form
* chore: disable image extension for work item templates
* fix: disable workflow check from state dropdown for work item templates
* improvement: add workflows validation while populating work item template data
* improvement: template api url utils for path segments
* improvement: project level retrieve endpoint for work item templates
* improvement: update UX copy for state dropdown when work item creation is disabled
* chore: update workflow tree logic
* improvement: merge common workflow transitions
* fix: create / update work item error message
* improvement: add approver
* improvement: disabled workflow tree
* improvement: enable workflow tree
* improvement: workflow for small devices
* improvement: translations
* fix: version removed from cycle creation from FE
* chore: set the default version of cycles
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
* chore: ln support modules constants
* fix: translation key
* chore: empty state refactor (#6404)
* chore: asset path helper hook added
* chore: detailed and simple empty state component added
* chore: section empty state component added
* chore: language translation for all empty states
* chore: new empty state implementation
* improvement: add more translations
* improvement: user permissions and workspace draft empty state
* chore: update translation structure
* chore: inbox empty states
* chore: disabled project features empty state
* chore: active cycle progress empty state
* chore: notification empty state
* chore: connections translation
* chore: issue comment, relation, bulk delete, and command k empty state translation
* chore: project pages empty state and translations
* chore: project module and view related empty state
* chore: remove project draft related empty state
* chore: project cycle, views and archived issues empty state
* chore: project cycles related empty state
* chore: project settings empty state
* chore: profile issue and acitivity empty state
* chore: workspace settings realted constants
* chore: stickies and home widgets empty state
* chore: remove all reference to deprecated empty state component and constnats
* chore: add support to ignore theme in resolved asset path hook
* chore: minor updates
* fix: build errors
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
* feat: extended language translations support
* fix: language support fo profile (#6461)
* fix: ln support fo profile
* fix: merge changes
* fix: merge changes
* [WEB-3137] refactor: empty states and add language support (#2235)
* chore: asset path helper hook added
* chore: detailed and simple empty state component added
* chore: section empty state component added
* chore: language translation for all empty states
* chore: new empty state implementation
* improvement: add more translations
* improvement: user permissions and workspace draft empty state
* chore: update translation structure
* chore: inbox empty states
* chore: disabled project features empty state
* chore: active cycle progress empty state
* chore: notification empty state
* chore: connections translation
* chore: issue comment, relation, bulk delete, and command k empty state translation
* chore: project pages empty state and translations
* chore: project module and view related empty state
* chore: remove project draft related empty state
* chore: project cycle, views and archived issues empty state
* chore: project cycles related empty state
* chore: project settings empty state
* chore: profile issue and acitivity empty state
* chore: workspace settings realted constants
* chore: stickies and home widgets empty state
* chore: remove all reference to deprecated empty state component and constnats
* chore: team related empty states refactor and translation
* chore: initiatives related empty states refactor and translation
* chore: workspace pages related empty states refactor and translation
* chore: epics related empty states refactor and translation
* chore: workspace and project cycles related empty states refactor and translation
* chore: command modal related empty states refactor and translation
* chore: projects related empty states refactor and translation
* chore: seperate out enterprise translations
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
* [WEB-3165]feat: language support for issues (#6452)
* * chore: moved issue constants to packages
* chore: restructured issue constants
* improvement: added translations to issue constants
* chore: updated translation structure
* * chore: updated chinese, spanish and french translation
* chore: updated translation for issues mobile header
* chore: updated spanish translation
* chore: removed translation for issue priorities
* fix: build errors
* chore: minor updates
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* chore: migrated filters.ts to packages (#6459)
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* chore: workspace drafts constant moved to plane constant package
* feat: home language support without stickies (#6443)
* feat: home language support without stickies
* fix: home sidebar
* fix: added missing keys
* fix: show all btn
* fix: recents empty state
* chore: translation update
* feat: workspace constant language support and refactor (#6462)
* chore: workspace constant language support and refactor
* chore: workspace constant language support and refactor
* chore: code refactor
* chore: code refactor
* merge conflict
* chore: code refactor
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* chore: tab indices constant moved to plane package (#6464)
* chore: notification language support and refactor
* [WEB-3165]feat:language support for issues. (#2282)
* * chore: moved issue constants to packages
* chore: restructured issue constants
* improvement: added translations to issue constants
* chore: updated translation structure
* * chore: updated chinese, spanish and french translation
* chore: updated translation for issues mobile header
* * chore: updated imports for constants
* improvemnt: added new translations
* chore: updated spanish translation
* chore: removed translation for issue priorities
* chore: minor updates
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* chore: filters migration to packages (#2298)
* chore: migrated filter.ts to packages
* core: updated filter.ts imports to packages
* chore: added missing translation keys
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* chore: ln support for inbox constants (#6432)
* chore: ln support for inbox constants
* fix: snooze duration
* fix: enum
* fix: translation keys
* fix: inbox status icon
* fix: status icon
* fix: naming
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* fix: ln support for views constants (#6431)
* fix: ln support for views constants
* fix: added translation
* fix: translation keys
* fix: access
* chore: code refactor
* feat: workspace constant language support and code refactor (#2305)
* chore: code refactor
* fix: workspace settings order
* chore: code refactor
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* chore: ln support workspace projects constants (#6429)
* chore: ln support workspace projects constants
* fix: translation key
* fix: removed state translation
* fix: removed state translation
* fi: added translations
* Chore: theme language support and refactor (#6465)
* chore: themes language support and refactor
* chore: theme language support and refactor
* fix
* [WEB-3173] chore: language support for cycles constant file (#6415)
* chore: ln support for cycles constant file
* fix: added chinese
* fix: lint
* fix: translation key
* fix: build errors
* fix: build errors
* minor updates
* chore: english extended translations
* chore: minor translation update
* chore: minor translation update
* chore: minor translation update
* refactor: move labels contants to packages
* refactor: move swr, file and error related constants to packages
* chore: timezones constant moved to plane package
* chore: metadata constant code refactor
* chore: code refactor
* fix: dashboard constants moved
* chore: code refactor (#6478)
* refactor: spreadsheet constants
* chore: drafts language support (#6485)
* chore: workspace drafts language support
* chore: code refactor
* feat: ln support for notifications (#6486)
* feat: ln support for notifications
* fix: translations
* * refactor: moved page constants to packages (#6480)
* fix: removed use-client
* chore: removed unnecessary commnets
* chore: workspace draft language support (#6490)
* chore: workspace drafts language support
* chore: code refactor
* chore: draft language support
* Feat constant event tracker (#6479)
* fix: event tracjer constants
* fix: constants event tracker
* feat: language translation - projects list (#6493)
* feat: added translation to projects list page
* chore: restructured translation file
* chore: module language support (#6499)
* chore: module language support added
* chore: code refactor
* chore: workspace views language support (#6492)
* chore: workspace views language support
* chore: code refactor
* feat: custom analytics language support (#6494)
* feat: custom analytics language support
* fix: key
* fix: refactoring
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* fix: build errors
* chore: minor improvements
* feat: language support for intake (#6498)
* feat: language support for intake
* fix: key name
* refactor: authentications related translations
* feat: language support issues (#6501)
* enhancement: added translations for issue list view
* chore: added translations for issue detail widgets
* chore: added missing translations
* chore: modified issue to work items
* chore: updated translations
* Feat: workspace settings language support (#6508)
* feat: language support for workspace settings
* fix: lint
* fix: export title
* chore project settings language support (#6502)
* chore: project settings language support
* chore: code refactor
* refactor: workspace creation related translations
* chore: renamed issues to work items
* fix: build errors
* fix: lint
* chore: modified translations
* chore: remove duplicate
* improvement: french translation
* chore: chinese translation improvement
* fix: japanese translations
* chore: added spanish translation
* add missing translations
* minor improvements
* add missing translations and build fixes
* fix: miscelleous language translations
* refactor: move all issue types related types, constants and helpers to packages (#2345)
* refactor: move all issue types related types, constants and helpers to packages
* remove unused imports
* fix: clear_all key
* chore: initiatives language support (#2341)
* chore: initiatives settings language support
* chore: initiatives list page language support
* chore: initiatives detail translation support
* fix: moved user permission constants (#6516)
* feat: language support for issues (#6513)
* chore: added language support to issue detail widgets
* improvement: added translation for issue detail
* enhancement: added language trasnlation to issue layouts
* chore: translation improvement (#6518)
* feat: language support description (#6519)
* enhancement: added language support for description
* fix: updated keys
* chore: initiatives toasts language support (#2347)
* chore: initiatives settings language support
* chore: initiatives list page language support
* chore: initiatives detail translation support
* chore: initiatives translation support
* chore: code refactor
* refactor: change issue type to work item type and add translations (#2351)
* refactor: replace all occurances of issues and work items
* refactor: replace all occurances of issues and work items (#2354)
* chore: renamed issue to work item (#6522)
* chore: replace missing issue occurances to work items
* fix: build errors
* chore: minor translations update
* fix: build errors
* minor improvements
* fix: build errors
* chore: update teamspace empty states
* chore: work items
* fix: profile links
* Feat ln cycles (#6528)
* feat: added language support for cycles
* feat: added language support for cycles
* chore: added core.json
* fix: translation keys
* fix: translation keys (#6530)
* fix: changed sidebar keys
* fix: removed extras
* fix: updated keys
* chore: optimize translation imports
* fix: langugae support (#2358)
* fix: added missing keys
* fix: workspace settings
* chore: translation import optimization (#2360)
* chore: optimize translation imports
* fix: extended core
* fix: removed pro_trial
* fix: key fix
---------
Co-authored-by: gakshita <akshitagoyal1516@gmail.com>
* fix: updated keys (#6534)
* fix: updated keys
* fix-sub work items toasts
* fix: minor translations related bugs
* fix: build errors
* chore: add missing translation and minor fixes
* chore: code refactor
* chore: code refactor
* fix: language support keys (#6553)
* minor improvements
* minor fixes
* fix: remove lucide import from constants package
* fix: remove lucide import from constants package
* chore: regenerate all enterprise level translations
* chore: remove all from translations
* chore: regenerate all translations
* chore: addded chinese and japanese translation files
* chore: remove all from translations
* chore: dashboard translation
* fix: added member
* fix: language support keys (#6558)
* fix: renamed keys
* fix: space app
* chore: renamed issues to work items
* chore: update site manifest
* chore: updated translations
* fix: lang keys
* fix: fixed key names (#2413)
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* chore: update translations
---------
Co-authored-by: gakshita <akshitagoyal1516@gmail.com>
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
Co-authored-by: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com>
Co-authored-by: Vamsi krishna <matalav55@gmail.com>
Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
* chore: handled epic activity in initiative
* fix: comment id not found in update initative activity
* fix: added api call for activity on epics update
* fix: initative activity not working
* fix: epic initiative activity not working
* fix: remove print statements
* fix: change verb
fix: remove unwanted filters
* fix: change verb to updated
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
* remove: members from projects api
* chore: only return member ids
* chore: slim project response endpoint
* chore: projects loader update
* improvement: optimize and handle projects API data
* improvement: project stats and attributes endpoints
* improvement: projects list loader
* chore: minor type update
* chore: minor updates
* add changes removed in merge conflicts
* fix: build errors
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
* `silo` refactoring changes (#2304)
* add sdk and services for workspace connection and import jobs
* rename service
* move worker folder to root + remove controller folder
* remove controller folder
* add external api service in silo
* fix params in service
* fix params in service
* fix services + remove projectid in job endpoints
* chore: added generic config types for job store (#2158)
* chore: made import job as generic
* chore: added generic parameter inside the job service
* chore: added generic parameter inside the job service
* feat: remove projectId from jobs endpoint
* chore: modified job store for new services
* chore: revert go.mod.sum
* chore: spaces
* gitlab auth callback
* github controllers update with plane api
* create api client fix
* base integration importer store
* remove junk store
* silo external api token middleware + plane api to generate user tokens
* add ahmac permission method in apiserver + ahmac sign flow on silo
* remove junk
* getapi client remove unwanted options
* modify api route for silo access + github gitlab and slack controller clean up
* types modify + jira importer cleanup
* fix: nodemon setup
* make getAPIClient as a singleton
* chore: added new definitions in base-import-worker
* chore: modified jira migrator to adhere to the modified types
* feat: modified base migrator to adhere new types
* chore: modified jira-server-migrator to adhere new changes
* chore: modified asana importer to adhere to new types
* fix: migrated importer controllers for new schema
* fix: build
* chore: asana and linear controller
* feat: updated job controller for new schema changes
* chore: added permissions
* integrations api migrations changes (#2193)
* chore: added workspace_slug inside job data
* replaced ahmac with hmac implementation
* add new service base api view for microservices
* fix: apiserver changes and base view
* feat: added changes to services
* feat: modified engine controller for using api services
* feat: modified UI stores for modified jira importer
* remove-log
* resolve hmac issue + silo endpoint url fixes
* add silo target access token rotation in get
* integration ui migration changes
* revert changes in il8n
* fix crud for api
* fix crud for api
* fix: batch lock config
* fix silo bundler issue (#2233)
* chore: combined common dashboard components for silo (#2166)
* chore: added new types to job store
* feat: updated job store dependencies for new params
* feat: created common components for importers dashboard
* feat: modified jira importer to comply with new common components
* feat: modified jira server dashboard to comply with the new component changes
* feat: modified asana to comply with the common dashboard changes
* fix: linear to comply with the new changes
* reset job store
* feat: migrated importers to new schema
* fix: removed unused code
* fix: base job importer model and serializer
* fix-lint-errors
---------
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>
* fix api serialisers
* fix: stabilized all integrations and jira importer
* fix: linear, asana and jira-server importers
* fix: reinstantiated hmac permission
* chore: removed the db folder for silo
* feat: added types for integration config
* feat: added check for supported integration in silo and web
* feat: added self hosted and cloud message differences
* add en translations for importers and jira importer (#2264)
* feat: Added language support for integrations (#2277)
* feat: added translations for github, slack and gitlab integrations
* fix: slack integration project modal
* fix: gitlab organization disconnect
* fix: silo build fixes
* feat: added more language to integration language support
* fix: review
* feat: modified caddy and compose for silo selfhosted changes (#2276)
* silo - fixes for keys and integrations form reset (#2283)
* fix hardcoded values for integration importer keys
* reset state after integration form submit
* fix missing key integration
* fix gitlab connection update
* fix: added slack images being updated while creating issues (#2288)
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>
* silo - fix integration lang support (#2291)
* fix hardcoded values for integration importer keys
* reset state after integration form submit
* fix missing translation key integration
* fix gitlab connection update
* fix integration lang support
* fix integration lang support
---------
Co-authored-by: Saurabhkmr98 <saurabhkapur73@gmail.com>
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>
* [SILO-71] flatfile importer v1 (#2156)
* feat: initialized CSV importer
* feat: added flatfile components
* feat: setup workbook and listener for csv importer
* feat: added store structure for flatfile importer
* chore: translated csv importer to flatfile importer
* feat: setup listener
* fix: event listener for creating agent
* feat: added flatfile importer skeleton
* feat: added flatfile etl logic for pulling and transforming data
* feat: added flatfile controller and migrator
* feat: curated flatfile root store and importer UI
* feat: initialized flatfile migrator
* fix: flatfile
* feat: added transformers for cycles and issues
* feat: added mapping and transformation for flatfile
* feat: added assignee field for fixing migrator bugs
* fix:build
* feat: added metrics inside the data import task'
* fix:workbook
* feat: added validation of email and date for flatfile
* add sdk and services for workspace connection and import jobs
* rename service
* move worker folder to root + remove controller folder
* remove controller folder
* feat: added modules and issue types inside flatfile
* fix: build
* fix:response-handler
* fix:errors
* fix:deleted-file
* fix: readded jobs route
* add external api service in silo
* fix params in service
* fix params in service
* fix services + remove projectid in job endpoints
* chore: added generic config types for job store (#2158)
* chore: made import job as generic
* chore: added generic parameter inside the job service
* chore: added generic parameter inside the job service
* feat: remove projectId from jobs endpoint
* chore: modified job store for new services
* chore: revert go.mod.sum
* chore: spaces
* gitlab auth callback
* github controllers update with plane api
* create api client fix
* base integration importer store
* remove junk store
* silo external api token middleware + plane api to generate user tokens
* add ahmac permission method in apiserver + ahmac sign flow on silo
* remove junk
* getapi client remove unwanted options
* modify api route for silo access + github gitlab and slack controller clean up
* types modify + jira importer cleanup
* fix: nodemon setup
* make getAPIClient as a singleton
* chore: added new definitions in base-import-worker
* chore: modified jira migrator to adhere to the modified types
* feat: modified base migrator to adhere new types
* chore: modified jira-server-migrator to adhere new changes
* chore: modified asana importer to adhere to new types
* fix: migrated importer controllers for new schema
* fix: build
* chore: asana and linear controller
* feat: updated job controller for new schema changes
* chore: added permissions
* integrations api migrations changes (#2193)
* chore: added workspace_slug inside job data
* replaced ahmac with hmac implementation
* add new service base api view for microservices
* fix: apiserver changes and base view
* feat: added changes to services
* feat: modified engine controller for using api services
* feat: modified UI stores for modified jira importer
* remove-log
* resolve hmac issue + silo endpoint url fixes
* add silo target access token rotation in get
* integration ui migration changes
* revert changes in il8n
* fix crud for api
* fix crud for api
* fix: batch lock config
* fix silo bundler issue (#2233)
* chore: combined common dashboard components for silo (#2166)
* chore: added new types to job store
* feat: updated job store dependencies for new params
* feat: created common components for importers dashboard
* feat: modified jira importer to comply with new common components
* feat: modified jira server dashboard to comply with the new component changes
* feat: modified asana to comply with the common dashboard changes
* fix: linear to comply with the new changes
* reset job store
* feat: migrated importers to new schema
* fix: removed unused code
* fix: base job importer model and serializer
* fix-lint-errors
---------
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>
* fix api serialisers
* fix: stabilized all integrations and jira importer
* fix: linear, asana and jira-server importers
* fix: reinstantiated hmac permission
* chore: removed the db folder for silo
* feat: added types for integration config
* feat: added check for supported integration in silo and web
* feat: added self hosted and cloud message differences
* add en translations for importers and jira importer (#2264)
* feat: Added language support for integrations (#2277)
* feat: added translations for github, slack and gitlab integrations
* fix: slack integration project modal
* fix: gitlab organization disconnect
* fix: silo build fixes
* feat: added more language to integration language support
* fix: review
* feat: modified caddy and compose for silo selfhosted changes (#2276)
* silo - fixes for keys and integrations form reset (#2283)
* fix hardcoded values for integration importer keys
* reset state after integration form submit
* fix missing key integration
* fix gitlab connection update
* fix: added slack images being updated while creating issues (#2288)
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>
* silo - fix integration lang support (#2291)
* fix hardcoded values for integration importer keys
* reset state after integration form submit
* fix missing translation key integration
* fix gitlab connection update
* fix integration lang support
* fix integration lang support
* feat: added controllers as default exports
* feat: modified flatfile worker and controller to adhere new changes
* feat: modified flatfile importer to ahere silo api migration
* fix: source project and workspace hide props
---------
Co-authored-by: Saurabhkmr98 <saurabhkapur73@gmail.com>
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>
* add fuzzy find in state and priority mapping (#2310)
Co-authored-by: Saurabhkmr98 <saurabhkapur73@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
* fix: build
* chore: moved flatfile agent to external
* chore:build-fixes
* fix: credential breaking for slack
* fix: credential route for api
* SILO - chore: Importers translation (#2352)
* add en translations for importers and jira importer
* add en translations for all the importers
* add importers language translation changes
* chore silo importer translation
* chore silo importer translation
* fix: env removing trailing slashes
* fix: trailing slashed env
* fix duplicate entity connection issue (#2362)
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>