Skip to content

Commit

Permalink
Merge pull request #29 from opsani/feature/enhanced-checks
Browse files Browse the repository at this point in the history
Integrate enhanced checks
  • Loading branch information
blakewatters authored Aug 30, 2020
2 parents caf3e82 + e1fecbc commit b68b65d
Show file tree
Hide file tree
Showing 16 changed files with 1,576 additions and 270 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ This changelog catalogs all notable changes made to the project. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Releases are
versioned in accordance with [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Enhanced
- The checks subsystem has been rearchitected to streamline the development of
checks and provide a better operational experience for running and debugging checks.

### Added
- `servo run --check` will run all configured checks before starting the servo runloop.
- `servo check` now supports filtering by name, id, and tags. Failure mode handling is configurable via `--halt-on-failed=[requirement,check,never]`

## [0.5.1] - 2020-08-23

### Removed
Expand Down
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ freezegun = "^0.3.15"
asynctest = {git = "https://github.com/Martiusweb/asynctest.git", rev = "py3.8"}
respx = "^0.11.2"
kubetest = "^0.8.1"
pytest-freezegun = "^0.4.2"

[tool.poetry.scripts]
servo = "servo.entry_points:run_cli"
Expand Down
Loading

0 comments on commit b68b65d

Please sign in to comment.