Commit graph

455 commits

Author SHA1 Message Date
Geraud CONTINSOUZAS
7791268d13 fix(indent): properly indent file.directory block
This is a followup on #250.

The patch I sent here suffered from a case of bad copy-n-paste and
missed half a level of indentation. Sorry.
2020-08-27 16:00:27 +11:00
semantic-release-bot
1e5651faac chore(release): 0.54.1 [skip ci]
## [0.54.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.0...v0.54.1) (2020-08-24)

### Bug Fixes

* **freebsd:** upgrade to mysql57-server ([ec68199](ec681995b4))
2020-08-24 22:53:02 +00:00
Géraud CONTINSOUZAS
ec681995b4
fix(freebsd): upgrade to mysql57-server
Current default version for FreeBSD is MySQL 5.7, also python 2.x is
deprecated and should be removed any time soon.

FreeBSD uses the `mysql_install_db` which generates a temporary root
password upon the first start. To the best of my understanding I haven't
seen any code in the formula that handles this method. So I added
a FreeBSD-scpecific block for initialization. While here, create
`/var/log/mysql` without which the server won't start if it doesn't
exist.

Co-authored-by: Geraud CONTINSOUZAS <geraud.continsouzas@skazy.nc>
2020-08-24 23:45:37 +01:00
semantic-release-bot
5bf7d57f14 chore(release): 0.54.0 [skip ci]
# [0.54.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.53.0...v0.54.0) (2020-07-10)

### Continuous Integration

* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([b37a8a7](b37a8a7c97))

### Features

* **socket_authentication:** allow unix_socket authentication ([8eccd5a](8eccd5a68c))
2020-07-10 15:20:11 +00:00
Yoda-BZH
8eccd5a68c
feat(socket_authentication): allow unix_socket authentication
Co-authored-by: Tristan Charbonneau <tcharbonneau@oceanet-technology.com>
2020-07-10 16:12:24 +01:00
Imran Iqbal
f1084e5925 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:28:48 +01:00
Imran Iqbal
8cfba5ae28 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:07 +01:00
Imran Iqbal
ba91d9841b 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:25 +01:00
Imran Iqbal
b37a8a7c97 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:24 +01:00
Imran Iqbal
0d77b049e0 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:23 +01:00
Imran Iqbal
c0d8e0c8e7 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:00 +01:00
semantic-release-bot
b1233b60c3 chore(release): 0.53.0 [skip ci]
# [0.53.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.7...v0.53.0) (2020-06-01)

### Continuous Integration

* **kitchen+travis:** use latest pre-salted images ([7ea518a](7ea518a391))
* **travis:** add notifications => zulip [skip ci] ([8adfc4b](8adfc4bb4f))

### Features

