Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,744 changes: 1,200 additions & 2,544 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@
"@hcengineering/gmail-resources": "workspace:^0.7.0",
"@hcengineering/image-cropper": "workspace:^0.7.0",
"@hcengineering/image-cropper-resources": "workspace:^0.7.0",
"@hcengineering/inventory": "workspace:^0.7.0",
"@hcengineering/inventory-assets": "workspace:^0.7.0",
"@hcengineering/inventory-resources": "workspace:^0.7.0",
"@hcengineering/templates": "workspace:^0.7.0",
"@hcengineering/templates-assets": "workspace:^0.7.0",
"@hcengineering/templates-resources": "workspace:^0.7.0",
Expand All @@ -150,15 +147,9 @@
"@hcengineering/text-editor": "workspace:^0.7.0",
"@hcengineering/text-editor-assets": "workspace:^0.7.0",
"@hcengineering/text-editor-resources": "workspace:^0.7.0",
"@hcengineering/board": "workspace:^0.7.0",
"@hcengineering/board-assets": "workspace:^0.7.0",
"@hcengineering/board-resources": "workspace:^0.7.0",
"@hcengineering/hr": "workspace:^0.7.0",
"@hcengineering/hr-assets": "workspace:^0.7.0",
"@hcengineering/hr-resources": "workspace:^0.7.0",
"@hcengineering/bitrix": "workspace:^0.7.0",
"@hcengineering/bitrix-assets": "workspace:^0.7.0",
"@hcengineering/bitrix-resources": "workspace:^0.7.0",
"@hcengineering/request": "workspace:^0.7.0",
"@hcengineering/request-assets": "workspace:^0.7.0",
"@hcengineering/request-resources": "workspace:^0.7.0",
Expand Down
15 changes: 0 additions & 15 deletions desktop/src/ui/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import {
import { activityId } from '@hcengineering/activity'
import aiBot, { aiBotId } from '@hcengineering/ai-bot'
import { attachmentId } from '@hcengineering/attachment'
import { bitrixId } from '@hcengineering/bitrix'
import { boardId } from '@hcengineering/board'
import calendar, { calendarId } from '@hcengineering/calendar'
import { cardId } from '@hcengineering/card'
import { chunterId } from '@hcengineering/chunter'
Expand All @@ -46,7 +44,6 @@ import globalProfile, { globalProfileId, globalProfileRoute } from '@hcengineeri
import guest, { guestId } from '@hcengineering/guest'
import { hrId } from '@hcengineering/hr'
import { imageCropperId } from '@hcengineering/image-cropper'
import { inventoryId } from '@hcengineering/inventory'
import { leadId } from '@hcengineering/lead'
import login, { loginId } from '@hcengineering/login'
import notification, { notificationId } from '@hcengineering/notification'
Expand Down Expand Up @@ -90,8 +87,6 @@ import { qalicoId } from '@tracex/qalico'
import '@hcengineering/activity-assets'
import '@hcengineering/analytics-collector-assets'
import '@hcengineering/attachment-assets'
import '@hcengineering/bitrix-assets'
import '@hcengineering/board-assets'
import '@hcengineering/calendar-assets'
import '@hcengineering/card-assets'
import '@hcengineering/chunter-assets'
Expand All @@ -107,7 +102,6 @@ import '@hcengineering/gmail-assets'
import '@hcengineering/guest-assets'
import '@hcengineering/global-profile-assets'
import '@hcengineering/hr-assets'
import '@hcengineering/inventory-assets'
import '@hcengineering/lead-assets'
import '@hcengineering/login-assets'
import '@hcengineering/love-assets'
Expand Down Expand Up @@ -206,18 +200,12 @@ function configureI18n (): void {
attachmentId,
async (lang: string) => await import(`@hcengineering/attachment-assets/lang/${lang}.json`)
)
addStringsLoader(bitrixId, async (lang: string) => await import(`@hcengineering/bitrix-assets/lang/${lang}.json`))
addStringsLoader(boardId, async (lang: string) => await import(`@hcengineering/board-assets/lang/${lang}.json`))
addStringsLoader(calendarId, async (lang: string) => await import(`@hcengineering/calendar-assets/lang/${lang}.json`))
addStringsLoader(chunterId, async (lang: string) => await import(`@hcengineering/chunter-assets/lang/${lang}.json`))
addStringsLoader(contactId, async (lang: string) => await import(`@hcengineering/contact-assets/lang/${lang}.json`))
addStringsLoader(driveId, async (lang: string) => await import(`@hcengineering/drive-assets/lang/${lang}.json`))
addStringsLoader(gmailId, async (lang: string) => await import(`@hcengineering/gmail-assets/lang/${lang}.json`))
addStringsLoader(hrId, async (lang: string) => await import(`@hcengineering/hr-assets/lang/${lang}.json`))
addStringsLoader(
inventoryId,
async (lang: string) => await import(`@hcengineering/inventory-assets/lang/${lang}.json`)
)
addStringsLoader(leadId, async (lang: string) => await import(`@hcengineering/lead-assets/lang/${lang}.json`))
addStringsLoader(loginId, async (lang: string) => await import(`@hcengineering/login-assets/lang/${lang}.json`))
addStringsLoader(
Expand Down Expand Up @@ -451,7 +439,6 @@ export async function configurePlatform (onWorkbenchConnect?: () => Promise<void
addLocation(attachmentId, async () => await import('@hcengineering/attachment-resources'))
addLocation(gmailId, async () => await import('@hcengineering/gmail-resources'))
addLocation(imageCropperId, async () => await import('@hcengineering/image-cropper-resources'))
addLocation(inventoryId, async () => await import('@hcengineering/inventory-resources'))
addLocation(templatesId, async () => await import('@hcengineering/templates-resources'))
addLocation(notificationId, async () => await import('@hcengineering/notification-resources'))
addLocation(tagsId, async () => await import('@hcengineering/tags-resources'))
Expand All @@ -460,9 +447,7 @@ export async function configurePlatform (onWorkbenchConnect?: () => Promise<void
addLocation(aiBotId, async () => await import('@hcengineering/ai-bot-resources'))

addLocation(trackerId, async () => await import('@hcengineering/tracker-resources'))
addLocation(boardId, async () => await import('@hcengineering/board-resources'))
addLocation(hrId, async () => await import('@hcengineering/hr-resources'))
addLocation(bitrixId, async () => await import('@hcengineering/bitrix-resources'))
addLocation(requestId, async () => await import('@hcengineering/request-resources'))
addLocation(driveId, async () => await import('@hcengineering/drive-resources'))
addLocation(supportId, async () => await import('@hcengineering/support-resources'))
Expand Down
11 changes: 0 additions & 11 deletions dev/prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
"@hcengineering/attachment": "workspace:^0.7.0",
"@hcengineering/attachment-assets": "workspace:^0.7.0",
"@hcengineering/attachment-resources": "workspace:^0.7.0",
"@hcengineering/bitrix": "workspace:^0.7.0",
"@hcengineering/bitrix-assets": "workspace:^0.7.0",
"@hcengineering/bitrix-resources": "workspace:^0.7.0",
"@hcengineering/board": "workspace:^0.7.0",
"@hcengineering/board-assets": "workspace:^0.7.0",
"@hcengineering/board-resources": "workspace:^0.7.0",
"@hcengineering/calendar": "workspace:^0.7.0",
"@hcengineering/calendar-assets": "workspace:^0.7.0",
"@hcengineering/calendar-resources": "workspace:^0.7.0",
Expand Down Expand Up @@ -132,9 +126,6 @@
"@hcengineering/hr-resources": "workspace:^0.7.0",
"@hcengineering/image-cropper": "workspace:^0.7.0",
"@hcengineering/image-cropper-resources": "workspace:^0.7.0",
"@hcengineering/inventory": "workspace:^0.7.0",
"@hcengineering/inventory-assets": "workspace:^0.7.0",
"@hcengineering/inventory-resources": "workspace:^0.7.0",
"@hcengineering/lead": "workspace:^0.7.0",
"@hcengineering/lead-assets": "workspace:^0.7.0",
"@hcengineering/lead-resources": "workspace:^0.7.0",
Expand Down Expand Up @@ -193,8 +184,6 @@
"@hcengineering/server-gmail-resources": "workspace:^0.7.0",
"@hcengineering/server-hr": "workspace:^0.7.0",
"@hcengineering/server-hr-resources": "workspace:^0.7.0",
"@hcengineering/server-inventory": "workspace:^0.7.0",
"@hcengineering/server-inventory-resources": "workspace:^0.7.0",
"@hcengineering/server-lead": "workspace:^0.7.0",
"@hcengineering/server-lead-resources": "workspace:^0.7.0",
"@hcengineering/server-notification": "workspace:^0.7.0",
Expand Down
18 changes: 0 additions & 18 deletions dev/prod/src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { activityId } from '@hcengineering/activity'
import aiBot, { aiBotId } from '@hcengineering/ai-bot'
import analyticsCollector, { analyticsCollectorId } from '@hcengineering/analytics-collector'
import { attachmentId } from '@hcengineering/attachment'
import { boardId } from '@hcengineering/board'
import calendar, { calendarId } from '@hcengineering/calendar'
import { cardId } from '@hcengineering/card'
import { chunterId } from '@hcengineering/chunter'
Expand All @@ -37,7 +36,6 @@ import globalProfile, { globalProfileId, globalProfileRoute } from '@hcengineeri
import guest, { guestId } from '@hcengineering/guest'
import { hrId } from '@hcengineering/hr'
import { imageCropperId } from '@hcengineering/image-cropper'
import { inventoryId } from '@hcengineering/inventory'
import { leadId } from '@hcengineering/lead'
import login, { loginId } from '@hcengineering/login'
import love, { loveId } from '@hcengineering/love'
Expand Down Expand Up @@ -73,7 +71,6 @@ import workbench, { workbenchId } from '@hcengineering/workbench'
import { mailId } from '@hcengineering/mail'
import { chatId } from '@hcengineering/chat'
import github, { githubId } from '@hcengineering/github'
import { bitrixId } from '@hcengineering/bitrix'
import { inboxId } from '@hcengineering/inbox'
import { achievementId } from '@hcengineering/achievement'
import communication, { communicationId } from '@hcengineering/communication'
Expand All @@ -87,8 +84,6 @@ import { qalicoId } from '@tracex/qalico'
import '@hcengineering/activity-assets'
import '@hcengineering/analytics-collector-assets'
import '@hcengineering/attachment-assets'
import '@hcengineering/bitrix-assets'
import '@hcengineering/board-assets'
import '@hcengineering/calendar-assets'
import '@hcengineering/card-assets'
import '@hcengineering/chunter-assets'
Expand All @@ -103,7 +98,6 @@ import '@hcengineering/gmail-assets'
import '@hcengineering/guest-assets'
import '@hcengineering/global-profile-assets'
import '@hcengineering/hr-assets'
import '@hcengineering/inventory-assets'
import '@hcengineering/lead-assets'
import '@hcengineering/login-assets'
import '@hcengineering/love-assets'
Expand Down Expand Up @@ -316,18 +310,12 @@ function configureI18n(): void {
attachmentId,
async (lang: string) => await import(`@hcengineering/attachment-assets/lang/${lang}.json`)
)
addStringsLoader(bitrixId, async (lang: string) => await import(`@hcengineering/bitrix-assets/lang/${lang}.json`))
addStringsLoader(boardId, async (lang: string) => await import(`@hcengineering/board-assets/lang/${lang}.json`))
addStringsLoader(calendarId, async (lang: string) => await import(`@hcengineering/calendar-assets/lang/${lang}.json`))
addStringsLoader(chunterId, async (lang: string) => await import(`@hcengineering/chunter-assets/lang/${lang}.json`))
addStringsLoader(contactId, async (lang: string) => await import(`@hcengineering/contact-assets/lang/${lang}.json`))
addStringsLoader(driveId, async (lang: string) => await import(`@hcengineering/drive-assets/lang/${lang}.json`))
addStringsLoader(gmailId, async (lang: string) => await import(`@hcengineering/gmail-assets/lang/${lang}.json`))
addStringsLoader(hrId, async (lang: string) => await import(`@hcengineering/hr-assets/lang/${lang}.json`))
addStringsLoader(
inventoryId,
async (lang: string) => await import(`@hcengineering/inventory-assets/lang/${lang}.json`)
)
addStringsLoader(leadId, async (lang: string) => await import(`@hcengineering/lead-assets/lang/${lang}.json`))
addStringsLoader(loginId, async (lang: string) => await import(`@hcengineering/login-assets/lang/${lang}.json`))
addStringsLoader(
Expand Down Expand Up @@ -600,10 +588,6 @@ export async function configurePlatform() {
imageCropperId,
async () => await import(/* webpackChunkName: "image-cropper" */ '@hcengineering/image-cropper-resources')
)
addLocation(
inventoryId,
async () => await import(/* webpackChunkName: "inventory" */ '@hcengineering/inventory-resources')
)
addLocation(
templatesId,
async () => await import(/* webpackChunkName: "templates" */ '@hcengineering/templates-resources')
Expand Down Expand Up @@ -631,9 +615,7 @@ export async function configurePlatform() {
addLocation(aiBotId, async () => await import('@hcengineering/ai-bot-resources'))

addLocation(trackerId, async () => await import(/* webpackChunkName: "tracker" */ '@hcengineering/tracker-resources'))
addLocation(boardId, async () => await import(/* webpackChunkName: "board" */ '@hcengineering/board-resources'))
addLocation(hrId, async () => await import(/* webpackChunkName: "hr" */ '@hcengineering/hr-resources'))
addLocation(bitrixId, async () => await import(/* webpackChunkName: "bitrix" */ '@hcengineering/bitrix-resources'))
addLocation(requestId, async () => await import(/* webpackChunkName: "request" */ '@hcengineering/request-resources'))
addLocation(driveId, async () => await import(/* webpackChunkName: "drive" */ '@hcengineering/drive-resources'))
addLocation(supportId, async () => await import(/* webpackChunkName: "support" */ '@hcengineering/support-resources'))
Expand Down
2 changes: 0 additions & 2 deletions dev/tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@
"@hcengineering/server-gmail-resources": "workspace:^0.7.0",
"@hcengineering/server-hr": "workspace:^0.7.0",
"@hcengineering/server-hr-resources": "workspace:^0.7.0",
"@hcengineering/server-inventory": "workspace:^0.7.0",
"@hcengineering/server-inventory-resources": "workspace:^0.7.0",
"@hcengineering/server-lead": "workspace:^0.7.0",
"@hcengineering/server-lead-resources": "workspace:^0.7.0",
"@hcengineering/server-notification": "workspace:^0.7.0",
Expand Down
2 changes: 0 additions & 2 deletions dev/tool/src/__start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import { serverDriveId } from '@hcengineering/server-drive'
import { serverGmailId } from '@hcengineering/server-gmail'
import { serverGuestId } from '@hcengineering/server-guest'
import { serverHrId } from '@hcengineering/server-hr'
import { serverInventoryId } from '@hcengineering/server-inventory'
import { serverLeadId } from '@hcengineering/server-lead'
import { serverNotificationId } from '@hcengineering/server-notification'
import { serverRecruitId } from '@hcengineering/server-recruit'
Expand All @@ -53,7 +52,6 @@ addLocation(serverCollaborationId, () => import('@hcengineering/server-collabora
addLocation(serverContactId, () => import('@hcengineering/server-contact-resources'))
addLocation(serverNotificationId, () => import('@hcengineering/server-notification-resources'))
addLocation(serverChunterId, () => import('@hcengineering/server-chunter-resources'))
addLocation(serverInventoryId, () => import('@hcengineering/server-inventory-resources'))
addLocation(serverLeadId, () => import('@hcengineering/server-lead-resources'))
addLocation(serverRecruitId, () => import('@hcengineering/server-recruit-resources'))
addLocation(serverSettingId, () => import('@hcengineering/server-setting-resources'))
Expand Down
1 change: 0 additions & 1 deletion docs/disableFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Please set a DISABLED_FEATURES environment variable for front service container,
- invites - Will disable invites UI
- documents - Will disable Control Documents
- calendar - Will disable Calendar UI
- inventory - Will disable inventory
- survey - Will disable Surveys
- lead - Will disable leada
- products - Will disable products
Expand Down
4 changes: 0 additions & 4 deletions models/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@
"@hcengineering/model-server-tags": "workspace:^0.7.0",
"@hcengineering/model-server-recruit": "workspace:^0.7.0",
"@hcengineering/model-server-lead": "workspace:^0.7.0",
"@hcengineering/model-server-inventory": "workspace:^0.7.0",
"@hcengineering/model-activity": "workspace:^0.7.0",
"@hcengineering/model-attachment": "workspace:^0.7.0",
"@hcengineering/model-gmail": "workspace:^0.7.0",
"@hcengineering/model-inventory": "workspace:^0.7.0",
"@hcengineering/model-presentation": "workspace:^0.7.0",
"@hcengineering/model-templates": "workspace:^0.7.0",
"@hcengineering/model-notification": "workspace:^0.7.0",
Expand All @@ -83,15 +81,13 @@
"@hcengineering/model-server-gmail": "workspace:^0.7.0",
"@hcengineering/model-server-telegram": "workspace:^0.7.0",
"@hcengineering/model-tracker": "workspace:^0.7.0",
"@hcengineering/model-board": "workspace:^0.7.0",
"@hcengineering/model-time": "workspace:^0.7.0",
"@hcengineering/model-server-time": "workspace:^0.7.0",
"@hcengineering/model-desktop-preferences": "workspace:^0.7.0",
"@hcengineering/model-desktop-downloads": "workspace:^0.7.0",
"@hcengineering/model-preference": "workspace:^0.7.0",
"@hcengineering/model-hr": "workspace:^0.7.0",
"@hcengineering/model-server-hr": "workspace:^0.7.0",
"@hcengineering/model-bitrix": "workspace:^0.7.0",
"@hcengineering/model-request": "workspace:^0.7.0",
"@hcengineering/model-support": "workspace:^0.7.0",
"@hcengineering/model-server-card": "workspace:^0.7.0",
Expand Down
Loading
Loading