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 #16235 - Add verify SSL option for Registries
To allow using registries with an invalid certificatethe "Verify ssl" option disables verification forconnections to a registry.
Fixes #18518 - Add proper validation for container image
For now the image has only been validate via the resultof the search, but not enforced on the server side.
The model validation brings now proper feedback whenthe form has been submitted to the server.
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 #18021 - Add missing files for updating New buttons
Update the new buttons in Registry and Menu
Fixes #18021 - update the button label from New to Create
Based on PatternFly Terminology and Wording suggestionsDon't recommend to use New, so update New to Create.
Refs #14370 - Adding new_link helper to containers and registries
Fixes #13043 - Change Parameter inheritance to DockerParameter
Fixes #16090 - Docker container wizard missing image false.png
Fixes #15135 - Fix JS error in datatables
Lack of a tbody caused a 'typeerror: k is undefined' in datatables.
Fixes #15107 - Rails 4.2 test breakages
url_for in the new Rails carries some parameters that can break the linkcreation. Additionally I've disabled ruby warnings in the rake test task
Fixes #14703 - Add taxonomies to Registries API
Fixes #14662 - Revert new_link to ensure 1.11 compatibility
new_link was a helper for "New XXXX" links in Foreman that wasintroduced on 1.12-develop branch. If we want to make the new changes inforeman-docker available to current users, we should revert new_link to...
Fixes #14569 - Display image found/not found on search image step
Prior to this, there was a bug on the CSS that hid the icon thatdisplayed whether the image was found or not on the Docker host.
Fixes #14370 - Adapt containers and registries index to core 1.12
`authorized?` is no longer available, and there's a helper for the "Newxxxxx" buttons
Fixes #14244 - Update the strings to be more compliant with the project standards
Fixes #14181 - Validate registry URL and attempt login
In order to avoid users trying to create containers in an externalregistry that doesn't exist, we should provide some preventativemeasures.
Fixes #13227 - error when creating a container without an image
Multiple fixes to release 2.0.1
Refs #13225 - Use Patternfly spinners helper
Fixes #12971 - Container tab switch doesn't work when docker registry name contains special character
Fixes #13225: Don't declare spinner.gif with /assets prefixed
Fixes #13167 - Add buttons fixed
Fixes #12141 - Add unique id for container object name on 'All containers' page
Fixes #11672 - Exposed username in the registries json call
Fixes #10191 - Pass proper memory parameter to Docker
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 #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 #9382 - Use connection info when connecting to docker
Typo describing -> description on registry form
Fixes #7874 - Docker Containers API
Routes are namespaced, code still needs to be namespaced
fixes #9332 - Add yes/no text to managed info on containers index
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
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 #9004: wizard moves correctly between persisted states now
Fixes #8393: added support for basic auth for standalone registries
fixes #8226 - shows environment variables on container display
Fixes #8485 - Taxable containers
fixes #8342 - disables form buttons on new container page in absence of docker compute resources
fixes #7867: container creation wizard now tracks state in dedicated objects
fixes #8789 - adds correct link for information about cpu shares
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 #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 #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 #8124 - Entrypoint sent to API
Fixes #8123 - Faster auto-complete with spinner
Fixes #8035: Commit container changes
Fixes #7870: support for auto-complete in image search
Fixes #7960 - Initial console logs support
Fixes #7967 - Show processes running in a container
Fixes #7986 - Save container UUID and display managed containers
Refs #7642 - Refactor image/tag and tests
Fixes #7948 - order containers index by name
Fixes #7895 - Deleted containers message and redirect
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 exposed ports in container view
initial commit