Project

General

Profile

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

foreman-docker / test / functionals / containers_controller_test.rb @ ef3feba4

# Date Author Comment
bbb77219 04/11/2016 04:27 AM Daniel Lobato Garcia

Fixes #14519 - Removing containers from API removes them from Docker

Before this fix, the API was just removing the container in the Foreman
database. This commit includes more tests for both the UI and API
container deletion to ensure this area is a bit more solid.

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

Fixes #9382 - Use connection info when connecting to docker

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