diff --git a/.cspell.json b/.cspell.json index 11b0876be50..69f3bb2efa6 100644 --- a/.cspell.json +++ b/.cspell.json @@ -344,6 +344,7 @@ "moby", "Modiin", "modlen", + "Mobishatra", "mongod", "mongosh", "monokai", @@ -749,13 +750,12 @@ ".cspell.json", "package.json", "package-lock.json", - "yarn.lock", "tsconfig.json", "node_modules/**", "pnpm-lock.yaml", "pnpm-workspace.yaml", "novu.code-workspace", - "packages/application-generic/src/.env.test", + "libs/application-generic/src/.env.test", "packages/notification-center/src/i18n/languages/**", "packages/notification-center/rollup.config.mjs", "packages/js/tsup.config.ts", @@ -766,7 +766,7 @@ ".gitignore", "angular.json", "ng-package.json", - "libs/shared/src/types/timezones/timezones.types.ts", + "packages/shared/src/types/timezones/timezones.types.ts", "*.riv", "websockets", ".env", @@ -775,7 +775,6 @@ ".env.production", ".env.test", ".example.env", - "pnpm-lock.yaml", "apps/web/env.sh", "packages/js/src/ui/index.directcss", "unreadRead", diff --git a/.github/labeler.yml b/.github/labeler.yml index 5454832a3aa..259d19e7835 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -17,7 +17,7 @@ '@novu/novui': - libs/novui/**/* '@novu/shared': - - libs/shared/**/* + - packages/shared/**/* '@novu/notification-center': - packages/notification-center/**/* '@novu/notification-center-vue': diff --git a/.github/workflows/dev-deploy-api.yml b/.github/workflows/dev-deploy-api.yml index 1b78da2eb7f..598e0b83995 100644 --- a/.github/workflows/dev-deploy-api.yml +++ b/.github/workflows/dev-deploy-api.yml @@ -10,11 +10,11 @@ on: - main paths: - 'package.json' - - 'yarn.lock' + - 'pnpm-lock.yaml' - 'apps/api/**' - 'libs/dal/**' - - 'libs/shared/**' - - 'packages/application-generic/**' + - 'packages/shared/**' + - 'libs/application-generic/**' env: TF_WORKSPACE: novu-dev diff --git a/.github/workflows/dev-deploy-inbound-mail.yml b/.github/workflows/dev-deploy-inbound-mail.yml index d8dcac968c5..da3bf9e0cad 100644 --- a/.github/workflows/dev-deploy-inbound-mail.yml +++ b/.github/workflows/dev-deploy-inbound-mail.yml @@ -12,7 +12,7 @@ on: - 'package.json' - 'pnpm-lock.yaml' - 'apps/inbound-mail/**' - - 'libs/shared/**' + - 'packages/shared/**' - 'libs/testing/**' env: TF_WORKSPACE: novu-dev diff --git a/.github/workflows/dev-deploy-web.yml b/.github/workflows/dev-deploy-web.yml index 3fdf2492fc8..fd779235a27 100644 --- a/.github/workflows/dev-deploy-web.yml +++ b/.github/workflows/dev-deploy-web.yml @@ -12,7 +12,7 @@ on: - main paths: - 'apps/web/**' - - 'libs/shared/**' + - 'packages/shared/**' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/dev-deploy-webhook.yml b/.github/workflows/dev-deploy-webhook.yml index f1432eb5c5b..a6f8ecb7fdf 100644 --- a/.github/workflows/dev-deploy-webhook.yml +++ b/.github/workflows/dev-deploy-webhook.yml @@ -10,10 +10,10 @@ on: - main paths: - 'package.json' - - 'yarn.lock' + - 'pnpm-lock.yaml' - 'apps/webhook/**' - 'libs/dal/**' - - 'libs/shared/**' + - 'packages/shared/**' jobs: test_webhook: diff --git a/.github/workflows/dev-deploy-widget.yml b/.github/workflows/dev-deploy-widget.yml index bdc48dd9ffc..13dc1ae96bf 100644 --- a/.github/workflows/dev-deploy-widget.yml +++ b/.github/workflows/dev-deploy-widget.yml @@ -13,7 +13,7 @@ on: paths: - 'apps/widget/**' - 'apps/ws/**' - - 'libs/shared/**' + - 'packages/shared/**' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/dev-deploy-worker.yml b/.github/workflows/dev-deploy-worker.yml index 539437d600a..c9d6c72a768 100644 --- a/.github/workflows/dev-deploy-worker.yml +++ b/.github/workflows/dev-deploy-worker.yml @@ -10,12 +10,12 @@ on: - main paths: - 'package.json' - - 'yarn.lock' + - 'pnpm-lock.yaml' - 'apps/api/**' - 'libs/dal/**' - - 'libs/shared/**' + - 'packages/shared/**' - 'libs/testing/**' - - 'packages/application-generic/**' + - 'libs/application-generic/**' - 'packages/stateless/**' - 'packages/node/**' env: diff --git a/.gitpod.yml b/.gitpod.yml index 3b96d678342..bdb9f418eab 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -7,7 +7,7 @@ tasks: command: redis-server - name: Shared Library init: gp sync-await setup - command: cd libs/shared && pnpm start + command: cd packages/shared && pnpm start - name: DAL init: gp sync-await setup command: cd libs/dal && pnpm start diff --git a/.idea/novu.iml b/.idea/novu.iml index 0c507073a03..c9fb98dae6a 100644 --- a/.idea/novu.iml +++ b/.idea/novu.iml @@ -22,7 +22,7 @@ - + @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/.idea/runConfigurations/SHARED.xml b/.idea/runConfigurations/SHARED.xml index 9f1499e61bd..6509fdd9686 100644 --- a/.idea/runConfigurations/SHARED.xml +++ b/.idea/runConfigurations/SHARED.xml @@ -1,6 +1,6 @@ - +