Project

General

Profile

Download (1.02 KB) Statistics
| Branch: | Tag: | Revision:

foreman_docker / foreman_docker.gemspec @ fb471374

# Date Author Comment
fb471374 12/21/2017 03:30 PM Michael Moll

Update to Rails 5.1

  • Fixes #21814 - Add Rails 5 migrations
  • Refs #22045 - update TargetRailsVersion for rubocop
  • Refs #22045 - use ApplicationRecord
  • Refs #22045 - stop using HttpPositionalArguments
  • Fixes #22046 - use rubocop 0.52
72bf89bf 12/13/2017 11:25 AM Michael Moll

Fixes #21921 - Upgrade rubocop to 0.51

27a7d2c4 06/13/2017 06:32 PM Sebastian Gräßl

Refs #19694 - Bump rubocop version to 0.49.1

224c2407 06/07/2017 05:06 PM Daniel Lobato Garcia

Version 3.1.0

367f39d2 05/30/2017 09:50 AM Sebastian Gräßl

Fixes #19694 - Align rubocop configuration with foreman-core

And fix offenses

ae6e223e 02/15/2017 12:56 PM Sebastian Gräßl

Fixes #18502 - Add excon version 0.46 and above as dependency

The excon gem, required by docker-api, version 0.45 and below
give a malformed empty head to socket connections.
Version ~> 0.46 have this fixed and address the issue in #18502

2fbd23c3 04/14/2016 02:40 PM Daniel Lobato Garcia

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 an
outdated version of docker-api.

1aa3ddb3 04/01/2016 05:09 PM Daniel Lobato Garcia

Fixes #14391 - Hide access to Docker compute resource via compute profile

Docker compute resources shouldn't even be shown in the compute profile
list, there's no information there that's relevant to containers. Also,
containers are not created using compute attributes.

00ab1f9d 03/29/2016 03:33 PM Daniel Lobato Garcia

Refs #14181 - Fix authentication validation when creating registry

On 9ea405911cef1f02ca42db77c16bea4fe297093e Docker.authenticate! was
calling /auth on the Docker host API. This kind of authentication was
not correct, as it was authenticating access to the Docker host, not to...

6d9a867c 01/15/2016 01:49 PM Daniel Lobato Garcia

Multiple fixes to release 2.0.1

02f8e4fa 12/14/2015 03:18 PM Eric Helms

Fixes #11065: Add .rubocop.yml as a test file for the gem.

01a8a896 03/01/2015 07:52 AM David Davis

Fixes #9573 - Locking docker-api to 1.17

9323037e 02/16/2015 12:28 AM Partha Aji

refs #9341 - Updating the docker-api gem spec

ac230210 01/29/2015 03:49 PM David Davis

Fixes #9159 - Fix rubocop 0.28.0 errors

e0543554 01/28/2015 10:41 AM Daniel Lobato Garcia

Revert "Fixes #8409 - Pull docker image asynchronously"

This reverts commit 16234b270677486ea197a0dca54b14ed981abfc5.

Conflicts:
app/models/service/containers.rb

16234b27 01/22/2015 09:23 AM Daniel Lobato Garcia

Fixes #8409 - Pull docker image asynchronously

07c93cb4 11/01/2014 03:41 PM Daniel Lobato Garcia

Remove rake and fog dependencies

751c6470 10/21/2014 12:59 PM Daniel Lobato Garcia

Fixes #7960 - Initial console logs support

dc3be9a0 10/17/2014 10:41 AM David Davis

Fixes #7977 - Enabling rubocop for foreman-docker

9c1fa5fb 10/09/2014 10:07 AM Daniel Lobato Garcia

Rubocop support and config

ebf84ccf 10/09/2014 09:08 AM Daniel Lobato Garcia

Clean up Gemfile and gitignore

0379463e 04/09/2014 12:50 PM Amos Benari

fix homepage reference and bump version

6953746a 04/03/2014 01:33 PM Dominic Cleal

Change licence to GPLv3+ to match Foreman

d4e021f3 03/25/2014 03:14 PM Amos Benari

initial commit