Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker / test @ d2e54db4

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

Fixes #10029 - Docker registry API

bc82d5d5 04/14/2015 03:42 AM Vanya Jauhal

Fixes #7865 - Adds support for configuring dns during container creation

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

Fixes #7864 - Adds support for exposed_ports

a79b7ae3 03/25/2015 11:02 AM Daniel Lobato Garcia

Fixes #9897 - Stub encryption key in registry test

Currently CI is broken as it needs the encryption key to be set. In the
past core provided a key for the Rails test environment but that's no
longer the case

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.

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

Fixes #7874 - Docker Containers API

Routes are namespaced, code still needs to be namespaced

394e9883 02/19/2015 03:32 AM Daniel Lobato Garcia

Fixes #9456 - Validate docker registry URL

fe3c8eff 02/09/2015 11:01 PM Daniel Lobato Garcia

Fixes #9269 - Validate registry name

62126ca5 02/06/2015 12:27 AM Partha Aji

Fixes #9229 - Handles non username/password private registry case

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

b747db40 01/19/2015 05:08 AM Partha Aji

Refs #8409 - Partially addressing pull before create container

Inital code to do a pull of an image before creating a container.
Note likely this part is going to change once we add foreman tasks but
this is the start point.

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

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

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

Fixes #8485 - Taxable containers

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

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

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

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

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

Fixes #7647: Added support for external registries

0c89427c 11/20/2014 08:56 AM David Davis

Fixes #8375 - Not validating tag uniqueness per image

Images can have duplicate tags as images are shared across repositories. For
example, two repos could have a "latest" tag for an image.

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.

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.

195be11e 10/24/2014 05:31 AM Daniel Lobato Garcia

Fixes #8036: Validate images and tags

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

Fixes #8035: Commit container changes

3c3d995d 10/22/2014 03:49 PM Daniel Lobato Garcia

Fixes #8034 - Console support for compute resources

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

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

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

Fixes #8003 - Wizard finish redirects to container

7753f0fe 10/20/2014 02:32 PM David Davis

Fixes #7997 - Fixing foreign key on tags relationship for images

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

Fixes #7986 - Save container UUID and display managed containers

8b1f4103 10/18/2014 05:35 AM Daniel Lobato Garcia

Refs #7642 - Refactor image/tag and tests

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

Refs #7642 - Create docker image and tag models

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

d4e021f3 03/25/2014 11:14 AM Amos Benari

initial commit