Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
14646e77 05/16/2014 03:54 PM Greg Sutcliffe

Fixes #5637 - Don't raise lease conflicts when reading ad-hoc DHCP leases

5f45920e 03/24/2014 12:38 PM Amos Benari

fixes #4555 add ca certificate to ovirt

cfa4b526 03/24/2014 08:32 AM Dominic Cleal

fixes #4457 - Session fixation, new session IDs are not generated on login (CVE-2014-0090)

0527e75b 03/17/2014 09:30 AM Martin Bacovsky

Fixes #4515 - Add support for dynamic bindings

0f7d219a 01/27/2014 10:08 AM Daniel Lobato Garcia

fixes #3960 - wrap APIv2 errors in an "error" node

4bae5ced 01/22/2014 05:56 PM Stephen Benjamin

fixes #3697, #3701 - more comprehensive field validations

3701a8d1 01/21/2014 05:24 PM Lukas Zapletal

fixes #3955 - added param_true? and snippet_if_exist template methods

0fa5d146 12/25/2013 09:22 AM Dominic Cleal

fixes #3752 - move data population from migrations into seed script

39dfa4be 11/22/2013 11:20 AM Lukas Zapletal

fixes #2763 - correcting doco links

6ff82077 11/20/2013 02:44 PM Dominic Cleal

fixes #3659 - use URL host for hostname, not URL itself

b7589c32 11/12/2013 11:53 AM Jan Pazdziora

fixes #3312 - support /users/extlogin as a login page based on REMOTE_USER

b18c3a35 11/07/2013 01:44 PM Ohad Levy

fixes #3587, #2855 - print an error on invalid json vs 500 error

390e2281 11/06/2013 06:17 PM David Davis

fixes #3597 - removing rr gem, make tests consistent by using just mocha

4d4557e9 10/15/2013 12:18 PM Joseph Magen

fixes #2741 - remove dash from -%> to %>

d42d1f52 10/10/2013 12:46 PM Tomáš Strachota

fixes #3170 - dash separated mac address notation

21bf889a 09/23/2013 09:02 AM Joseph Magen

fixes #2810 - more restful API v2 JSON responses in puppetclasses

NOTE: breaking changes to API v2 api/lookup_keys does not exist, replaced by api/smart_variables and api/smart_class_parameters

01055e77 08/29/2013 06:21 PM Greg Sutcliffe

Refs #2414 - Remove Puppet from facts API and Settings

Reports are still in progress and will come in a later PR
DB schema is updated to not need puppet/rails

3b656b8d 08/23/2013 10:55 AM Joseph Magen

fixes #2945 - extend AR to add getter/setters *_name(s) for has_many/belongs_to associations

5bdc1930 08/13/2013 10:24 AM Joseph Magen

fixes #2424 - encrypts compute resource password

8b80115c 05/21/2013 09:09 AM Amos Benari

fixes #2511 Footer should be replaced with an about page

0fe147c7 04/30/2013 11:31 AM Joseph Magen

fixes #2378 - added Minitest and other code cleanups

86007852 04/25/2013 01:15 PM Greg Sutcliffe

fixes #2407 - Add STI to settings model

Also adds some tests for rendering new/missing STI models, and
refactors the old default_settings loader into the new sub-models.

e00b6ef0 04/24/2013 10:15 AM Joseph Magen

fixes #2248 adds api controllers and actions to access_permissions.rb

eece6868 04/14/2013 05:33 AM Ivan Necas

fixes #2398 - fix ruby 1.9 issue when loading free ip, causing {} in URL

1377f89a 04/11/2013 06:29 AM Greg Sutcliffe

fixes #2390 - Add :host_id to BMC options hash

Also make power actions return a simple true/false instead of JSON
and add a helper to generate the bmc urls
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...

fb0998a0 03/03/2013 02:15 PM Dominic Cleal

fixes #2268 - exec puppet in Bundler-less env, don't touch PATH when puppetgem is set

5f4a100c 03/03/2013 10:06 AM Dominic Cleal

fixes #2256 - support minitest in jenkins rake tasks, add missing yaml require breaking bundler, fix version test for Ruby 1.9.2

66b40d57 03/03/2013 09:59 AM Dominic Cleal

fixes #2202 - add all unassigned actions to appropriate permissions

c594ba41 02/21/2013 09:55 AM Amos Benari

fixes #2221 - non admin user can't set build flag for multiple hosts

e0d9186e 02/13/2013 02:59 AM Dominic Cleal

fixes #2198 - add AJAX routes to existing permissions to fix non-admin UI

In 2ac3af69, the automatic authorization of XMLHttpRequests was removed for
security reasons, however the controller actions need associating with
specific permissions for non-admin users to use the UI....

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

update to rails 3.0.20 to address CVE-2013-0333

96cefa08 01/03/2013 07:45 AM Dominic Cleal

refs #2097 - update test to include stderr redirect

362c5bff 12/24/2012 04:21 AM Ohad Levy

fixed broken test on ruby 1.9

85ed3c3f 12/24/2012 03:51 AM Dominic Cleal

fixes #2061 - test if oVirt API has HTTPS redirect

rest_client will refuse to follow redirects on POST requests, so the URL must
be entered as HTTPS. Don't require HTTPS as dev environments may be HTTP-only.

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

fixes #1834 to get foreman running under ruby 1.9.3

a3d09f07 12/19/2012 07:12 AM Dominic Cleal

refs #2023 - always write using_storeconfigs default as a boolean

f2b2117f 12/18/2012 08:42 AM Corey Osman

fixes # 2056 - add bmc support to the api-proxy class

0f7cd323 12/12/2012 03:40 AM Dominic Cleal

fixes #2030 - define instance variables during ERB evaluation when not using safemode

Thanks to Paavo Pokkinen <>

49991328 12/09/2012 04:20 AM Dominic Cleal

fixes #2020 - PuppetSetting is an instance, not class

e36b9735 12/09/2012 04:19 AM Dominic Cleal

fixes #1995 - enable param class ENC by default on Puppet 2.6.5+

fc6fbf91 12/05/2012 01:03 PM Dominic Cleal

fixes #1994 - set vardir for puppet 3, use --configprint

When running Puppet 3 as a non-root user (i.e. foreman), both --confdir and
--vardir have to be specified as per Puppet #16637, else SSL settings dependent
on vardir will fail.

This adds a new puppetvardir setting used with puppetconfdir, and supports...

0c3e15d2 09/28/2011 04:13 AM Ohad Levy

fixes #1186 foreman does not forward sparc dhcp vendor options when creating a sparc Solaris host

a6f4f5f7 08/18/2011 04:00 PM Ohad Levy

fixes #1120 - Replaced DHCP functionaitlity by the new net dhcp record classes