Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker / app / models / foreman_docker @ cc6d0d73

Name Size
dns.rb 1 KB
docker.rb 4.31 KB
taxonomy_extensions.rb 382 Bytes

Latest revisions

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

Fixes #15888 - Remove attr_accessible calls

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...

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.

3ddeb32c 12/09/2015 11:46 AM John Mitsch

Refs #12726 - Adding attr_accessible :email to docker model

79287e76 12/08/2015 06:33 AM Tom Caspy

fixes #12726 - adding attr_accessible

5c0db244 04/29/2015 08:36 AM Dominic Cleal

fixes #10306 - require resolv for access to regexps

bc82d5d5 04/14/2015 03:42 AM Vanya Jauhal

Fixes #7865 - Adds support for configuring dns during container creation

2472bb78 03/19/2015 02:21 PM Daniel Lobato Garcia

Fixes #9829 - Revert image_search to old method

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

Fixes #9382 - Use connection info when connecting to docker

View revisions

Also available in: Atom