Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c4038d6f 01/30/2013 07:22 AM Ohad Levy

fixes #1827: use ids instead of names for templates routes

33c3556a 01/30/2013 06:59 AM Ohad Levy

fixes #2159 - Provisioning information shown in locations/organizations while provisioning is disabled.

3210d1aa 01/30/2013 06:52 AM Ohad Levy

fixes #2160 - do not store Finished catalog run messages

4d72215c 01/30/2013 06:51 AM Ohad Levy

ensures that validation does not get triggered for new taxonomy objects

2dc48e5b 01/30/2013 06:50 AM Ohad Levy

do not use class variables for taxonomix.

This can have side effects as its evaluted on the class rather then the object

9c3c814b 01/27/2013 04:32 AM Dominic Cleal

fix typo in mismatches report

71223f85 01/27/2013 04:25 AM Dominic Cleal

fixes #2157 - used_ids should not pass hosts array

74c11433 01/24/2013 10:45 AM Ohad Levy

ensures rails does not complain on migration, unsure of why its required

1cd37777 01/24/2013 10:25 AM Ohad Levy

ensures that when taxable objects (such as a domain) does not fire a taxonomy validation

somehow this should be false by default, but its not.

32fefb27 01/24/2013 10:24 AM Ohad Levy

rebase 6f9e04c913856c3adbc02010ce7a9e187ed2682b

85eac622 01/24/2013 07:52 AM Amos Benari

new org wizard.

da04b443 01/24/2013 07:52 AM Joseph Magen

refactor hash_for links on taxonomies/index

111ef124 01/24/2013 07:52 AM Joseph Magen

clone action, view, tests

bff31850 01/24/2013 07:52 AM Ohad Levy

minor cleanups that did not rebased cleanly

671b45e9 01/24/2013 07:52 AM Joseph Magen

fixes #2033 - Cannot assign a host to an org

Now its possible to change Locations / Organizations only via mass assign

a6bbe3d7 01/24/2013 07:52 AM Ohad Levy

hosts mulitple

d5bfe587 01/24/2013 07:52 AM Ohad Levy

adds nullify when deleting taxonomies

2fa95807 01/24/2013 07:51 AM Joseph Magen

fixes #2001 - Changing Loc or Org after compute resource selection give 500 error

307c352e 01/24/2013 07:51 AM Joseph Magen

fixes #1999 - Allow org/location to selectively ignore a domain, subnet etc

TODO: excluding views

afa59582 01/24/2013 07:49 AM Ohad Levy

refactor - move clone taxonomy to models

dbff7879 01/24/2013 07:49 AM Joseph Magen

fixes #2138 - Ensure at least one Location / Organization exists

be21218d 01/24/2013 05:49 AM Amos Benari

fixes #2126 Large report messages won't fit in PostgreSQL's index_messages_on_value

e4098f63 01/21/2013 02:17 PM Amos Benari

fix import classes button

aabeb6f0 01/21/2013 02:17 PM Amos Benari

lighter style to the host status labels.

5f4359c7 01/21/2013 08:10 AM Ivan Necas

Make sure we're not merging nil in to_json

Options argument might be nil. Therefore it fails when trying to call {}.merge(options) (for example when recording examples with apipie).

b226b68c 01/21/2013 07:52 AM Ohad Levy

fixes #2147 - param classes with multiple matchers are evaluated incorrectly

0fe08ca9 01/21/2013 07:48 AM Amos Benari

fixes #851 - display diff view on Puppet file content change

new version of ace editor, better diff colors, diff in report show page.

fc6c6e8e 01/21/2013 02:48 AM Amos Benari

fixes #2145 Host Search not working by user

fea8c959 01/20/2013 10:48 AM Joseph Magen

fixes #2136 hyperlink host properties

358ec5a3 01/20/2013 10:06 AM Dominic Cleal

fixes #2121, #2069 - restrict importers and ENC to puppetmasters and users

CVE-2013-0171: report and fact importers parse YAML directly from the remote
host without authentication. Untrusted YAML can instantiate objects and be
used to exploit Foreman.

CVE-2013-0174: external nodes (ENC) output is available to any source and...

31b7d5de 01/15/2013 10:59 AM Dominic Cleal

fixes #2069 - use a random salt when saving the root password

CVE-2013-0173: insecure fixed salt "foreman" for passwords

7ce23f4f 01/15/2013 07:10 AM Martin Bacovsky

Added auth to smart proxies

397a5481 01/14/2013 02:13 PM Sam Kottler

Fixes #1880 - Build button (or any with the disabled attribute) shouldn't be clickable

958d69cd 01/14/2013 01:24 PM Dmitri Dolguikh

