From a8d13ab3fb385cd6fe32067da4efaba6d6464f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20G=C4=99bal?= Date: Wed, 20 Mar 2019 21:07:50 +0000 Subject: [PATCH 1/4] Touch sonar-project.properties --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 0f73c8539..328716448 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -19,6 +19,7 @@ sonar.projectDescription=PL/SQL Unit Testing Framework sonar.plsql.file.suffixes=sql,tab,pkb,tpb sonar.language=plsql + sonar.exclusions=create_synonyms_and_grants_for_public.sql, create_user_grants.sql, create_user_synonyms.sql, create_utplsql_owner.sql, define_ut3_owner_param.sql, install.sql, install_above_12_1.sql, install_component.sql, install_headless.sql, uninstall.sql, uninstall_all.sql, uninstall_coverage_tables.sql sonar.pullrequest.provider=github From 3e6d5aea7e4dbda4eef7b72a3eb5cfc62dd41aab Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 20 Mar 2019 21:43:47 +0000 Subject: [PATCH 2/4] Updated project version after build [skip ci] --- VERSION | 2 +- sonar-project.properties | 2 +- source/core/ut_utils.pks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index bfd6faf39..ed530b3a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.1.5-develop +v3.1.5 diff --git a/sonar-project.properties b/sonar-project.properties index 328716448..84e767093 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=utPLSQL # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=utPLSQL -sonar.projectVersion=v3.1.5-develop +sonar.projectVersion=v3.1.5 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Since SonarQube 4.2, this property is optional if sonar.modules is set. diff --git a/source/core/ut_utils.pks b/source/core/ut_utils.pks index 04085a270..a783a332e 100644 --- a/source/core/ut_utils.pks +++ b/source/core/ut_utils.pks @@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is * */ - gc_version constant varchar2(50) := 'v3.1.5.2704-develop'; + gc_version constant varchar2(50) := 'v3.1.5.2706'; subtype t_executable_type is varchar2(30); gc_before_all constant t_executable_type := 'beforeall'; From 81a9caf2a7a348140026cc30690a195a10a93c2d Mon Sep 17 00:00:00 2001 From: Jacek Gebal Date: Wed, 20 Mar 2019 21:55:03 +0000 Subject: [PATCH 3/4] Fixing update of version number in documentation. Updates were not published. --- .travis/push_release_version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/push_release_version.sh b/.travis/push_release_version.sh index 43ca773d8..082359af4 100755 --- a/.travis/push_release_version.sh +++ b/.travis/push_release_version.sh @@ -9,6 +9,7 @@ if [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ] && [ "$TRAVIS_PULL_REQUEST" == git add sonar-project.properties git add VERSION git add source/* + git add docs/* git commit -m 'Updated project version after build [skip ci]' echo "Pushing to origin" git push --quiet origin HEAD:${CURRENT_BRANCH} From fef7ed78ac3cba6cb265cad9d9dd1956a1502562 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 20 Mar 2019 22:06:46 +0000 Subject: [PATCH 4/4] Updated project version after build [skip ci] --- docs/about/authors.md | 2 +- docs/about/license.md | 2 +- docs/about/project-details.md | 2 +- docs/about/support.md | 2 +- docs/index.md | 2 +- docs/userguide/advanced_data_comparison.md | 2 +- docs/userguide/annotations.md | 2 +- docs/userguide/best-practices.md | 2 +- docs/userguide/coverage.md | 2 +- docs/userguide/exception-reporting.md | 2 +- docs/userguide/expectations.md | 2 +- docs/userguide/getting-started.md | 2 +- docs/userguide/install.md | 2 +- docs/userguide/querying_suites.md | 2 +- docs/userguide/reporters.md | 2 +- docs/userguide/running-unit-tests.md | 2 +- docs/userguide/upgrade.md | 2 +- source/core/ut_utils.pks | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/about/authors.md b/docs/about/authors.md index cb3463d25..74f294701 100644 --- a/docs/about/authors.md +++ b/docs/about/authors.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) ### utPLSQL v3 Major Contributors diff --git a/docs/about/license.md b/docs/about/license.md index 66212bb2e..193e46c03 100644 --- a/docs/about/license.md +++ b/docs/about/license.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Version Information diff --git a/docs/about/project-details.md b/docs/about/project-details.md index 1b38f3d5f..4126baeb5 100644 --- a/docs/about/project-details.md +++ b/docs/about/project-details.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # utPLSQL Project Details diff --git a/docs/about/support.md b/docs/about/support.md index 2ee94a403..e774552c8 100644 --- a/docs/about/support.md +++ b/docs/about/support.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # How to get support diff --git a/docs/index.md b/docs/index.md index dbea7b8a5..00c62767d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Introduction to utPLSQL diff --git a/docs/userguide/advanced_data_comparison.md b/docs/userguide/advanced_data_comparison.md index 959be9d52..7bf15f123 100644 --- a/docs/userguide/advanced_data_comparison.md +++ b/docs/userguide/advanced_data_comparison.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Advanced data comparison diff --git a/docs/userguide/annotations.md b/docs/userguide/annotations.md index 1c7ca5f87..3bc2b7456 100644 --- a/docs/userguide/annotations.md +++ b/docs/userguide/annotations.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Annotations diff --git a/docs/userguide/best-practices.md b/docs/userguide/best-practices.md index b216d1fcd..c2ed2cd8d 100644 --- a/docs/userguide/best-practices.md +++ b/docs/userguide/best-practices.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Best Practices diff --git a/docs/userguide/coverage.md b/docs/userguide/coverage.md index 09c3184e5..a4de33f7e 100644 --- a/docs/userguide/coverage.md +++ b/docs/userguide/coverage.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Coverage utPLSQL comes with a built-in coverage reporting engine. The code coverage reporting is based on the DBMS_PROFILER package provided with Oracle database. diff --git a/docs/userguide/exception-reporting.md b/docs/userguide/exception-reporting.md index 3670d9ae3..522a858db 100644 --- a/docs/userguide/exception-reporting.md +++ b/docs/userguide/exception-reporting.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Exception handling and reporting diff --git a/docs/userguide/expectations.md b/docs/userguide/expectations.md index 5d10492b8..e64bbe2f8 100644 --- a/docs/userguide/expectations.md +++ b/docs/userguide/expectations.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Expectation concepts Validation of the code under test (the tested logic of procedure/function etc.) is performed by comparing the actual data against the expected data. diff --git a/docs/userguide/getting-started.md b/docs/userguide/getting-started.md index a8c2225fd..15a0ee039 100644 --- a/docs/userguide/getting-started.md +++ b/docs/userguide/getting-started.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Getting started with TDD and utPLSQL diff --git a/docs/userguide/install.md b/docs/userguide/install.md index 9b886ebc7..547a51a1e 100644 --- a/docs/userguide/install.md +++ b/docs/userguide/install.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Downloading latest version of utPLSQL diff --git a/docs/userguide/querying_suites.md b/docs/userguide/querying_suites.md index de3e0e870..9441386df 100644 --- a/docs/userguide/querying_suites.md +++ b/docs/userguide/querying_suites.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Qyerying for test suites diff --git a/docs/userguide/reporters.md b/docs/userguide/reporters.md index cdba72993..4d340dd78 100644 --- a/docs/userguide/reporters.md +++ b/docs/userguide/reporters.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) utPLSQL provides the following reporting formats. diff --git a/docs/userguide/running-unit-tests.md b/docs/userguide/running-unit-tests.md index 174998112..8985cad7a 100644 --- a/docs/userguide/running-unit-tests.md +++ b/docs/userguide/running-unit-tests.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Running tests diff --git a/docs/userguide/upgrade.md b/docs/userguide/upgrade.md index 1eaae311d..7c0740c32 100644 --- a/docs/userguide/upgrade.md +++ b/docs/userguide/upgrade.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-v3.1.4.2223--develop-blue.svg) +![version](https://img.shields.io/badge/version-v3.1.5.2707-blue.svg) # Upgrading from version 2 diff --git a/source/core/ut_utils.pks b/source/core/ut_utils.pks index a783a332e..8d2ceef9b 100644 --- a/source/core/ut_utils.pks +++ b/source/core/ut_utils.pks @@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is * */ - gc_version constant varchar2(50) := 'v3.1.5.2706'; + gc_version constant varchar2(50) := 'v3.1.5.2707'; subtype t_executable_type is varchar2(30); gc_before_all constant t_executable_type := 'beforeall';