2
0
Commit Graph

785 Commits

Author SHA1 Message Date
Imran Iqbal
12c49b9eb1
Merge pull request #450 from noelmcloughlin/freebsdd
chore(cleanup): delete  unused directory
2020-01-24 01:09:12 +00:00
N
698d6ae3af
chore(cleanup): delete unused directory 2020-01-24 00:56:52 +00:00
Imran Iqbal
9d30df2f5f ci(travis): use major.minor for semantic-release version [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/112
2019-12-22 01:02:06 +00:00
semantic-release-bot
72e2f3640f chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.0.0...v1.1.0) (2019-12-19)

### Features

* **formulas:** git.latest parallelization ([eda88bd](eda88bd1a6))
2019-12-19 19:07:24 +00:00
Niels Abspoel
11eeb7cbc2
Merge pull request #445 from sticky-note/feat/pin_ver_para
feat(formulas): git.latest parallelization
2019-12-19 19:53:57 +01:00
nb
eda88bd1a6 feat(formulas): git.latest parallelization 2019-12-18 11:30:37 +11:00
semantic-release-bot
8eab935043 chore(release): 1.0.0 [skip ci]
# [1.0.0](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.9...v1.0.0) (2019-12-16)

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([fdc60ae](fdc60aed86))

### Features

* **per-formula-opts:** configure git.latest state per formula ([82c840d](82c840d6f9))
* **per-formula-opts:** configure git.latest state per formula ([9362277](9362277f2a))

### BREAKING CHANGES

