diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 0a046ede2f4f..83868717d35a 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -588,20 +588,6 @@ jobs: coverage combine "${final_dir}/"* coverage xml - - name: Analyse code with SonarCloud - uses: sonarsource/sonarcloud-github-action@5875562561d22a34be0c657405578705a169af6c - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - with: - args: > - -Dsonar.organization=rasahq - -Dsonar.projectKey=RasaHQ_rasa - -Dsonar.sources=. - -Dsonar.python.coverage.reportPaths=${{ github.workspace }}/tests_coverage - -Dsonar.host.url=https://sonarcloud.io - -Dsonar.verbose=true - integration_test: name: Run Non-Sequential Integration Tests if: github.ref_type != 'tag' diff --git a/Makefile b/Makefile index bc4f75700c3e..2c6f46c4d0de 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ prepare-tests-windows: # It will retry the installation 5 times if it fails # See: https://github.com/actions/virtual-environments/blob/main/images/win/scripts/ImageHelpers/ChocoHelpers.ps1 prepare-tests-windows-gha: - powershell -command "Choco-Install wget graphviz" + powershell -command "Install-ChocoPackage wget graphviz" test: clean # OMP_NUM_THREADS can improve overall performance using one thread by process (on tensorflow), avoiding overload diff --git a/docs/docs/sources/rasa_interactive___help.txt b/docs/docs/sources/rasa_interactive___help.txt index db77df5d31a7..9f5595b5f00b 100644 --- a/docs/docs/sources/rasa_interactive___help.txt +++ b/docs/docs/sources/rasa_interactive___help.txt @@ -39,7 +39,7 @@ options: --conversation-id CONVERSATION_ID Specify the id of the conversation the messages are in. Defaults to a UUID that will be randomly - generated. (default: 63ab8cd8e6ad4841815417c30590bf7b) + generated. (default: 61871a4af9454ef8b0a777deba38e09e) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/docs/sources/rasa_shell___help.txt b/docs/docs/sources/rasa_shell___help.txt index 670d1d1bf41c..638b50da6516 100644 --- a/docs/docs/sources/rasa_shell___help.txt +++ b/docs/docs/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - bf24137dbb4146c68e2c27024795d560) + ed28c2d22c894a2992bb06afc8c3dabc) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this