- Removed internal
kalabox-pantheon
andkalabox-php
plugins in favor of newly-consolidatedkalabox-app-pantheon
andkalabox-app-php
plugins. #1223
- Updated the
kbox destroy
confirmation warning to accurately reflect whatkbox destroy
does. #1288 - Changed kbox.app.get to match on appName or appName with hyphens removed. #1306
- Removed code no longer needed that was resulting in duplicate 'Pulling image <image_name>' messages in the cli. #1285
- Added
python
,make
andg++
to thekalabox\cli
image. #1263
- Updated our development process with new contribution guidelines and standards #1236
- Added kbox.app.exists and kbox.app.nextAppName in #1235 for use in #1258
- Changed syncthing rescan interval to always be 2 seconds. #1199
- Implemented app specific status messages. #1255
- Changed syncthing to try starting if a restart has failed to put it in the up state. This was usually encountered when running multiple app actions in the GUI. #1228
- Changed app destroy action to remove the app's directory. #1232
- Added kalabox-ui plugin which manages a token container to enable app state and events via docker events stream. #1160
- Disregard hyphens when checking if an app already exists with app.exists(appName).
- Changed docker events query to include all events since docker was started. #1290
- Fixed testing to use new
cgroup-bin
pkg instead ofcgroup-lite
- Removing code no longer needed that was resulting in duplicate 'Pulling image <image_name>' messages in the cli. #1285
- Filtering out pantheon session files that aren't valid email addresses. #1270