Commit graph

617 commits

Author SHA1 Message Date
semantic-release-bot
ce800b09cd chore(release): 0.41.6 [skip ci]
## [0.41.6](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.5...v0.41.6) (2021-02-26)

### Bug Fixes

* **repo:** check whether pkg_repo is set ([26b2233](26b223323f))
* **repo:** reorder dependencies to prevent errors ([750d8aa](750d8aab7a))

### Continuous Integration

* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([476b15e](476b15e326))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([6f04b31](6f04b3191c))
* **pre-commit:** update hook for `rubocop` [skip ci] ([e964c26](e964c26a29))

### Tests

* **command_spec:** fix `rubocop` violation [skip ci] ([73c39af](73c39aff5e))
* **pillar:** update conditional to include Tumbleweed ([e976ee9](e976ee9c99))
2021-02-26 12:53:14 +00:00
sticky-note
ec5d66f94e
Merge pull request #309 from netmanagers/master 2021-02-26 23:46:28 +11:00
Javier Bértoli
26b223323f fix(repo): check whether pkg_repo is set 2021-02-26 08:58:20 -03:00
Javier Bértoli
750d8aab7a fix(repo): reorder dependencies to prevent errors 2021-02-25 18:48:20 -03:00
Daniel Dehennin
7d46b273af
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:50:33 +00:00
Dafydd Jones
f3e29a4652
chore(shellcheck): switch hook for shellcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
2021-02-21 08:32:59 +00:00
Imran Iqbal
476b15e326
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:52:40 +00:00
Imran Iqbal
6f04b3191c
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
2021-02-14 12:03:07 +00:00
Imran Iqbal
e976ee9c99
test(pillar): update conditional to include Tumbleweed 2021-02-14 11:57:44 +00:00
Imran Iqbal
39be0b5dad
chore: standardise structure (.gitignore & _mapdata.rb) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
2021-02-11 11:52:37 +00:00
Imran Iqbal
e964c26a29
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
2021-02-02 00:22:05 +00:00
Imran Iqbal
73c39aff5e
test(command_spec): fix rubocop violation [skip ci]
* https://gitlab.com/myii/postgres-formula/-/pipelines/249943423
2021-02-01 23:06:00 +00:00
semantic-release-bot
53d1ac5994 chore(release): 0.41.5 [skip ci]
## [0.41.5](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.4...v0.41.5) (2021-01-07)

### Bug Fixes

* **cent7:** postgres11 needs libicu installed ([4c0f796](4c0f796f00))

### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([e84389d](e84389dbb3))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([2615411](2615411ec0))
2021-01-07 23:00:14 +00:00
N
61299186ff
Merge pull request #308 from noelmcloughlin/cent7
fix(centOS): postgres11 needs libicu installed
2021-01-07 22:54:20 +00:00
noelmcloughlin
4c0f796f00 fix(cent7): postgres11 needs libicu installed 2021-01-07 11:47:08 +00:00
Imran Iqbal
e84389dbb3
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:48:48 +00:00
Imran Iqbal
2615411ec0
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:34:25 +00:00
semantic-release-bot
062399fc16 chore(release): 0.41.4 [skip ci]
## [0.41.4](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.3...v0.41.4) (2020-12-16)

### Bug Fixes

* **archlinux:** avoid nonetype error ([0a6cf8f](0a6cf8fefa))
* **archlinux:** use consistent jinja repo check ([3a955e0](3a955e0270))
* **jinja:** syntax correction ([8b44c06](8b44c068fc))
* **python:** use python3 postres on cent7/8 ([d6d1068](d6d1068395))
* **suse:** version 11+ repo support on suse ([b3f381e](b3f381e547))

### Continuous Integration

* **gitlab-ci:** use GitLab CI as Travis CI replacement ([a45673a](a45673a878))
* **pre-commit:** add to formula [skip ci] ([db1794b](db1794b6bb))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([f04d60a](f04d60a773))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([7036f60](7036f60e8c))
2020-12-16 06:51:15 +00:00
Imran Iqbal
a45673a878
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
2020-12-16 06:38:36 +00:00
N
f589e96824
Merge pull request #303 from noelmcloughlin/suse
fix(suse): version 11+ repo support on suse
2020-12-08 10:53:53 +00:00
N
44ac9ff9d4
Merge pull request #306 from noelmcloughlin/pkg
fix(archlinux): avoid nonetype error when grain is missing
2020-12-07 10:24:36 +00:00
noelmcloughlin
0a6cf8fefa fix(archlinux): avoid nonetype error 2020-12-05 23:30:03 +00:00
N
150926401e
Merge pull request #304 from noelmcloughlin/archlinux
feat(archlinux): add support
2020-12-05 13:45:46 +00:00
N
e4900b47a1
Merge pull request #305 from noelmcloughlin/pkg
fix(jinja): syntax correction
2020-12-04 14:44:55 +00:00
noelmcloughlin
8b44c068fc fix(jinja): syntax correction 2020-12-04 14:04:56 +00:00
N
d6a6444e0d
Merge pull request #301 from noelmcloughlin/pkg
fix(python): use python3 postgres on cent7/8
2020-12-04 09:43:02 +00:00
noelmcloughlin
3a955e0270 fix(archlinux): use consistent jinja repo check 2020-12-03 18:43:42 +00:00
noelmcloughlin
d6d1068395 fix(python): use python3 postres on cent7/8 2020-12-03 11:58:31 +00:00
noelmcloughlin
b3f381e547 fix(suse): version 11+ repo support on suse 2020-12-02 23:33:09 +00:00
Imran Iqbal
5b9de35c59
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:52:52 +00:00
Imran Iqbal
8332a5de2e
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:20:51 +01:00
Imran Iqbal
7036f60e8c
ci(pre-commit): finalise rstcheck configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:50:58 +01:00
Dafydd Jones
d3d86ba2b7
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:09:01 +01:00
Imran Iqbal
6f73123e18
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:07:20 +01:00
Imran Iqbal
f04d60a773
ci(pre-commit): enable/disable rstcheck as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:23:30 +01:00
Dafydd Jones
db1794b6bb
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 10:52:11 +01:00
semantic-release-bot
07e15d83e5 chore(release): 0.41.3 [skip ci]
## [0.41.3](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.2...v0.41.3) (2020-09-29)

