Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ae255b3c 09/15/2014 03:41 AM Thomas McKay

fixes #7221 - do not display areas of the org/loc UI unless view rbac

corrected 'template' to 'templates'

ae4998bc 09/11/2014 10:36 AM Tomer Brisker

Fixes #5692 - correct counts in cached_counters

28ff46b2 09/10/2014 09:04 AM Joseph Magen

fixes #7336 - editing compute resource should not clear existing attributes from the form

5d45b2e5 09/10/2014 05:45 AM Dmitri Dolguikh

Fixes #7041: fixed incorrect belongs_to mappings

:conditions reference columns from the local (to the relation) table,
while the condition is applied to the remote side of the association.
The condition can be removed, as it's redundant anyway.

e14b6968 09/09/2014 07:03 AM Daniel Lobato Garcia

Fixes #4596 - Change parent of host group via AJAX

Reparenting host groups requires submitting the form to see the changes
nowadays, this fix makes the host group model inherit all properties
from the parent and show them in real time.

b6ad9fc9 09/09/2014 06:29 AM Dmitri Dolguikh

fixes #4375: provisioning no longer loops when using oVirt + compute profile

9e84387b 09/09/2014 05:57 AM Dominic Cleal

fixes #3105 - use untranslated string for PuppetCA state filter

b8391adc 09/09/2014 03:34 AM Dominic Cleal

fixes #7253 - change nil admin field on users to false, matches usergroups

When the admin field was nil, admin_changed? in user model validations can
evaluate to true if the field changed from nil to false.

4fdfa622 09/08/2014 11:26 AM Marek Hulán

Fixes #3840 - Removes unused Signo related code

8348e74d 09/08/2014 10:55 AM Dominic Cleal

templates - sync from community-templates

7106fab4 09/08/2014 09:47 AM Marek Hulán

Fixes #7344 - ignore saving errors during fact parsing

26ee3b1e 09/04/2014 09:51 AM Tomer Brisker

Fixes #6763 - Correctly choose autocomplete search scope for taxonomies depenant on controller

d455f32c 09/03/2014 11:24 AM Marek Hulán

Fixes #6444 - add support for virtual NICs

Extend additional interface details refs #2240

NIC facts parsing change and we create interfaces in Foreman according
to facts we recieve.

Subclasses does not define their own attributes and serialize them to
attrs hash. All BMC attributes are extracted to separate columns so it's...

6803db16 09/03/2014 10:28 AM Ori Rabin

Fixes #7286: Can not create a compute resource without selecting a provider

37321c12 09/03/2014 10:22 AM dustin tsang

fixes #7054 - list all routes for each resource in /v2/api

d21103bc 09/03/2014 09:11 AM Shlomi Zadok

fixes #4111 - Add image user data flag to API

7669211c 09/03/2014 06:45 AM Marek Hulán

Fixes #5926 - hide sensitive parameter values

User can check to hide value when creating or editing global parameter.
The value is masked by *** and is also not displayed when overriding.

fb5ac616 09/03/2014 05:01 AM Joseph Magen

Fixes #7261 - API v2 - mark wrapped params hash for POST/PUT as required instead of optional

5c631b88 09/02/2014 03:42 AM Dominic Cleal

fixes #7191 - move API response logger to named filter so it can be skipped

cb3faecd 09/02/2014 03:35 AM Thomas McKay

fixes #7218 - authorize hosts welcome page

f45717f8 09/02/2014 03:30 AM B Sh

Fixes #6538 - User group vs usergroup name consistency

ec4108a5 09/02/2014 03:27 AM B Sh

Fixes #7157 - Combo box style in reports

95239600 09/02/2014 03:14 AM Marek Hulán

Fixes #5929 - Taxonomy filter obey permissions

With this patch you can assign permissions like assign_organizations and
assign_locations to particular user so that they can then assign
taxonomies
only from set of taxonomies granted by their filters.

Global users would be still able to assign any taxonomy to a resource as...

73eb580f 09/01/2014 07:37 AM Tomer Brisker

Fixes #6161 - Mark override on adding smart variable override via api

f06b276b 09/01/2014 07:13 AM Dominic Cleal

fixes #7035 - expand column name for Rails 3.2.8 compat in Puppet class search

7ebd35e7 08/29/2014 12:27 PM David Davis

Fixes #3809 - Add rubocop to check Ruby code

da243130 08/28/2014 01:02 PM Stephen Benjamin

fixes #7121 - move smart proxy action buttons to helper

3b4f386e 08/28/2014 11:41 AM Dominic Cleal

refs #7066 - fix syntax error in expression

597bd2fb 08/28/2014 11:13 AM Dominic Cleal

fixes #7066 - add back $login interpolation for LDAP service account usernames

In cases where an LDAP connection is required outside of the context of user
authentication (e.g. validation of external user group name), an error is
thrown. Users are recommended to use dedicated service accounts for this...

