Commit Graph

500 Commits

Author SHA1 Message Date
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
Imran Iqbal
0db85009e7 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/222
2020-06-15 15:07:43 +01:00
Imran Iqbal
7b61f2239f chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/221
2020-06-05 22:17:30 +01:00
Imran Iqbal
9ea34791a3 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/202
2020-05-28 00:20:17 +01:00
Imran Iqbal
a288342070 ci(travis): add notifications => zulip [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/191
2020-05-21 20:08:37 +01:00
Imran Iqbal
9e417ec4a7 chore(codeowners): add global codeowner [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/178
2020-05-07 20:01:08 +01:00
Imran Iqbal
96fa39bc47 chore(codeowners): update semantic-release related files [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/174
2020-05-04 23:16:21 +01:00
Imran Iqbal
0ae44ad65c chore(codeowners): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/173
2020-05-04 22:44:39 +01:00
Imran Iqbal
437b28af25 ci(workflows/commitlint): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/172
2020-05-04 09:30:17 +01:00
Imran Iqbal
86f0a5705a ci(kitchen+travis): remove master-py2-arch-base-latest [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/167
2020-05-02 04:28:43 +01:00
Imran Iqbal
bcd67a6d46 ci(gemfile.lock): add to repo with updated Gemfile [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/163
2020-04-21 22:08:35 +01:00
Imran Iqbal
21842d3d70 chore(rubocop): use org-wide standard settings for Metrics/BlockLength [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/158
2020-04-18 13:44:38 +01:00
semantic-release-bot
8052d2872c chore(release): 2.4.0 [skip ci]
# [2.4.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.3...v2.4.0) (2020-03-31)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([10b446e](10b446ed1e))

### Continuous Integration

* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([efebb0a](efebb0af6b))

### Features

* **add purge option:** purge sites option ([a373bda](a373bdab79))
2020-03-31 13:55:42 +00:00
Imran Iqbal
07a4bc3e73
Merge pull request #263 from Irsute/master
feat(add a purge dir option): add the option to purge sites-enable / …
2020-03-31 14:43:50 +01:00
fthenard
a373bdab79 feat(add purge option): purge sites option 2020-03-30 14:52:05 +02:00
Imran Iqbal
4636f102ae chore(gitignore): update from the template-formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/132
2020-02-14 22:29:56 +00:00
Imran Iqbal
10b446ed1e fix(libtofs): “files_switch” mess up the variable exported by “map.jinja” [skip ci]
* Checked using https://github.com/myii/ssf-formula/pull/131
2020-02-14 19:10:08 +00:00
Imran Iqbal
cfe834de72 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:51:40 +00:00
Imran Iqbal
efebb0af6b ci(kitchen): avoid using bootstrap for master instances [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/124
2020-02-05 14:06:30 +00:00
semantic-release-bot
5938e9d5c5 chore(release): 2.3.3 [skip ci]
## [2.3.3](https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.2...v2.3.3) (2019-12-22)

### Bug Fixes

* **map.jinja:** use upstream default for `worker_connections` ([49caf8c](49caf8cd69)), closes [#261](https://github.com/saltstack-formulas/nginx-formula/issues/261)

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([09be54d](09be54d05f))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([091c614](091c61448d))
* **travis:** run `shellcheck` during lint job [skip ci] ([ccf64d9](ccf64d9be2))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([facbaa1](facbaa1e39))
2019-12-22 22:53:08 +00:00
Niels Abspoel
63699c6bff
Merge pull request #262 from myii/fix/use-upstream-default-worker_connections
fix(map.jinja): use upstream default for `worker_connections`
2019-12-22 23:39:57 +01:00
Imran Iqbal
49caf8cd69
fix(map.jinja): use upstream default for worker_connections
* Close #261
* https://nginx.org/en/docs/ngx_core_module.html#worker_connections
2019-12-22 15:01:03 +00:00
Imran Iqbal
facbaa1e39 ci(travis): use major.minor for semantic-release version [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/112
2019-12-22 00:59:42 +00:00
Imran Iqbal
09be54d05f 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:42:44 +00:00