Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
783fb4aa 09/11/2015 04:05 PM Marek Hulán

Fixes #11704 - consider no reports as warning if reports are expected

a265235e 09/10/2015 02:28 PM Walden Raines

Fixes #11688: default text editor to ruby.

Instead of defaulting to text, default to ruby syntax highlighting.

http://projects.theforeman.org/issues/11688

20cc5f65 09/10/2015 02:24 PM Tom Caspy

fixes #11610 - removing a bunch of N+1 queries from the migration

501853b5 09/10/2015 08:01 AM Dominic Cleal

fixes #11473 - remove re-init of domain select2 on env selection

After an environment was selected, the reloadOnAjaxComplete function
re-initialised every select2, but other dropdowns triggered
onContentLoad which excluded those with the without_select class....

f1a2c140 09/10/2015 07:27 AM Dominic Cleal

fixes #8521 - fix classes accessors, copy overrides on host clone

The various 'classes' accessors that are used in the UI for displaying
the Puppet classes tab only really worked for saved objects, so they're
changed to work better on an unsaved cloned object. Tests now check...

88275be4 09/09/2015 09:45 AM Tom Caspy

fixes #10589 - removing N+1 queries from after_save callbacks when changing hostgroup

39f041de 09/09/2015 08:18 AM Dominic Cleal

refs #11738 - fix incorrect capitalisation and host group wording

45e004cf 09/09/2015 03:40 AM Brad Buckingham

fixes #11738 - add missing punctuation to provisioning template view

dc697767 09/08/2015 08:19 AM Daniel Lobato Garcia

Fixes #11621 - n+1 query on User Groups index

221fd050 09/08/2015 08:19 AM Tom Caspy

fixes #9108 - parent parameters are now overrideable

19d5df3c 09/08/2015 08:15 AM Dominic Cleal

fixes #11341 - update fog to 1.34.0

fd06f4f6 09/07/2015 11:33 AM Tom Caspy

fixes #11415 - using the correct method for classification caster

ae7d8d5f 09/07/2015 11:22 AM Ondřej Pražák

Fixes #11683 - Fixed Hostgroup#new parameters spinner when Lifecycle selected

1f76a8ba 09/07/2015 11:15 AM Marek Hulán

Fixes #11707 - skip irrelevant states in host overview

55ee550c 09/07/2015 11:13 AM Tom Caspy

fixes #3145 - host with a lot of parameters quicker

baabd5ae 09/07/2015 08:28 AM Shimon Shtein

Fixes #11665 - Removed to_s function from OpenStruct instance

baa21c79 09/07/2015 05:53 AM Ori Rabin

Fixes #11663 - Empty lookup value not validated when use_puppet_default is checked

8076e753 09/07/2015 05:50 AM Ondřej Pražák

Fixes #11693 - removed 'destroy' for smart class parameter from API controllers

84f7fc68 09/04/2015 11:06 AM Marek Hulán

Fixes #11696 - remove unused code

e54016da 09/04/2015 08:03 AM Marek Hulán

Fixes #10782 - global host status

Introduce new global host status that is composed of host substatuses.
Each substatus defines a mapping to the global one which can result in
three values
  • OK
  • WARN
  • ERROR

Plugins can add their own substatuses. These are automatically...

2ef6f4da 09/04/2015 06:38 AM Daniel Lobato Garcia

Fixes #11407 - Uppercase logins from LDAP break external user group sync

On LDAP the login can contain uppercase chars, for instance, "FOO". However
when we log in Foreman for the first time and have that account auto-created,
we can login using "foo". After that, our login will be saved as "foo" on...

64b8c7a4 09/04/2015 05:11 AM Ondřej Pražák

Fixes #11426 - remove puppet class paremeters no longer possible during edit in UI

fa8353d8 09/04/2015 03:34 AM Walden Raines

Fixes #11625: refactor the ace editor to make it reusable.

Make the ace editor reusable and include it on the global parameters
page.

