Imran Iqbal
77f7e6c09f
Merge pull request #60 from Perceptyx/add-new-unattended-settings
Add new unattended settings
5 years ago
Felipe Zipitria
49ee29ce9e
feat(unattended): add newer options from upstream
* upstream has new options now included in formula
* updated pillar.example with new options
* inspec tests for this new options are in place
Also:
* tests are included in travis
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
5 years ago
Imran Iqbal
5178f0d13f
ci(gemfile): restrict `train` gem version until upstream fix [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/110
5 years ago
Imran Iqbal
4303495139
fix(travis): quote pathspecs used with `git ls-files` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/107
5 years ago
Imran Iqbal
8230b8b2f2
ci(travis): run `shellcheck` during lint job [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/106
5 years ago
Imran Iqbal
0e4d9056b1
ci(travis): opt-in to `dpl v2` to complete build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/100
5 years ago
Imran Iqbal
5bd314b90d
ci(travis): apply changes from build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/98
5 years ago
Imran Iqbal
cf6a735ebb
ci(travis): use build config validation (beta) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/97
5 years ago
Imran Iqbal
9d5102cb96
perf(travis): improve `salt-lint` invocation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/90
5 years ago
Imran Iqbal
ca4ba6e370
fix(release.config.js): use full commit hash in commit link [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/89
5 years ago
Imran Iqbal
6187515e43
ci(kitchen+travis): upgrade matrix after `2019.2.2` release [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/86
5 years ago
Imran Iqbal
0506a5c5db
ci(kitchen): use `debian-10-master-py3` instead of `develop` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/84
5 years ago
Imran Iqbal
baa83f2dc2
Merge pull request #52 from aboe76/fix_for_fluorine
fix(2019.2 compliant): add name so no virtual_packages
5 years ago
Niels Abspoel
2c665739e1
Merge pull request #39 from ze42/refresh_once
fix(apt-get-update refresh): add multiple repo, but only refresh once
5 years ago
Imran Iqbal
fdb7822dc8
ci(travis): update `salt-lint` config for `v0.0.10` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/82
5 years ago
Imran Iqbal
b2662ce372
docs(contributing): remove to use org-level file instead [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/70
5 years ago
Imran Iqbal
d2630f7cf1
docs(readme): update link to `CONTRIBUTING` [skip ci]
5 years ago
Imran Iqbal
f23f4df283
chore(issues): remove issues templates to use org-level templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/61
5 years ago
semantic-release-bot
5c704372ba
chore(release): 0.9.1 [skip ci]
## [0.9.1](https://github.com/saltstack-formulas/apt-formula/compare/v0.9.0...v0.9.1 ) (2019-10-09)
### Bug Fixes
* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/apt-formula/commit/67de777 ))
* **rubocop:** fix remaining errors manually ([](https://github.com/saltstack-formulas/apt-formula/commit/62d20bc ))
### Continuous Integration
* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/apt-formula/commit/78a2a91 ))
* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/apt-formula/commit/04847bb ))
* **travis:** use `dist: bionic` ([](https://github.com/saltstack-formulas/apt-formula/commit/2ca242a ))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/apt-formula/commit/55212e0 ))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/apt-formula/commit/b50ef71 ))
5 years ago
Éric Veiras Galisson
ca1bef76e7
Merge pull request #58 from myii/ci/merge-matrix-and-add-salt-lint-and-rubocop
ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
5 years ago
Imran Iqbal
b50ef717c9
ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
* Automated using https://github.com/myii/ssf-formula/pull/60
5 years ago
Imran Iqbal
62d20bc9e1
fix(rubocop): fix remaining errors manually
5 years ago
Imran Iqbal
67de777842
fix(rubocop): add fixes using `rubocop --safe-auto-correct`
5 years ago
Imran Iqbal
a21ead04a3
chore(yamllint): update ignored paths and add `octal-values` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/59
5 years ago
Imran Iqbal
69919881f3
chore(issues): update `Bug report` & `Feature request` templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/58
5 years ago
Imran Iqbal
380a5a8f5b
chore(issues): provide `Bug report` & `Feature request` templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/48
5 years ago
Imran Iqbal
78a2a91e9d
ci(kitchen): change `log_level` to `debug` instead of `info`
* Automated using https://github.com/myii/ssf-formula/pull/41
5 years ago
Niels Abspoel
af3e9e0b59
Merge pull request #56 from myii/chore/standardise-structure
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
5 years ago
Imran Iqbal
55212e00f8
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
* Automated using https://github.com/myii/ssf-formula/pull/27
5 years ago
Niels Abspoel
c689fa76a8
Merge pull request #55 from myii/chore/standardise-structure
ci(travis): use `dist: bionic`
5 years ago
Imran Iqbal
2ca242a47a
ci(travis): use `dist: bionic`
* Automated using https://github.com/myii/ssf-formula/pull/22
5 years ago
Imran Iqbal
db9a6c5af3
Merge pull request #54 from myii/chore/standardise-structure
ci(kitchen+travis): replace EOL pre-salted images
5 years ago
Imran Iqbal
04847bb12b
ci(kitchen+travis): replace EOL pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/16
5 years ago
Niels Abspoel
57bfc61b2c
fix(fluorine): add name so no virtual_packages
5 years ago
semantic-release-bot
f15c64debc
chore(release): 0.9.0 [skip ci]
# [0.9.0](https://github.com/saltstack-formulas/apt-formula/compare/v0.8.1...v0.9.0 ) (2019-08-07)
### Bug Fixes
* **repositories:** update spotify repo key ([00c936b
](https://github.com/saltstack-formulas/apt-formula/commit/00c936b ))
### Continuous Integration
* **kitchen+travis:** modify matrix to include `develop` platform ([a088ca5
](https://github.com/saltstack-formulas/apt-formula/commit/a088ca5 ))
### Features
* **yamllint:** include for this repo and apply rules throughout ([03d15e9
](https://github.com/saltstack-formulas/apt-formula/commit/03d15e9 ))
5 years ago
Javier Bértoli
c78aa26331
Merge pull request #49 from myii/chore/standardise-structure
feat(yamllint): include for this repo and apply rules throughout
5 years ago
Javier Bértoli
1caf9ea38d
Merge pull request #50 from myii/bug/fix-spotify-repo-key
fix(repositories): update spotify repo key
5 years ago
Imran Iqbal
00c936b023
fix(repositories): update spotify repo key
5 years ago
Imran Iqbal
03d15e9acb
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:
```bash
apt-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
7:1 error trailing spaces (trailing-spaces)
test/salt/pillar/repositories.pillar.sls
1:1 warning missing document start "---" (document-start)
19:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/preferences.pillar.sls
1:1 warning missing document start "---" (document-start)
```
5 years ago
Imran Iqbal
e7a40d3d36
Merge pull request #48 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
5 years ago
Imran Iqbal
aa6375877e
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.3)
5 years ago
Javier Bértoli
d6a46c203c
Merge pull request #47 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
5 years ago
Imran Iqbal
5879b8462e
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
5 years ago
Javier Bértoli
774c8ffe84
Merge pull request #46 from myii/ci/use-develop-image-in-matrix
ci(kitchen+travis): modify matrix to include `develop` platform
5 years ago
Imran Iqbal
a088ca5ac1
ci(kitchen+travis): modify matrix to include `develop` platform
5 years ago
semantic-release-bot
f57aa69568
chore(release): 0.8.1 [skip ci]
## [0.8.1](https://github.com/saltstack-formulas/apt-formula/compare/v0.8.0...v0.8.1 ) (2019-05-28)
### Bug Fixes
* **map.jinja:** typo and lookup order ([eda8517
](https://github.com/saltstack-formulas/apt-formula/commit/eda8517 ))
* **map.jinja+tests:** add correct keyring for the OS ([0ff48e1
](https://github.com/saltstack-formulas/apt-formula/commit/0ff48e1 )), closes [#41 ](https://github.com/saltstack-formulas/apt-formula/issues/41 )
### Code Refactoring
* Merge branch 'upstream/master' ([1496eed
](https://github.com/saltstack-formulas/apt-formula/commit/1496eed ))
### Continuous Integration
* **kitchen+travis:** update testing environment ([3fa2a58
](https://github.com/saltstack-formulas/apt-formula/commit/3fa2a58 ))
### Documentation
* **kitchen:** update documentation ([530e22c
](https://github.com/saltstack-formulas/apt-formula/commit/530e22c ))
5 years ago
Imran Iqbal
13e4569921
Merge pull request #44 from netmanagers/master
Update testing environment, attempt to use new formula format
5 years ago
Javier Bértoli
eda85173a3
fix(map.jinja): typo and lookup order
5 years ago
Javier Bértoli
1496eed3f4
refactor: Merge branch 'upstream/master'
5 years ago
Imran Iqbal
a34d721545
Merge pull request #45 from jdkelleher/add-ubuntu-map.jinja
Add ubuntu map.jinja
5 years ago