Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
console.rb 96 Bytes
development.rb 247 Bytes
fog.rb 40 Bytes
jsonp.rb 93 Bytes
libvirt.rb 66 Bytes
mysql.rb 34 Bytes
mysql2.rb 45 Bytes
ovirt.rb 49 Bytes
postgresql.rb 36 Bytes
sqlite.rb 37 Bytes
test.rb 224 Bytes
vmware.rb 37 Bytes

Latest revisions

# Date Author Comment
b24615a5 01/29/2013 03:58 AM Ohad Levy

update to rails 3.0.20 to address CVE-2013-0333

410fbc28 01/21/2013 02:53 AM Ohad Levy

updated fog version, as a few vmware related bugs where fixed

6724e2ff 01/03/2013 09:00 AM Dominic Cleal

Revert bundler changes in 73f23bf4c643637c805e4911648aea16f8a73c55

73f23bf4 01/02/2013 08:13 AM Amos Benari

bootstrap2.2.2

56863445 12/24/2012 03:58 AM Dominic Cleal

fixes #2063 - pin minitest to 3.5+ and mocha 0.12.x

Mocha 0.13.x and minitest 4.x will require Rails 3.2.

84173189 12/24/2012 03:44 AM Amos Benari

commented rack-mini-profiler as it slows some development machines too much. When needed it can be uncommented.

71291a46 12/20/2012 04:18 AM Dmitri Dolguikh

fixes #1834 to get foreman running under ruby 1.9.3

c02c4b13 12/02/2012 03:28 AM Ohad Levy

fog 1.8 has been released - updating gem file

2b8cdec1 11/22/2012 03:58 AM Oved Ourfali

fixes #1961 Adding JSONP support

When using cross-domain requests, it is impossible to read the response
data, and process it.
Using JSONP allows a client, from a specific domain (for example
/domain1), to query data in another doamin (/domain2), and analyze it,...

3f482b82 11/19/2012 02:25 AM Ohad Levy

fixes #1957 - remove old libvirt hypervisors code

Since foreman 1.0 libvirt hypervisors are now part of compute resources
this patch removes the old code and migrate any existing hypervisors to
be libvirt based compute resources.

View revisions

Also available in: Atom