http://projects.theforeman.org/issues/11625

33d7500a 09/03/2015 07:54 AM Daniel Lobato Garcia

Fixes #11428 - External user groups refresh shouldn't be case sensitive

group_list in ldap_fluff returns a list of lowercase LDAP GIDs.
When AuthSourceLdap tries to run update_usergroups to refresh the external
user groups, it will try to match these lowercase gids with external user...

6c05bd5b 09/03/2015 06:07 AM Ivan Necas

Fixes #11673 - accept integer value when setting the integer via API

8b98d8e0 09/03/2015 05:07 AM Ondřej Pražák

Fixes #1477 - Hostgroup no longer looses puppet classes when environment changed during hostgroup editing

be33e6e9 09/03/2015 03:46 AM Tomer Brisker

Fixes #11650 - show global parameter value inherited from parent taxonomy

e2452a0b 09/03/2015 02:56 AM Brad Buckingham

fixes #11649 - taxonomies api - add description to base.json.rabl

Adding the 'description' to the base.json.rabl so that it is displayed
when a user performs commands like 'organization list' from hammer-cli-katello.

E.g.

hammer> organization list
---|----------------------|----------------------|---------------...

6b4b489f 09/03/2015 02:54 AM Ori Rabin

fixes #10832 - separating lookup keys into puppet and variable

b3ac878a 09/02/2015 06:27 AM Tomer Brisker

Fixes #11466, #11462 - Improve layout of textareas

9a9ec5b1 09/02/2015 06:01 AM Daniel Lobato Garcia

Refs #3809 - Enable Rails delegate cop

bb3572ff 09/02/2015 05:58 AM Daniel Lobato Garcia

Refs #3809 - Stabby lambda syntax for oneliners

I started by spotting log.rb which didn't have a lambda wrapping its
default scope, as needed by Rails 4. Since the style guide and most
Rails 4 documents used the stabby lambda, I turned on the cop so that we...

58c48471 09/02/2015 04:06 AM Julien Pivotto

Fixes #11630 - Enable management of nics in compute profiles without libvirt network

7cd51106 09/01/2015 12:09 PM Tom Caspy

fixes #11570 - returning 'dependent destroy' to lookup values

293036df 09/01/2015 10:51 AM Daniel Lobato Garcia

Fixes #11579 - Reports show/destroy restricted by host authorization (CVE-2015-5233)

ReportsController 'show' and 'destroy' now perform a check to see if
the User is authorized to see the Host associated with the Report. In
case it's not, it returns 404, as to not give hints whether a Report...

bf5f1801 09/01/2015 06:58 AM Stephen Benjamin

fixes #11619 - only check template changes when persisted

1e7822a5 08/31/2015 11:33 AM Marek Hulán

Fixes #11031 - ignore identifiers of interfaces being destroyed

364b9adb 08/31/2015 10:12 AM Ondřej Pražák

Fixes #11427 - puppetclass edit text under optional input validator is now alert-info

c88c48f5 08/31/2015 10:00 AM Ondřej Pražák

Fixes #11467 - Textareas in form may be resized only vertically

7027757a 08/31/2015 07:47 AM Shimon Shtein

Fixes #11596 - Changed the javascript to put the error near te ip field, not inside it.

9bc1f99c 08/31/2015 06:16 AM Tomer Brisker

Fixes #11388 - Popovers display with correct size and dismiss on next click

833dcdeb 08/28/2015 12:27 PM Amir Fefer

Fixes #10408 - adding checkbox in hosts-index page for keeping selected hosts

5b3879ff 08/28/2015 11:54 AM Amir Fefer

Fixes #11461 - Remove 'global scope' column in host/hostgroup parameters form

b8fa2e29 08/28/2015 09:04 AM Ondřej Pražák

Fixes #11437 - do not modify frozen arrays in select_f helper

8347a5ef 08/28/2015 09:04 AM Ori Rabin

Fixes #10731 - Allow matches to merge with default values

