Project

General

Profile

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

# Date Author Comment
acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
8393e4e4 02/19/2014 03:42 PM Joseph Magen

fixes #4388 - upgrade to Rails 3.2.17

6f943886 01/20/2014 05:52 PM Joseph Magen

fixes #3760 - API v2 define metadata @total for each controller

eccf81a5 01/16/2014 10:44 AM Joseph Magen

fixes #4021 - upgrade to Rails 3.2.16

92b7b44d 11/26/2013 04:05 PM Joseph Magen

fixes #3018 - API v2 metadata for pagination, search, order in index collection json response

4d916f48 11/18/2013 05:11 PM Sam Kottler

Fix #3682: pin rabl to be less than or equal to 0.9.0

a53788d7 10/25/2013 02:46 PM Joseph Magen

fixes #3498 - update to Rails 3.2.15

18722e76 09/30/2013 09:05 AM Lukas Zapletal

fixes #3142 - update ancestry due to dependency issue in f19

36c04c36 09/20/2013 07:46 PM Tomáš Strachota

fixes #3120 - bumped version of apipie-rails

4e057da2 09/10/2013 10:02 PM Joseph Magen

fixes #2400 migration to remove orphaned records and add foreign keys constraints to database tables

d5a28dec 09/09/2013 06:03 PM Lukas Zapletal

fixes #2942 - plugin i18n support

This is first phase of plugins i18n support. More to come later:

  • Extraction from model classes
  • JavaScript extraction and support
2a265264 08/02/2013 09:59 AM Joseph Magen

fixes #2830 - upgrade rails version to 3.2.14

0b547e84 07/20/2013 11:03 AM Dominic Cleal

fixes #2808 - pin nokogiri to 1.5.x for Ruby 1.8

a39c00fb 06/12/2013 02:21 PM Lukas Zapletal

fixes #2564, #2658 - apipie requirement bumped

4fb88133 05/23/2013 09:43 AM Ivan Necas

fixes #2525 - apipie documentation of actions defined in a concern

Apipie now supports defining actions defined in module by including
`Apipie::DSL::Concern`. Some substitutions are preformed while
including the documentation in each controller, so that instead of...

9c864cb6 05/06/2013 02:36 AM Ohad Levy

fixes #2393 - Couple of models broken with audited 3.0.0

this is not a fix for the mass assignment problem, rather just to solve immedient packaing issue upstream.

a follow up on mass assignment should be done via another commit.

c48f1e06 04/24/2013 09:13 AM Dominic Cleal

fixes #2427 - use RUBY_VERSION for pre-Bundler 1.3 compatibility

7735a19a 04/24/2013 05:33 AM Dominic Cleal

fixes #2367 - Ruby 2.0 support

  • require bundler 1.3, preventing ruby-debug19 getting installed on Ruby 2
  • update 1.9 gems to install on 2.0 too
  • don't use empty arrays in Hash constructor, causes ArgumentError
9415a01d 04/17/2013 03:39 AM Sam Kottler

Use https when accessing Rubygems.org

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...

c09b1dfe 02/20/2013 07:27 AM Dominic Cleal

fixes #2217 - initialize Regexp constants here to stop duplicate warnings

d5226015 02/20/2013 06:00 AM Dominic Cleal

fixes #2100 - fix regexp overflow on MRI 1.8 with older safemode/ruby_parser

7dfe4b12 02/12/2013 09:00 AM Dominic Cleal

fixes #2110 - bump safemode to support !=

6ce2ab70 02/06/2013 05:00 AM Ivan Necas

Using Apipie versioning features and Maruku for markdown

Apipie switched from Redcarpet to Maruku to avoid crashes of the C
Extension. No further need of compiling anything to get markdown support.

fbbf9fbe 01/29/2013 04:10 AM Ohad Levy

Ensure we use ApiPie 0.13, as 0.14 changed API.

b24615a5 01/29/2013 03:58 AM Ohad Levy

update to rails 3.0.20 to address CVE-2013-0333

bfa8949a 01/09/2013 02:25 AM Sam Kottler

Upgrade to Rails 3.0.19 to mitigate CVE-2013-0156 and CVE-2013-0155

23633e27 01/03/2013 03:01 PM Ohad Levy

bumped rails to 3.0.18 to avoid latest CVE

note that bundle update rails is required after this patch

90ed6bdf 12/24/2012 06:16 AM Joseph Magen

removed has_many_polymorphs and used has_many :source and :source_type

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

fixes #1834 to get foreman running under ruby 1.9.3

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