Fixes #13231 - error processing uses full_messages
Fixes #11984 - Update the plugin to use the latest gettext from core,and re-extract the strings.
Once this is merged, the project needs to be added to transifex.
fixes #7230 - rails 4 compatibility
Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules
Fixes #10191 - Pass proper memory parameter to Docker
Fixes #9753 - container name is optional
Fixes #10779 - Error messages hidden after wizard
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 #9901 - Better handling of errors in container api
Fixes #10029 - Docker registry API
Fixes #7864 - Adds support for exposed_ports
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 #9382 - Use connection info when connecting to docker
fixes #9271: user is now informed about http connection errors when using search in the new container wizard.
Fixes #9562 - Fixing the baseurl in the containers api
Fixes #7874 - Docker Containers API
Routes are namespaced, code still needs to be namespaced
fixes #8033: container power on/off redirects to container view now
refs #8918 - Enable creating container via katello
This commit provides the integration point to enable katello provisiondocker container
Fixes #9159 - Fix rubocop 0.28.0 errors
fixes #9033: errors encountered in new container wizard are being shown now
fixes #9004: wizard moves correctly between persisted states now
Fixes #8393: added support for basic auth for standalone registries
Fixes #8815 - Corrects variable reference in image search
Fixes #8485 - Taxable containers
Refs #7867 - Container wizard state refactor
fixes #7867: container creation wizard now tracks state in dedicated objects
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
Fixes #8226 - Support environment variables creation
Fixes #7647: Added support for external registries
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 #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 #8035: Commit container changes
Fixes #7870: support for auto-complete in image search
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 #7967 - Show processes running in a container
Fixes #8003 - Wizard finish redirects to container
Fixes #8004 - Delete managed containers
Fixes #7986 - Save container UUID and display managed containers
Refs #7642 - Create docker image and tag models
Fixes #7977 - Enabling rubocop for foreman-docker
Fixes #7895 - Deleted containers message and redirect
Fixes #7912 - Wizard path error and tests
Rubocop support and config
Controllers and engine for containers