Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman_docker / test @ b11c7843

Name Size
  factories
  functionals
  integration
  units
test_plugin_helper.rb 440 Bytes

Latest revisions

# Date Author Comment
977f7c5a 04/15/2016 10:29 AM Daniel Lobato Garcia

Fixes #9270 - Add email validation

Copied the email validation we use for the User model. This catches
errors when creating/updating the Docker compute resource email

bbb77219 04/11/2016 08: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.

00ab1f9d 03/29/2016 03:33 PM Daniel Lobato Garcia

Refs #14181 - Fix authentication validation when creating registry

On 9ea405911cef1f02ca42db77c16bea4fe297093e Docker.authenticate! was
calling /auth on the Docker host API. This kind of authentication was
not correct, as it was authenticating access to the Docker host, not to...

b8b23c15 03/28/2016 12:11 PM David Davis

Fixes #14322 - Fixing API route scope

9ea40591 03/14/2016 09:53 PM Daniel Lobato Garcia

Fixes #14181 - Validate registry URL and attempt login

In order to avoid users trying to create containers in an external
registry that doesn't exist, we should provide some preventative
measures.

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

Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules

e88059db 07/01/2015 07:14 PM Adam Ruzicka

Fixes #10191 - Pass proper memory parameter to Docker

c36fdec1 05/20/2015 09:43 AM Partha Aji

Fixes #10404 - Finds correct repo name for Docker Hub registry

Bug is stated as follows
on centos 7 ->

$ docker version
Client version: 1.5.0-dev
Client API version: 1.18
Go version (client): go1.3.3

$ docker search centos
NAME DESCRIPTION STARS OFFICIAL AUTOMATED...

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

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

2a0cf95b 04/28/2015 01:25 PM David Davis

Fixes #9901 - Better handling of errors in container api

View revisions

Also available in: Atom