Commit Graph

361 Commits

Author SHA1 Message Date
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
Tristan Charbonneau
e318dc8c14 Update readme about msgpack and igbinary packages in php.ng 2019-03-20 16:45:33 +01:00
Tristan Charbonneau
29965ad97a add msgpack and igbinary 2019-03-20 16:43:32 +01:00
Jordi Boggiano
bbd41d99a1
Remove env from ppa definition 2019-03-07 14:27:02 +01:00
John Keates
7f87ee33d0
Merge pull request #163 from sticky-note/fix/fpm-freebsd
Fix/fpm freebsd
2019-03-05 01:54:23 +01:00
sam
0a63949ef0 add minimum default to get fpm service works on FreeBSD 2019-03-05 11:14:17 +11:00
sam
b702a35967 add minimum default to get fpm service works on FreeBSD 2019-03-05 10:19:33 +11:00
sam
8e1b990dd7 add minimum default to get fpm service works on FreeBSD 2019-03-05 10:08:43 +11:00
sam
2962d961c7 add minimum default to get fpm service works on FreeBSD 2019-03-05 09:08:55 +11:00