Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9bc1f99c 08/31/2015 06:16 AM Tomer Brisker

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

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

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

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

Fixes #9453 - improve tooltips on puppetclass selection forms

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

Fixes #11450 - Improve hidden parameter handling

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

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

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

fixes #11374 - re-initialize select2 on smart vars

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

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

Fixes #11283 - check for operatingsystem_ids before using it

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

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

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

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

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

Refs #3809 - Enable cop Style/MultilineTernaryOperator

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

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

24fc15c5 07/22/2015 06:29 AM Daniel Lobato Garcia

Fixes #10929 - Add removed widgets to dashboard

This commit allows users to re-add widgets. At this point it's only
possible to recover removed widgets by clicking on "Reset to default".

To do this I populate the 'Add widgets' list by getting a diff
between the current widgets and the available ones. The code calls any...

de9e7ada 07/16/2015 05:56 AM Marek Hulán

Fixes #11035 - template preview feature

befd6716 07/16/2015 05:54 AM Shlomi Zadok

fixes #10985 - Set css class for width of filter select on Puppet CA index

cc671196 07/14/2015 02:26 PM Tomáš Strachota

Fixes #11111 - action dropdowns pulled right

890e765e 07/14/2015 03:35 AM Daniel Lobato Garcia

Fixes #11078 - Substitute find_all_by by where to comply with Rails 4

This commit takes away all instances up to this point of find_all_by to
improve Rails 4 compatibility. They are substituted by .where calls.

a377f776 07/09/2015 07:32 AM Ondřej Pražák

Fixes #3971 - warning shown when PXE template is edited and has hosts in build mode

7deaced2 07/06/2015 06:59 AM Daniel Lobato Garcia

Refs #3809 - Style/blocks cop enabled

bd7c4d28 07/02/2015 07:11 AM Shlomi Zadok

fixes #10965 - remove select css classes from days_filter

8dfe5543 07/01/2015 01:59 PM Shlomi Zadok

fixes #10965 - change days_filter sentence

707d9bdd 06/30/2015 09:26 PM Shlomi Zadok

fixes #10868 - use classify for a Symbol instead of humanize

4f211508 06/25/2015 07:34 AM Daniel Lobato Garcia

Fixes #7574 - Rails 4 :data attributes substitute deprecated HTML options

ae4d968e 06/25/2015 05:58 AM Daniel Lobato Garcia

Fixes #10090 - Minimised dashboard widget names are translated

77c68e43 06/23/2015 08:15 AM Marek Hulán

Fixes #10849 - remove hidden template fields on submit

7d62413f 06/22/2015 01:35 PM Fernando Carolo

Fixes #10526 - Support for Cisco POAP

01e78260 06/09/2015 10:29 AM Ivan Necas

Fixes #10713 - improved backtrace logging

  • full trace in 500 page in production shows really the full trace
  • Foreman::Logging.exception as an unified entry point for exceptions logging
  • the backtrace cleaner doesn't delete the plugins
  • the orchestration exceptions gets the backtrace covered by logger...
510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

8b8be6e4 06/04/2015 07:07 AM Tomer Brisker

Fixes #3856 - Make parameter value fields expandable

f536685b 05/22/2015 11:40 AM Walden Raines

Fixes #10542: correct path for auto complete search on filters page.

The filters page was using an incorrect path for the autocomplete search
which caused it to not work on initial page load with non-core resources.
This commit updates the autocomplete search path to use the correct URL....

887e2fd9 05/21/2015 05:18 AM Tomer Brisker

Fixes #7337 - Only list authorized items on multiple select

df8887a9 05/18/2015 10:42 AM Tomer Brisker

Fixes #10355 - Prevent turbolinks loading puppetclass import

bc9558f7 05/18/2015 10:40 AM Shlomi Zadok

fixes #1213 - Get email reports of audit changes

10f1c579 05/12/2015 12:47 PM Shlomi Zadok

Fixes #9194 - displays full fact value

b2b7a13b 05/07/2015 09:32 AM Daniel Lobato Garcia

