Skip to content

Releases: DaGeRe/peass

Peass 0.3.10

21 Nov 08:40
Compare
Choose a tag to compare

What's Changed

  • Update to Kieker 1.15.4 and KoPeMe 1.3.11
  • Add executableCheckGoals (that might differ for maven)
  • Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot in #163
  • Bump org.apache.groovy:groovy-astbuilder from 4.0.13 to 4.0.14 by @dependabot in #164
  • Bump info.picocli:picocli from 4.7.4 to 4.7.5 by @dependabot in #165
  • Bump org.apache.groovy:groovy-astbuilder from 4.0.14 to 4.0.15 by @dependabot in #168
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #167
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by @dependabot in #169
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.21.0 by @dependabot in #171
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #173
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.1 by @dependabot in #172
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #175
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.21.0 to 2.21.1 by @dependabot in #176
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #178
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #177
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #180
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2 by @dependabot in #179

Full Changelog: peass-parent-0.3.9...peass-parent-0.3.10

Peass 0.3.9

11 Oct 07:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: peass-parent-0.3.6...peass-parent-0.3.9

Peass 0.3.6

23 Feb 15:14
Compare
Choose a tag to compare
  • Minor bigfixes
  • Update dependency versions

Peass 0.3.4

08 Dec 18:50
Compare
Choose a tag to compare

What's Changed

  • Use mvn wrapper if present to execute maven tests
  • Update to KoPeMe 1.2.1, so problems with mock initialization in @BeforeEach should disappear

peass-parent-0.3.3

06 Dec 18:22
Compare
Choose a tag to compare

What's Changed

  • Visualize single commit tree (for better root cause understanding)
  • Escape ${, so Javascript can be printed correctly
  • Update the gradle file for sequentially execution by @bam-hbt in #93
  • Update the gradle file for sequentially execution depending on statement #93 by @bam-hbt in #94
  • fix editing execution mode by @bam-hbt in #95
  • Search for pid in more lines for deletion of gradle daemon logfiles by @mawHBT in #96
  • Cleaned up TestJVMArgsGradle, don't add whitespace in ArgLineBuilder.getJVMArgs by @mawHBT in #98
  • Clean after checkout a commit by @bam-hbt in #99
  • Corrected TestJVMArgsGradle, provide failing test for adding aspectJ if no testblock is present by @mawHBT in #101
  • Extended testing for aspectJ-adding by @mawHBT in #104
  • Fixed adding of aspectJ-line for IT if onlyOneCallRecording is set by @mawHBT in #105
  • Some code cleaning by @mawHBT in #107
  • Fixed detection of gradle module-names by @mawHBT in #108
  • replace logs in german, correct constant by @amtsvch in #109
  • check test class for mockito before adding "_peass_initializeMockito"… by @bam-hbt in #111
  • fix executionConfig for clearMockitoCaches by @bam-hbt in #112
  • Add methods to update versions in Gradle file for Anbox. by @alex-iotiq in #92
  • Copy files required by KoPeMe to emulator by @metint in #115
  • cleanup exceptions and correct log message by @amtsvch in #116
  • Add external storage read/write permission for Android by @metint in #117

New Contributors

Full Changelog: peass-parent-0.3.1...peass-parent-0.3.3

Peass 0.3.1

03 Oct 12:34
Compare
Choose a tag to compare

What's Changed

  • Check for empty static selection to avoid exceptions
  • Use projectName instead of just name by @mawHBT in #87
  • Added Resultfolders.getResultFolder by @mawHBT in #88
  • Add adb pull command to copy measurementsTemp folder from emulator to the project folder. by @alex-iotiq in #89
  • Add Test for changing System Property "execution mode" by @bam-hbt in #91
  • Add exclusions to implementation dependencies in gradle.build for Emulator. by @alex-iotiq in #90

New Contributors

Full Changelog: peass-parent-0.3.0...peass-parent-0.3.1

Peass 0.3.0

03 Oct 12:32
Compare
Choose a tag to compare
  • Consistent naming: commit instead version
  • Use copy instead clone for local git usage (to support git crypt usage, which otherwise needs to be decrypted everytime)
  • Store methods that are freshly ignored
  • Add increaseVariableValue
  • Separate TestMethodCall and TestClazzCall
  • Adapt result file structure, so lengthy classnames do not result in errors
  • Several bugfixes and dependency updates

Peass 0.2.1

06 Jul 15:03
Compare
Choose a tag to compare

What's Changed

  • Several bugfixes and enhancements, including:
  • [Feature] Command Option Forbidden Methods by @stro18 in #62
  • Fix Visualization for parameterized Tests by @bam-hbt in #64
  • Added file:// to git clone calls to avoid problems with git-lfs by @mawHBT in #66
  • Typeerror corrected by @mawHBT in #68
  • Dont use getIntegrationTestLine in GradleBuildfileEditor.enhanceTestTask by @mawHBT in #69
  • Fix Testcase Pattern Generation Method by @bam-hbt in #71
  • fix result reading for method with default visibility by @bam-hbt in #72
  • Cleaning by @mawHBT in #75

Full Changelog: peass-parent-0.2.0...peass-parent-0.2.1

Peass 0.2.0

25 Apr 11:01
Compare
Choose a tag to compare

What's Changed

  • Update to KoPeMe 1.1.0, so data are saved in JSON
  • Change of interface: version renamed to commit
  • Use correct peass-jmh version in peass-starter by @mawHBT in #57
  • throw Exception if smudge filter lfs failed by @bam-hbt in #58
  • Make gradle Java/SpringBootPluginName configurable via cli by @bam-hbt in #59
  • Several minor bugfixes

New Contributors

Full Changelog: peass-parent-0.1.13...peass-parent-0.2.0

Release 0.1.13

09 Apr 13:30
Compare
Choose a tag to compare

What's Changed

  • [Fix] comparison with java.lang class names by @stro18 in #55
  • Added DEFAULT_TRACE_SIZE_IN_MB to KiekerConfig by @mawHBT in #56
  • Rename command line options with version to commit (e.g. -startversion is now -startcommit), old and deprecated options will be removed in 0.2.0
  • Fix writing traces that consist of a byte[] too big for Java