-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch other/next-release into main
- Loading branch information
Showing
7 changed files
with
75 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Release notes | ||
|
||
## Changes | ||
|
||
- Added developmentstate-check. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<cps:codeunit xmlns:cps="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure" codeunitspecificationversion="2.7.10" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.7.10/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="false"> | ||
<cps:codeunit xmlns:cps="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure" codeunitspecificationversion="2.9.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.1/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="false"> | ||
<cps:name>SCBuilder</cps:name> | ||
<cps:version>3.4.51</cps:version> | ||
<cps:properties codeunithastestablesourcecode="false" codeunithasupdatabledependencies="false" throwexceptionifcodeunitfilecannotbevalidated="true" description="SCBuilder is a container-image with a build-framework for software-projects."/> | ||
<cps:codeunitownername>Marius Göcke</cps:codeunitownername> | ||
<cps:codeunitowneremailaddress>[email protected]</cps:codeunitowneremailaddress> | ||
<cps:properties codeunithastestablesourcecode="false" codeunithasupdatabledependencies="false" throwexceptionifcodeunitfilecannotbevalidated="true" developmentstate="Maintenance-updates only" description="SCBuilder is a container-image with a build-framework for software-projects."/> | ||
<cps:dependentcodeunits> | ||
<cps:dependentcodeunit>ScriptCollection</cps:dependentcodeunit> | ||
</cps:dependentcodeunits> | ||
<cps:pipelinedemands> | ||
</cps:pipelinedemands> | ||
<cps:updatesettings> | ||
<cps:ignoreddependencies> | ||
</cps:ignoreddependencies> | ||
</cps:updatesettings> | ||
<cps:developerteam> | ||
<cps:developer> | ||
<cps:developername>Marius Göcke</cps:developername> | ||
|
15 changes: 15 additions & 0 deletions
15
ScriptCollection/Other/Resources/TestCoverageHistory/2024-09-29_21-54-51_CoverageHistory.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<coverage version="1.0" date="2024-09-29_21-54-51" tag="v3.5.17"> | ||
<assembly name="ScriptCollection"> | ||
<class name="Executables.py" coveredlines="0" coverablelines="271" totallines="371" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="GeneralUtilities.py" coveredlines="469" coverablelines="736" totallines="873" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProcessesRunner.py" coveredlines="0" coverablelines="31" totallines="41" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProgramRunnerBase.py" coveredlines="22" coverablelines="28" totallines="47" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProgramRunnerEpew.py" coveredlines="40" coverablelines="103" totallines="122" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProgramRunnerPopen.py" coveredlines="23" coverablelines="38" totallines="51" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="RPStream.py" coveredlines="0" coverablelines="32" totallines="42" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ScriptCollectionCore.py" coveredlines="551" coverablelines="1388" totallines="1865" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="TasksForCommonProjectStructure.py" coveredlines="448" coverablelines="2032" totallines="2632" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="UpdateCertificates.py" coveredlines="0" coverablelines="105" totallines="126" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
</assembly> | ||
</coverage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<cps:codeunit xmlns:cps="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure" codeunitspecificationversion="2.9.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.0/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true"> | ||
<cps:name>ScriptCollection</cps:name> | ||
<cps:version>3.5.16</cps:version> | ||
<cps:codeunitownername>Marius Göcke</cps:codeunitownername> | ||
<cps:codeunitowneremailaddress>[email protected]</cps:codeunitowneremailaddress> | ||
<cps:properties codeunithastestablesourcecode="true" codeunithasupdatabledependencies="true" throwexceptionifcodeunitfilecannotbevalidated="true" developmentState="Active Development" description="ScriptCollection is the place for reusable scripts."> | ||
<cps:testsettings minimalcodecoverageinpercent="30"/> | ||
<cps:pipelinedemands> | ||
</cps:pipelinedemands> | ||
<cps:updatesettings> | ||
<cps:ignoreddependencies> | ||
</cps:ignoreddependencies> | ||
</cps:updatesettings> | ||
</cps:properties> | ||
<cps:dependentcodeunits/> | ||
<cps:developerteam> | ||
<cps:developer> | ||
<cps:developername>Marius Göcke</cps:developername> | ||
<cps:developeremailaddress>[email protected]</cps:developeremailaddress> | ||
</cps:developer> | ||
</cps:developerteam> | ||
<!-- | ||
<cps:demands> | ||
<cps:demandstool name="python" version="3.11"/> | ||
<cps:demandstool name="pip3" version="22"/> | ||
<cps:demandstool name="git" version="2.39"/> | ||
<cps:demandstool name="gitversion" version="5"/> | ||
<cps:demandstool name="docfx" version="2"/> | ||
<cps:demandstool name="reportgenerator" version="5"/> | ||
</cps:demands> | ||
--> | ||
</cps:codeunit> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<cps:codeunit xmlns:cps="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure" codeunitspecificationversion="2.9.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.1/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true"> | ||
<cps:name>ScriptCollection</cps:name> | ||
<cps:version>3.5.17</cps:version> | ||
<cps:codeunitownername>Marius Göcke</cps:codeunitownername> | ||
<cps:codeunitowneremailaddress>[email protected]</cps:codeunitowneremailaddress> | ||
<cps:properties codeunithastestablesourcecode="true" codeunithasupdatabledependencies="true" throwexceptionifcodeunitfilecannotbevalidated="true" developmentstate="Active development" description="ScriptCollection is the place for reusable scripts."> | ||
<cps:testsettings minimalcodecoverageinpercent="30"/> | ||
<cps:pipelinedemands> | ||
</cps:pipelinedemands> | ||
<cps:updatesettings> | ||
<cps:ignoreddependencies> | ||
</cps:ignoreddependencies> | ||
</cps:updatesettings> | ||
</cps:properties> | ||
<cps:dependentcodeunits/> | ||
<cps:developerteam> | ||
<cps:developer> | ||
<cps:developername>Marius Göcke</cps:developername> | ||
<cps:developeremailaddress>[email protected]</cps:developeremailaddress> | ||
</cps:developer> | ||
</cps:developerteam> | ||
<!-- | ||
<cps:demands> | ||
<cps:demandstool name="python" version="3.11"/> | ||
<cps:demandstool name="pip3" version="22"/> | ||
<cps:demandstool name="git" version="2.39"/> | ||
<cps:demandstool name="gitversion" version="5"/> | ||
<cps:demandstool name="docfx" version="2"/> | ||
<cps:demandstool name="reportgenerator" version="5"/> | ||
</cps:demands> | ||
--> | ||
</cps:codeunit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = ScriptCollection | ||
version = 3.5.16 | ||
version = 3.5.17 | ||
author = Marius Göcke | ||
author_email = [email protected] | ||
description = The ScriptCollection is the place for reusable scripts. | ||
|