Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman_docker / app / models / foreman_docker @ a373b4f6

Name Size
compute_resource_extensions.rb 235 Bytes
dns.rb 640 Bytes
docker.rb 4.31 KB
taxonomy_extensions.rb 382 Bytes

Latest revisions

# Date Author Comment
a373b4f6 12/20/2016 06:59 PM Swapnil Abnave

Fixes #17729 - APIdoc - URL desc add 'Docker' to CR types

2b80fdd9 09/26/2016 03:58 PM Ori Rabin

Fixes #13043 - Change Parameter inheritance to DockerParameter

cc6d0d73 08/01/2016 07:45 AM David Davis

Fixes #15888 - Remove attr_accessible calls

26c5ba32 05/30/2016 08: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 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

a02da228 04/01/2016 05: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 04:46 PM John Mitsch

Refs #12726 - Adding attr_accessible :email to docker model

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

fixes #12726 - adding attr_accessible

5c0db244 04/29/2015 12:36 PM Dominic Cleal

fixes #10306 - require resolv for access to regexps

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

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

View revisions

Also available in: Atom