* **per-formula-opts:** Potential adverse affect on running `salt.formulas` with multiple envs
2019-12-16 14:43:05 +00:00
sticky-note
82c840d6f9 feat(per-formula-opts): configure git.latest state per formula
BREAKING CHANGE: Potential adverse affect on running `salt.formulas` with multiple envs
2019-12-16 14:16:29 +00:00
Imran Iqbal
059d4f04d5
Merge branch '20191216133640' into upstream 2019-12-16 13:45:04 +00:00
Imran Iqbal
fdc60aed86 ci(gemfile): restrict train gem version until upstream fix [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/110
2019-12-16 13:45:04 +00:00
Niels Abspoel
eb192f4050
Merge pull request #444 from MSeven/master
refactor(vagrant): switch image
2019-12-13 23:17:22 +01:00
Martin Griesbach
78048d88b2 Vagrant Updates:
* add Vagrant temp files to .gitignore
	* Update Vagrant Basebox to bento/ubuntu-18.04 (bento images deliver better Vagrant integration)
	* Update Vagrant setup-salt.sh to use the current salt bootstrap script.
2019-12-11 19:03:35 +01:00
nb
9362277f2a feat(per-formula-opts): configure git.latest state per formula 2019-12-04 09:48:35 +11:00
semantic-release-bot
1c03133e34 chore(release): 0.59.9 [skip ci]
## [0.59.9](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.8...v0.59.9) (2019-12-03)

### Tests

* **pkgs_spec:** update for new `opensuse` package ([6da3d0d](6da3d0d935)), closes [/travis-ci.com/saltstack-formulas/salt-formula/jobs/261961203#L1619-L1632](https://github.com//travis-ci.com/saltstack-formulas/salt-formula/jobs/261961203/issues/L1619-L1632)
2019-12-03 22:31:08 +00:00
Imran Iqbal
a7015c2b79
Merge pull request #443 from myii/test/update-for-new-opensuse-package
test(pkgs_spec): update for new `opensuse` package
2019-12-03 22:15:22 +00:00
Imran Iqbal
6da3d0d935
test(pkgs_spec): update for new opensuse package
* https://travis-ci.com/saltstack-formulas/salt-formula/jobs/261961203#L1619-L1632
2019-12-03 21:59:42 +00:00
semantic-release-bot
0260cfd2de chore(release): 0.59.8 [skip ci]
## [0.59.8](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.7...v0.59.8) (2019-11-28)

### Bug Fixes

* **release.config.js:** use full commit hash in commit link [skip ci] ([67e1109](67e110973b))
* **shellcheck:** fix shellcheck error ([cc31514](cc3151436c))

### Continuous Integration

* **travis:** apply changes from build config validation [skip ci] ([56c2eb5](56c2eb5367))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([33f69cf](33f69cfb7b))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([1a27b0a](1a27b0ae84))
* **travis:** run `shellcheck` during lint job [skip ci] ([f4e8ae6](f4e8ae6871))
* **travis:** use build config validation (beta) [skip ci] ([85593f5](85593f555e))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([ef7e1c1](ef7e1c1e7b))
2019-11-28 21:05:15 +00:00
Imran Iqbal
3606c23b50
Merge pull request #442 from aboe76/fix_error_shellcheck
fix(shellcheck): fix shellcheck error
2019-11-28 20:47:25 +00:00
Niels Abspoel
cc3151436c fix(shellcheck): fix shellcheck error 2019-11-28 19:42:14 +01:00
Imran Iqbal
1a27b0ae84 ci(travis): quote pathspecs used with git ls-files [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/107
2019-11-27 22:03:35 +00:00
Imran Iqbal
f4e8ae6871 ci(travis): run shellcheck during lint job [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/106
2019-11-27 21:06:03 +00:00
Imran Iqbal
33f69cfb7b ci(travis): opt-in to dpl v2 to complete build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/100
2019-11-20 16:37:37 +00:00
Imran Iqbal
56c2eb5367 ci(travis): apply changes from build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/98
2019-11-16 20:10:48 +00:00
Imran Iqbal
85593f555e ci(travis): use build config validation (beta) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/97
2019-11-13 16:53:13 +00:00
Imran Iqbal
ef7e1c1e7b perf(travis): improve salt-lint invocation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/90
2019-11-02 08:43:35 +00:00
Imran Iqbal
67e110973b fix(release.config.js): use full commit hash in commit link [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/89
2019-10-31 10:35:46 +00:00
semantic-release-bot
d7c09c753b chore(release): 0.59.7 [skip ci]
## [0.59.7](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.6...v0.59.7) (2019-10-29)

### Continuous Integration

* **kitchen+travis:** upgrade matrix after `2019.2.2` release ([](https://github.com/saltstack-formulas/salt-formula/commit/b6e3a83))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([](https://github.com/saltstack-formulas/salt-formula/commit/4cbf0b2))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([](https://github.com/saltstack-formulas/salt-formula/commit/78d0fee))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([](https://github.com/saltstack-formulas/salt-formula/commit/924817b))

### Tests

* **pkgs_spec:** update for `2019.2.2` release ([](https://github.com/saltstack-formulas/salt-formula/commit/acbc238))
2019-10-29 22:42:16 +00:00
Imran Iqbal
0ec74afe22
Merge pull request #441 from myii/ci/upgrade-matrix-after-2019.2.2
ci(kitchen+travis): upgrade matrix after `2019.2.2` release
2019-10-29 22:21:45 +00:00
Imran Iqbal
b6e3a83229
ci(kitchen+travis): upgrade matrix after 2019.2.2 release
* Automated using https://github.com/myii/ssf-formula/pull/86
2019-10-29 21:58:59 +00:00
Imran Iqbal
acbc238877
test(pkgs_spec): update for 2019.2.2 release
* https://docs.saltstack.com/en/latest/topics/releases/2019.2.2.html
2019-10-29 21:58:59 +00:00
Imran Iqbal
4cbf0b2dc8 ci(travis): update salt-lint config for v0.0.10 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/82
2019-10-23 17:38:01 +01:00
Imran Iqbal
78d0fee197 docs(contributing): remove to use org-level file instead [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/70
2019-10-14 12:32:19 +01:00
Imran Iqbal
924817b498
docs(readme): update link to CONTRIBUTING [skip ci] 2019-10-14 11:38:24 +01:00
semantic-release-bot
d4b2387d33 chore(release): 0.59.6 [skip ci]
## [0.59.6](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.5...v0.59.6) (2019-10-11)

### Tests

* **pkgs_spec:** reset version from `2019.2.1` back to `2019.2.0` ([](https://github.com/saltstack-formulas/salt-formula/commit/4787ce7))
2019-10-11 21:06:06 +00:00
Imran Iqbal
cc944cbbb5
Merge pull request #440 from myii/test/fix-salt-pkg-version-numbers
test(pkgs_spec): reset version from `2019.2.1` back to `2019.2.0`
2019-10-11 21:40:45 +01:00
Imran Iqbal
4787ce7ff8
test(pkgs_spec): reset version from 2019.2.1 back to 2019.2.0
* https://groups.google.com/forum/#!msg/salt-announce/a2kXUwwakqQ/f4sdBQpNDAAJ
2019-10-11 21:16:09 +01:00
semantic-release-bot
fda4c2d64f chore(release): 0.59.5 [skip ci]
## [0.59.5](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.4...v0.59.5) (2019-10-11)

### Bug Fixes

* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/salt-formula/commit/62f82a4))

### Continuous Integration

* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/salt-formula/commit/64c6ba9))
* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/salt-formula/commit/4ea85e8))
2019-10-11 19:50:50 +00:00
Imran Iqbal
4ea85e85d1 ci(travis): merge rubocop linter into main lint job
* Semi-automated using https://github.com/myii/ssf-formula/pull/65
2019-10-11 20:28:03 +01:00
Imran Iqbal
62f82a4334
fix(rubocop): add fixes using rubocop --safe-auto-correct 2019-10-11 20:21:28 +01:00
Imran Iqbal
bc2cc2cadf 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:30:45 +01:00
semantic-release-bot
15aed4e67e chore(release): 0.59.4 [skip ci]
## [0.59.4](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.3...v0.59.4) (2019-10-10)

### Bug Fixes

* **map.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/salt-formula/commit/5b348eb))
* **minion.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/salt-formula/commit/3e63977))
* **syndic.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/salt-formula/commit/ef4ad1e))