* **focal:** add settings for `ubuntu-20.04` ([0d77164](0d77164f39))
2020-06-01 02:14:21 +00:00
Imran Iqbal
e60e37ec8d
Merge pull request #244 from myii/feat/add-ubuntu-20.04
feat(focal): add settings for `ubuntu-20.04` & use latest pre-salted images
2020-06-01 03:06:39 +01:00
Imran Iqbal
7ea518a391
ci(kitchen+travis): use latest pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/209
2020-06-01 02:54:02 +01:00
Imran Iqbal
0d77164f39
feat(focal): add settings for ubuntu-20.04 2020-06-01 02:53:43 +01:00
Imran Iqbal
e1bd2795d2 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:05 +01:00
Imran Iqbal
8adfc4bb4f ci(travis): add notifications => zulip [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/191
2020-05-21 20:08:23 +01:00
semantic-release-bot
8ffa1d7016 chore(release): 0.52.7 [skip ci]
## [0.52.7](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.6...v0.52.7) (2020-05-19)

### Bug Fixes

* **osfamilymap.yaml:** update SUSE defaults ([8ee79a7](8ee79a7bb0))

### Continuous Integration

* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([9e9fa3e](9e9fa3e3d1))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([c1dddc3](c1dddc3a8d))
* **workflows/commitlint:** add to repo [skip ci] ([b4c6570](b4c65702b9))
2020-05-19 14:03:46 +00:00
Imran Iqbal
8f32ef63c6
Merge pull request #240 from miska/master
fix(osfamilymap.yaml): Update SUSE defaults
2020-05-19 14:55:53 +01:00
Michal Hrusecky
8ee79a7bb0 fix(osfamilymap.yaml): update SUSE defaults
* there is no python2 in last stable releases and socket was moved as well
2020-05-19 15:36:27 +02:00
Imran Iqbal
52384ffab2 chore(codeowners): update semantic-release related files [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/174
2020-05-04 23:16:07 +01:00
Imran Iqbal
362b85ea38 chore(codeowners): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/173
2020-05-04 22:44:24 +01:00
Imran Iqbal
b4c65702b9 ci(workflows/commitlint): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/172
2020-05-04 09:29:57 +01:00
Imran Iqbal
c1dddc3a8d 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:29 +01:00
Imran Iqbal
9e9fa3e3d1 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:19 +01:00
Imran Iqbal
2695bc6f35 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:23 +01:00
semantic-release-bot
8ffa3c4a26 chore(release): 0.52.6 [skip ci]
## [0.52.6](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.5...v0.52.6) (2020-04-17)

### Bug Fixes

* **reload-modules:** do `reload_modules` on py module installation ([2b6e704](2b6e704c96))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([04f75a7](04f75a7a3b))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([ef7a2ce](ef7a2ce2d8))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([b4f5f79](b4f5f79781))
2020-04-17 14:26:25 +00:00
Imran Iqbal
a2ee53be01
Merge pull request #239 from sticky-note/fix/reload
fix(reload-modules): do `reload_modules` on `python-mysql` py module …
2020-04-17 15:17:09 +01:00
Imran Iqbal
5e6e24a664
Revert "fix(reload-modules): do reload_modules on python-mysql py module installation"
This reverts commit f6dc2baace.
2020-04-15 14:24:57 +01:00
sticky-note
2b6e704c96 fix(reload-modules): do reload_modules on py module installation 2020-04-16 00:20:05 +11:00
sticky-note
f6dc2baace fix(reload-modules): do reload_modules on python-mysql py module installation 2020-04-15 23:05:01 +11:00
Imran Iqbal
8dffbaf19e chore(gitignore): update from the template-formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/132
2020-02-14 22:29:40 +00:00
Imran Iqbal
525423e51d 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:26 +00:00
Imran Iqbal
ef7a2ce2d8 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:12 +00:00
Imran Iqbal
b4f5f79781 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:28 +00:00
Imran Iqbal
04f75a7a3b 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:30 +00:00
semantic-release-bot
4008cf21ec chore(release): 0.52.5 [skip ci]
## [0.52.5](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.4...v0.52.5) (2019-12-10)

### Bug Fixes

* **db_load:** preserve space between -h and -p on the db load `cmd.wait` ([a05f263](a05f263f4b))
2019-12-10 01:49:57 +00:00
Imran Iqbal
0a6b6ff069
Merge pull request #234 from sticky-note/fix/db_load
fix(db_load): preserve whitespace between -h and -p on the db load `c…
2019-12-10 01:38:51 +00:00
smasa90
a05f263f4b fix(db_load): preserve space between -h and -p on the db load cmd.wait 2019-12-10 11:48:27 +11:00
semantic-release-bot
58fd821bda chore(release): 0.52.4 [skip ci]
## [0.52.4](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.3...v0.52.4) (2019-12-03)

### Styles

* remove previous line from jinja directives ([ec0e2a7](ec0e2a765a))
2019-12-03 21:33:52 +00:00
Imran Iqbal
bd2571279b
Merge pull request #232 from daks/style-sls
style: remove previous line from jinja directives
2019-12-03 21:23:39 +00:00
semantic-release-bot
32ac499995 chore(release): 0.52.3 [skip ci]
## [0.52.3](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.2...v0.52.3) (2019-12-03)

### Bug Fixes

* **mac_shortcut.sh:** fix `shellcheck` errors ([7b309f8](7b309f8da2))
* **release.config.js:** use full commit hash in commit link [skip ci] ([3f51b8b](3f51b8bbc2))

### Continuous Integration

* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([5efe938](5efe9387fd))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([63bfb4a](63bfb4a0f2))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([27ac5a3](27ac5a3f68))
* **travis:** apply changes from build config validation [skip ci] ([d520848](d520848c81))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([1a8d914](1a8d914fbd))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([3fb5a82](3fb5a82de6))
* **travis:** run `shellcheck` during lint job [skip ci] ([0931835](0931835f1c))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([1512279](1512279c2e))
* **travis:** use build config validation (beta) [skip ci] ([40d4b97](40d4b9763f))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([6afcc80](6afcc80396))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([01f25a3](01f25a3ebf))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([1980c63](1980c634b9))
2019-12-03 21:22:04 +00:00
Imran Iqbal
77473d1688
Merge pull request #233 from myii/bug/fix-shellcheck-errors
fix(mac_shortcut.sh): fix `shellcheck` errors
2019-12-03 21:08:19 +00:00
Eric Veiras Galisson
ec0e2a765a style: remove previous line from jinja directives 2019-12-03 10:05:23 +01:00
Imran Iqbal
7b309f8da2
fix(mac_shortcut.sh): fix shellcheck errors
```bash
In mysql/files/mac_shortcut.sh line 5:
if [[ -e "{{ home }}/{{ user }}/Desktop/{{ app }}" ]] && [[ "${1}" -eq "remove" ]]
                                                                       ^------^ SC2154: remove is referenced but not assigned.
In mysql/files/mac_shortcut.sh line 8:
elif [[ -e "{{ dir }}/{{ app ~ '.app' if suffix else app }}" ]] && [[ "${1}" -eq "add" ]]
                                                                                 ^---^ SC2154: add is referenced but not assigned.
```
2019-12-02 22:52:26 +00:00
Imran Iqbal
3fb5a82de6 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:54:14 +00:00
Imran Iqbal
0931835f1c ci(travis): run shellcheck during lint job [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/106
2019-11-27 20:53:47 +00:00
Imran Iqbal
1a8d914fbd 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:31:58 +00:00
Imran Iqbal
d520848c81 ci(travis): apply changes from build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/98
2019-11-16 20:04:48 +00:00
Imran Iqbal
40d4b9763f ci(travis): use build config validation (beta) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/97
2019-11-13 16:46:53 +00:00