Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker / app / models @ cc6d0d73

Latest revisions

# Date Author Comment
cc6d0d73 08/01/2016 03:45 AM David Davis

Fixes #15888 - Remove attr_accessible calls

692e3a26 06/28/2016 05:33 AM Shlomi Zadok

Fixes #15528 - 'command' should not be required

26c5ba32 05/30/2016 04:20 AM Daniel Lobato Garcia

Refs #14570 - Fetch tags from local images properly

We were calling local_images and passing an ID as filter. However,
that didn't work. Instead we can fetch the image just by calling
image(image_id) and that should retrieve the image object so we can call...

ef3feba4 05/30/2016 04:19 AM Daniel Lobato Garcia

Fixes #9752 - Pass Docker errors to controller

10546a55 05/27/2016 11:07 AM Daniel Lobato Garcia

Fixes #15098 - Scope registry by taxonomies

977f7c5a 04/15/2016 06: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

a02da228 04/01/2016 01:11 PM Daniel Lobato Garcia

Fixes #10199 - Disable image capabilities under compute resource

Docker container images are not created this way, and its just confusing
to users when they see this tab.

00ab1f9d 03/29/2016 11:33 AM 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...

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

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

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.

View revisions

Also available in: Atom