ce690b76 08/27/2014 11:28 AM Tomáš Strachota

Fixes #7028 - completing api docs for taxonomies

3b25b6b9 08/27/2014 11:28 AM Tomer Brisker

Fixes #7056 - only resize textarea in params tab.

233eea0b 08/27/2014 03:48 AM Tomer Brisker

Fixes #7174 - add delay on autocomplete

4c879875 08/27/2014 03:43 AM Michael Moll

fixes #5240 - expose eager-zeroing for vSphere

7271af01 08/27/2014 03:41 AM Dominic Cleal

templates - sync from community-templates

8fabe661 08/18/2014 09:42 AM Tomer Brisker

Fixes #6831 - expire topbar cache for admin on taxonomy updates

70b5b765 08/18/2014 09:42 AM Ohad Levy

fixes #5119 - ensure GCE can list images.

9f1c910a 08/18/2014 09:42 AM Ohad Levy

fixes #7009, N+1 (actually 6+1) queries in dashboard page

5c5dabb2 08/15/2014 09:59 AM Tomer Brisker

Fixes #6232 - link from chart on overview page to relevent search

72c1d0d8 08/15/2014 09:54 AM Tomer Brisker

Fixes #6982 - make tooltips appear above charts

7cb41918 08/15/2014 09:51 AM Daniel Lobato Garcia

Fixes #3976 - Add all view_ permissions to viewer user role

This PR tests that there is a match between foreman access control and
permissions seeded by the db script. It also checks all seeded view_
permissions are part of the viewer role.

1e1c8575 08/15/2014 09:39 AM Tomer Brisker

Fixes #4350 - Allow any format for role name

2821b5e2 08/15/2014 09:25 AM Andrew N

fixes #6205 Changed regex to parse CNs from SSL DNs on separator chars

e761f186 08/15/2014 08:12 AM B Sh

fixes #7082 - combo box style in host multi-select popup windows

Fixing the combo-box style in app/views/hosts/select_multiple_* pages.
Using selectable_f from app/helpers/layout_helper.rb instead.

a0d231da 08/15/2014 08:12 AM Aaron Stone

Fixes #6998 - Accept native true for overwrite parameter to host API.

9c1029fa 08/15/2014 08:12 AM Tomer Brisker

Fixes #6929 - Rephrase description string for api import_puppetclasses

1cb5ba7e 08/15/2014 08:12 AM Stephen Benjamin

fixes #6860 - add missing attributes to hostgroup jail

fe1a2733 08/15/2014 08:12 AM Greg Petras

Fixes #6756 - exposes vmware resource pools and folders through the API

5743465b 08/15/2014 08:12 AM Trey Dockendorf

Fixes #6476 - oVirt VM association with multiple interfaces

a52580f5 08/15/2014 08:12 AM Greg Petras

Fixes #6608 - expose disk usage info through available_storage_domains API

415785ad 08/13/2014 03:17 PM Stephen Benjamin

fixes #7061 - show file upload when template is not locked

02432b49 08/13/2014 10:22 AM Daniel Lobato Garcia

Fixes #7003 - Revert LDAP to simple_tls

a2610e98 08/11/2014 04:41 AM Joseph Magen

fixes #6696 - API v2 - specify 'host' as the key in which parameters will be wrapped rather than Host::Base

c4e90091 08/10/2014 10:31 PM Tomer Brisker

Fixes #3285 - extract 'Host' on reports page for trans.

2af7c64a 08/10/2014 02:06 PM Joseph Magen

Fixes #6400 - Show * next to required form fields

cad9cce9 08/10/2014 04:49 AM Dominic Cleal

fixes #6964 - replace default scope that hides users with explicit scope

48c69213 08/07/2014 06:29 PM Dominic Cleal

Fixes #6830 - Add host search on compute_resource_id used in 1.5 auth migrations

1d750dd7 08/07/2014 11:29 AM Marek Hulán

Fixes #6560 - Extract puppet parsing logic

bf1d8e08 08/07/2014 10:18 AM Daniel Lobato Garcia

Revert "Fixes #1592: making report::expire faster and without errors"

This reverts commit 4215defb81fc2b469669592ac1094d7c70950192.

4215defb 08/07/2014 10:03 AM Ori Rabin

Fixes #1592: making report::expire faster and without errors

4c4f30bc 08/07/2014 07:04 AM Tomer Brisker

Fixes #3300 - extract translations on new smart variable page

997c2c01 08/07/2014 04:23 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

fbea42c9 08/07/2014 04:21 AM David Davis

Fixes #6953 - Fixing N_() calls in the User model

4b2dffae 08/07/2014 04:21 AM Daniel Lobato Garcia

Fixes #5734 - API for external groups management

915524b3 08/06/2014 06:18 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

bd1fe677 08/06/2014 06:16 AM Dominic Cleal

