Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
assets.rb 767 Bytes
console.rb 235 Bytes
development.rb 276 Bytes
ec2.rb 44 Bytes
facter.rb 36 Bytes
fog.rb 59 Bytes
gce.rb 152 Bytes
jsonp.rb 65 Bytes
libvirt.rb 117 Bytes
mysql2.rb 49 Bytes
openid.rb 51 Bytes
ovirt.rb 49 Bytes
postgresql.rb 47 Bytes
sqlite.rb 49 Bytes
test.rb 593 Bytes
therubyracer.rb 76 Bytes
vmware.rb 47 Bytes

Latest revisions

# Date Author Comment
a4766c96 12/08/2015 05:51 AM Tom Caspy

fixes #12730 - removing the fakeFS gem

eafe8e77 12/03/2015 09:45 AM Dominic Cleal

fixes #12615 - remove unused term-ansicolor dependency

Under Ruby 1.9.3, `bundle pack` is usually failing to resolve the tins
dependency between rubocop and term-ansicolor.

Remove the term-ansicolor dependency, which appears to be a development-
only dep of pry's coderay dep. coderay's syntax colour support works...

a9d8cde5 11/23/2015 10:47 AM David Davis

Fixes #12530 - Upgrade rubocop

4a8834e4 11/20/2015 07:08 AM Dominic Cleal

fixes #12512 - always install fog-core/net-* dependencies

fog-core 1.33 made net-* deps optional, but Foreman relies on them for
image provisioning on many CR types. Since the 'fog' Bundler group is
optional (e.g. the 'ec2' group can be used standalone as fog-aws depends...

6ea20453 11/17/2015 08:48 AM Dominic Cleal

fixes #12494 - update fog to 1.36.0

fog-core has dropped direct net-ssh/scp dependencies, so require them
here for SSH provisioning to function at runtime.

cbb604f5 11/12/2015 08:55 AM Dominic Cleal

fixes #12431 - pin tins for Ruby 1.9.3 compatibility

e75ad04b 11/12/2015 05:56 AM Tomer Brisker

Fixes #12418 - Correct dashboard behaviour for updated gridster

Updated version of gridster changed the widget class from gs_w to gs-w:
https://github.com/ducksboard/gridster.js/commit/c1668d9ab6261d3c5dc4215abdb73ca516492c19
This led to a bit of breakage in css and js which is fixed by this commit....

b5782137 11/11/2015 03:01 AM Shlomi Zadok

Fixes #12325 - Add to_utf8 method and ensure avatar_path returns in utf-8

565dc8e5 10/26/2015 08:45 AM Tomer Brisker

Fixes #12241 - Correct counter_cache deadlock fix

Previous fix had a bug - in `:after_commit` `self.changes` is empty, and the
changes are in `self.previous_changes`. Also this only needs to run on
update.
This commit adds tests to make sure cached_counters continue to work...

6eb234aa 10/20/2015 09:35 AM Michael Moll

fixes #12215 - "`ruby_22` is not a valid platform"

Use RUBY_VERSION instead of :platforms to support older Bundler
versions.

View revisions

Also available in: Atom