Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker / app / controllers @ d2e54db4

# Date Author Comment
d2e54db4 04/28/2015 09:25 AM David Davis

Fixes #10029 - Docker registry API

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

Fixes #7864 - Adds support for exposed_ports

b60918b7 03/20/2015 04:30 PM Partha Aji

Fixes #9310, #9518 - Create containers using katello repos

This commit adds code to create Containers using katello repos.

271b10e8 03/19/2015 03:27 PM David Davis

Fixes #9643 - Added search param to the containers index API

5397ee73 03/18/2015 02:17 PM David Davis

Fixes #9382 - Use connection info when connecting to docker

70dd1b81 03/05/2015 07:53 AM Dmitri Dolguikh

fixes #9271: user is now informed about http connection errors when using search in the new container wizard.

29111597 03/01/2015 02:48 AM David Davis

Fixes #9562 - Fixing the baseurl in the containers api

5274f6bc 02/24/2015 02:44 AM Daniel Lobato Garcia

Fixes #7874 - Docker Containers API

Routes are namespaced, code still needs to be namespaced

e6eb1c48 02/11/2015 06:46 AM Dmitri Dolguikh

fixes #8033: container power on/off redirects to container view now

41572b90 02/05/2015 05:15 PM Partha Aji

refs #8918 - Enable creating container via katello

This commit provides the integration point to enable katello provision
docker container

ac230210 01/29/2015 10:49 AM David Davis

Fixes #9159 - Fix rubocop 0.28.0 errors

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

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

f4c209f1 01/19/2015 05:21 AM Dmitri Dolguikh

fixes #9004: wizard moves correctly between persisted states now

64f6a1f2 01/12/2015 10:13 AM Dmitri Dolguikh

Fixes #8393: added support for basic auth for standalone registries

44602d1e 01/05/2015 03:32 AM Vanya Jauhal

Fixes #8815 - Corrects variable reference in image search

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

Fixes #8485 - Taxable containers

e4e8739b 12/26/2014 10:44 AM Daniel Lobato Garcia

Refs #7867 - Container wizard state refactor

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

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

ad3852f2 12/22/2014 12: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 05:44 PM David Davis

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

5dc4f6d6 12/05/2014 10:37 AM Daniel Lobato Garcia

Fixes #8226 - Support environment variables creation

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

Fixes #7647: Added support for external registries

6225eda9 11/13/2014 01: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 07:54 AM Daniel Lobato Garcia

Fixes #8236: 1.6 compatibility

28b68f21 10/28/2014 08:25 AM 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 03:06 PM Daniel Lobato Garcia

Fixes #8123 - Faster auto-complete with spinner

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

Fixes #8035: Commit container changes

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

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

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

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

ec6862cf 10/22/2014 08:16 AM Daniel Lobato Garcia

Refs #8004 - rubocop line is too long

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

Refs #8004 - fix i18n

9fac406f 10/21/2014 11:05 AM Daniel Lobato Garcia

Refs #8004 - i18n delete containers message

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

Fixes #7967 - Show processes running in a container

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

Fixes #8003 - Wizard finish redirects to container

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

Fixes #8004 - Delete managed containers

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

Fixes #7986 - Save container UUID and display managed containers

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

Refs #7642 - Create docker image and tag models

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

Fixes #7977 - Enabling rubocop for foreman-docker

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

Fixes #7895 - Deleted containers message and redirect

466cd5ba 10/13/2014 11:07 AM Daniel Lobato Garcia

Fixes #7912 - Wizard path error and tests

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

Rubocop support and config

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

Controllers and engine for containers