v2 api for configuration_templates and template_combinations

2ac3af69 01/14/2013 10:18 AM Amos Benari

fix xhr authentication issue.

f39f3e8a 01/14/2013 07:10 AM Robert Birnie

Add Additional Error checking for ldap

I've also got an error key that can be added into Foreman documentation once/if this gets merged.

https://gist.github.com/4506554

c7bf263d 01/14/2013 07:08 AM Tomáš Strachota

fix in compute resources api doc

c4f7f6f2 01/13/2013 03:06 PM Ohad Levy

fixes #2047 - pagination is not visible on compute resources vms.

this fixes pagination and now default to in browser sort/search for compute resources vms

6b7b2fa2 01/13/2013 03:04 PM Ohad Levy

adds support for JS table sorter / pagination.

this is useful for non ActiveRecord objects (such as fog server objcets, certificates etc),
that do no have pagination.

this plugin also enables searching within the table.

in order to use, simply add to your table...

c85e5e3b 01/10/2013 04:06 PM Mikael Fridh

fixes #2122 - Cannot search reports on environment name

Can now filter the reports based on environment.

dc742060 01/10/2013 05:30 AM Joseph Magen

added API v2 placeholders.

927fd789 01/08/2013 01:51 PM Marius Rieder

round_with_precision is deprecated

Use round instead of round_with_precision.

runtime used round but config_retrieval used round_with_precision. This resulted in the config retrieval value of my runtime chart being 0 all the time.

08bea92e 01/08/2013 10:42 AM Amos Benari

add gravatar to users index

3f300fae 01/08/2013 10:42 AM Amos Benari

resize puppet calss form, parameter tab, left tabs size.

7301e99f 01/08/2013 10:42 AM Amos Benari

removed the need to add 'btn' class for the action_buttons helper, and changed the action buttons to small.

1702ffc6 01/08/2013 10:42 AM Amos Benari

added search puppet class parameters.

3d662acc 01/08/2013 10:42 AM Amos Benari

Optimize SQL queries for puppetclass edit page

c604dec7 01/08/2013 07:37 AM Nicolas Dandrimont

Fixes #1884 - hardcode a version number for Debian's testing/unstable suites

68cad4bc 01/08/2013 07:36 AM Tomáš Strachota

Extended information for each type of compute resources

e1861bed 01/06/2013 03:11 AM Ohad Levy

refs #1947 - fixes typo

6367839a 01/03/2013 10:14 AM Ohad Levy

fixes #2098 - ldap auth when using a different account for authentication was broken

1697d306 01/03/2013 09:59 AM Amos Benari

fixes #2096 New location/Org button in user-menu doesn't work on ff.

50a072f2 01/03/2013 08:17 AM Sam Kottler

Fixes #2095 - Only show console button if VM is running

1095c980 01/03/2013 07:28 AM Amos Benari

fixes #2091 Menu items disappeard

ecb22782 01/02/2013 09:32 AM Amos Benari

fixed an error in the ptable wellcome text.

ec2b4ec9 01/02/2013 08:13 AM Amos Benari

ui phase2

700ed6b9 01/02/2013 08:13 AM Amos Benari

reorg in the user and settings top menus.

14d225cc 01/02/2013 08:13 AM Amos Benari

added multi-select ui component instead of multi check-boxes for long lists.

e8e8c93d 01/02/2013 08:13 AM Amos Benari

remove the link from hosts list in users filter page when not needed.

2d0a5d48 01/02/2013 08:13 AM Amos Benari

fixed missing condition in taxonomix.

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

bootstrap2.2.2

3061e381 01/02/2013 07:55 AM Ohad Levy

fixes #2084 - All Facts and Reports are visible regardless of selected Org/Location for admin users

6f85b289 01/02/2013 07:54 AM Joseph Magen

fixes #2025 - show user login if name is blank

46157c22 01/02/2013 07:34 AM Ohad Levy

fixes #2076 Windows provisioning template generation fails

adce9394 01/02/2013 05:22 AM Ohad Levy

fixes #2083 - DB migration fails with Postgres with bmc nics

f463dd9e 01/02/2013 05:21 AM Ohad Levy

updated readme for new year

fce6aba7 12/31/2012 03:15 PM Ohad Levy

fixes #2078 - Classes parameters value leak fix

038125b3 12/30/2012 09:26 AM Jasper Poppe

added puppet location and organization parameters

a490a1a4 12/27/2012 10:50 AM Ohad Levy

fixes #1947 - wrong notice pressing the power on/off button for vmware hosts

  • now using the real state from the server
  • also made sure that we validate power on/off requests
  • ensured our fog server objects respond to to_s and to state
cfa6a3f5 12/27/2012 10:50 AM Ohad Levy

