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

Remove v1 from next #7742

Draft
wants to merge 3 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
  •  
  •  
  •  
15 changes: 0 additions & 15 deletions .github/CODEOWNERS

This file was deleted.

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
47 changes: 0 additions & 47 deletions .github/workflows/dev-deploy-web.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,6 @@ jobs:
test-unit: false
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
53 changes: 0 additions & 53 deletions .github/workflows/prod-deploy-web.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/reusable-dashboard-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,28 +77,6 @@ jobs:
slim: 'true'
submodules: true

- name: Create env file in the legacy Web app
working-directory: apps/web
run: |
touch .env
echo REACT_APP_SEGMENT_KEY=${{ secrets.WEB_SEGMENT_KEY }} >> .env
echo REACT_APP_INTERCOM_APP_ID=${{ secrets.INTERCOM_APP_ID }} >> .env
echo REACT_APP_API_URL=${{ inputs.react_app_api_url }} >> .env
echo REACT_APP_WS_URL=${{ inputs.react_app_ws_url }} >> .env
echo REACT_APP_WEBHOOK_URL=${{ inputs.react_app_webhook_url }} >> .env
echo REACT_APP_WIDGET_EMBED_PATH=${{ inputs.react_app_widget_embed_path }} >> .env
echo REACT_APP_NOVU_APP_ID=${{ secrets.NOVU_APP_ID }} >> .env
echo REACT_APP_SENTRY_DSN=${{ inputs.react_app_sentry_dsn }} >> .env
echo REACT_APP_ENVIRONMENT=${{ inputs.react_app_environment }} >> .env
echo REACT_APP_MAIL_SERVER_DOMAIN=${{ inputs.react_app_mail_server_domain }} >> .env
echo REACT_APP_LAUNCH_DARKLY_CLIENT_SIDE_ID=${{ secrets.LAUNCH_DARKLY_CLIENT_SIDE_ID }} >> .env
echo REACT_APP_HUBSPOT_EMBED=${{ inputs.react_app_hubspot_embed }} >> .env
echo REACT_APP_STRIPE_CLIENT_KEY=${{ secrets.STRIPE_CLIENT_KEY }} >> .env
echo REACT_APP_NOVU_GTM_ID=${{ secrets.REACT_APP_NOVU_GTM_ID }} >> .env
echo REACT_APP_MIXPANEL_KEY=${{ secrets.MIXPANEL_TOKEN }} >> .env
echo REACT_APP_CLERK_PUBLISHABLE_KEY=${{ inputs.clerk_publishable_key }} >> .env
echo REACT_APP_IS_EE_AUTH_ENABLED=${{ inputs.clerk_is_ee_auth_enabled }} >> .env

- name: Build
run: CI='' pnpm build:dashboard --skip-nx-cache

Expand Down
127 changes: 0 additions & 127 deletions .github/workflows/reusable-web-deploy.yml

This file was deleted.

Loading
Loading