diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 23f2eec..a88d356 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "WhatsApp Conversation Summarizer Development Environment", + "name": "ConvoLens Development Environment", "image": "mcr.microsoft.com/devcontainers/typescript-node:20", "features": { diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 701d70c..c74718b 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -239,7 +239,7 @@ jobs: az group create \ --name "$RG_NAME" \ --location "${{ env.AZURE_LOCATION }}" \ - --tags project=whatssummarize environment=${{ matrix.environment }} managedBy=github-actions + --tags project=convolens environment=${{ matrix.environment }} managedBy=github-actions fi - name: Deploy Infrastructure diff --git a/.vscode/settings.json b/.vscode/settings.json index a407248..de701ff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -42,6 +42,7 @@ "typeorm", "uuidv", "vaul", + "convolens", "whatssummarize", "whatwg", "xlarge" diff --git a/sonar-project.properties b/sonar-project.properties index c33cea1..4d18cef 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ # SonarCloud Configuration -sonar.projectKey=JustAGhosT_whatssummarize +sonar.projectKey=JustAGhosT_convolens sonar.organization=justaghosth # Source directories (only scan application source, not tests)