f9d9ece7 08/28/2015 05:21 AM Tomer Brisker

Fixes #9453 - improve tooltips on puppetclass selection forms

beab18ed 08/27/2015 03:22 PM Amir Fefer

Fixes #11581 - Headlines extracted in the selected hosts modal

a9ea3490 08/26/2015 10:56 AM Amir Fefer

Fixes #11006, #11004 - Facts % is now in the center of the graph

Additionally, the value represented in the graph is trimmed for
readability, and a legend was added.

9dd00534 08/26/2015 06:25 AM Tom Caspy

fixes #11425 - adding lookup_value_matcher to host and hostgroup to make db schema more logical

56309d5d 08/26/2015 04:04 AM Tom Caspy

fixes #9058 - interfaces should not be affected when changing loc/org

952ad8c1 08/26/2015 03:38 AM Ivan Necas

Fixes #9704,#9705 - ability to customize vmware VM on image-based provisioning

Allows applying the changes form the form to the VM when cloning from
a template.

Depends on https://github.com/fog/fog/pull/3570

a5a7bc71 08/25/2015 09:17 AM Alon Goldboim

Fixes #11451 - Changed bookmark name to be unique per controller.

8e452f76 08/25/2015 05:33 AM Tom Caspy

fixes #10130 - availability zones should be available in open stack

8658fa37 08/24/2015 03:05 PM Imri Zvik

Fixes #11282 - Search on numeric facts is broken if using "~"

04687d07 08/24/2015 02:10 PM Tomer Brisker

Fixes #11450 - Improve hidden parameter handling

c577937c 08/24/2015 08:42 AM Daniel Lobato Garcia

Fixes #11379 - Audit search for hostgroup/OS title

Before this commit, hostgroup and OS could only be searched by name,
which is impractical as names are not unique. As we do on Hosts search,
I've added hostgroup_title and os_title as keys to search on /audits.

2dec184c 08/24/2015 08:42 AM Eric Helms

Fixes #11303: Allow scoped search by name for permissions.

This both provides this functionality and fixes an issue with creating
filters using hammer. Hammer attempts to search for a permission by
name using scoped search syntax when creating a filter with the...

0dc8fd72 08/20/2015 04:39 PM Amir Fefer

Fixes #11174 - Don't show password placeholder when empty

8c6a7db0 08/19/2015 03:50 PM Julien Pivotto

fixes #11385 - Enable management of nics in compute profiles without libvirt network

e2982830 08/19/2015 03:48 PM Shlomi Zadok

fixes #11374 - re-initialize select2 on smart vars

4fd1ae85 08/19/2015 10:59 AM Tomer Brisker

Fixes #11432 - Allow copying from ACE editor

4ca92155 08/19/2015 03:42 AM avi tal

fixes #11220 - column ambiguity for non-admin host creation

9f88e8a1 08/19/2015 03:42 AM Tom Caspy

fixes #10232 - moving validations and casting out of lookup key and value

bb6aa56d 08/18/2015 04:35 AM Jakub Sliva

fixes #11274 - Unable to get resourcePoo

