- fixed
APP_CONFIG_FILE
support - backend sidebar view cleanup
- updated backend access tests
- updated Docker test & build process
- updated docker-compose configuration to v2 format
- added tests and test-groups
- updated ENV defaults
- fixed travis test path
- updated backend dashboard
- added adminPermission for user module access
- updated user root/admin check (compatibility with yii2-user 0.9.5, 0.9.6)
- backend sidebar view cleanup, added "backend" root node support
- updated asset config
- updated hostnames in testing to use lowercase values, see moby/moby#21169
- updated PHP base image
- removed
config/bootstrap.php
; moved content to main config - removed application params 'appName' and 'supportEmail', removed ENV variable
APP_SUPPORT_EMAIL
,BUILD_APP_VOLUME
- moved
giiant-batch.sh
toyii batch
- removed application params
appName
andsupportEmail
- removed ENV variable
APP_SUPPORT_EMAIL
,BUILD_APP_VOLUME
- moved
giiant-batch.sh
toyii batch
- updated backend footer
- removed relative setup script paths (container usage)
- moved application scripts to
/app/src/bin
folder - moved
composer.sh
to base-images - updated
YII_ENV
settings for acceptance tests - fixed unit test application mocking
- moved prototype module to separate extension
- ⬆️ composer packages
- ⬆️ base image
- updated CI config
- fixed path in test
- moved version file to src
- simplified build variables, combined BUILD_PREFIX/BUILD_IMAGE_PREFIX
- removed hardcoded IMAGE_NAME from CI config
- removed unused .gitkeep files
- removed constant from sourcePath
- added legacy test for PHP 5.5
- removed unused form
- updated build with Dockerfile linting; don't run build jobs on tag
- fixed stack name when branch has a slash '/' in its name
- hardened docker-compose version check
- updated & enabled access tests
- just ouput IDs when checking requirements
- hardened docker-compose version check, see docker/compose#2733
- hardened testing; moved lint to test_pre to combine all allow_failure tests
- improved CI stack isolation for tags
- added docker daemon check
- do not clean-test in target clean, since it may conflict with initial builds
- fixed startup order in makefile target all
- removed docs module configuration from main.php
- added make diagnose target to lint job
- added docker daemon check
- do not clean-test in target clean, since it may conflict with initial builds
- fixed startup in makefile target all
- removed docs module configuration from main.php
- enhanced asset path detection
- fixed docker-compose requirements check
- stable release
- added protoype module
- updated docs
- improved startup scripts
- refactored navbar
- codeception requirement to 2.1
- updated default configuration (schmunk42)
- refactored Docker setup (schmunk42)
- updated template views and style (schmunk42)
- build fixes
- fixed Vagrant shared folder issues (schmunk42)
- basic development