Update to Rails 5.1
Fixes #21921 - Upgrade rubocop to 0.51
Refs #19694 - Bump rubocop version to 0.49.1
Version 3.1.0
Fixes #19694 - Align rubocop configuration with foreman-core
And fix offenses
Fixes #18502 - Add excon version 0.46 and above as dependency
The excon gem, required by docker-api, version 0.45 and belowgive a malformed empty head to socket connections.Version ~> 0.46 have this fixed and address the issue in #18502
Fixes #14570 - Set docker-api to 1.18 to avoid image parsing errors
Parsing of some images, as well as the warning'circular argument reference - connection' show up because of anoutdated version of docker-api.
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...
Multiple fixes to release 2.0.1
Fixes #11065: Add .rubocop.yml as a test file for the gem.
Fixes #9573 - Locking docker-api to 1.17
refs #9341 - Updating the docker-api gem spec
Fixes #9159 - Fix rubocop 0.28.0 errors
Revert "Fixes #8409 - Pull docker image asynchronously"
This reverts commit 16234b270677486ea197a0dca54b14ed981abfc5.
Conflicts: app/models/service/containers.rb
Fixes #8409 - Pull docker image asynchronously
Remove rake and fog dependencies
Fixes #7960 - Initial console logs support
Fixes #7977 - Enabling rubocop for foreman-docker
Rubocop support and config
Clean up Gemfile and gitignore
fix homepage reference and bump version
Change licence to GPLv3+ to match Foreman
initial commit