templates - sync from community-templates

3dd51f40 08/06/2014 05:31 AM Dominic Cleal

fixes #6873 - ensure hidden 'owner' is populated on user role

Also re-order seeding such that the anonymous role is added to seeded users.

c981ec92 08/05/2014 07:57 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

2ca7ff48 08/05/2014 07:54 AM Tomer Brisker

Fixes #3303 - extract confirmation text on architecture deletion for translation

62a72467 08/05/2014 07:54 AM Tomer Brisker

Fixes #5442 - extract suggest IP string for translation

12bb385d 08/05/2014 07:54 AM Ori Rabin

Fixes #6794: Adds search parameter for template kinds

06bbfc35 08/05/2014 07:54 AM dustin tsang

Fixes #6844 - display v2 resources rather than v1 resources in /api/v2

7d5aaa82 08/05/2014 07:54 AM Stephen Benjamin

fixes #6861 - provide a way to detect host group provisioning

1dd18c34 08/05/2014 07:54 AM Ohad Levy

fixes #6857 improve two-pane load times

51b90bff 08/04/2014 09:43 AM Dominic Cleal

fixes #6888 - remove duplicate presence validator causing two errors

ad2c9aa6 08/01/2014 11:13 AM Stephen Benjamin

fixes #6881 - check if in rake when validating template changes

39054ec4 08/01/2014 11:13 AM Joseph Magen

fixes #6825 - refactor api/v2/filters_controller.rb to use find_optional_nested_object and add Authorizable to class Role

50ebc024 07/31/2014 11:17 AM David Davis

Fixes #6446 - Forbidding non-json POST/PUT requests in v2

d2823e35 07/31/2014 11:17 AM Aaron Stone

Fixes #6566 - renaming a node now resets the certname on provision

If use_uuid_for_certificates is true, reuse the certname UUID value.
If false, then reset the certname if it does not match the hostname.

6421fa1c 07/31/2014 10:35 AM Daniel Lobato Garcia

Fixes #813 - External usergroups can be linked to an LDAP auth source

f5317a04 07/31/2014 08:39 AM David Davis

Fixes #6786 - Handle error when no taxonomy params get sent

Basically, no organization params are getting sent as the bug reporter is not
using json and not using wrapped params. You can also test this by doing:

curl -X POST http://localhost:3000/api/v2/organizations...

0809c9ae 07/31/2014 08:34 AM Ivan Necas

Fixes #6816 - pass oVirt quota as nil instead of "" to prevent server error

32ced385 07/31/2014 08:34 AM Ori Rabin

Fixes #215: Parameters can be saved without a value

3034e8e2 07/31/2014 06:00 AM Ori Rabin

fixes #6636, #6657, #6694 - add field length validations, extend audit field length

84ab56ad 07/31/2014 05:06 AM Ori Rabin

Fixes #2940: Unable to remove smart parameter with long name

42535267 07/31/2014 03:53 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

2656873b 07/31/2014 03:49 AM Martin Bacovsky

Refs #4478 - API doc strings marked for translation

2b5f9c11 07/30/2014 11:51 AM Ori Rabin

Fixes #6693 - set parameters tab to error state and focus when validation fails

160ffa2a 07/30/2014 05:24 AM Ohad Levy

fixes #6529 allow to define IP suggestion per subnet

4df26ec4 07/30/2014 04:22 AM Joseph Magen

fixes #6432 - add validation for attributes missing :presence => true and remove duplicate validation messages 'can't be blank'

1eaa44ca 07/29/2014 08:30 AM Martin Bacovsky

Fixes #6768 - Hammer set-parameter does not work

160e24ea 07/28/2014 10:10 AM Joseph Magen

fixes #6430 - validate presence of location and organization for managed host if Settings are turned on

1c98ceae 07/28/2014 10:08 AM Joseph Magen

Fixes #6236 - add taxonomy parameters to host API v2 create/update documentation

b6983d00 07/28/2014 08:19 AM Stephen Benjamin

fixes #6618 - provide an indentation helper for provisioning templates

69d55867 07/28/2014 07:18 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

40d8433e 07/28/2014 05:30 AM Dominic Cleal

fixes #6717 - remove interpolation from message for i18n extraction

a0bd5bb2 07/24/2014 01:49 PM Maria Nita

fixes #4641 - Ensure default role only after save/update. Change default role permissions

57a32e98 07/23/2014 04:39 AM Daniel Lobato Garcia

Fixes #6518 - look up the BMC proxy via any subnet proxies, if present

e6e9f157 07/23/2014 04:38 AM Ori Rabin

Fixes #6633: Smart variables and smart class parameters can have the same parameter name

26975bf5 07/23/2014 04:38 AM Michael Moll

fixes #5760 - selectable VMware virtual HW version

8d73396b 07/23/2014 03:49 AM sidkhemka

Fixes #6747 - Add textarea automatic resizing