Project

General

Profile

Download (2.88 KB) Statistics
| Branch: | Tag: | Revision:

foreman_docker / app / controllers / containers / steps_controller.rb @ 367f39d2

# Date Author Comment
2b80fdd9 09/26/2016 03:58 PM Ori Rabin

Fixes #13043 - Change Parameter inheritance to DockerParameter

cc6d0d73 08/01/2016 07:45 AM David Davis

Fixes #15888 - Remove attr_accessible calls

31e5a925 03/14/2016 01:18 PM Ori Rabin

Fixes #13231 - error processing uses full_messages

7ff105d1 12/03/2015 05:26 PM David Davis

Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules

13ebd49d 06/11/2015 01:35 PM Daniel Lobato Garcia

Fixes #10779 - Error messages hidden after wizard

d5d9d39e 05/05/2015 02:24 PM Shlomi Zadok

Fixes #9393 - Allow users to create container without starting it

8e2848d5 04/13/2015 08:02 AM Vanya Jauhal

Fixes #7864 - Adds support for exposed_ports

63ae5d99 01/28/2015 10:39 AM Dmitri Dolguikh

fixes #9033: errors encountered in new container wizard are being shown now

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