Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman_docker / app / controllers / containers @ f4c209f1

# Date Author Comment
f4c209f1 01/19/2015 10:21 AM Dmitri Dolguikh

fixes #9004: wizard moves correctly between persisted states now

30891c0a 01/02/2015 08:36 AM Daniel Lobato Garcia

Fixes #8485 - Taxable containers

e4e8739b 12/26/2014 03:44 PM Daniel Lobato Garcia

Refs #7867 - Container wizard state refactor

6d101d7a 12/24/2014 05:31 PM Dmitri Dolguikh

fixes #7867: container creation wizard now tracks state in dedicated objects

c57dae56 12/19/2014 10:44 PM David Davis

Fixes #8632 - Move docker tables out of foreman-docker

5dc4f6d6 12/05/2014 03:37 PM Daniel Lobato Garcia

Fixes #8226 - Support environment variables creation

ada932ab 12/04/2014 06:20 PM Dmitri Dolguikh

Fixes #7647: Added support for external registries

28b68f21 10/28/2014 12:25 PM Daniel Lobato Garcia

Fixes #7872 - Create container without Fog to assign name

Fog is currently making the key 'name' camelcase which is preventing the
Docker API from picking it up and use it as a name. Until Fog is
patched, we should use docker-api to set the name properly.

dbf8ec1a 10/22/2014 05:36 PM Dmitri Dolguikh

Fixes #8031 - container model initialization is no longer order-dependent

8d215ef6 10/21/2014 09:00 AM Daniel Lobato Garcia

Fixes #8003 - Wizard finish redirects to container

38e5019c 10/20/2014 05:26 AM Daniel Lobato Garcia

Fixes #7986 - Save container UUID and display managed containers

3bc253a2 10/18/2014 09:34 AM David Davis

Refs #7642 - Create docker image and tag models

9c1fa5fb 10/09/2014 10:07 AM Daniel Lobato Garcia

Rubocop support and config

fa9ff801 10/09/2014 09:23 AM Daniel Lobato Garcia

Controllers and engine for containers