Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker / app / controllers / api / v2 @ 26c5ba32

# Date Author Comment
c1cbf3bd 04/19/2016 07:08 AM Daniel Lobato Garcia

Fixes #14703 - Add taxonomies to Registries API

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.

b0e98702 03/28/2016 09:46 AM Bryan Kearney

Fixes #14244 - Update the strings to be more compliant with the project standards

792d601d 02/18/2016 03:54 AM Bryan Kearney

Fixes #11984 - Update the plugin to use the latest gettext from core,
and re-extract the strings.

Once this is merged, the project needs to be added to transifex.

c80f3b10 12/11/2015 06:07 AM Tom Caspy

fixes #7230 - rails 4 compatibility

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

Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules

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

Fixes #10191 - Pass proper memory parameter to Docker

f9547788 06/15/2015 12:28 PM Adam Ruzicka

Fixes #9753 - container name is optional

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

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