Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman_docker / app / controllers @ ad3852f2

# Date Author Comment
ad3852f2 12/22/2014 05:09 PM Ohad Levy

fixes #8718 - refactor container index

- simplify controller to use the correct compute resource type in sql
- used icon helper methods
- fixed html syntax + removed duplicate pagination

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

6225eda9 11/13/2014 06:11 PM Daniel Lobato Garcia

Fixes #8329 - Search images in the hub

When an image cannot be found, the magnifier glass button displays the
search results, including stars, description and a link to the hub.
After the user clicks on an image, tags are auto pulled.

ab73d5cf 11/01/2014 11:54 AM Daniel Lobato Garcia

Fixes #8236: 1.6 compatibility

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.

5b5de864 10/27/2014 07:06 PM Daniel Lobato Garcia

Fixes #8123 - Faster auto-complete with spinner

387babdd 10/23/2014 11:17 PM Daniel Lobato Garcia

Fixes #8035: Commit container changes

fe8bb25c 10/23/2014 05:10 PM Dmitri Dolguikh

Fixes #7870: support for auto-complete in image search

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

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

ec6862cf 10/22/2014 12:16 PM Daniel Lobato Garcia

Refs #8004 - rubocop line is too long

d833cbbb 10/22/2014 11:09 AM Daniel Lobato Garcia

Refs #8004 - fix i18n

9fac406f 10/21/2014 03:05 PM Daniel Lobato Garcia

Refs #8004 - i18n delete containers message

f880f56e 10/21/2014 09:46 AM Daniel Lobato Garcia

Fixes #7967 - Show processes running in a container

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

Fixes #8003 - Wizard finish redirects to container

38378df7 10/21/2014 05:40 AM Daniel Lobato Garcia

Fixes #8004 - Delete managed containers

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

dc3be9a0 10/17/2014 10:41 AM David Davis

Fixes #7977 - Enabling rubocop for foreman-docker

ebaa383d 10/15/2014 11:30 AM Daniel Lobato Garcia

Fixes #7895 - Deleted containers message and redirect

466cd5ba 10/13/2014 03:07 PM Daniel Lobato Garcia

Fixes #7912 - Wizard path error and tests

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