Skip to content

0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@kornys kornys released this 19 Mar 16:44
· 92 commits to main since this release
98e4442

What's Changed

  • Add github workflows and enable release plugins by @kornys in #5
  • Add Wait.until() to the test-frame by @im-konge in #6
  • Reorganize packages to new root by @kornys in #10
  • Add workflow for autoassign and put reviewers by @kornys in #16
  • Add kubecmd client and executor by @kornys in #15
  • Add initial implementation of ResourceManager by @kornys in #17
  • Add checkstyle and fix current violation by @obabec in #18
  • Add RM annotations for better UX by @kornys in #19
  • Modify feeding BooleanSupplier and ontTimeout Runnable to waitUntil by @obabec in #21
  • Add module with tests and gh workflow by @kornys in #20
  • Rename ResourceManager to avoid import conflicts by @obabec in #22
  • Add method for loading multi kube resource file by @kornys in #25
  • Enable javadoc plugin and generates javadoc for libs by @kornys in #26
  • Add logger (logback) to test-frame by @im-konge in #27
  • Add spotbugs check to the project and build pipeline by @im-konge in #28
  • Write readme file for test-frame with usage and examples by @kornys in #31
  • Add tests to common module against mock kube by @kornys in #32
  • Call TestVisualSeparator in unit tests by @kornys in #33
  • Add readResorucesFromFile into RM too by @kornys in #34
  • Fix path to nexus push script in release by @kornys in #35
  • Update sonatype publish version by @kornys in #36
  • Fix metadata in test-frame poms by @kornys in #37

New Contributors

Full Changelog: https://github.com/skodjob/test-frame/commits/0.1.0-alpha

Usage

<dependency>
    <groupId>io.skodjob</groupId>
    <artifactId>test-frame-common</artifactId>
    <version>0.1.0-alpha</version>
</dependency>
<dependency>
    <groupId>io.skodjob</groupId>
    <artifactId>test-frame-kubernetes</artifactId>
    <version>0.1.0-alpha</version>
</dependency>
<dependency>
    <groupId>io.skodjob</groupId>
    <artifactId>test-frame-openshift</artifactId>
    <version>0.1.0-alpha</version>
</dependency>