Imran Iqbal
f6e2040a40
chore(gemfile.lock): update to latest gem versions [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/202
2020-05-28 00:21:15 +01:00
Imran Iqbal
442cfec245
ci(travis): add notifications => zulip [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/191
2020-05-21 20:09:40 +01:00
Imran Iqbal
9b1d4e44b9
chore(codeowners): update semantic-release
related files [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/174
2020-05-04 23:17:19 +01:00
Imran Iqbal
babb024104
chore(codeowners): add to repo [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/173
2020-05-04 22:45:51 +01:00
Imran Iqbal
0c766c8e2e
ci(workflows/commitlint): add to repo [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/172
2020-05-04 09:31:22 +01:00
Imran Iqbal
c46053abd8
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:29:42 +01:00
Imran Iqbal
35850da22c
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:09:35 +01:00
Imran Iqbal
b914d67235
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:45:47 +01:00
Imran Iqbal
31180c4a92
chore(gitignore): update from the template-formula
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/132
2020-02-14 22:31:06 +00:00
Imran Iqbal
e6b14853d5
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:42 +00:00
Imran Iqbal
5158f3053c
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:31 +00:00
Imran Iqbal
85feac2852
ci(gemfile): remove unused rspec-retry
gem [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/126
2020-02-11 00:59:35 +00:00
Imran Iqbal
061715e560
ci(gemfile): update for Vagrant testing [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/125
2020-02-07 12:45:46 +00:00
Imran Iqbal
86697d8df4
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:38 +00:00
semantic-release-bot
9395aea4ea
chore(release): 0.41.0 [skip ci]
...
# [0.41.0](https://github.com/saltstack-formulas/postgres-formula/compare/v0.40.5...v0.41.0 ) (2019-12-27)
### Bug Fixes
* **mac_shortcut.sh:** fix `shellcheck` error ([d538798
](d538798ee4
))
* **release.config.js:** use full commit hash in commit link [skip ci] ([f3ec66d
](f3ec66d5ed
))
### Continuous Integration
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([a77bb06
](a77bb06b18
))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([20e5e46
](20e5e46e10
))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([8080be6
](8080be6be3
))
* **travis:** apply changes from build config validation [skip ci] ([8ce1ee4
](8ce1ee4ecc
))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([bd5959c
](bd5959c60a
))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([0a2b63a
](0a2b63aba8
))
* **travis:** run `shellcheck` during lint job [skip ci] ([f0d12ca
](f0d12caac6
))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([1392538
](1392538665
))
* **travis:** use build config validation (beta) [skip ci] ([c9a57aa
](c9a57aa96b
))
### Features
* **codenamemap:** update for current versions ([9cc95c0
](9cc95c0209
))
### Performance Improvements
* **travis:** improve `salt-lint` invocation [skip ci] ([ccaf4e5
](ccaf4e5e37
))
2019-12-27 20:59:32 +00:00
Imran Iqbal
d145058343
Merge pull request #294 from myii/feat/update-codenamemap
...
feat(codenamemap): update for current versions
2019-12-27 20:47:04 +00:00
Imran Iqbal
d538798ee4
fix(mac_shortcut.sh): fix shellcheck
error
...
```bash
In postgres/templates/mac_shortcut.sh line 3:
shortcutName='${1}'
^----^ SC2016: Expressions don't expand in single quotes, use double quotes for that.
```
2019-12-27 19:59:32 +00:00
Imran Iqbal
9cc95c0209
feat(codenamemap): update for current versions
2019-12-27 19:46:38 +00:00
Imran Iqbal
1392538665
ci(travis): use major.minor
for semantic-release
version [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/112
2019-12-22 01:00:59 +00:00
Imran Iqbal
a77bb06b18
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:43:56 +00:00
Imran Iqbal
0a2b63aba8
ci(travis): quote pathspecs used with git ls-files
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/107
2019-11-27 21:55:18 +00:00
Imran Iqbal
f0d12caac6
ci(travis): run shellcheck
during lint job [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/106
2019-11-27 20:55:02 +00:00
Imran Iqbal
bd5959c60a
ci(travis): opt-in to dpl v2
to complete build config validation [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/100
2019-11-20 16:34:26 +00:00
Imran Iqbal
8ce1ee4ecc
ci(travis): apply changes from build config validation [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/98
2019-11-16 20:07:29 +00:00
Imran Iqbal
c9a57aa96b
ci(travis): use build config validation (beta) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/97
2019-11-13 16:49:45 +00:00
Imran Iqbal
20e5e46e10
ci(kitchen): use develop
image until master
is ready (amazonlinux
) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/93
2019-11-03 11:38:15 +00:00
Imran Iqbal
ccaf4e5e37
perf(travis): improve salt-lint
invocation [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/90
2019-11-02 08:40:18 +00:00
Imran Iqbal
f3ec66d5ed
fix(release.config.js): use full commit hash in commit link [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/89
2019-10-31 10:32:21 +00:00
Imran Iqbal
8080be6be3
ci(kitchen+travis): upgrade matrix after 2019.2.2
release [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/86
2019-10-30 04:34:18 +00:00
semantic-release-bot
b9b4f3e874
chore(release): 0.40.5 [skip ci]
...
## [0.40.5](https://github.com/saltstack-formulas/postgres-formula/compare/v0.40.4...v0.40.5 ) (2019-10-28)
### Bug Fixes
* **macros.jinja:** apply suggestion from PR ([](https://github.com/saltstack-formulas/postgres-formula/commit/d606b28 ))
* **macros.jinja:** use `user` kwarg for schemas (required on FreeBSD) ([](https://github.com/saltstack-formulas/postgres-formula/commit/7ff798a ))
### Continuous Integration
* **kitchen:** add pre-salted `FreeBSD-12.0` box for local testing ([](https://github.com/saltstack-formulas/postgres-formula/commit/eefb89e ))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([](https://github.com/saltstack-formulas/postgres-formula/commit/81b2c2e ))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([](https://github.com/saltstack-formulas/postgres-formula/commit/62baac2 ))
### Documentation
* **contributing:** remove to use org-level file instead [skip ci] ([](https://github.com/saltstack-formulas/postgres-formula/commit/5a291ab ))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([](https://github.com/saltstack-formulas/postgres-formula/commit/e568f28 ))
2019-10-28 20:14:47 +00:00
Niels Abspoel
fbd8f65561
Merge pull request #293 from myii/fix/postgres_schema-on-FreeBSD
...
fix(macros.jinja): use `user` kwarg for schemas (required on FreeBSD)
2019-10-28 20:59:38 +01:00
Imran Iqbal
d606b28692
fix(macros.jinja): apply suggestion from PR
...
Co-Authored-By: Denys Havrysh <Denys.Gavrysh@gmail.com>
2019-10-28 09:24:04 +00:00
Imran Iqbal
7ff798a27e
fix(macros.jinja): use user
kwarg for schemas (required on FreeBSD)
...
* Not available in `2017.7`:
- https://docs.saltstack.com/en/2017.7/ref/states/all/salt.states.postgres_schema.html
2019-10-27 20:17:03 +00:00
Imran Iqbal
eefb89ee75
ci(kitchen): add pre-salted FreeBSD-12.0
box for local testing
2019-10-27 20:14:11 +00:00
Imran Iqbal
81b2c2e86b
ci(kitchen): use debian-10-master-py3
instead of develop
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/84
2019-10-24 18:12:33 +01:00
Imran Iqbal
62baac2764
ci(travis): update salt-lint
config for v0.0.10
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/82
2019-10-23 17:35:39 +01:00
Imran Iqbal
5a291ab2d2
docs(contributing): remove to use org-level file instead [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/70
2019-10-14 12:30:33 +01:00
Imran Iqbal
e568f28797
docs(readme): update link to CONTRIBUTING
[skip ci]
2019-10-14 11:37:53 +01:00
semantic-release-bot
3d5564843d
chore(release): 0.40.4 [skip ci]
...
## [0.40.4](https://github.com/saltstack-formulas/postgres-formula/compare/v0.40.3...v0.40.4 ) (2019-10-11)
### Bug Fixes
* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/postgres-formula/commit/37b0c43 ))
* **rubocop:** fix remaining errors manually ([](https://github.com/saltstack-formulas/postgres-formula/commit/b369aa9 ))
### Continuous Integration
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/postgres-formula/commit/7822200 ))
* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/postgres-formula/commit/2c82872 ))
2019-10-11 12:28:44 +00:00
Imran Iqbal
ddd1693e50
Merge pull request #292 from myii/ci/merge-rubocop-linter
...
ci(travis): merge `rubocop` linter into main `lint` job
2019-10-11 13:14:03 +01:00
Imran Iqbal
2c82872dd9
ci(travis): merge rubocop
linter into main lint
job
...
* Semi-automated using https://github.com/myii/ssf-formula/pull/64
2019-10-11 12:57:42 +01:00
Imran Iqbal
b369aa9d40
fix(rubocop): fix remaining errors manually
2019-10-11 12:52:29 +01:00
Imran Iqbal
37b0c43839
fix(rubocop): add fixes using rubocop --safe-auto-correct
2019-10-11 12:50:13 +01:00
Imran Iqbal
911317c9ec
chore(issues): remove issues templates to use org-level templates [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/61
2019-10-10 15:28:09 +01:00
semantic-release-bot
a4c84df77e
chore(release): 0.40.3 [skip ci]
...
## [0.40.3](https://github.com/saltstack-formulas/postgres-formula/compare/v0.40.2...v0.40.3 ) (2019-10-10)
### Bug Fixes
* **manage.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/postgres-formula/commit/bf5b4d6 ))
* **python.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/postgres-formula/commit/1f3cfcc ))
### Continuous Integration
* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/postgres-formula/commit/7ca61f3 ))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/postgres-formula/commit/76e3e39 ))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/postgres-formula/commit/3a27978 ))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/postgres-formula/commit/89e4a34 ))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/postgres-formula/commit/a0fdd48 ))
2019-10-10 03:39:05 +00:00
Imran Iqbal
cd6eb0be16
Merge pull request #291 from myii/ci/merge-matrix-and-add-salt-lint-and-rubocop
...
ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
2019-10-09 23:51:09 +01:00
Imran Iqbal
a0fdd48ebb
ci: merge travis matrix, add salt-lint
& rubocop
to lint
job
...
* Semi-automated using https://github.com/myii/ssf-formula/pull/60
2019-10-09 18:09:32 +01:00
Imran Iqbal
1f3cfccc0d
fix(python.sls): fix salt-lint
errors
...
```bash
Examining postgres/python.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
postgres/python.sls:8
- name: {{ postgres.pkg_python}}
```
2019-10-09 18:08:20 +01:00
Imran Iqbal
bf5b4d6fd7
fix(manage.sls): fix salt-lint
errors
...
```bash
Examining postgres/manage.sls of type state
[201] Trailing whitespace
postgres/manage.sls:57
[201] Trailing whitespace
postgres/manage.sls:67
```
2019-10-09 18:08:20 +01:00
Imran Iqbal
7822200a58
ci: merge travis matrix, add salt-lint
& rubocop
to lint
job
...
* Automated using https://github.com/myii/ssf-formula/pull/60
2019-10-08 16:38:21 +01:00