Project

General

Profile

Download (820 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
611f5bff 11/28/2012 05:38 AM Amos Benari

Add organization and location to foreman.

This feature allows foreman to provide multi location, multi tenant and
multi organizations capablities.

the idea is that resources within foreman (e.g. hosts, subnets, users,
environments etc) can belong to one or more locations and organization,...

5b18bf80 11/22/2012 07:37 AM Greg Sutcliffe

Fixes #1968 - Fix require paths for tests with new config/settings.rb

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,...

ada73341 11/04/2012 03:29 PM Sam Kottler

Added rabl gem version requirement

b2e0d08c 10/21/2012 10:35 AM Amos Benari

fixes #1772 - sort not working for facts.

3398b5bd 10/09/2012 10:51 AM Petr Chalupa

update api documentation

  • remove #set_resource_params from Api::BaseController to leave :id param under :id for apipie validations to work
  • fix custom apipie validators to return nice errors
  • enable apipie validations for bugs to be caught early
  • log apipie param errors with info level...
41192395 10/04/2012 02:13 PM Sam Kottler

Upgrade rails core to 3.0.17 fix a bug where single quotes aren't escaped (CVE-2012-3464)

31c95ad0 09/19/2012 03:01 PM Sam Kottler

Fixes #1867 - Move ci_reporter into the test group

06042377 09/13/2012 10:03 AM Brad Crochet

Add support for Jenkins CI reports

fceb1f89 07/26/2012 08:10 AM Petr Chalupa

fixes #1576 - api v1 - oauth support

  • to use set and enable oauth in settings
  • correcting typo
981a9508 07/24/2012 04:12 AM Martin Bacovsky

api v1 - restapi renamed to apipie

86fb12c1 07/24/2012 04:12 AM Ohad Levy

cleanup after merge conflict with latest develop branch

3d6d01c7 07/24/2012 04:12 AM Ohad Levy

fixes #1775 - API versioning name space

85cc156a 07/11/2012 02:51 AM Ohad Levy

fixes #1743 - auditing RC2 breaks foreman, forcing RC1 for now

1456c19a 06/21/2012 01:54 AM David Swift

Update gemfile to rails 3.0.15, for mysql users, per https://github.com/rails/rails/issues/6717

eec062e6 06/20/2012 03:19 PM Ohad Levy

wip audits upgrade

9008500b 06/20/2012 10:49 AM Ohad Levy

make bundler a bit more packaging friendly.

94196af2 06/19/2012 05:35 AM Ohad Levy

[CI] hopefully now travis will behave

c05bb627 06/19/2012 03:05 AM Ohad Levy

break down ovirt and libvirt to their own bundler group

758e92e4 06/14/2012 08:28 AM Ohad Levy

update rails version to include all recent CVE

80419840 06/08/2012 03:38 AM Ivan Necas

fixes #1673 - Foreman doesn't work with ruby_parser 2.0.6

Explicitly stating the version of ruby_parser that works with Foreman.
Otherwise you might get:

superclass mismatch for class Environment (TypeError)
0effaef0 05/25/2012 01:06 PM Ohad Levy

Merge pull request #49 from bgupta/bundler-updates

Bundler updates

f1062692 05/24/2012 01:19 PM Trey Dockendorf

mysql2 gem dependency version fix. This is the error generated without the specificiation of '< 0.3'

Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (no such file to load — active_record/connection_adapters/mysql2_adapter)

6db04662 05/15/2012 02:25 PM Brian Gupta

Updated bundler groups in Gemfile to separate vmware, fog and libvirt/ovirt. Fixes #1622

ad69366c 05/15/2012 02:21 PM Brian Gupta

Added bundler support for Gemfile.local.rb to support local customizations. Fixed #1623

370a7ac7 05/14/2012 04:19 AM Ohad Levy

fixes #137 - Better support for non-hostname certnames

This patch introduce a new setting :use_uuid_for_certificates which
defaults to false.

users who wish to deploy their hosts using a random unique id, should
enable that setting, and use the certname directive in their puppet.conf...

237f13e2 05/03/2012 01:51 AM Amos Benari

new releases of my favorites gems.

41402094 04/26/2012 01:48 PM Ohad Levy

removed puppet from Gem file requirement

this commit also tries to simplify the way we use bundler, in future commits,
we should add more logic of which gems to load based on configration file.

96ede451 04/16/2012 09:32 AM Amos Benari

fixes #1574 - ovirt - add remove and show volumes

  • volume and interface ordering is now working
  • removed include blank because it is a duplicate of the Blank ovirt-template.
  • bootable is disabled when editing a vm, because currently I don't handle volume updates. just add and remove of a volume....
f37934af 04/09/2012 07:29 AM Ohad Levy

fixes #1452 use fog for libvirt management

This patch introduces a few new features:

  • console support
  • multiple disks
  • multiple nics
4213d2be 03/28/2012 01:08 PM Ohad Levy

first go at vmware integeration refs #955

this patch adds the ability to add a vmware compute resource, and display their console

3f6f4374 03/22/2012 04:15 PM Ohad Levy

Official fog gem supports ovirt, no more need for git

197e2dce 03/21/2012 10:11 AM Ohad Levy

Adds VNC support within the browser

At first, this allows to view oVirt managed hosts within foreman.

334d0359 03/19/2012 06:51 AM Amos Benari

fixes #1540 added suport for provisioning on ovirt/rhvem using fog.

This patch addes a compute resource concept within foreman

Signed-off-by: Ohad Levy <>

22335095 03/18/2012 03:25 AM Ohad Levy

Gemfile cleanups + adding some nicer console output

4d35cb17 03/16/2012 03:20 PM Ohad Levy

safemode is now a gem, removing git and required gems.

90455b62 03/07/2012 05:06 AM Ohad Levy

fixes the anonying bug has_many_polymorphs, using older version that works for now

60ce558d 01/31/2012 05:28 AM Ohad Levy

fixed issues with newer version of virt, reusing the newer gem

a6597aae 01/29/2012 10:01 AM Ohad Levy

rolled back to virt 0.1. due to issues with current virt gem

c9486241 01/29/2012 09:48 AM Ohad Levy

fixes #1476 - toggling between bare metal to an hypervisor renders js errors

90430f7a 01/22/2012 03:08 AM Ohad Levy

virt now includes the correct libvirt gems requirement.

6573eee2 01/22/2012 02:50 AM Ohad Levy

Adding travis-CI

e6d6111b 01/03/2012 10:37 AM Ohad Levy

refs #1367 - a better version of our gemfiles, not perfect yet.

d788da4f 12/28/2011 09:12 AM Jochen Schalanda

Added conditional gem dependency declaration for ruby-debug/ruby-debug19

  • 'ruby-debug' doesn't work with Ruby 1.9 since it depends on
    'linecache' which depends on 'rbx-require-relative' which
    requires Ruby 1.8.7.
017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration