Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(root): Remove notification center #6674

Draft
wants to merge 4 commits into
base: next
Choose a base branch
from
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 1 addition & 4 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,7 @@
"pnpm-workspace.yaml",
"novu.code-workspace",
"libs/application-generic/src/.env.test",
"packages/notification-center/src/i18n/languages/**",
"packages/notification-center/rollup.config.mjs",
"packages/js/tsup.config.ts",
"apps/widget/public/iframeResizer.contentWindow.js",
".vscode/settings.json",
"*/**/.vscode/settings.json",
"apps/worker/README.md",
Expand All @@ -783,6 +780,6 @@
"apps/web/src/studio/components/workflows/step-editor/editor/files.ts",
"apps/web/src/pages/playground/web-container-configuration/sandbox-vite/*.ts",
"apps/api/src/app/analytics/usecases/hubspot-identify-form/hubspot-identify-form.usecase.ts",
"apps/dashboard/eslint.config.js",
"apps/dashboard/eslint.config.js"
]
}
1 change: 0 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ test_patterns = [
"apps/api/src/**/**/*.spec.ts",
"apps/api/e2e/**/*.e2e.ts",
"apps/api/src/**/*.e2e.ts",
"apps/widget/cypress/**/*.spec.ts"
]

[[analyzers]]
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [4200, 3000, 27017],

"onCreateCommand": "npm run setup:project -- --exclude=@novu/api,@novu/worker,@novu/web,@novu/widget",
"onCreateCommand": "npm run setup:project -- --exclude=@novu/api,@novu/worker,@novu/web",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
Expand Down
6 changes: 1 addition & 5 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ inputs:
description: 'Should link submodules'
required: false
default: 'false'
outputs:
cypress_cache_hit:
description: 'Did cypress use binary cache'
value: ${{ inputs.cypress_version != '' && steps.cache-cypress-binary-version.outputs.cache-hit || steps.cache-cypress-binary.outputs.cache-hit}}


runs:
using: composite
steps:
Expand Down
6 changes: 0 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
- libs/novui/**/*
'@novu/shared':
- packages/shared/**/*
'@novu/notification-center':
- packages/notification-center/**/*
'@novu/notification-center-vue':
- packages/notification-center-vue/**/*
'@novu/notification-center-angular':
- packages/notification-center-angular/**/*
'providers':
- providers/**/*
'CI/CD':
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
steps:
- uses: ./.github/workflows/cloud-deploy/cloud-deploy-api.yml

release-embed:
needs: [pre-release]
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/cloud-deploy/cloud-deploy-embed.yml

release-web:
needs: [pre-release]
runs-on: ubuntu-latest
Expand All @@ -48,12 +42,6 @@ jobs:
steps:
- uses: ./.github/workflows/cloud-deploy/cloud-deploy-webhook.yml

release-widget:
needs: [pre-release]
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/cloud-deploy/cloud-deploy-widget.yml

release-worker:
needs: [pre-release]
runs-on: ubuntu-latest
Expand All @@ -70,11 +58,9 @@ jobs:
if: ${{ always() }}
needs: [
release-api,
release-embed,
release-web,
release-web-components,
release-webhook,
release-widget,
release-worker,
release-ws
]
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/cloud-deploy/cloud-deploy-embed.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/cloud-deploy/cloud-deploy-web-components.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/cloud-deploy/cloud-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
react_app_api_url: https://eu.api.novu.co
react_app_ws_url: https://eu.ws.novu.co
react_app_webhook_url: https://eu.webhook.novu.co
react_app_widget_embed_path: https://eu.embed.novu.co/embed.umd.min.js
react_app_sentry_dsn: https://[email protected]/6250907
react_app_environment: production
react_app_mail_server_domain: eu.inbound-mail.novu.co
Expand All @@ -33,7 +32,6 @@ jobs:
react_app_api_url: https://api.novu.co
react_app_ws_url: https://ws.novu.co
react_app_webhook_url: https://webhook.novu.co
react_app_widget_embed_path: https://embed.novu.co/embed.umd.min.js
react_app_sentry_dsn: https://[email protected]/6250907
react_app_environment: production
react_app_mail_server_domain: inbound-mail.novu.co
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/cloud-deploy/cloud-deploy-widget.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/dev-deploy-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
react_app_api_url: https://api.novu-staging.co
react_app_ws_url: https://dev.ws.novu.co
react_app_webhook_url: https://dev.webhook.novu.co
react_app_widget_embed_path: https://dev.embed.novu.co/embed.umd.min.js
react_app_sentry_dsn: https://[email protected]/6250907
react_app_environment: dev
react_app_mail_server_domain: dev.inbound-mail.novu.co
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/dev-deploy-embed.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/dev-deploy-web-component.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/dev-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
react_app_api_url: https://api.novu-staging.co
react_app_ws_url: https://dev.ws.novu.co
react_app_webhook_url: https://dev.webhook.novu.co
react_app_widget_embed_path: https://dev.embed.novu.co/embed.umd.min.js
react_app_sentry_dsn: https://[email protected]/6250907
react_app_environment: dev
react_app_mail_server_domain: dev.inbound-mail.novu.co
Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/dev-deploy-widget.yml

This file was deleted.

Loading
Loading