Cluster attribute full_path makes sense when there are intermediate folders (both between vCenter/datacenter and datacenter/cluster). There was a bug/typo in fog (https://github.com/slivik/fog/pull/1) and after it is merged this should work.

ca6e7a18 08/18/2015 04:34 AM Dominic Cleal

fixes #10997 - update fog to 1.33.0

f0582067 08/17/2015 09:55 AM Amir Fefer

Fixes #11371,#4410 - puppet parameters truncated and tooltip added

8caf49db 08/17/2015 07:15 AM Shlomi Zadok

fixes #11240 - Add api docs to hostgroup params

4df642a6 08/17/2015 04:22 AM Alon Goldboim

Fixes #11372 - Formalize assets names.

c9febdc5 08/17/2015 02:49 AM Tomer Brisker

Fixes #11376 - show location tab in organization editor

cdb70710 08/13/2015 10:07 AM Marek Hulán

Fixes #11187 - explicitly pass resource_type and permission to check

5081efd9 08/13/2015 07:20 AM Shimon Shtein

Fixes #11255 - Fixed inheritance checks for explicit input on host clone

3a555277 08/13/2015 07:13 AM Tom Caspy

fixes #1881 - adding auto refresh button to dashboard

09ce8a63 08/13/2015 07:13 AM Ori Rabin

Fixes #4419 - rearranging smart class parameters edit form

4269abbd 08/11/2015 03:56 AM Tomáš Strachota

Fixes #10248 - cloning volume information for virtual machines

33eca4df 08/10/2015 10:27 AM Tomer Brisker

Fixes #7840 - Show correct values for smart variables on host edit page

3bd9a898 08/06/2015 04:53 AM larry campbell

fixes #11250 - Remove uniqueness check from subnet network addresses

83344af2 08/06/2015 04:50 AM Shlomi Zadok

fixes #11172 - disable select2 with css class (and enable elsewhere)

052d5819 08/06/2015 04:49 AM Shlomi Zadok

fixes #11171 - compute profiles nics & volumes select2 are initiated separately

fb94aaef 08/05/2015 10:59 AM Marek Hulán

Fixes #11283 - check for operatingsystem_ids before using it

6ea461fe 08/05/2015 10:55 AM Marek Hulán

Fixes #1453 - add use_image and jumpstart helpers to Host jail

8af7d0e1 08/03/2015 09:24 AM Ondřej Pražák

Fixes #4468 - Dropdown shows '1' when all reports within last 24 hours

3a4b4001 08/03/2015 09:24 AM Martin Bacovsky

Fixes #11219 - rename config_template attributes in os_default_templates

3b27c173 07/31/2015 11:59 AM Marek Hulán

Fixes #11258 - validation handles blank provider

313979b9 07/31/2015 05:53 AM Stephen Benjamin

fixes #7275 - remove welcome page and replace with docs button

60fe43b2 07/31/2015 05:53 AM Ondřej Pražák

Fixes #7167 - names of settings marked for translation

fe748352 07/29/2015 09:00 AM Tomer Brisker

Fixes #11231 - Correctly stubbify global parameters

04cb74c0 07/29/2015 09:00 AM Shimon Shtein

Fixes #9591 - Added support for "inherit" state.

8d7ea035 07/29/2015 04:11 AM Alon Goldboim

Fixes #11013 - Added common table css classes to the tables

7fad1fa0 07/29/2015 04:08 AM Tomer Brisker

Fixes #10133 - Prevent deadlocks when fixing counter_cache

b131eda1 07/28/2015 08:06 AM Shlomi Zadok

fixes #11122 - initialize ENCRYPTION_PREFIX only once

d1e6d79e 07/28/2015 08:06 AM Shlomi Zadok

fixes #11175 - [API] Add taxonomies to ptables, display ptables in taxonomies

758d57a3 07/28/2015 01:02 AM Lukas Zapletal

Fixes #11206 - plugin API now expose default role permissions

17dffb02 07/27/2015 11:02 AM Marek Hulán

Fixes #11062 - do not process data when FormData is used

c1c9649b 07/24/2015 10:32 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/MultilineTernaryOperator

111b0459 07/24/2015 10:28 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/IfUnlessModifier

17622a29 07/24/2015 10:24 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/AlignArray

7fdaccd5 07/24/2015 10:24 AM Ivan Necas

Fixes #10850 - handled errors when missing template when rendering widget

3f8e6c33 07/24/2015 10:24 AM Imri Zvik

Fixes #11150 - Allow searching of facts as types other than string

baddeae6 07/22/2015 08:32 AM Alon Goldboim

Fixes #11168 - Provisioning templates form is showing corrrect tabs

25bf50c8 07/22/2015 06:30 AM Alon Goldboim

Fixes #11009 - include instruction using foreman-debug into 500 error page