From 4ff3282cff3a75cf523ee664f01ce7a732cd0287 Mon Sep 17 00:00:00 2001 From: ffriedl89 Date: Wed, 21 Feb 2024 15:12:57 +0100 Subject: [PATCH 1/2] chore: Adds one trust to barista.dynatrace.com --- .../src/environments/production/index.html | 62 +++++++++++++++++-- 1 file changed, 58 insertions(+), 4 deletions(-) diff --git a/apps/barista-design-system/src/environments/production/index.html b/apps/barista-design-system/src/environments/production/index.html index b61de2c4e6..08852d9858 100644 --- a/apps/barista-design-system/src/environments/production/index.html +++ b/apps/barista-design-system/src/environments/production/index.html @@ -1,14 +1,59 @@ + + + + + From d21b5cb45062ddee0e78731b18a44caac20a6f2d Mon Sep 17 00:00:00 2001 From: ffriedl89 Date: Wed, 21 Feb 2024 15:37:26 +0100 Subject: [PATCH 2/2] chore: Remove sonar due to added maintenance efforts. --- .circleci/config.yml | 19 ------------------- sonar-project.properties | 15 --------------- 2 files changed, 34 deletions(-) delete mode 100644 sonar-project.properties diff --git a/.circleci/config.yml b/.circleci/config.yml index 7cfde5366b..ecab8eff2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,6 @@ version: 2.1 orbs: - sonarcloud: sonarsource/sonarcloud@1.0.1 snyk: snyk/snyk@1.1.2 nx: nrwl/nx@1.1.1 # win: circleci/windows@2.2.0 @@ -138,19 +137,6 @@ jobs: root: ~/barista paths: - . - - # - sonar checks - sonar: - executor: buildpack - environment: - # - sonar needs more memory for the scanner run if a LOT of files are changed - SONAR_SCANNER_OPTS: -Xmx1024m - steps: - - skip_for_forked_pull_requests - - attach_workspace: - at: ~/barista - - sonarcloud/scan - # - snyk security checks security-checks: executor: buildpack @@ -353,11 +339,6 @@ workflows: context: barista requires: - install - - sonar: - # SONAR_TOKEN is needed for sonar cloud checks - context: barista - requires: - - install # - security-checks: # # SNYK_TOKEN is needed for security checking # context: barista diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index cb808563e7..0000000000 --- a/sonar-project.properties +++ /dev/null @@ -1,15 +0,0 @@ -sonar.projectKey=dynatrace-oss_barista -sonar.organization=dynatrace-oss - -# This is the name and version displayed in the SonarCloud UI. -sonar.projectName=Barista -sonar.projectVersion=1.0 - -# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -sonar.sources=. - -# Encoding of the source code. Default is default system encoding -sonar.sourceEncoding=UTF-8 - -# Exlcuding the files for the schematics to avoid sonar errors -sonar.exclusions=tools/generators/**