Commit Graph

523 Commits

Author SHA1 Message Date
Imran Iqbal
b9e9cd38e6
ci(vagrant): use pre-salted boxes & conditional local settings [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/311
2021-04-05 18:54:26 +01:00
Imran Iqbal
5f8afeec97
chore: update CODEOWNERS & .yamllint re: kitchen-vagrant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/310
2021-04-05 18:19:59 +01:00
Imran Iqbal
57278481de
docs(readme): add Testing with Vagrant section [skip ci] 2021-04-03 13:40:50 +01:00
semantic-release-bot
13591c61c5 chore(release): 2.6.3 [skip ci]
## [2.6.3](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.2...v2.6.3) (2021-04-03)

### Bug Fixes

* **freebsd:** add `openssl` pkg and update all `default` tests ([4cd351a](4cd351adbc))

### Continuous Integration

* enable Vagrant-based testing using GitHub Actions ([c79ce9a](c79ce9a9ae))
2021-04-03 12:36:54 +00:00
Imran Iqbal
f1c43be73f
Merge pull request #282 from myii/ci/add-freebsd-vagrant-in-github-actions
ci: enable FreeBSD Vagrant-based testing using GitHub Actions
2021-04-03 13:28:28 +01:00
Imran Iqbal
c79ce9a9ae
ci: enable Vagrant-based testing using GitHub Actions
* Semi-automated using https://github.com/myii/ssf-formula/pull/308
2021-04-03 13:04:05 +01:00
Imran Iqbal
4cd351adbc
fix(freebsd): add openssl pkg and update all default tests 2021-04-03 13:04:05 +01:00
semantic-release-bot
1e5cd1108e chore(release): 2.6.2 [skip ci]
## [2.6.2](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.1...v2.6.2) (2021-03-30)

### Bug Fixes

* **servers_config:** fixup 05994e1 ([c03729a](c03729ae32))
2021-03-30 18:02:24 +00:00
Imran Iqbal
4cfc9f6015
Merge pull request #280 from toanju/fixup
fix(servers_config): fixup 05994e1
2021-03-30 18:52:53 +01:00
Tobias Jungel
c03729ae32 fix(servers_config): fixup 05994e1 2021-03-30 01:42:27 +02:00
semantic-release-bot
3722991fde chore(release): 2.6.1 [skip ci]
## [2.6.1](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.0...v2.6.1) (2021-03-29)

### Bug Fixes

* **servers_config:** remove service depedency ([05994e1](05994e1b17))

### Code Refactoring

* **servers_config:** remove unused loop ([3825557](3825557070))

### Continuous Integration

* **kitchen+ci:** include `passenger` suite [skip ci] ([0bbe686](0bbe68619f))

### Tests

* standardise use of `share` suite & `_mapdata` state [skip ci] ([8ea3c82](8ea3c82be3))
2021-03-29 14:25:37 +00:00
Imran Iqbal
5d7fc8d5ba
Merge pull request #277 from toanju/patch-1
fix(servers_config): remove service depedency
2021-03-29 15:16:19 +01:00
Tobias Jungel
3825557070 refactor(servers_config): remove unused loop 2021-03-26 21:41:22 +01:00
Tobias Jungel
05994e1b17 fix(servers_config): remove service depedency
* servers_config should run without service dependency. Service is
  managed in servers.sls.
* dropped nginx_service_reload in favor of extending nginx_service
* wait for all file states (create and delete)
* create dirs for symlinked files
2021-03-26 21:40:33 +01:00
Imran Iqbal
8ea3c82be3
test: standardise use of share suite & _mapdata state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
2021-03-23 21:30:37 +00:00
Javier Bértoli
0bbe68619f
ci(kitchen+ci): include passenger suite [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/303
2021-03-23 12:27:25 +00:00
semantic-release-bot
1d9a15fe49 chore(release): 2.6.0 [skip ci]
# [2.6.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.5.0...v2.6.0) (2021-03-11)

### Bug Fixes

* **passenger:** various fixes ([7271c9d](7271c9d16c))
* **pkg:** add inline EPEL repo configuration for Amazon Linux 2 ([ae6375c](ae6375cccc))

### Continuous Integration

* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([123d13e](123d13e2f4))
* **kitchen+ci:** make rubocop happy [skip ci] ([eedfc56](eedfc56b41))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([63d32a4](63d32a40b1))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([b4411c6](b4411c61d3))
* **pre-commit:** update hook for `rubocop` [skip ci] ([2a23743](2a23743fca))

### Features

* **config:** validate config before applying ([b396b24](b396b24fe4))

### Tests

* **config:** fix for Amazon Linux 2 & Oracle Linux 7/8 ([ab39c8f](ab39c8f7c3))
2021-03-11 17:20:41 +00:00
Javier Bértoli
a30001da35
Merge pull request #269 from netmanagers/master
Check nginx config before deploying & various passenger fixes
2021-03-11 14:09:15 -03:00
Javier Bértoli
eedfc56b41 ci(kitchen+ci): make rubocop happy [skip ci] 2021-03-11 13:41:37 -03:00
Javier Bértoli
7271c9d16c fix(passenger): various fixes
* correctly set dependencies in configuration
* update RPM repo key
* add tests for passenger installation as nginx module
* update test matrix
2021-03-11 13:35:24 -03:00
Javier Bértoli
b396b24fe4 feat(config): validate config before applying 2021-03-11 13:27:14 -03:00
Imran Iqbal
63d32a40b1
ci(kitchen+ci): use latest pre-salted images (after CVE) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/299
2021-03-07 22:20:22 +00:00
Imran Iqbal
6dfe33e4ad
chore(yamllint): add .git/ to ignores [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/297
2021-03-05 18:33:28 +00:00
Daniel Dehennin
e2bab40761
chore(rubocop): allow use of YAML.load for _mapdata.rb [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
2021-02-23 21:49:24 +00:00
Dafydd Jones
cd60912213
chore(shellcheck): switch hook for shellcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
2021-02-21 08:31:53 +00:00
Imran Iqbal
123d13e2f4
ci(gemfile+lock): use ssf customised kitchen-docker repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/294
2021-02-17 13:51:30 +00:00
Imran Iqbal
b4411c61d3
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
2021-02-14 08:29:54 +00:00
Imran Iqbal
ab39c8f7c3
test(config): fix for Amazon Linux 2 & Oracle Linux 7/8 2021-02-14 08:24:16 +00:00
Imran Iqbal
ae6375cccc
fix(pkg): add inline EPEL repo configuration for Amazon Linux 2 2021-02-14 08:24:15 +00:00
Imran Iqbal
502e45b02f
chore: standardise structure (.gitignore & _mapdata.rb) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
2021-02-11 11:51:21 +00:00
Imran Iqbal
2a23743fca
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
2021-02-02 00:20:41 +00:00
semantic-release-bot
19203409ae chore(release): 2.5.0 [skip ci]
# [2.5.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.4.1...v2.5.0) (2021-01-04)

### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([0ecd767](0ecd767e86))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([5c9f6d4](5c9f6d4d71))

### Features

* **context:** pass `nginx` to snippets and server_config contexts ([8641f0d](8641f0d79a))
2021-01-04 22:59:45 +00:00
sticky-note
9ce0e9891d
Merge pull request #271 from sticky-note/feat/context
feat(context): pass `nginx` to snippets and server_config contexts
2021-01-05 09:50:18 +11:00
Imran Iqbal
0ecd767e86
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:47:34 +00:00
Imran Iqbal
5c9f6d4d71
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:33:11 +00:00
sticky-note
8641f0d79a feat(context): pass nginx to snippets and server_config contexts 2020-12-17 13:52:46 +11:00
semantic-release-bot
33d9ab74e1 chore(release): 2.4.1 [skip ci]
## [2.4.1](https://github.com/saltstack-formulas/nginx-formula/compare/v2.4.0...v2.4.1) (2020-12-16)

### Continuous Integration

* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([bcd67a6](bcd67a6d46))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([f988e6d](f988e6d8f5))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([a45ffb6](a45ffb66ae))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([86f0a57](86f0a5705a))
* **pre-commit:** add to formula [skip ci] ([cb98ed0](cb98ed05c6))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([093c38e](093c38eae7))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([33ce43d](33ce43dcec))
* **travis:** add notifications => zulip [skip ci] ([a288342](a288342070))
* **workflows/commitlint:** add to repo [skip ci] ([437b28a](437b28af25))

### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([66f4ea7](66f4ea7ed9))
2020-12-16 13:00:11 +00:00
Imran Iqbal
f988e6d8f5
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
2020-12-16 06:36:27 +00:00
Imran Iqbal
802a8b2645
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:51:28 +00:00
Imran Iqbal
26449ba7b0
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:19:36 +01:00
Imran Iqbal
33ce43dcec
ci(pre-commit): finalise rstcheck configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:49:43 +01:00
Dafydd Jones
f7c911a022
chore(commitlint): add {body,footer,header}-max(-line)-length [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/265
2020-10-07 09:07:47 +01:00
Imran Iqbal
6c0dff5e31
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:06:06 +01:00
Imran Iqbal
093c38eae7
ci(pre-commit): enable/disable rstcheck as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:22:16 +01:00
Dafydd Jones
cb98ed05c6
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 10:40:33 +01:00
Imran Iqbal
66f4ea7ed9 style(libtofs.jinja): use Black-inspired Jinja formatting [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/237
2020-07-19 23:27:21 +01:00
Imran Iqbal
1c44314962 chore(gemfile.lock): update to latest gem versions (2020-W27) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/235
2020-07-06 14:29:01 +01:00
Imran Iqbal
df8af612db chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/233
2020-06-26 12:45:22 +01:00
Imran Iqbal
aabccade9f chore(gemfile.lock): update to latest gem versions (2020-W25) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/229
2020-06-21 12:57:39 +01:00
Imran Iqbal
a45ffb66ae ci(kitchen): use saltimages Docker Hub where available [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/223
2020-06-15 16:56:46 +01:00