### Continuous Integration

* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/salt-formula/commit/8cc5952))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/salt-formula/commit/0c5eb7e))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/salt-formula/commit/8f36788))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/salt-formula/commit/e815eaa))
2019-10-10 04:14:31 +00:00
Imran Iqbal
59c589474d
Merge pull request #439 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 23:52:07 +01:00
Imran Iqbal
e815eaa20d ci: merge travis matrix, add salt-lint & rubocop to lint job
* Semi-automated using https://github.com/myii/ssf-formula/pull/60
2019-10-09 18:35:20 +01:00
Imran Iqbal
ef4ad1ec5c
fix(syndic.sls): fix salt-lint errors
```bash
Examining salt/syndic.sls of type state
[201] Trailing whitespace
salt/syndic.sls:12
  {%- endif %}
```
2019-10-09 18:34:13 +01:00
Imran Iqbal
3e6397788f
fix(minion.sls): fix salt-lint errors
```bash
Examining salt/minion.sls of type state
[210] Numbers that start with `0` should always be encapsulated in quotation marks
salt/minion.sls:20
    - mode: 0644
```
2019-10-09 18:34:12 +01:00
Imran Iqbal
5b348eb354
fix(map.jinja): fix salt-lint errors
```bash
Examining salt/map.jinja of type state
[209] Jinja comment should have spaces before and after: {# comment #}
salt/map.jinja:4
{## Start imports ##}

[209] Jinja comment should have spaces before and after: {# comment #}
salt/map.jinja:21
{## Merge in salt pillar ##}

[209] Jinja comment should have spaces before and after: {# comment #}
salt/map.jinja:24
{## Merge in salt_formulas pillar ##}
```
2019-10-09 18:34:12 +01:00
Imran Iqbal
64c6ba9ec3 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:40:06 +01:00
Imran Iqbal
33b133c200 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:37:27 +01:00
Imran Iqbal
94da16ae7a chore(issues): update Bug report & Feature request templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/58
2019-10-07 15:31:56 +01:00
Imran Iqbal
8cc595261d ci(kitchen): install required packages to bootstrapped opensuse [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/53
2019-10-02 00:12:05 +01:00