Commit Graph

369 Commits

Author SHA1 Message Date
semantic-release-bot
d530e817d1 chore(release): 0.38.1 [skip ci]
## [0.38.1](https://github.com/saltstack-formulas/php-formula/compare/v0.38.0...v0.38.1) (2019-08-03)

### Bug Fixes

* update deprecation version number in `semantic-release` run ([a87fb91](https://github.com/saltstack-formulas/php-formula/commit/a87fb91)), closes [/github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613](https://github.com//github.com/saltstack-formulas/php-formula/pull/175/issues/issuecomment-517492613) [/github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898](https://github.com//github.com/saltstack-formulas/php-formula/pull/185/issues/issuecomment-517603898)
2019-08-03 20:35:57 +00:00
Imran Iqbal
8902d8b8ff
Merge pull request #187 from myii/chore/standardise-structure
fix: update deprecation version number in `semantic-release` run
2019-08-03 21:25:15 +01:00
Imran Iqbal
a87fb913ba
fix: update deprecation version number in semantic-release run
* Semi-automated using `ssf-formula` (v0.2.0)
* References:
  - https://github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613
  - https://github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898
* Ensure this only runs until `v1.0.0` (done in the script)
2019-08-03 21:14:40 +01:00
Niels Abspoel
1e74ed6133
Merge pull request #186 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-08-02 19:27:23 +02:00
Imran Iqbal
a58fd4216f chore: use semantic-release cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.5)
2019-08-02 05:28:42 +01:00
semantic-release-bot
126f91fe7c chore(release): 0.38.0 [skip ci]
# [0.38.0](https://github.com/saltstack-formulas/php-formula/compare/v0.37.1...v0.38.0) (2019-08-01)

### Features

* **map:** add xmlrpc package for xml module, as it was done for SUSE ([a09ef92](https://github.com/saltstack-formulas/php-formula/commit/a09ef92))
2019-08-01 23:13:45 +00:00
Sergio Cambra
a09ef9270e feat(map): add xmlrpc package for xml module, as it was done for SUSE 2019-08-02 00:04:30 +01:00
semantic-release-bot
be0143365e chore(release): 0.37.1 [skip ci]
## [0.37.1](https://github.com/saltstack-formulas/php-formula/compare/v0.37.0...v0.37.1) (2019-08-01)

### Bug Fixes

* add warning message for ng states ([d45bae8](https://github.com/saltstack-formulas/php-formula/commit/d45bae8))
* allow muting deprecation warning via. pillar/config entry ([8e7471e](https://github.com/saltstack-formulas/php-formula/commit/8e7471e))
* change message to warn about upcoming deprecation ([e97eeae](https://github.com/saltstack-formulas/php-formula/commit/e97eeae))
* warn formula users ng states will be promoted in `v1.0.0` ([d033381](https://github.com/saltstack-formulas/php-formula/commit/d033381))
* **pillar_from_files:** use `{}` pillar files to ensure tests pass ([1a5d734](https://github.com/saltstack-formulas/php-formula/commit/1a5d734))
* **readme:** add warning in  docs/README.rst ([3ac59e4](https://github.com/saltstack-formulas/php-formula/commit/3ac59e4))
2019-08-01 22:35:11 +00:00
Imran Iqbal
bc0719a5aa
Merge pull request #185 from sticky-note/fix/non-ng-deprecation
fix: warn formula users ng states will be promoted in `v1.0.0`
2019-08-01 23:24:44 +01:00
nb
3ac59e4424 fix(readme): add warning in docs/README.rst 2019-08-01 09:21:15 +11:00
Imran Iqbal
1a5d73486e
fix(pillar_from_files): use {} pillar files to ensure tests pass 2019-07-28 11:16:39 +01:00
nb
d45bae83d8 fix: add warning message for ng states 2019-07-28 17:45:40 +11:00
Imran Iqbal
8e7471e837
fix: allow muting deprecation warning via. pillar/config entry 2019-07-25 22:27:36 +01:00
Imran Iqbal
e97eeae766
fix: change message to warn about upcoming deprecation 2019-07-25 12:28:29 +01:00
nb
d03338176c fix: warn formula users ng states will be promoted in v1.0.0 2019-07-24 15:15:33 +11:00
Niels Abspoel
08cd5635bb
Merge pull request #184 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-07-23 21:05:39 +02:00
Imran Iqbal
45f9a75961 chore: use semantic-release cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
2019-07-19 17:16:12 +01:00
semantic-release-bot
4dc3e14ca4 chore(release): 0.37.0 [skip ci]
# [0.37.0](https://github.com/saltstack-formulas/php-formula/compare/v0.36.0...v0.37.0) (2019-07-09)

### Bug Fixes

* **mods:** fixup for [#181](https://github.com/saltstack-formulas/php-formula/issues/181) ([e2d7b4b](https://github.com/saltstack-formulas/php-formula/commit/e2d7b4b))

### Features

* **mods:** added some mods support for FreeBSD ([3f6c0bc](https://github.com/saltstack-formulas/php-formula/commit/3f6c0bc))
2019-07-09 18:08:43 +00:00
Nicolas Rodriguez
ba71af13b5
Merge pull request #182 from sticky-note/feat/mods
fix(mods): fixup for #181
2019-07-09 19:59:21 +02:00
nb
e2d7b4b588 fix(mods): fixup for #181 2019-07-09 15:42:15 +11:00
Niels Abspoel
1943ab51ac
Merge pull request #181 from sticky-note/feat/mods
feat(mods): added some mods support for FreeBSD
2019-07-03 18:34:37 +02:00
nb
3f6c0bc894 feat(mods): added some mods support for FreeBSD 2019-07-01 17:19:01 +11:00
semantic-release-bot
3e14d4d72a chore(release): 0.36.0 [skip ci]
# [0.36.0](https://github.com/saltstack-formulas/php-formula/compare/v0.35.1...v0.36.0) (2019-06-29)

### Documentation

* **readme:** update with modules, bz2 & dba ([5e04187](https://github.com/saltstack-formulas/php-formula/commit/5e04187))

### Features

* add 'bz2' and 'dba' module support ([758ae88](https://github.com/saltstack-formulas/php-formula/commit/758ae88))
2019-06-29 18:58:35 +00:00
Imran Iqbal
2b479f49d8
Merge pull request #177 from FHE3/bz2-dba-support
add 'bz2' and 'dba' module support
2019-06-29 19:49:47 +01:00
Sergio Cambra
5e041871ec
docs(readme): update with modules, bz2 & dba 2019-06-29 19:41:47 +01:00
Simon Schneider
758ae882f6
feat: add 'bz2' and 'dba' module support 2019-06-29 19:41:32 +01:00
semantic-release-bot
ec7c914aa5 chore(release): 0.35.1 [skip ci]
## [0.35.1](https://github.com/saltstack-formulas/php-formula/compare/v0.35.0...v0.35.1) (2019-06-28)

### Documentation

* merge latest changes from `template-formula` ([4af569a](https://github.com/saltstack-formulas/php-formula/commit/4af569a)), closes [#179](https://github.com/saltstack-formulas/php-formula/issues/179)
2019-06-28 01:55:45 +00:00
Imran Iqbal
39820094a9
Merge pull request #180 from myii/finalise-semantic-release
docs: merge latest changes from `template-formula`
2019-06-28 02:33:48 +01:00
Imran Iqbal
4af569aa19
docs: merge latest changes from template-formula
* Completes #179
* Fix testing on `develop` images and enable in the matrix
2019-06-27 07:17:31 +01:00
semantic-release-bot
32667d97ad chore(release): 0.35.0 [skip ci]
# [0.35.0](https://github.com/saltstack-formulas/php-formula/compare/v0.34.0...v0.35.0) (2019-06-27)

### Features

* **semantic-release:** add support of semantic-release ([cdd206a](https://github.com/saltstack-formulas/php-formula/commit/cdd206a))
2019-06-27 00:57:16 +00:00
Imran Iqbal
a4d4ef278b
Merge pull request #179 from n-rodriguez/wip/semantic-release
feat(semantic-release): add support of semantic-release
2019-06-27 01:47:53 +01:00
Nicolas Rodriguez
cdd206a10a feat(semantic-release): add support of semantic-release 2019-06-27 00:02:46 +02:00
Niels Abspoel
27ec4744fb
Merge pull request #172 from ze42/php_ng_modules
php.ng.modules
2019-04-11 20:44:36 +02:00
Adrien "ze" Urban
0e431473cd php/ng/modules: use ~ operator
Convert module to string before appending it to the base path to search for
existing modules...
2019-04-11 10:41:25 +02:00
Adrien "ze" Urban
2d1d8f23ad php.ng.modules: documentation 2019-04-03 14:31:33 +02:00
Adrien "ze" Urban
a126bf658b php.ng.modules: install modules... 2019-04-03 14:31:33 +02:00
Niels Abspoel
14bb2b3f28
Merge pull request #170 from n-rodriguez/master
Fix "Invalidly formatted 'pkgs' parameter." error with php-readline
2019-04-02 19:56:47 +02:00
Niels Abspoel
936bca4a19
Merge pull request #171 from ze42/fix_pool_dependency
fpm: don't extend pool-dependency if no pool
2019-04-02 19:54:35 +02:00
Niels Abspoel
e0b922a28b
Merge pull request #168 from pawelrosada/master
Fix Backward compatibility problem
2019-04-02 19:51:16 +02:00
Adrien "ze" Urban
e18b2be86d fpm: don't extend pool-dependency if no pool 2019-04-02 11:58:05 +02:00
Nicolas Rodriguez
afbc88b056 Fix "Invalidly formatted 'pkgs' parameter." error with php-readline 2019-04-02 00:21:01 +02:00
Paweł Rosada
0c923245e6
Fix Backward compatibility problem 2019-03-27 05:51:38 +01:00
Niels Abspoel
4a0dfac0b0
Merge pull request #166 from pawelrosada/master
Add enablerepo option to php-salt-formula
2019-03-26 20:17:48 +01:00
Paweł Rosada
1b25ed631e
Add documentation 2019-03-26 18:53:35 +01:00
Niels Abspoel
75431aff13
Merge pull request #164 from Seldaek/patch-2
Remove env from ppa definition
2019-03-25 20:43:34 +01:00
Paweł Rosada
6965059af4
Remove copy of php_install_{{ state }} 2019-03-25 08:22:28 +01:00
Paweł Rosada
77b1b3520f
Add missing php_install_ 2019-03-25 08:20:33 +01:00
Paweł Rosada
324ebd84af
Add enablerepo option to php-salt-formula 2019-03-25 08:15:05 +01:00
Niels Abspoel
df0224fd35
Merge pull request #165 from Yoda-BZH/master
Add msgpack and igbinary packages
2019-03-21 20:04:21 +01:00
Tristan Charbonneau
1597eddb43 fix ordering 2019-03-20 16:46:59 +01:00