Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/next' into nv-3655-…
Browse files Browse the repository at this point in the history
…reuse-the-api-update-workflow-usecase

# Conflicts:
#	.source
  • Loading branch information
djabarovgeorge committed Apr 16, 2024
2 parents aa69273 + 6084e61 commit 9fcefe0
Show file tree
Hide file tree
Showing 29 changed files with 1,054 additions and 229 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@
"Vonage",
"runtimes",
"cafebabe",
"Icann",
"limitbar",
],
"flagWords": [],
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,30 +108,6 @@ jobs:
if: ${{ contains(fromJson(needs.get-affected.outputs.test-cypress), '@novu/widget') || contains(fromJson(needs.get-affected.outputs.test-unit), '@novu/notification-center') || contains(fromJson(needs.get-affected.outputs.test-unit), '@novu/ws') }}
secrets: inherit

build_docker_api:
name: Build Docker API
runs-on: ubuntu-latest
timeout-minutes: 80
needs: [get-affected]
if: ${{ contains(fromJson(needs.get-affected.outputs.test-e2e), '@novu/api') }}
permissions:
contents: read
packages: write
deployments: write
id-token: write
strategy:
matrix:
name: ['novu/api', 'novu/api-ee']
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project
- uses: ./.github/actions/setup-redis-cluster
- uses: ./.github/actions/docker/build-api
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fork: ${{ github.event.pull_request.head.repo.fork }}
docker_name: ${{ matrix.name }}

test_providers:
name: Unit Test Providers
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion apps/api/src/app/blueprint/blueprint.controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ClassSerializerInterceptor, Controller, Get, Param, UseInterceptors } from '@nestjs/common';

import { EnvironmentRepository, NotificationTemplateRepository } from '@novu/dal';

import { GroupedBlueprintResponse } from './dto/grouped-blueprint.response.dto';
Expand Down
Loading

0 comments on commit 9fcefe0

Please sign in to comment.