Dafydd Jones
4777a0838d
Merge pull request #212 from baby-gnu/refactor/inspec-best-practices
...
style(inspec): match current practices for file and control names
2021-02-11 00:13:08 +00:00
Daniel
4bc10bfb3f
Merge pull request #223 from noelmcloughlin/gitignore
...
chore(git): add visual studio to gitignore
2021-02-10 22:04:22 +00:00
Daniel Dehennin
aa8a58b715
style(inspec): match current practices for file and control names
...
I don't find a reference best practices in the documentation but as
stated during a SaltStack Formula Workgroup meeting:
- the `_spec` in the control file name is inherited from RSpec and few
examples use it
- the `control` name should be an identifier, I matched the `tpldot`
name
- the `title` is a human readable description of the `control`
- remove `impact` which is not appropriate for an integration test
2021-02-10 23:02:25 +01:00
Imran Iqbal
978a7e7cd0
ci(pre-commit): update hook for rubocop
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/290
2021-02-02 00:24:21 +00:00
Imran Iqbal
dab2f34c58
test(share): standardise with latest changes [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/288
2021-02-01 07:24:21 +00:00
noelmcloughlin
53b7666c33
chore(git): add visual studio to gitignore
2021-01-20 18:34:15 +00:00
semantic-release-bot
ab99109363
chore(release): 4.3.6 [skip ci]
...
## [4.3.6](https://github.com/saltstack-formulas/template-formula/compare/v4.3.5...v4.3.6 ) (2021-01-14)
### Bug Fixes
* **_mapdata:** ensure map data is directly under `values` ([bcb8e29
](bcb8e29b68
))
### Tests
* **_mapdata:** update for `_mapdata/init.sls` change ([50162ad
](50162adad7
))
2021-01-14 21:42:18 +00:00
Imran Iqbal
ddf31515b9
Merge pull request #221 from myii/fix/ensure-map-data-directly-under-values
...
fix(_mapdata): ensure map data is directly under `values`
2021-01-14 21:34:57 +00:00
Imran Iqbal
50162adad7
test(_mapdata): update for _mapdata/init.sls
change
2021-01-14 21:20:30 +00:00
Daniel Dehennin
bcb8e29b68
fix(_mapdata): ensure map data is directly under values
...
* Semi-automated using https://github.com/myii/ssf-formula/pull/287
2021-01-14 20:35:51 +00:00
semantic-release-bot
d0d9cce017
chore(release): 4.3.5 [skip ci]
...
## [4.3.5](https://github.com/saltstack-formulas/template-formula/compare/v4.3.4...v4.3.5 ) (2020-12-23)
### Code Refactoring
* **map:** use top-level `values:` key in `map.jinja` dumps ([f8e8fcb
](f8e8fcb29e
))
2020-12-23 18:58:55 +00:00
Imran Iqbal
ed9ba7a233
Merge pull request #218 from myii/refactor/use-top-level-values-in-map-jinja-dumps
...
refactor(map): use top-level `values:` key in `map.jinja` dumps
2020-12-23 18:52:29 +00:00
Imran Iqbal
f8e8fcb29e
refactor(map): use top-level values:
key in map.jinja
dumps
...
* Semi-automated using https://github.com/myii/ssf-formula/pull/284
2020-12-23 18:44:04 +00:00
semantic-release-bot
b3b8e5e974
chore(release): 4.3.4 [skip ci]
...
## [4.3.4](https://github.com/saltstack-formulas/template-formula/compare/v4.3.3...v4.3.4 ) (2020-12-22)
### Continuous Integration
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([e476d5a
](e476d5a567
))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([4c300d0
](4c300d01cb
))
### Tests
* **_mapdata:** fix existing verification files ([6bbafed
](6bbafedd1f
))
* **map:** standardise `map.jinja` verification ([4c8cf32
](4c8cf32db1
))
2020-12-22 12:47:05 +00:00
Imran Iqbal
4f8edce11f
Merge pull request #217 from myii/test/standardise-map.jinja-verification
...
test(map): standardise `map.jinja` verification
2020-12-22 12:36:08 +00:00
Imran Iqbal
6bbafedd1f
test(_mapdata): fix existing verification files
2020-12-22 00:46:41 +00:00
Imran Iqbal
4c8cf32db1
test(map): standardise map.jinja
verification
...
* Automated using https://github.com/myii/ssf-formula/pull/281
2020-12-22 00:43:16 +00:00
Imran Iqbal
e476d5a567
ci(commitlint): ensure upstream/master
uses main repo URL [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/278
2020-12-20 18:50:58 +00:00
Imran Iqbal
4c300d01cb
ci(gitlab-ci): add rubocop
linter (with allow_failure
) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/277
2020-12-19 14:36:34 +00:00
semantic-release-bot
5d36fda7a4
chore(release): 4.3.3 [skip ci]
...
## [4.3.3](https://github.com/saltstack-formulas/template-formula/compare/v4.3.2...v4.3.3 ) (2020-12-16)
### Bug Fixes
* **codeowners:** ensure `lib*` files are owned by `ssf` ([d60cc15
](d60cc15366
))
### Continuous Integration
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([0403f62
](0403f62c77
))
2020-12-16 07:25:07 +00:00
Imran Iqbal
0403f62c77
ci(gitlab-ci): use GitLab CI as Travis CI replacement
...
* Automated using https://github.com/myii/ssf-formula/pull/275
2020-12-16 06:59:07 +00:00
Imran Iqbal
7f4c12a82c
chore(convert-formula): add .gitlab-ci.yml
to pattern deletion section
2020-12-16 03:09:59 +00:00
N
e88564807f
Merge pull request #209 from dafyddj/fix/convert-formula
...
fix(codeowners): ensure `lib*` files are owned by `ssf`
2020-11-25 15:45:33 +00:00
semantic-release-bot
889546bad2
chore(release): 4.3.2 [skip ci]
...
## [4.3.2](https://github.com/saltstack-formulas/template-formula/compare/v4.3.1...v4.3.2 ) (2020-10-31)
### Bug Fixes
* **convert-formula.sh:** add -_ to allowed chars in formula name ([a999fee
](a999fee214
))
* **convert-formula.sh:** delete all existing tags ([7c33601
](7c33601fd4
)), closes [#210 ](https://github.com/saltstack-formulas/template-formula/issues/210 )
2020-10-31 19:20:24 +00:00
Imran Iqbal
4be96d3618
Merge pull request #207 from dafyddj/fix/convert-dash-underscore
...
fix(convert-formulas.sh): add -_ to allowed chars in formula name
2020-10-31 19:08:55 +00:00
Dafydd Jones
7c33601fd4
fix(convert-formula.sh): delete all existing tags
...
* closes #210
2020-10-31 18:35:34 +00:00
semantic-release-bot
2f057b0cfd
chore(release): 4.3.1 [skip ci]
...
## [4.3.1](https://github.com/saltstack-formulas/template-formula/compare/v4.3.0...v4.3.1 ) (2020-10-28)
### Tests
* **inspec:** `system.rb` must call parent class initialisation ([1ff9ab1
](1ff9ab15f2
))
2020-10-28 11:03:52 +00:00
Daniel
7c85376480
Merge pull request #214 from baby-gnu/fix/rubocop-system-lib
...
test(inspec): `system.rb` must call parent class initialisation
2020-10-28 10:51:20 +00:00
Daniel Dehennin
1ff9ab15f2
test(inspec): system.rb
must call parent class initialisation
2020-10-28 11:37:24 +01:00
Imran Iqbal
ef7330d485
chore(gemfile+lock): update to latest gem versions (2020-W44) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/274
2020-10-26 22:55:11 +00:00
Imran Iqbal
d3fdd36199
chore(gemfile+lock): update to latest gem versions (2020-W43) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/273
2020-10-20 10:23:04 +01:00
Dafydd Jones
a999fee214
fix(convert-formula.sh): add -_ to allowed chars in formula name
2020-10-14 22:42:18 +01:00
semantic-release-bot
ec90f64469
chore(release): 4.3.0 [skip ci]
...
# [4.3.0](https://github.com/saltstack-formulas/template-formula/compare/v4.2.2...v4.3.0 ) (2020-10-12)
### Continuous Integration
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([e78aa0c
](e78aa0cb78
))
### Features
* add Gentoo support ([4c2f4ed
](4c2f4ede02
))
2020-10-12 08:31:50 +00:00
Imran Iqbal
3c7558a8e2
Merge pull request #213 from myii/feat/add-gentoo
...
feat: add Gentoo support
2020-10-12 09:19:01 +01:00
Imran Iqbal
4c2f4ede02
feat: add Gentoo support
...
Make use of the new pre-salted images:
* https://gitlab.com/saltstack-formulas/infrastructure/salt-image-builder/-/merge_requests/55
2020-10-12 07:33:44 +01:00
Imran Iqbal
e78aa0cb78
ci(pre-commit): finalise rstcheck
configuration [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:53:06 +01:00
Imran Iqbal
46e68213a1
chore(gemfile+lock): update to latest gem versions (2020-W41) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/263
2020-10-07 00:09:17 +01:00
semantic-release-bot
c0c3f235e0
chore(release): 4.2.2 [skip ci]
...
## [4.2.2](https://github.com/saltstack-formulas/template-formula/compare/v4.2.1...v4.2.2 ) (2020-10-06)
### Bug Fixes
* **commitlint:** fix header length at 72 chars as agreed ([a95061d
](a95061ddd0
))
### Continuous Integration
* **pre-commit:** add to formula [skip ci] ([fd89d62
](fd89d62ec6
))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([219e6b7
](219e6b71c8
))
2020-10-06 17:01:56 +00:00
Imran Iqbal
b5e11b3338
Merge pull request #208 from dafyddj/fix/commit-header-length
...
fix(commitlint): fix header length at 72 chars as agreed
2020-10-06 17:58:32 +01:00
Dafydd Jones
a95061ddd0
fix(commitlint): fix header length at 72 chars as agreed
...
at WG meeting. Fix body/header length to 120 after further discussion.
2020-10-06 00:01:58 +01:00
Imran Iqbal
219e6b71c8
ci(pre-commit): enable/disable rstcheck
as relevant [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:25:40 +01:00
Dafydd Jones
fd89d62ec6
ci(pre-commit): add to formula [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 10:54:43 +01:00
Dafydd Jones
d60cc15366
fix(codeowners): ensure lib*
files are owned by ssf
2020-09-28 19:16:55 +01:00
semantic-release-bot
e668832b76
chore(release): 4.2.1 [skip ci]
...
## [4.2.1](https://github.com/saltstack-formulas/template-formula/compare/v4.2.0...v4.2.1 ) (2020-09-21)
### Continuous Integration
* **kitchen+travis:** use `tiamat` pre-salted images ([3a63304
](3a63304f13
))
### Tests
* **oracle:** add InSpec configuration for `oraclelinux` ([c4b66d8
](c4b66d8f0b
))
* **share:** remove unnecessary hostname mangling ([194aa97
](194aa97dff
))
2020-09-21 12:22:10 +00:00
Imran Iqbal
ad3f7c0cfe
Merge pull request #206 from myii/ci/use-tiamat-images
...
ci(kitchen+travis): use `tiamat` pre-salted images
2020-09-21 13:10:43 +01:00
Imran Iqbal
3a63304f13
ci(kitchen+travis): use tiamat
pre-salted images
...
* Automated using https://github.com/myii/ssf-formula/pull/258
2020-09-21 12:30:44 +01:00
Imran Iqbal
c4b66d8f0b
test(oracle): add InSpec configuration for oraclelinux
2020-09-21 12:30:16 +01:00
Imran Iqbal
194aa97dff
test(share): remove unnecessary hostname mangling
...
* https://github.com/saltstack-formulas/openssh-formula/pull/195
2020-09-21 12:17:12 +01:00
semantic-release-bot
02ce903e2b
chore(release): 4.2.0 [skip ci]
...
# [4.2.0](https://github.com/saltstack-formulas/template-formula/compare/v4.1.1...v4.2.0 ) (2020-09-04)
### Continuous Integration
* **kitchen:** execute `_madata` state ([31e1096
](31e1096add
))
* **kitchen+travis:** fix `centos6` suite and rename to `upstart` ([97309c6
](97309c6f4d
))
### Features
* **map:** generate a YAML file to validate `map.jinja` ([fc90075
](fc90075dd9
))
### Tests
* **inspec:** share library to access some minion informations ([64c2b6c
](64c2b6cdae
))
* **inspec:** verify `map.jinja` dump ([3dc28bf
](3dc28bfb34
))
* **platform_finger:** extract from shared library ([d68ed45
](d68ed45109
))
2020-09-04 20:56:30 +00:00
Imran Iqbal
933e0be3bf
Merge pull request #203 from baby-gnu/test/validate-map.jinja
...
test(map): verify `map.jinja` dump using `_mapdata` state
2020-09-04 21:47:16 +01:00