1
0
Fork 0
mirror of synced 2024-09-16 07:22:52 -04:00
Commit graph

274 commits

Author SHA1 Message Date
Imran Iqbal
9a36e1a933
docs(readme): update link to CONTRIBUTING [skip ci] 2019-10-14 11:38:42 +01:00
semantic-release-bot
f94d7774db chore(release): 0.22.1 [skip ci]
## [0.22.1](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.22.0...v0.22.1) (2019-10-11)

### Bug Fixes

* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/sudoers-formula/commit/652c350))
* **rubocop:** fix remaining errors manually ([](https://github.com/saltstack-formulas/sudoers-formula/commit/a10ea35))

### Continuous Integration

* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/sudoers-formula/commit/2821526))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/sudoers-formula/commit/9719ac9))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/sudoers-formula/commit/e63f441))
* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/sudoers-formula/commit/dea2da0))
* **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/sudoers-formula/commit/55ce214))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/sudoers-formula/commit/f3a98c2))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/sudoers-formula/commit/96dcd0f))
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/sudoers-formula/commit/7b44df2))
* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/sudoers-formula/commit/9df9a48))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/sudoers-formula/commit/5e22568))
2019-10-11 21:36:48 +00:00
Imran Iqbal
7a8851ea47
Merge pull request #63 from myii/ci/merge-rubocop-linter
ci(travis): merge `rubocop` linter into main `lint` job
2019-10-11 22:11:49 +01:00
Imran Iqbal
9df9a48754
ci(travis): merge rubocop linter into main lint job
* Semi-automated using https://github.com/myii/ssf-formula/pull/65
2019-10-11 21:40:01 +01:00
Imran Iqbal
371bed2d7a ci(travis): merge rubocop linter into main lint job
* Semi-automated using https://github.com/myii/ssf-formula/pull/65
2019-10-11 21:38:29 +01:00
Imran Iqbal
a10ea35efa
fix(rubocop): fix remaining errors manually 2019-10-11 21:33:11 +01:00
Imran Iqbal
652c350785
fix(rubocop): add fixes using rubocop --safe-auto-correct 2019-10-11 21:31:38 +01:00
Imran Iqbal
8c14b06140 chore(issues): remove issues templates to use org-level templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/61
2019-10-10 15:28:17 +01:00
Éric Veiras Galisson
2c5f1aba31
Merge pull request #62 from myii/ci/merge-matrix-and-add-salt-lint-and-rubocop
ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
2019-10-09 11:39:05 +02:00
Imran Iqbal
f3a98c25e8 ci: merge travis matrix, add salt-lint & rubocop to lint job
* Automated using https://github.com/myii/ssf-formula/pull/60
2019-10-09 03:08:31 +01:00
Imran Iqbal
96dcd0f17b ci: merge travis matrix, add salt-lint & rubocop to lint job
* Automated using https://github.com/myii/ssf-formula/pull/60
2019-10-08 16:38:25 +01:00
Imran Iqbal
00709c7df7 chore(yamllint): update ignored paths and add octal-values [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/59
2019-10-07 19:34:09 +01:00
Imran Iqbal
73aee751a1 chore(issues): update Bug report & Feature request templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/58
2019-10-07 15:28:26 +01:00
Imran Iqbal
9719ac9e3c ci(kitchen): install required packages to bootstrapped opensuse [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/53
2019-10-02 00:09:27 +01:00
Imran Iqbal
e63f441cdb ci(kitchen): use bootstrapped opensuse images until 2019.2.2 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/52
2019-10-01 21:36:15 +01:00
Imran Iqbal
2bb8977195 chore(issues): provide Bug report & Feature request templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/48
2019-09-30 16:01:13 +01:00
Niels Abspoel
a86d6d29c3
Merge pull request #61 from myii/chore/standardise-structure
ci(platform): add `arch-base-latest`
2019-09-25 19:57:31 +02:00
Imran Iqbal
28215266bc ci(kitchen): change log_level to debug instead of info
* Automated using https://github.com/myii/ssf-formula/pull/41
2019-09-23 17:02:11 +01:00
Imran Iqbal
55ce2146a0 ci(platform): add arch-base-latest
* Automated using https://github.com/myii/ssf-formula/pull/40
2019-09-22 22:40:35 +01:00
Niels Abspoel
07bd524b95
Merge pull request #60 from myii/chore/standardise-structure
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
2019-09-12 18:10:33 +02:00
Imran Iqbal
5e22568471 ci(yamllint): add rule empty-values & use new yaml-files setting
* Automated using https://github.com/myii/ssf-formula/pull/27
2019-09-10 05:56:12 +01:00
Niels Abspoel
04839673ad
Merge pull request #59 from myii/chore/standardise-structure
ci: use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround
2019-09-08 21:43:25 +02:00
Imran Iqbal
7b44df2ef9 ci: use dist: bionic & apply opensuse-leap-15 SCP error workaround
* Automated using https://github.com/myii/ssf-formula/pull/22
2019-09-07 03:40:09 +01:00
Niels Abspoel
00159bbf3f
Merge pull request #58 from myii/chore/standardise-structure
ci(kitchen+travis): replace EOL pre-salted images
2019-09-01 11:42:42 +02:00
Imran Iqbal
dea2da0038 ci(kitchen+travis): replace EOL pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/16
2019-08-28 07:40:44 +01:00
semantic-release-bot
b194fe528e chore(release): 0.22.0 [skip ci]
# [0.22.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.21.1...v0.22.0) (2019-08-17)

### Continuous Integration

* **kitchen+travis:** modify matrix to include `develop` platform ([3d42a82](https://github.com/saltstack-formulas/sudoers-formula/commit/3d42a82))

### Features

* **yamllint:** include for this repo and apply rules throughout ([8d08719](https://github.com/saltstack-formulas/sudoers-formula/commit/8d08719))
2019-08-17 09:31:40 +00:00
Niels Abspoel
ced602e4a5
Merge pull request #56 from myii/chore/standardise-structure
feat(yamllint): include for this repo and apply rules throughout
2019-08-17 09:51:30 +02:00
Imran Iqbal
8d08719844
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:

```bash
sudoers-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
  6:23      warning  truthy value should be one of [false, true]  (truthy)

test/salt/pillar/kitchen.sls
  3:1       warning  missing document start "---"  (document-start)
  7:1       error    too many blank lines (1 > 0)  (empty-lines)

test/salt/pillar/default.sls
  1:1       warning  missing document start "---"  (document-start)
  3:23      warning  truthy value should be one of [false, true]  (truthy)
```
2019-08-16 19:22:11 +01:00
Niels Abspoel
9bfca090ed
Merge pull request #55 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-07-21 15:33:33 +02:00
Imran Iqbal
8af3849f1c chore: use semantic-release cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
2019-07-19 13:38:21 +01:00
Imran Iqbal
773c417954
Merge pull request #54 from myii/ci/use-develop-image-in-matrix
ci(kitchen+travis): modify matrix to include `develop` platform
2019-06-28 06:37:37 +01:00
Imran Iqbal
3d42a82890
ci(kitchen+travis): modify matrix to include develop platform
* Use balanced matrix based on `template-formula` guidelines
* Initial ref: https://github.com/saltstack-formulas/template-formula/issues/118
2019-06-28 06:21:43 +01:00
semantic-release-bot
d1346e5c0e chore(release): 0.21.1 [skip ci]
## [0.21.1](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.21.0...v0.21.1) (2019-05-29)

### Tests

* **kitchen:** tests on config files ([5fa1cf1](https://github.com/saltstack-formulas/sudoers-formula/commit/5fa1cf1))
2019-05-29 21:24:47 +00:00
Imran Iqbal
bb2bb016be
Merge pull request #53 from daks/more-tests
test(kitchen): tests on config files
2019-05-29 22:12:34 +01:00
Eric Veiras Galisson
5fa1cf1432 test(kitchen): tests on config files 2019-05-29 22:24:48 +02:00
semantic-release-bot
09bbb6f3a5 chore(release): 0.21.0 [skip ci]
# [0.21.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.20.0...v0.21.0) (2019-05-29)

### Documentation

* fix `CONTRIBUTING` and `README` ([d604876](https://github.com/saltstack-formulas/sudoers-formula/commit/d604876)), closes [#51](https://github.com/saltstack-formulas/sudoers-formula/issues/51)

### Features

* implementing semantic release ([1a59d4e](https://github.com/saltstack-formulas/sudoers-formula/commit/1a59d4e))
2019-05-29 19:04:30 +00:00
Imran Iqbal
ce282bc518
Merge pull request #52 from myii/docs/fix-contributing
docs: fix `CONTRIBUTING` and `README`
2019-05-29 19:52:08 +01:00
Imran Iqbal
d60487643e
docs: fix CONTRIBUTING and README
* Finalises comments from #51
2019-05-29 19:50:49 +01:00
Imran Iqbal
4fb086a88c
Merge pull request #51 from daks/semantic-release
feat: implementing semantic release
2019-05-29 19:44:20 +01:00
Eric Veiras Galisson
1a59d4e99a feat: implementing semantic release 2019-05-29 17:41:56 +02:00
Imran Iqbal
07a1b127ec
Merge pull request #50 from daks/kitchen-tests
feat: implementing kitchen tests and activate them on travis
2019-05-27 20:38:04 +01:00
Eric Veiras Galisson
1774df001e feat: implementing kitchen tests and activate them on travis 2019-05-27 16:13:58 +02:00
Anthony Martinet
d8a0e12abf fix(macros) 2019-04-24 17:29:58 +02:00
Anthony Martinet
a1b88a9845 fix(macros) 2019-04-24 17:23:04 +02:00
Alkivi
70e66c97be feat(macro): to use in several state 2019-04-24 11:03:27 +02:00
Javier Bértoli
00480b992c
Merge pull request #47 from asenci/fix_issue_25
Fix issue #25
2018-11-06 18:33:46 -03:00
Andre Sencioles
b925a00048 Fix issue #25
Add "makedirs: True" to the included.sls file as suggested by @tjuup
2018-11-07 10:18:05 +13:00
Niels Abspoel
2fa535ec3a
Merge pull request #43 from ze42/dictsort
dictsort: ensure the dict order is stable
2018-10-27 23:43:45 +02:00
Niels Abspoel
398398f793
Merge pull request #46 from netzvieh/main_sudoers_optional
Make management of the main sudoers config optional
2018-10-27 23:43:00 +02:00
Sebastian Meyer
73d2d70dbb
Make management of the main sudoers config optional
It should be possible to not overwrite the main sudoers configuration
file and only provide files to be included. This introduces a new Pillar
variable to achieve that. If it's not set we default to the old
behaviour of managing that file.
2018-08-22 12:30:32 +02:00