- Added support for
lockr
. #1694
- Improved initial files grab by running
rsync
after archive DL. - Upgraded to latest
terminus
0.13.4
.
- Fixed issue where
drush
installed bycomposer
was reporting unknown command. #1681 - Upgraded
mariaDB
to latest10.0.x
. #1671
- Fixed
nginx
andphp-fpm
entrypont scripts so Drupal 8 sites can be restarted. - More complete emulation of
/srv/bindings
. Helps things like CiviCRM support. #1650 - Simplified installation of deps. #1656
- Added
kbox redis
command. #1183 - Switched backend
web
service to common ports443
and80
. #1090 drush
type and version will now match users settings. #1213
- Altered
nginx
to preventPORT
being added to redirects. #1612 - Added
client_max_body_size 100MB
to all frameworks. - Provided a fallback of
drupal
for when there is noframework
specified. #1608 - Added
mysql
php
extension to53
,55
and56
appservers. #1620 - Added better docs about
xdebug
on PhpStorm and SublimeText. #1507 - Improved the persistence and cache of
kbox composer
- Added a check to ensure
git
permissions are correct if you are alternate betweenkbox git
andgit
. #1615
- No changes! Bumped for version parity across major projects.
- Switched to newest Pantheon screenshot endpoint. #1571
- Added push/pull methods to the app object and deleted integrations code. #1574
- Fixed issue where
solr
was complaining about aself-signed certificate
. #1364
- Made sure we also installed the
convert
binary forimagemagick
. #548 - Added organization sites to list of sites. #1264
- Added basic support for
php 5.6
andphp 7.0
. #1438
- Restricted Drupal database pull optimization to only
drush 7+
enabled sites. #1532
- Added
$_SERVER['HTTP_X_SSL']
to improve support for distributions like Webspark. #1504 - Changed
php
version to be set automatically with site environment value instead of site default value. #1500 - Provided fallback (until #1438)) to php
5.5
for sites using php7.0
or5.6
#1500 - Added
mysqli
toterminus
container to stopkbox wp
from reportingYour PHP installation appears to be missing the MySQL extension which is required by WordPress
#1500 - Optimized pulling
drupal
andbackdrop
databases by skipping data forcache, cache_*, history, sessions, watchdog
#1180 - Provided
skipdata
config option for users to skip data for additionaldrupal
orbackdrop
tables database. #1180
- Rebooted documentation. #1322
- Fixed
unison
file sharing to ignore the correctFILEMOUNT
. #1440 - Provided better support for Pantheon's
/srv/bindings/
convention. #1384 #1349 - Changed to a more robust PhantomJS download URL provided by Medium within their wrapper for installing via npm on github. #1359
- Fixed broken DNS tests. #1429
- Added a tests to verify
kbox services
returns correctly. #1351 - Switched authentication to use Pantheon machine tokens. #1452
- Moved
ssh
creation and management to the container level. Now usesterminus
directly. #1396 - Fixed issue where
ssh
keys were not working on Windows causing the GUI to stall and CLI to prompt continuously for a password. #1338 - Enforced
*.sh
files to retainLF
line endings ongit
checkouts. #1437 - Updated docs to reflect new machine token based authentication. #1454
- Fixed issue where older WordPress sites were siltently failing on DB import. #1329
- Upgraded to terminus to
0.11.2
. #1369 - Added
ldap
to appserver. #1328 - Fixed php extension to include
imagick
. #1333 - Upgraded terminus to
0.11.2
and downgraded CLI php5.6
. #1369 - Refactored app to include connectors previously found in core. #1223
- Fixed bug where you couldn't read properties
git_url
andid
#1318 - Improved deployment #1223
- Added tests to make sure we remove testing SSH keys from Pantheon. #1321
- Fixed a redis typo in kalabox-compose.yml
- Fixed an issue where the build process was not perserving script executable permissions #1341
- Fixed bug where
kbox drush up
was not able to create a backups directory #1297 - Upped APC memory limit to handle out of memory errors on larger sites. #585
- Fixed bug where
kbox drush uli
was returninghttp://default
instead of the correct hostname. #1287 - Added tests to verify drush is customizable at
config/drush
#1298
- Improved testing framework to minimize Travis noise #1275
- Removed problematic
kbox terminal
command #1174
- Added more Dockerfiles to help extend existing services #1174
- Updated our development process with new contribution guidelines and standards #1236
- Added tests to make sure redis works with
kbox drush
commands #1259
- Fixed
Class 'Redis' not found
error when runningkbox drush
commands with redis enabled #1259 - Fixed testing to use new
cgroup-bin
pkg instead ofcgroup-lite