foreman-dockerforeman_dockerhammer_cli_foreman_docker
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 #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 #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 #14577 - Commit and delete buttons styling
These two buttons on Container#show did not have any styling and did notlook like buttons.
Fixes #14519 - Removing containers from API removes them from Docker
Before this fix, the API was just removing the container in the Foremandatabase. This commit includes more tests for both the UI and APIcontainer deletion to ensure this area is a bit more solid.
Fixes #7894 - Compute resource should show 'containers' tab
Through deface, we change the 'virtual machines' tab to say container onDocker compute resources.
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.
Fixes #10417 - Translate wizard states
Wizard states were shown after calling 'symbol'.to_s.humanize, whichdidn't allow them to be translated. I define the strings to be shownin the helper so that they can be translated.
Fixes #14391 - Hide access to Docker compute resource via compute profile
Docker compute resources shouldn't even be shown in the compute profilelist, there's no information there that's relevant to containers. Also,containers are not created using compute attributes.
Refs #14181 - Fix authentication validation when creating registry
On 9ea405911cef1f02ca42db77c16bea4fe297093e Docker.authenticate! wascalling /auth on the Docker host API. This kind of authentication wasnot correct, as it was authenticating access to the Docker host, not to...
View revisions
Also available in: Atom