Refs #3809 - Remove nested ternary and nil checking

0b605bf6 05/06/2015 10:12 AM Ondřej Pražák

Fixes #9879 - improve wording of host delete dialog

8f657a84 04/30/2015 03:52 AM Stephen Benjamin

fixes #10287 - provide helper methods for proxy features

42a712b3 04/29/2015 04:23 AM Tomer Brisker

Fixes #7335 - Refactor taxonomy form, display "select all" checkbox only if permitted

77340df8 04/28/2015 06:51 AM Ohad Levy

fixes #10269 - host template preview now opens in a new tab

ae0d599a 04/24/2015 05:12 AM Ori Rabin

Fixes #8861 - Lengthy organization or location names showed in tooltip

f34c2ce7 04/22/2015 04:35 AM Dominic Cleal

fixes #10158 - use full column name to avoid ambiguity on Rails 3.2.8

a0c7b5ae 04/20/2015 03:55 AM Tomer Brisker

Refs #8106 - Add helper for add to dashboard button

2b6605c4 04/17/2015 08:05 AM Ori Rabin

Fixes #8217, #8214 - Rearranging override section in smart class parameter page and host page

71b46a72 04/09/2015 03:48 AM Tomer Brisker

Fixes #4787 - prevent unneeded AJAX requests on popover clicks

cbe8aa6e 04/08/2015 02:55 AM Tomer Brisker

Fixes #9969 - remove N+1 queries on host edit page

42117380 04/02/2015 09:22 AM Tomer Brisker

Fixes #8106 - Dashboard rewrite to allow better customization

9b79e4f1 03/25/2015 04:01 PM Daniel Lobato Garcia

Fixes #9886 - Caps on password warning is not html safe

c2f60b57 03/24/2015 07:44 AM Tomáš Strachota

Fixes #9836 - use provider type in host helpers

8eed13de 03/19/2015 07:38 AM Daniel Lobato Garcia

Fixes #9589 - Add documentation button to various models

1614aac7 03/19/2015 07:36 AM Daniel Lobato Garcia

Fixes #8898 - Caps lock warning in password fields

0575b5b0 03/19/2015 05:30 AM Tom Caspy

fixes #4424 - overriden attributes get overridden in the UI

8e567e22 03/11/2015 06:16 AM Shimon Shtein

Fixes #7505 - Changed the way trends are stored in the DB. Now they are stored as intervals

6d05514a 03/05/2015 07:31 AM Tomáš Strachota

Fixes #9480 - multiple NICs integration with compute profiles

From users point of view:
- interfaces setup in compute profiles is back
- interface related compute attrs get merged into host NICs upon compute
profile selection
- NIC overview table displays details in the column "Type"...

958e87e6 03/04/2015 05:32 AM B Sh

Fixes #2135 - During puppet class import, puppet class description box should close itself

fe8b4082 03/02/2015 04:44 AM Shimon Shtein

Fixes #9548 - Changed the behavior of size selector in compute profile editor to match radio buttons

9aba9695 03/01/2015 09:53 AM Tomer Brisker

Fixes #3016 - Sort accesible hostgroups by db instead of in memory

f23483a2 02/25/2015 03:29 AM Johannes Scheuermann

fixes #9397 - Make usage of @host.operatingsystem in UnattendedController consistent

Changed all host.os to host.operatingsystem

f9171fc3 02/23/2015 10:37 AM Tomer Brisker

Fixes #3278 - Correctly extract "New %s" strings

8f38e945 02/18/2015 07:35 AM Shlomi Zadok

fixes #6655 - remove _ForemanSelectedhosts cookie on action submit

6ace062d 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cop emptyliteral

cd032085 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove classcheck cop

9271a4bf 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove various small cops

afe02d30 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cop IndentationConsistency

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

ded38d14 02/16/2015 09:08 AM Shlomi Zadok

fixes #9335 - adds toggle to puppet classes list & better ui

2c7ea23b 02/16/2015 08:55 AM Marek Hulán

