Skip to content
Merged
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
  •  
  •  
  •  
7 changes: 0 additions & 7 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@
"novuapp",
"novugo",
"novuhq",
"novui",
"novutest",
"npmignore",
"npmjs",
Expand Down Expand Up @@ -475,8 +474,6 @@
"OTLP",
"outdir",
"Outgoers",
"pandabox",
"pandacss",
"Paramtype",
"parens",
"partnerintegration",
Expand Down Expand Up @@ -861,10 +858,6 @@
"apps/api/src/app/workflows-v2/usecases/validate-content/validate-placeholders/validate-placeholder.usecase.ts",
"apps/api/src/app/workflows-v2/util/json-schema-mock.ts",
"libs/internal-sdk/**/*",
"apps/web/env.sh",
"apps/web/playwright.config.ts",
"apps/web/src/pages/playground/web-container-configuration/sandbox-vite/*.ts",
"apps/web/src/studio/components/workflows/step-editor/editor/files.ts",
"apps/widget/public/iframeResizer.contentWindow.js",
"apps/worker/README.md",
"apps/ws/src/.env.test",
Expand Down
2 changes: 1 addition & 1 deletion .cursor/rules/novu.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ When writing FrontEnd code, you are an expert on modern dev tool UI and UX desig
- Optimize images: use WebP format, include size data, implement lazy loading.

### Git Rules
- when adding commit titles, use proper scope (dashboard,web,api,worker,shared,etc...)
- when adding commit titles, use proper scope (dashboard,api,worker,shared,etc...)

### Key Conventions
- Linting: Add blank lines before return statements
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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-service,@novu/worker,@novu/web",
"onCreateCommand": "npm run setup:project -- --exclude=@novu/api-service,@novu/worker",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
Expand Down
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
.husky @novuhq/novu-infra
docker @novuhq/novu-infra
**/Dockerfile @novuhq/novu-infra

# Novu community team ownership
apps/web @novuhq/novu-web
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
- apps/api/**/*
'@novu/worker':
- apps/worker/**/*
'@novu/web':
- apps/web/**/*
'@novu/dashboard':
- apps/dashboard/**/*
'@novu/ws':
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dev-deploy-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- next
- main
paths:
- 'apps/web/**'
- 'apps/dashboard/**'

env:
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/dev-deploy-web.yml

This file was deleted.

12 changes: 1 addition & 11 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Spell Check
uses: streetsidesoftware/cspell-action@v6
with:
root: 'apps/web'
root: 'apps/dashboard'
files: '**/*'
incremental_files_only: true

Expand Down Expand Up @@ -271,16 +271,6 @@ jobs:
ee: true
secrets: inherit

# TODO: Uncomment this when we have update on the web app
# test_e2e_web:
# name: E2E test Web app
# needs: [get-affected]
# if: ${{ contains(fromJson(needs.get-affected.outputs.test-e2e), '@novu/web') }}
# uses: ./.github/workflows/reusable-web-e2e.yml
# secrets: inherit
# with:
# ee: true

#test_e2e_dashboard:
# name: E2E test Dashboard app
# needs: [get-affected]
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/prod-deploy-web.yml

This file was deleted.

139 changes: 0 additions & 139 deletions .github/workflows/reusable-web-deploy.yml

This file was deleted.

Loading
Loading