Revert "Fixes #19964 - Replace ActiveRecord::Base with ApplicationRecord"
This reverts commit d74fb3ef5d207abd57d3155f8f661ef5e16d45fd.
Fixes #19964 - Replace ActiveRecord::Base with ApplicationRecord
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 #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 #14175 - Add support for Docker Registry v2
This adds more functionallity to RegistryApi and queries /v2/endpoints in case requests to v1 of the registry API fail.
Fixes #15888 - Remove attr_accessible calls
Fixes #15098 - Scope registry by taxonomies
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...
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 #7230 - rails 4 compatibility
fixes #12726 - adding attr_accessible
Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules
Fixes #9338: permission filters can be created now
Fixes #9456 - Validate docker registry URL
Fixes #9269 - Validate registry name
fixes #9230 - add table name to query to avoid psql errors
Fixes #8393: added support for basic auth for standalone registries
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 #8632 - Move docker tables out of foreman-docker
Fixes #7647: Added support for external registries