Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker / test / functionals / api @ ef3feba4

# Date Author Comment
10546a55 05/27/2016 11:07 AM Daniel Lobato Garcia

Fixes #15098 - Scope registry by taxonomies

7765bf89 05/27/2016 06:37 AM Daniel Lobato Garcia

Ensure Fog is mocked before running API/v2/create test

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.

9ea40591 03/14/2016 05: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 12:26 PM David Davis

Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules

2a0cf95b 04/28/2015 09:25 AM David Davis

Fixes #9901 - Better handling of errors in container api

d2e54db4 04/28/2015 09:25 AM David Davis

Fixes #10029 - Docker registry API

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

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

Fixes #7874 - Docker Containers API

Routes are namespaced, code still needs to be namespaced