### Bug Fixes

* **upstream:** require_in/require use_upstream ([ab6b97e](ab6b97e8c3))
2020-09-29 01:20:32 +00:00
sticky-note
a53b921663
Merge pull request #300 from jle35/require/pkgrepo
fix(upstream): require_in/require use_upstream
2020-09-29 12:11:32 +11:00
Julien Levieil
ab6b97e8c3 fix(upstream): require_in/require use_upstream 2020-09-29 10:55:31 +11:00
semantic-release-bot
50808e8efe chore(release): 0.41.2 [skip ci]
## [0.41.2](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.1...v0.41.2) (2020-07-27)

### Bug Fixes

* **macros:** fix `format_kwargs` macro ([5e6511b](5e6511b783))

### Continuous Integration

* **kitchen:** ubuntu-2004-master-py3 added ([7978976](7978976543))
* **kitchen+travis:** use latest pre-salted images [skip ci] ([702323c](702323c24d))
* **travis:** ubuntu upgrade from 16 to 18 & 20 ([44568a6](44568a6806))

### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([8735cf8](8735cf8ad1))
2020-07-27 01:27:06 +00:00
Imran Iqbal
21baf28b2f
Merge pull request #296 from sticky-note/fix/pwd
fix(macros): fix `format_kwargs` macro
2020-07-27 02:18:48 +01:00
sticky-note
5e6511b783 fix(macros): fix format_kwargs macro 2020-07-27 11:14:24 +11:00
Imran Iqbal
702323c24d ci(kitchen+travis): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/238
2020-07-20 05:31:49 +01:00
Imran Iqbal
8735cf8ad1 style(libtofs.jinja): use Black-inspired Jinja formatting [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/237
2020-07-19 23:28:10 +01:00
Imran Iqbal
3a3d24a735
Merge pull request #299 from litnialex/master
ci(travis): Ubuntu upgrade from 16 to 18 & 20
2020-07-15 20:38:54 +01:00
LitniAlex
7978976543 ci(kitchen): ubuntu-2004-master-py3 added 2020-07-15 05:39:30 +03:00
LitniAlex
44568a6806 ci(travis): ubuntu upgrade from 16 to 18 & 20 2020-07-15 05:14:02 +03:00
semantic-release-bot
1c0657b174 chore(release): 0.41.1 [skip ci]
## [0.41.1](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.0...v0.41.1) (2020-07-10)

### Bug Fixes

* **contributing:** postgresql-repo state ID requires python3-apt package ([69b57e3](69b57e3b69))
* **contributing:** postgresql-service-reload type ([278893c](278893c2f0))
* **contributing:** runnig formula inside container ([68a791e](68a791ef09))
* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([e6b1485](e6b14853d5))
* **postgres.server:** reverted how posrgre.server.image is included ([07044bf](07044bf7c1))

### Continuous Integration

* **gemfile:** remove unused `rspec-retry` gem [skip ci] ([85feac2](85feac2852))
* **gemfile:** update for Vagrant testing [skip ci] ([061715e](061715e560))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([35850da](35850da22c))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([86697d8](86697d8df4))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([5e29999](5e29999495))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([c46053a](c46053abd8))
* **travis:** add notifications => zulip [skip ci] ([442cfec](442cfec245))
* **workflows/commitlint:** add to repo [skip ci] ([0c766c8](0c766c8e2e))

### Documentation

* **container:** "postgres:bake_image" specifics ([904a525](904a5258cd))
2020-07-10 17:00:17 +00:00
Imran Iqbal
2c1ce2c3a4
Merge pull request #298 from litnialex/master
fix(contributing): runnig formula inside container
2020-07-10 17:40:17 +01:00
LitniAlex
904a5258cd docs(container): "postgres:bake_image" specifics 2020-07-06 21:30:21 +03:00