Fixes #18902 - Enable autocomplete for container image search
This enables the autocomplete for the image name search andimproves the usability of searching for container images onDocker Hub or an external Registry.
Fixes #18733 - Prevent fallback to Docker Hub on registry search
When searching for an external registry the search would showresults from Docker Hub due to it searching via the computeresource.
By using a registry parameter to indicate which search tab is...
Fixes #17729 - APIdoc - URL desc add 'Docker' to CR types
Fixes #13043 - Change Parameter inheritance to DockerParameter
Fixes #15888 - Remove attr_accessible calls
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 callingimage(image_id) and that should retrieve the image object so we can call...
Fixes #9270 - Add email validation
Copied the email validation we use for the User model. This catcheserrors when creating/updating the Docker compute resource email
Fixes #10199 - Disable image capabilities under compute resource
Docker container images are not created this way, and its just confusingto users when they see this tab.
Refs #12726 - Adding attr_accessible :email to docker model
fixes #12726 - adding attr_accessible
fixes #10306 - require resolv for access to regexps
Fixes #7865 - Adds support for configuring dns during container creation
Fixes #9829 - Revert image_search to old method
Fixes #9382 - Use connection info when connecting to docker
Fixes #9570 - Only set username/password/email if present
Fixes #9177 - 1.7 compatibility fixes
fixes #8784: defines max_cpu_count for docker compute resource
Refs #8409 - Partially addressing pull before create container
Inital code to do a pull of an image before creating a container.Note likely this part is going to change once we add foreman tasks butthis is the start point.
Fixes #8398 - Authentication error returns 500
Fixes #8329 - Search images in the hub
When an image cannot be found, the magnifier glass button displays thesearch results, including stars, description and a link to the hub.After the user clicks on an image, tags are auto pulled.
Fixes #8096 #8097: Improve cpuset cpushare form
Fixes #7872 - Create container without Fog to assign name
Fog is currently making the key 'name' camelcase which is preventing theDocker API from picking it up and use it as a name. Until Fog ispatched, we should use docker-api to set the name properly.
Fixes #8123 - Faster auto-complete with spinner
Fixes #7870: support for auto-complete in image search
Fixes #8034 - Console support for compute resources
Fixes #7986 - Save container UUID and display managed containers
Fixes #7977 - Enabling rubocop for foreman-docker
Rubocop support and config
Controllers and engine for containers
Update to pass CR class to plugin registration