Fixes #2749 - power status helper can handle unknown states

43c4bd72 01/27/2015 11:58 AM Marek Hulán

Fixes #7456 - Extract primary interface from host

Contributions from:

All host must have at least one primary interface and one provision (can...

795b9287 01/24/2015 01:28 PM Stephen Benjamin

fixes #6362 - correct menu dividers if user isn't auth for some actions

2aa77d78 01/23/2015 02:37 PM Ori Rabin

Fixes #8963 - Rename trunc helper to trunc_with_tooltip

8aae72f7 01/22/2015 07:07 AM Daniel Lobato Garcia

Fixes #8821 - Handle unnamed OpenStack images in images form

9a35ba05 01/20/2015 05:18 AM David LeVene

fixes #8402 - Reports from the last xx Days not displaying day filter option

The query for the latest report was returning a random report
Add in order by, so we are always getting the oldest report

3efe1dab 01/15/2015 08:14 AM Daniel Lobato Garcia

Refs #3809 - Enable cop BarePercentLiterals

1a36b54d 01/14/2015 02:39 PM Eric Helms

Fixes #8934: Allow plugin menu items to disable turbolinks for their links.

d8f79a65 01/13/2015 08:45 AM Dominic Cleal

refs #6832 - prevent extraction of string interpolation

c873b3cd 01/09/2015 07:05 AM Joseph Magen

fixes #8802 - add Turbolinks support

65292474 01/05/2015 09:28 AM Tomer Brisker

Fixes #6832 - Don't show location/organization on host edit page if host has none

826e18e7 01/02/2015 04:08 AM Tom Caspy

Fixes #8661 - Refactor compute resource vm partials

Removed pointless try methods, renaming the new variable to new_host
to avoid possible name confusion.

5a594178 12/30/2014 02:45 AM Johannes Scheuermann

fixes #7652 - Implements CoreOS OS support

02cf7a53 12/28/2014 09:52 AM Tomer Brisker

Fixes #8796 - Fix to_gb size calculation and constentize

ad998ce7 12/28/2014 07:22 AM Shlomi Zadok

fixes #8049 - Add timezone to user

c4698fe9 12/11/2014 02:44 AM B Sh

Fixes #2592 - No indication when waiting for host dashboard button action to complete

9a6e73e8 12/09/2014 10:35 AM Dominic Cleal

refs #8477 - fix string interpolation and spelling

3279c309 12/09/2014 05:42 AM Stephen Benjamin

fixes #8477 - usability improvements to template locking/defaults

395613b4 12/09/2014 05:33 AM Shlomi Zadok

fixes #8591 - explicitly set where to subnets.id

4dcf38a5 12/09/2014 04:53 AM Šimon Lukašík

fixes #8592 - allow plug-ins to modify multiple hosts actions

Refactoring patern: Extract method.

e23023e2 12/03/2014 02:07 AM Shlomi Zadok

fixes #8221 - search for subnet with taxonomy scope

0f383a25 12/02/2014 12:15 PM Ohad Levy

fixes #8471 - adds a number field input support

  • change subnet vlan to number field
  • change ldap port to number field
50594a5d 11/27/2014 08:03 PM Ohad Levy

fixes #8467 - trends range selector is now visible

2312cccf 11/19/2014 06:03 AM Daniel Lobato Garcia

Refs #3809 - Remove useless assignments

a08897e1 11/11/2014 06:53 PM Tomer Brisker

Fixes #7488 - correctly display hostgroups with / in their names

3154d77e 11/10/2014 04:43 AM Tomáš Strachota

Fixes #7462 - new UI for network interfaces

3a36bdf6 10/31/2014 09:22 AM Stephen Benjamin

fixes #7586, #7734, #7172 - user preferences for receiving mail notifications

Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the...

6e916e52 10/26/2014 02:25 PM Shlomi Zadok

Fixes #746 - Generate all the Host template when click on Build to avoid errors during installation

a2f0773c 10/26/2014 07:48 AM Daniel Lobato Garcia

Fixes #8043 - Statistic links to OS