foreman-dockerforeman_dockerhammer_cli_foreman_docker
Fixes #21732 - Replace :before_filter with :before_action
Fixes #20355 - Request registry results in JSON
Revert "Fixes #19964 - Replace ActiveRecord::Base with ApplicationRecord"
This reverts commit d74fb3ef5d207abd57d3155f8f661ef5e16d45fd.
Fixes #19964 - Replace ActiveRecord::Base with ApplicationRecord
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.
Refs #19694 - Bump rubocop version to 0.49.1
Fixes #19694 - Align rubocop configuration with foreman-core
And fix offenses
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...
View revisions
Also available in: Atom