From f7fa176a95dad9fb7bc352359c156ebd902fa5d6 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Fri, 14 Apr 2023 13:57:57 +0200 Subject: [INTEGRATION] Update deprecated whitelist_externals in tox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Additionally renamed the docs folder as it wasn't containing docs. Issue-ID: INT-2221 Change-Id: Ie7a5ad71569e693442c8a27b13eba9935b48af98 Signed-off-by: Marek SzwaƂkiewicz --- README_SONAR.md | 14 +++++++------- docs/sonarqube/create_new_project_sonarqube.png | Bin 14163 -> 0 bytes docs/sonarqube/create_new_project_step1_sonarqube.png | Bin 21258 -> 0 bytes docs/sonarqube/create_new_project_step2_sonarqube.png | Bin 33382 -> 0 bytes docs/sonarqube/create_new_project_step3_sonarqube.png | Bin 37968 -> 0 bytes docs/sonarqube/create_new_project_step4_sonarqube.png | Bin 100125 -> 0 bytes docs/sonarqube/login_sonarqube.png | Bin 11670 -> 0 bytes docs/sonarqube/sonarqube_report.png | Bin 92426 -> 0 bytes tox.ini | 5 ++++- tutorials/sonarqube/create_new_project_sonarqube.png | Bin 0 -> 14163 bytes .../sonarqube/create_new_project_step1_sonarqube.png | Bin 0 -> 21258 bytes .../sonarqube/create_new_project_step2_sonarqube.png | Bin 0 -> 33382 bytes .../sonarqube/create_new_project_step3_sonarqube.png | Bin 0 -> 37968 bytes .../sonarqube/create_new_project_step4_sonarqube.png | Bin 0 -> 100125 bytes tutorials/sonarqube/login_sonarqube.png | Bin 0 -> 11670 bytes tutorials/sonarqube/sonarqube_report.png | Bin 0 -> 92426 bytes 16 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 docs/sonarqube/create_new_project_sonarqube.png delete mode 100644 docs/sonarqube/create_new_project_step1_sonarqube.png delete mode 100644 docs/sonarqube/create_new_project_step2_sonarqube.png delete mode 100644 docs/sonarqube/create_new_project_step3_sonarqube.png delete mode 100644 docs/sonarqube/create_new_project_step4_sonarqube.png delete mode 100644 docs/sonarqube/login_sonarqube.png delete mode 100644 docs/sonarqube/sonarqube_report.png create mode 100644 tutorials/sonarqube/create_new_project_sonarqube.png create mode 100644 tutorials/sonarqube/create_new_project_step1_sonarqube.png create mode 100644 tutorials/sonarqube/create_new_project_step2_sonarqube.png create mode 100644 tutorials/sonarqube/create_new_project_step3_sonarqube.png create mode 100644 tutorials/sonarqube/create_new_project_step4_sonarqube.png create mode 100644 tutorials/sonarqube/login_sonarqube.png create mode 100644 tutorials/sonarqube/sonarqube_report.png diff --git a/README_SONAR.md b/README_SONAR.md index e65b7e6..b2363c8 100644 --- a/README_SONAR.md +++ b/README_SONAR.md @@ -10,30 +10,30 @@ All instructions based at an article at https://www.vogella.com/tutorials/SonarQ a). Log in at http://localhost:9000 - ![alt text](docs/sonarqube/login_sonarqube.png "Log in") + ![alt text](tutorials/sonarqube/login_sonarqube.png "Log in") Username: admin Password: admin b). Create a new Sonar project. - ![alt text](docs/sonarqube/create_new_project_sonarqube.png "Create a new project") + ![alt text](tutorials/sonarqube/create_new_project_sonarqube.png "Create a new project") - Set project name - ![alt text](docs/sonarqube/create_new_project_step1_sonarqube.png "Set project name") + ![alt text](tutorials/sonarqube/create_new_project_step1_sonarqube.png "Set project name") - Generate token - ![alt text](docs/sonarqube/create_new_project_step2_sonarqube.png "Generate token") + ![alt text](tutorials/sonarqube/create_new_project_step2_sonarqube.png "Generate token") You should see - ![alt text](docs/sonarqube/create_new_project_step3_sonarqube.png "Generated token") + ![alt text](tutorials/sonarqube/create_new_project_step3_sonarqube.png "Generated token") - Select code language and building technology - ![alt text](docs/sonarqube/create_new_project_step4_sonarqube.png "Select code language") + ![alt text](tutorials/sonarqube/create_new_project_step4_sonarqube.png "Select code language") c). Run code analyse using command from a previous step. @@ -56,7 +56,7 @@ All instructions based at an article at https://www.vogella.com/tutorials/SonarQ [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report ``` Click at link http://localhost:9000/dashboard?id=pnf-simulator to see Sonar report - ![alt text](docs/sonarqube/sonarqube_report.png "Select code language") + ![alt text](tutorials/sonarqube/sonarqube_report.png "Select code language") IMPORTANT: Please note command used to run code analise. You will need it later. diff --git a/docs/sonarqube/create_new_project_sonarqube.png b/docs/sonarqube/create_new_project_sonarqube.png deleted file mode 100644 index 0d41700..0000000 Binary files a/docs/sonarqube/create_new_project_sonarqube.png and /dev/null differ diff --git a/docs/sonarqube/create_new_project_step1_sonarqube.png b/docs/sonarqube/create_new_project_step1_sonarqube.png deleted file mode 100644 index 5601672..0000000 Binary files a/docs/sonarqube/create_new_project_step1_sonarqube.png and /dev/null differ diff --git a/docs/sonarqube/create_new_project_step2_sonarqube.png b/docs/sonarqube/create_new_project_step2_sonarqube.png deleted file mode 100644 index 0e759dc..0000000 Binary files a/docs/sonarqube/create_new_project_step2_sonarqube.png and /dev/null differ diff --git a/docs/sonarqube/create_new_project_step3_sonarqube.png b/docs/sonarqube/create_new_project_step3_sonarqube.png deleted file mode 100644 index be8b1a1..0000000 Binary files a/docs/sonarqube/create_new_project_step3_sonarqube.png and /dev/null differ diff --git a/docs/sonarqube/create_new_project_step4_sonarqube.png b/docs/sonarqube/create_new_project_step4_sonarqube.png deleted file mode 100644 index 810b35f..0000000 Binary files a/docs/sonarqube/create_new_project_step4_sonarqube.png and /dev/null differ diff --git a/docs/sonarqube/login_sonarqube.png b/docs/sonarqube/login_sonarqube.png deleted file mode 100644 index 4810cf0..0000000 Binary files a/docs/sonarqube/login_sonarqube.png and /dev/null differ diff --git a/docs/sonarqube/sonarqube_report.png b/docs/sonarqube/sonarqube_report.png deleted file mode 100644 index 925d256..0000000 Binary files a/docs/sonarqube/sonarqube_report.png and /dev/null differ diff --git a/tox.ini b/tox.ini index 68745ff..102cead 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,12 @@ requires = pip >= 8 [testenv] basepython = python3 -whitelist_externals = +allowlist_externals = git bash + /bin/bash + sh + /bin/sh deps = coala-bears diff --git a/tutorials/sonarqube/create_new_project_sonarqube.png b/tutorials/sonarqube/create_new_project_sonarqube.png new file mode 100644 index 0000000..0d41700 Binary files /dev/null and b/tutorials/sonarqube/create_new_project_sonarqube.png differ diff --git a/tutorials/sonarqube/create_new_project_step1_sonarqube.png b/tutorials/sonarqube/create_new_project_step1_sonarqube.png new file mode 100644 index 0000000..5601672 Binary files /dev/null and b/tutorials/sonarqube/create_new_project_step1_sonarqube.png differ diff --git a/tutorials/sonarqube/create_new_project_step2_sonarqube.png b/tutorials/sonarqube/create_new_project_step2_sonarqube.png new file mode 100644 index 0000000..0e759dc Binary files /dev/null and b/tutorials/sonarqube/create_new_project_step2_sonarqube.png differ diff --git a/tutorials/sonarqube/create_new_project_step3_sonarqube.png b/tutorials/sonarqube/create_new_project_step3_sonarqube.png new file mode 100644 index 0000000..be8b1a1 Binary files /dev/null and b/tutorials/sonarqube/create_new_project_step3_sonarqube.png differ diff --git a/tutorials/sonarqube/create_new_project_step4_sonarqube.png b/tutorials/sonarqube/create_new_project_step4_sonarqube.png new file mode 100644 index 0000000..810b35f Binary files /dev/null and b/tutorials/sonarqube/create_new_project_step4_sonarqube.png differ diff --git a/tutorials/sonarqube/login_sonarqube.png b/tutorials/sonarqube/login_sonarqube.png new file mode 100644 index 0000000..4810cf0 Binary files /dev/null and b/tutorials/sonarqube/login_sonarqube.png differ diff --git a/tutorials/sonarqube/sonarqube_report.png b/tutorials/sonarqube/sonarqube_report.png new file mode 100644 index 0000000..925d256 Binary files /dev/null and b/tutorials/sonarqube/sonarqube_report.png differ -- cgit 1.2.3-korg