Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Latest commit

 

History

History
142 lines (89 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

142 lines (89 loc) · 2.88 KB

Added:

  • quick start/stop of projects through the project list

1.2.1

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

1.2.0 (28.01.2016)

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

1.1.1 (07.12.2015)

Fixed:

  • registry exception on startup

1.1.0 (27.11.2015)

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

1.0.2 (15.10.2015)

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

1.0.1 (06.10.2015)

Fixed:

  • startup without default folder

Changed:

  • removed unnecessary async helper function in tests

1.0.0 (05.10.2015)

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

0.1.4 (pre-release - 28.09.2015)

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

0.1.3 (pre-release - 18.09.2015)

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

0.1.2 (pre-release - 16.09.2015)