Added:
- quick start/stop of projects through the project list
Fixed:
- shuffling of project list order
- incorrect path building with EINTOPF_HOME env
- eintopf proxy not installing after building new vm
- fixed exception when docker container had no name entry
Added:
- end to end tests
Fixed:
- error handling on proxy installation
- unnecessary proxy installation error messages on startup
Changed:
- updated README
- fetching docker containers info to lessen cpu load
- replaced watchjs with kefir-storage
- increased eintopf proxy version to use increased proxy timeout
- renamed steps in setup view
Fixed:
- registry exception on startup
Added:
- container list in project detail view
- running apps in project detail view
- Eintopf version info in application menu
- password input on vagrant up for unix/macos
- additional private registry listing
Fixed:
- multiple change event emits on watchermodel.set when watchermodel.get was used beforehand
- project state update in frontend
Changed:
- improved vagrant backup functionality
- project ids to match name in docker-compose
- improved eintopf proxy monitoring
- updated README
Added:
- update project detail view on changes
Fixed:
- switch to log view after actions were triggered
- url for project resources should not directly use the project id
- observe the VM and renew the .vagrant backup on changes
- exception when vboxmanage is not available
Changed:
- monitoring of vagrant ssh config only on startup
- view design
- updated docker-compose version to 1.4.2 in vagrant default file
- default projects definition
Fixed:
- startup without default folder
Changed:
- removed unnecessary async helper function in tests
Added:
- proxy deploying/monitoring through Eintopf
- reload project configurations in an interval
- maintainers list in package.json
Fixed:
- proxy should redirect to configured SSL port
- occasional 'Cannot get /' Error on startup
- creating a project which already exists deletes the existing project
- missing DOCKER_HOST env for project scripts
- only show SSL URLs when registered in proxy
- project looses running states after reloading projects
Changed:
- configuration abstraction
- project certs synchronisation
Fixed:
- copy/paste in electron browser
- nodejs should not be a requirement to do project actions
Changed:
- running start/stop and custom actions of projects
- improved release building
- updated README
Fixed:
- incorrect container order
- wrong app renaming while building
- missing property check before accessing the object in list.coffee
Changed:
- improved release building
- fetching docker containers info
- updated README