Skip to content

Releases: ottomatica/opunit

Updated dependencies

13 Jun 00:24
daad20d
Compare
Choose a tag to compare
Updated dependencies Pre-release
Pre-release

Dependencies ⚙️

  • deps: bump check-disk-space from 1.5.0 to 2.0.0 (#108) (a263d0f)
  • deps: bump fs-extra to 8.0.1 (#100) (cbe729e)
  • deps: bump semver to 6.1.1 (#105) (39431a1)
  • deps: bump systeminformation to 4.9.2 (#111) (825976c)
  • deps: bump yargs from 13.2.2 to 13.2.4 (#99) (43ca02c)
  • deps-dev: bump eslint-plugin-import from 2.17.2 to 2.17.3 (#103) (d6d5730)

Setting exit code on failure and bug fixes

06 May 16:43
032ef88
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Fix reachable check for directories (8f3e812)
  • checks: Fixes conditional statement in reachable check (2aaf6c7)
  • checks: reachable check should use status of last redirect (5b83f98)
  • reachable: parses redirected headers and searches for 200 ok (#80) (35e986d)

Features 💡

  • Exit code = 1 when any checks fail (50fb273)

v0.3.2

07 Feb 15:52
80256b1
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Chore:

  • Chore: updated dependencies
  • Build: uninstalled unused dependency, lodash

v0.3.1

07 Feb 15:31
80b1549
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Bug Fixes 🐛

  • checks: Fix reachable check for Baker and ssh connector (7d05ecc)
  • correct output when no match found. (984329b)
  • improve version matching #43 (10e9a8f)

v0.3.0

03 Jan 01:14
c68b250
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Bug Fixes 🐛

  • checkFile (fa2874f)
  • checkFile should use pathExists in connector (18ce757)
  • Fix isReachable() for ssh connectors (04dd5b9)
  • Fix resolvePath helper function (e8f7cc7)
  • Fix resolving path in contains check (094d5b4)
  • remove stray console.log (2b243ee)
  • checks: Add tearDown() for ssh (and Vagrant) connector (66c9e22), closes #39
  • checks: Fix capability check for local connector (effd57a)
  • connectors: Connectors now check if environment is ready (a27dbe8), closes #7

Features 💡

  • Adjusting bold aesthetic (19fa60b)
  • Experimental profile feature. (01419dc)
  • print group description (4e1c845)
  • checks: Reachable support for local (559165a)
  • support comments for checks. (9b7d20f)
  • checks: Availability check for ssh connector (af5e211)
  • checks: Availability check for Vagrant connector (c6e137c), closes #32 #32 #32
  • checks: Capability check for virtualization, local connector POC (be4cea2)

v0.2.0

11 Nov 14:36
89df68f
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Bug Fixes 🐛

  • connectors: Show correct error message if couldn't find Vagrant (f1bb3fb)
  • Auto select connector now works for Docker and Vagrant from any dir (6e4e727)
  • Fix inventory to skip failing environments and continue to next one (12bc8d0)
  • checks: Fix capability check report message (0996694)
  • Fix inventory which was broken after adding connector auto select (91ba27b), closes #16
  • checks: Fix capability check to work, even if not checking disk (94e173e)
  • checks: Fix timezone check to get correct val from date command (fcd4930)
  • checks: Updating capability check report message (9630321), closes #20
  • connectors: Fix Vagrant connector to work from any directory (e8bb89f), closes #21
  • connectors: Show correct error message if cannot connect to Docker (9d81c01), closes #19
  • connectors: Show correct error message if couldn't find any env (79a66c7), closes #19
  • connectors: Use cwd/test/opunit.yml if criteria path is not given (92b9622)
  • Connectors check if environment is ready (a27dbe8), closes #7

Features 💡

  • checks: Add timezone check (f92bb5d), closes #22
  • checks: Capability check for free disk space (3994fd4)
  • checks: Capability check for memory and cpu cores (9291461), closes #20
  • connectors: Add local connector for Linux hosts (5946d61), closes #25
  • connectors: Auto select connector type based on content of cwd or parameters (5796ddd), closes #19
  • Inventory file to support running checks on multiple instances (8acca9e), closes #16
  • support negation in contains check. (bc3c5e9)
  • connectors: Adding Vagrant connector (09dc0b6), closes #9