forked from dseira/cron-formula
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.2.4](v0.2.3...v0.2.4) (2019-10-23) ### Bug Fixes * **saltcheck:** fix broken import and standardise across test files ([](7911b71)) * **saltcheck:** fix invalid `service` test ([](677c956)) * **saltcheck:** remove trailing spaces ([](aada0ae)) * **saltcheck:** replace `map.jinja` references with InSpec conditionals ([](7e9e619)) * **saltcheck:** update for `cron` instead of `cron_settings` ([](26cfa4f)) ### Code Refactoring * **config:** minimise and standardise between `.sls` & `.tst` ([](18585bd)) * **config:** remove duplication in using a loop ([](652ebff)) * **jinja:** used shortened form of `|default` filter ([](a0f891e)) * **saltcheck:** relocate `.tst` files according to 1:1 `.sls` files ([](ee65236)), closes [/github.com//pull/4#issuecomment-544140377](https://github.com//github.com/saltstack-formulas/cron-formula/pull/4/issues/issuecomment-544140377) * **saltcheck:** use `package.tst` instead of `install.tst` ([](d2c9544)) * **saltcheck:** use root-level `saltcheck-tests` directory ([](6e54c3f)) ### Continuous Integration * **travis:** obtain `saltcheck.py` and run the tests (only on `develop`) ([](8ae46e5)) * **travis:** run `salt-lint` for `.tst` files as well ([](baab964)) * **travis:** standardise `saltcheck` comments ([](e23276b)) * **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([](b701d79)) ### Styles * **config.tst:** rearrange Jinja statements for clarity ([](8abec54)) * **saltcheck:** merge `absent` & `present` into one `if` block ([](33f344c)) * **saltcheck:** use consistent order of assertions ([](88229f0)) ### Tests * **pillar:** add test for `commented` and clarify each test ([](3d0dcb2)) * **pillar:** ensure `special` is being tested as well ([](951a959)) * **saltcheck:** add first tests ([](9847aff)) * **saltcheck:** add support for `random` values ([](007970f)) * **saltcheck:** add test for `service.available` ([](226eb88)) * **saltcheck:** add test for `service.running` ([](5cdc50f)) * **saltcheck:** avoid `map.jinja`, use the test pillar instead ([](cce5e67)) * **saltcheck:** fix `config` tests ([](9225b18)) * **saltcheck:** remove duplication in `config.tst` using a loop ([](72281c7)) * **saltcheck:** test for `commented` and not `commented` ([](5070611)) * **saltcheck:** test for `special` in `config.tst` as well ([](6f2b323)) * **saltcheck:** use local `map.jinja` to workaround missing `tpldata` ([](8845b3c))
- Loading branch information
1 parent
7e6742b
commit 41cca8a
Showing
5 changed files
with
119 additions
and
5 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
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
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