N
|
c03bb25531
|
fix(lint): remove whitespace
|
2020-03-27 21:26:40 +00:00 |
|
N
|
a0dd96d663
|
feat(centos): epel only needed for py-pip
|
2020-03-27 21:26:39 +00:00 |
|
Imran Iqbal
|
3f8b3b9181
|
chore(gitignore): update from the template-formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/132
|
2020-02-14 22:30:39 +00:00 |
|
Imran Iqbal
|
edbf67b848
|
chore(rubocop): move LineLength cop from Metrics to Layout [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/129
|
2020-02-14 12:52:08 +00:00 |
|
Imran Iqbal
|
d93e3d2584
|
ci(kitchen): avoid using bootstrap for master instances [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/124
|
2020-02-05 14:07:07 +00:00 |
|
semantic-release-bot
|
efaad4e07f
|
chore(release): 0.8.0 [skip ci]
# [0.8.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.7.0...v0.8.0) (2020-01-20)
### Bug Fixes
* **archlinux:** fix test setup ([281846e ](281846e791 ))
* **centos:** fix tests ([a4d4d1d ](a4d4d1dc73 ))
* **gem:** fix `invalid option: --no-rdoc` & `invalid option: --no-ri` ([16c4213 ](16c4213ab9 ))
* **golang:** ensure state runs ([0f992d9 ](0f992d9c17 ))
* **golang:** ensure using on `ubuntu` ([bd909bd ](bd909bd1b6 ))
* **golang_spec.rb:** fix `rubocop` errors ([08340c8 ](08340c857a ))
* **node:** ensure using on `debian` ([eca4228 ](eca4228906 ))
* **pips.sls:** use `tplroot` instead of `slspath` ([a4e9311 ](a4e9311a35 )), closes [/travis-ci.org/myii/packages-formula/jobs/636188022#L7867](https://github.com//travis-ci.org/myii/packages-formula/jobs/636188022/issues/L7867)
* **rubocop:** add fixes using `rubocop -a --safe` ([1f72c40 ](1f72c405de ))
* **rubocop:** fix remaining errors manually ([591d85a ](591d85ab57 ))
* **salt-lint:** fix all errors ([83ed92b ](83ed92bf64 ))
* **yamllint:** fix all errors ([4176716 ](4176716f7e ))
### Code Refactoring
* **map:** use `config.get` instead of `pillar.get` ([ca9bbd1 ](ca9bbd15a1 ))
* **pillar.amazonlinux:** shorten suite name to `amazon` ([593a6e5 ](593a6e5e65 ))
* **test_pillars:** rename to make accessible to `yamllint` ([033ff44 ](033ff4453f ))
### Continuous Integration
* **inspec:** fix Debian tests ([98c6d2c ](98c6d2c9ba ))
* **inspec:** removing useless inspec tests ([3615785 ](3615785e52 ))
* **kitchen:** fix tests with a minimal coverage ([288f893 ](288f893652 ))
* **kitchen+inspec:** add Amazonlinux test suite ([edb0d73 ](edb0d73ffe ))
* **kitchen+inspec:** add Centos test suite ([d320ccd ](d320ccd36b ))
* **kitchen+inspec:** add fedora30 and fedora29 tests suites ([e41117c ](e41117c34b ))
* **kitchen+inspec:** add initial support for opensuse ([58b1209 ](58b1209d9a ))
* **kitchen+inspec:** add Ubuntu test suite ([39ba77d ](39ba77d044 ))
* **pillars:** use one retry to prevent excessive slow-down in Travis ([48ae3c9 ](48ae3c98fd ))
### Features
* **semantic-release:** update for this formula ([1755f76 ](1755f76fde ))
* implementing semantic release ([17b4331 ](17b433126b ))
* **golang:** add go package management ([284b240 ](284b240c33 ))
* **internet:** add retries for internet dependent states ([7660dbd ](7660dbd76f ))
### Tests
* **arch:** test initial configuration ([702e8c3 ](702e8c32bf ))
* **fedora:** merge fedora test suites and pillars ([89911dc ](89911dc9c8 ))
* **golang:** basic integrtaion test & tweaks ([6c3de22 ](6c3de2231d ))
* **pillar:** use single ubuntu pillar ([c69cb5a ](c69cb5a792 ))
* **pillar:** use specific pillar for `debian` ([adf1523 ](adf1523e08 ))
* fix existing tests ([8e75c9d ](8e75c9d5c0 ))
|
2020-01-20 18:55:38 +00:00 |
|
Éric Veiras Galisson
|
4c82563160
|
Merge pull request #61 from daks/semrel
semantic-release
|
2020-01-20 17:14:52 +01:00 |
|
Imran Iqbal
|
48ae3c98fd
|
ci(pillars): use one retry to prevent excessive slow-down in Travis
|
2020-01-16 13:29:52 +00:00 |
|
Imran Iqbal
|
bd909bd1b6
|
fix(golang): ensure using on ubuntu
|
2020-01-16 13:29:52 +00:00 |
|
Imran Iqbal
|
0f992d9c17
|
fix(golang): ensure state runs
|
2020-01-16 13:29:52 +00:00 |
|
Imran Iqbal
|
eca4228906
|
fix(node): ensure using on debian
|
2020-01-16 13:29:51 +00:00 |
|
Imran Iqbal
|
c69cb5a792
|
test(pillar): use single ubuntu pillar
|
2020-01-16 13:29:39 +00:00 |
|
Imran Iqbal
|
adf1523e08
|
test(pillar): use specific pillar for debian
|
2020-01-16 13:29:38 +00:00 |
|
Imran Iqbal
|
a4e9311a35
|
fix(pips.sls): use tplroot instead of slspath
* Evaluates wrongly on Debian to `salt://packages/pips/files/pip.conf`
- https://travis-ci.org/myii/packages-formula/jobs/636188022#L7867
|
2020-01-16 13:29:38 +00:00 |
|
Imran Iqbal
|
16c4213ab9
|
fix(gem): fix invalid option: --no-rdoc & invalid option: --no-ri
|
2020-01-16 13:29:38 +00:00 |
|
Imran Iqbal
|
a4d4d1dc73
|
fix(centos): fix tests
|
2020-01-16 13:29:37 +00:00 |
|
Imran Iqbal
|
281846e791
|
fix(archlinux): fix test setup
|
2020-01-16 13:29:37 +00:00 |
|
Imran Iqbal
|
4176716f7e
|
fix(yamllint): fix all errors
|
2020-01-16 13:29:36 +00:00 |
|
Imran Iqbal
|
033ff4453f
|
refactor(test_pillars): rename to make accessible to yamllint
|
2020-01-16 13:29:36 +00:00 |
|
Imran Iqbal
|
593a6e5e65
|
refactor(pillar.amazonlinux): shorten suite name to amazon
|
2020-01-16 13:29:36 +00:00 |
|
Imran Iqbal
|
89911dc9c8
|
test(fedora): merge fedora test suites and pillars
|
2020-01-16 13:29:35 +00:00 |
|
Imran Iqbal
|
591d85ab57
|
fix(rubocop): fix remaining errors manually
|
2020-01-16 13:29:34 +00:00 |
|
Imran Iqbal
|
1f72c405de
|
fix(rubocop): add fixes using rubocop -a --safe
|
2020-01-16 13:29:34 +00:00 |
|
Imran Iqbal
|
08340c857a
|
fix(golang_spec.rb): fix rubocop errors
|
2020-01-16 13:29:33 +00:00 |
|
Imran Iqbal
|
83ed92bf64
|
fix(salt-lint): fix all errors
```bash
[201] Trailing whitespace
packages/archives.sls:97
{% endif %}
[201] Trailing whitespace
packages/snaps.sls:27
extend:
```
|
2020-01-15 20:17:53 +00:00 |
|
Imran Iqbal
|
702e8c32bf
|
test(arch): test initial configuration
|
2020-01-15 20:17:52 +00:00 |
|
Imran Iqbal
|
8e75c9d5c0
|
test: fix existing tests
|
2020-01-15 20:17:52 +00:00 |
|
Imran Iqbal
|
1755f76fde
|
feat(semantic-release): update for this formula
* Updated using https://github.com/myii/ssf-formula/pull/34
|
2020-01-15 20:17:52 +00:00 |
|
Eric Veiras Galisson
|
edb0d73ffe
|
ci(kitchen+inspec): add Amazonlinux test suite
|
2020-01-15 20:17:51 +00:00 |
|
Eric Veiras Galisson
|
58b1209d9a
|
ci(kitchen+inspec): add initial support for opensuse
|
2020-01-15 20:17:51 +00:00 |
|
Eric Veiras Galisson
|
d320ccd36b
|
ci(kitchen+inspec): add Centos test suite
|
2020-01-15 20:17:50 +00:00 |
|
Eric Veiras Galisson
|
e41117c34b
|
ci(kitchen+inspec): add fedora30 and fedora29 tests suites
|
2020-01-15 20:17:50 +00:00 |
|
Eric Veiras Galisson
|
39ba77d044
|
ci(kitchen+inspec): add Ubuntu test suite
|
2020-01-15 20:17:50 +00:00 |
|
Eric Veiras Galisson
|
98c6d2c9ba
|
ci(inspec): fix Debian tests
|
2020-01-15 20:17:49 +00:00 |
|
Eric Veiras Galisson
|
3615785e52
|
ci(inspec): removing useless inspec tests
|
2020-01-15 20:17:48 +00:00 |
|
Eric Veiras Galisson
|
288f893652
|
ci(kitchen): fix tests with a minimal coverage
|
2020-01-15 20:17:48 +00:00 |
|
Eric Veiras Galisson
|
17b433126b
|
feat: implementing semantic release
|
2020-01-15 20:17:46 +00:00 |
|
Javier Bértoli
|
7d6385960f
|
Merge pull request #63 from myii/refactor/use-config-get
refactor(map): use `config.get` instead of `pillar.get`
|
2019-12-06 13:47:49 -03:00 |
|
Imran Iqbal
|
ca9bbd15a1
|
refactor(map): use config.get instead of pillar.get
* https://github.com/saltstack-formulas/template-formula/pull/95
|
2019-12-06 16:18:16 +00:00 |
|
Niels Abspoel
|
1aa6f50091
|
Merge pull request #58 from noelmcloughlin/go
feat(golang): add go package management
|
2019-09-12 18:29:21 +02:00 |
|
N
|
6c3de2231d
|
test(golang): basic integrtaion test & tweaks
|
2019-08-19 01:30:54 +01:00 |
|
N
|
284b240c33
|
feat(golang): add go package management
|
2019-08-18 17:47:42 +01:00 |
|
Javier Bértoli
|
8941b20835
|
Merge pull request #55 from noelmcloughlin/retries
feat(internet): add retries for internet dependent states
|
2019-07-01 20:33:31 -03:00 |
|
N
|
7660dbd76f
|
feat(internet): add retries for internet dependent states
|
2019-07-01 23:48:26 +01:00 |
|
Imran Iqbal
|
40f05416d8
|
Merge pull request #51 from netmanagers/master
Add npm management support
|
2019-03-12 01:19:46 +00:00 |
|
Javier Bértoli
|
1904435e5f
|
Add npm example starting with @
|
2019-03-11 08:07:38 -03:00 |
|
Javier Bértoli
|
9c83969acc
|
Add a conditional to run npms only when explicitely required
|
2019-03-10 23:36:03 -03:00 |
|
Javier Bértoli
|
df99e1cdcc
|
Fix dependency on states
As per https://docs.saltstack.com/en/latest/ref/states/requisites.html#require,
the `require` dependency on a sls file needs an include, which was missing
|
2019-03-10 22:47:54 -03:00 |
|
Javier Bértoli
|
dbae802521
|
Allow to specify path/user for npms
|
2019-03-10 22:21:43 -03:00 |
|
Javier Bértoli
|
ce9826dcdc
|
Add npm management support
|
2019-03-10 11:26:22 -03:00 |
|