fixes #1949 - VMware creation: vm's always get 768MB memory

I've removed the select box too, and would add a slider in a later commit

4a6c3fec 12/27/2012 10:50 AM Ohad Levy

refs #1944 - minor leftover to avoid Object.id warning

d4e8938a 12/26/2012 09:58 AM Ohad Levy

fixes #1944 - Listing VMWare virtual machines under Computer resources is slow.

8838eb42 12/26/2012 08:49 AM Ohad Levy

fixes #1814 - converts sp_* attributes into a BMC interface class

this patch also includes the following

  • added a new interfaces table, and STI objects to represent a NIC, BMC, Managed
    and a bootable interface.
  • refactored DHCP/DNS orchestation code, so they can work on the...
86dcc03a 12/26/2012 08:02 AM Hannes Schaller

fixes #2504 trends model for postgresql added group() back and added select()

Signed-off-by: Joseph Mitchell Magen <>

42ffcbfc 12/26/2012 08:00 AM Ohad Levy

fixes #2072 Foreman complains about medium etc when deploying to Image based providers(EC2/OpenStack/RackSpace..)

f9c3c9c4 12/24/2012 10:59 AM Ohad Levy

refs #1890, typo

8dc8a9ac 12/24/2012 10:57 AM Joseph Magen

fixes #1890 api host status

9f9effa8 12/24/2012 10:53 AM Joseph Magen

fixes #1992 sort does not fail if vlanid is null

e210844f 12/24/2012 10:48 AM Joseph Magen

DEPRECATION WARNING: Giving a hash to body is deprecated, please use instance variables instead.

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

removed has_many_polymorphs and used has_many :source and :source_type

dc72b8e3 12/24/2012 06:16 AM Joseph Magen

renamed to thread_session.rb

cd5947ee 12/24/2012 03:50 AM Robert Birnie

fixes #2062 - Add max_trends setting

867084a0 12/24/2012 03:46 AM Ohad Levy

Do not use :class_name in has_many :through, missed on for class_params

63d1f3b9 12/24/2012 03:44 AM Amos Benari

removed puppet class include in index because it creates too many joins in a single query for sql-light to function properly.

4ac52744 12/20/2012 07:54 AM Ohad Levy

removed class_name from all relationships that has_many :through as its invalid.

It seems like we hit a rails bug, where the joins were incorrectly created,
once removed, it was generated correctly.

reviewing the docs again, say that its ignored with hmt relation, so removing anyway.

e5f912f7 12/20/2012 07:44 AM Amos Benari

puppet class form ui fixes.

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

fixes #1834 to get foreman running under ruby 1.9.3

875699d9 12/19/2012 08:59 AM Joseph Magen

fixes #2018 add forward slash to controller name of url_for() helper

dd838ac2 12/19/2012 08:59 AM Joseph Magen

added slash /unattended to other url_for calls

10130849 12/19/2012 07:12 AM Ohad Levy

fixes #2023 - Don't try to save os=nil in the fact importer

I've tried to address all possible places where empty set of facts (e.g. we
dont have the facts just yet as its a brand new install) could lead to the
operating system value disappering.

i believe the issue happened because of a boolean == string compareing (e.g....

387b764b 12/19/2012 05:38 AM Amos Benari

Fix Foreman SQL injection through search mechanism CVE-2012-5648

4a073b8b 12/18/2012 10:21 AM Greg Sutcliffe

Fixes #2050 - Don't display revoked certs by default

01a0d713 12/18/2012 06:41 AM Joseph Magen

fixes #1965 override value to textarea

9e8be300 12/17/2012 02:30 PM Oved Ourfali

fixes #1978 - changing login maximum size to 100

In case of using a long login name (such as ovirt_username@domain), on
the fly login will fail. Increasing the maximum login size to 100.

0ffb269d 12/17/2012 02:28 PM Sam Kottler

Fixes #2046: Only show the inverse taxonomy tab if enabled

7c02963d 12/17/2012 02:26 PM Dominic Cleal

fixes #2042 - fix CSS classes added to filter levels

2c01421b 12/17/2012 02:25 PM Joseph Magen

fixes #2045 changed condition so there is no error in Postgresql

ca166dba 12/17/2012 02:14 PM Joseph Magen

fixes #1353 added custom hook when host build mode changes

see http://theforeman.org/projects/foreman/wiki/Custom_Hooks_in_Plugin

a07f8856 12/17/2012 02:03 PM Joseph Magen

fixes #2051 good host percentange was wrong

d92340af 12/12/2012 10:37 AM Joseph Magen

fixes #2037 remove catchall routes

this blocks any plugin/engine from adding additional routes