Fixes #10779 - Error messages hidden after wizard
fixes #10128: 'test connection' button on the CR screen turns green only after connection has been verified.
Fixes #10404 - Finds correct repo name for Docker Hub registry
Bug is stated as followson centos 7 ->
$ docker versionClient version: 1.5.0-devClient API version: 1.18Go version (client): go1.3.3
$ docker search centosNAME DESCRIPTION STARS OFFICIAL AUTOMATED...
Fixes #9393 - Allow users to create container without starting it
fixes #10306 - require resolv for access to regexps
Fixes #9901 - Better handling of errors in container api
Fixes #10029 - Docker registry API
Fixes 9311 - Change the Katello tab text
Fixes #7865 - Adds support for configuring dns during container creation
Fixes #7864 - Adds support for exposed_ports
Fixes #9338: permission filters can be created now
Fixes #9310, #9518 - Create containers using katello repos
This commit adds code to create Containers using katello repos.
Fixes #9643 - Added search param to the containers index API
Fixes #9830 - Fixing log call
Fixes #9829 - Revert image_search to old method
fixes #9544: added downcase_hash_keys mathod
Fixes #9382 - Use connection info when connecting to docker
Fixes #9708 - Fixing rubocop config so it can be used with houndci
fixes #9271: user is now informed about http connection errors when using search in the new container wizard.
Fixes #9570 - Only set username/password/email if present
Fixes #9562 - Fixing the baseurl in the containers api
Typo describing -> description on registry form
Fixes #7874 - Docker Containers API
Routes are namespaced, code still needs to be namespaced
Fixes #9456 - Validate docker registry URL
Fixes #9242 - Backport image_search to fog 1.24
fixes #9332 - Add yes/no text to managed info on containers index
fixes #8033: container power on/off redirects to container view now
Fixes #9269 - Validate registry name
Fixes #9229 - Handles non username/password private registry case
refs #8918 - Enable creating container via katello
This commit provides the integration point to enable katello provisiondocker container
fixes #9230 - add table name to query to avoid psql errors
Fixes #9177 - 1.7 compatibility fixes
refs #8963 - Renaming truncs to trunc with tool tips
In upstream foreman the trunc method got renamed to trunc with tooltip.This causes issues with foreman docker when viewing a bunch of index pagesupdated all the pages using the trunc method
Fixes #9159 - Fix rubocop 0.28.0 errors
Revert "Fixes #8409 - Pull docker image asynchronously"
This reverts commit 16234b270677486ea197a0dca54b14ed981abfc5.
Conflicts: app/models/service/containers.rb
fixes #9033: errors encountered in new container wizard are being shown now
Fixes #8409 - Pull docker image asynchronously
fixes #8784: defines max_cpu_count for docker compute resource
fixes #9004: wizard moves correctly between persisted states now
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 #8393: added support for basic auth for standalone registries
Fixes #8815 - Corrects variable reference in image search
fixes #8226 - shows environment variables on container display
Fixes #8485 - Taxable containers
Fixes #8637 - local registry container support
Prior to this commit, one could not start containers connected to alocal or non docker hub external registry. This is because the containerparametrize call did not properly prefix the registry url in its Image name....
fixes #8342 - disables form buttons on new container page in absence of docker compute resources
Refs #7867 - Container wizard state refactor
fixes #7867: container creation wizard now tracks state in dedicated objects
fixes #8789 - adds correct link for information about cpu shares
fixes #8719 - remove n+1 queries on container index
fixes #8718 - refactor container index
- simplify controller to use the correct compute resource type in sql- used icon helper methods- fixed html syntax + removed duplicate pagination
Fixes #8632 - Move docker tables out of foreman-docker
Refs #8717 - Fix cop line too long
fixes #8716 auto_complete helper now has a unique name.
Previous implementation overwrote the helper defined in foreman,which in turn disabled auto completer for all search fields.
Fixes #8226 - Support environment variables creation
Fixes #7647: Added support for external registries
Fixes #8375 - Not validating tag uniqueness per image
Images can have duplicate tags as images are shared across repositories. Forexample, two repos could have a "latest" tag for an image.
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 #8236: 1.6 compatibility
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 #8124 - Entrypoint sent to API
Fixes #8123 - Faster auto-complete with spinner
Fixes #8036: Validate images and tags
Fixes #8035: Commit container changes
Fixes #7870: support for auto-complete in image search
Fixes #8034 - Console support for compute resources
Fixes #8031 - container model initialization is no longer order-dependent
Refs #8004 - rubocop line is too long
Refs #8004 - fix i18n
Refs #8004 - i18n delete containers message
Fixes #7960 - Initial console logs support
Fixes #7967 - Show processes running in a container
Fixes #8003 - Wizard finish redirects to container
Fixes #8004 - Delete managed containers
Fixes #7997 - Fixing foreign key on tags relationship for images
Fixes #7986 - Save container UUID and display managed containers
Refs #7642 - Refactor image/tag and tests
Refs #7642 - Create docker image and tag models
Fixes #7977 - Enabling rubocop for foreman-docker
Fixes #7948 - order containers index by name
Fixes #7895 - Deleted containers message and redirect
Fixes #7912 - Wizard path error and tests
Rubocop support and config
Containers wizard and index
Controllers and engine for containers
Add docker RABL to API
Without this template, compute_resources/main.json.rabl will look for adocker.json template with no avail. This results in failedapi/compute_resources index and show calls (for Docker CRs).
Show container info even if entrypoint is empty
ENTRYPOINT and CMD might be nil on the container. In this case, thecurrent code just throws a 500 because it's checking for .any? on a nilobject instead of .present?
Show exposed ports in container view
Update to pass CR class to plugin registration
initial commit