Project

General

Profile

Download (22.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
67110766 06/19/2018 02:13 PM Lukas Zapletal

Fixes #21007 - new unattended action 'failed'

9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

833e2aef 04/11/2018 10:56 AM Amir Fefer

Fixes #22855 - Add full breadcrumbs functionality

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

ee360810 04/05/2018 11:56 AM Michael Moll

Fixes #19894 - Fix Style/RedundantParentheses cop

fb386861 03/14/2018 01:21 PM Marek Hulán

Refs #22674 - improve taxonomies label help

4ad35960 03/09/2018 09:04 AM Liza Gilman

Fixes #22571 - allocation field should update using any language

74f5ebfe 02/24/2018 09:35 PM Sean O'Keeffe

Fixes #22674 - tell users where they can change taxonomies

b7d400f6 01/15/2018 04:28 PM Michael Moll

Fixes #19776 - Configure Layout/FirstParameterIndentation cop

da9865b8 01/15/2018 04:28 PM Michael Moll

Fixes #19907 - Configure Style/TernaryParentheses cop

d6641b26 12/25/2017 02:44 PM Tomer Brisker

Fixes #19782 - Fix Layout/MultilineArrayBraceLayout cop

ffedb85d 12/25/2017 02:44 PM Tomer Brisker

Fixes #19769 - Fix Layout/CommentIndentation cop

9234d6c5 09/25/2017 05:50 AM Ohad Levy

fixes #20652 - moved compute_resource js code to webpack

this creates a new namespace under tfm, tfm.computeResource
where relevant functions are expoed under the compute resource
namespace, for example:

tfm.computeResource.ovirt.termplateSelected function...

d738d2c0 09/14/2017 07:08 AM Marek Hulán

Fixes #19047 - unify date formats

This introduces two new helpers for printing date in absolute and
relative format. Helper for absolute accepts also a parameter to choose
between long and short variant. The long one includes the year. The date
also has a title so you see the other format after hovering mouse...

68b36ebc 09/12/2017 07:35 AM Ron B

Fixes #20750 - Comment field in host page

c4790012 09/04/2017 03:17 PM Ivan Necas

Fixes #20654 - color of Failed Restarts in resources chart

766421e6 07/20/2017 01:53 PM Tomer Brisker

Fixes #20345 - add back button on host info page

d96635ce 06/19/2017 05:45 AM Ohad Levy

fixes #19913 - fixes rubocop Style/ZeroLengthPredicate

60cf5a37 06/19/2017 05:09 AM Shimon Shtein

Fixes #15711 - Redesigned host info to providers.

Now you can add your own info by registering a
host method that will return info hash.

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

e59bc189 05/08/2017 04:50 AM Tomer Brisker

Fixes #19436 - Better controller selection on host dropdown (#4498)

Always setting to `host` unless the controller is `hostgroup` broke
discovery's usage of the form as it uses the `discoverd_host`
controller.
This reverts the change from `method_path` to `host_or_hostgroup_path`...

4bd19fb1 04/13/2017 09:20 AM Marek Hulán

Fixes #19264 - order images by name

49fad244 04/03/2017 05:59 AM Amir Fefer

Fixes #19123 - fix labels on multiple action pages

637da2f2 03/22/2017 11:34 AM Timo Goebel

fixes #18064 - import host from compute resource

8a70cce3 03/15/2017 04:52 AM Sean O'Keeffe

Fixes #18898 - "Host" prefix isnt required on Host show page

b11071cd 01/24/2017 10:20 AM June Zhang

Fixes #17872 - Update button label from New to Create

Based on PatternFly Terminology and Wording suggestions
Don't recommend to use New, so update New to Create.

901fe896 11/22/2016 10:45 AM Ondřej Pražák

Fixes #14688 - Power status visible on hosts index page

dc4cc337 11/21/2016 09:55 AM Ori Rabin

Fixes #17279 - Changing os search in host to search on os_title

3ce09016 11/11/2016 03:45 AM Mac Reid

Fixes #17277 - quote host properties

b215c092 11/02/2016 06:18 AM Timo Goebel

fixes #16951 - ipv6 compute orchestration

3b6f9323 09/01/2016 04:28 AM Tomer Brisker

Fixes #16379 - Improve layout of hostname randomize button

This moves the button from being a line of its own to a button in the
input.
Also changed the form helper to streamline adding button to inputs and
got rid of a useless helper.

4cbf879e 08/24/2016 06:41 AM Lukas Zapletal

Fixes #12634 - New HW Model flag pxe_loader

Implementation of

https://github.com/theforeman/rfcs/blob/master/text/0001-PXE-Booting-UEFI.md

In short, new host/hostgroup flag PXE loader is added to specify TFTP
DHCP filename and Foreman now orchestrates all PXE-capable templates...

5e813fae 08/08/2016 06:08 AM elad

Fixes #15924 - Implement server groups and scheduler hints

03510341 08/08/2016 03:16 AM Lukas Zapletal

Fixes #13768 - random and MAC-based name generator

1e9d49a7 08/05/2016 10:22 AM Timo Goebel

fixes #15989 - add clone host button to host view

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

1ef8f52b 04/20/2016 07:47 AM Ondřej Pražák

Fixes #14395 - Label for provision template capitalized in os details page

s

9c779942 04/11/2016 10:29 AM Tomer Brisker

Fixes #14564 - correct button styling

9980268f 04/05/2016 09:32 AM Ori Rabin

Refs #12979 - adding btn-default class to leftover buttons

29c5556a 03/24/2016 11:17 AM Tomer Brisker

Fixes #14310 - Display muliple host action buttons only if action permitted

fbb47ea5 02/12/2016 05:28 AM Timo Goebel

fixes #13647 - change puppet ca proxy for several hosts at once

5131edbf 02/10/2016 01:14 PM Timo Goebel

fixes #13494 - change puppet proxy for several hosts at once

This commit adds the possibility to select multiple
hosts and change the puppet proxy for them.

189cc0be 02/05/2016 11:19 AM Tom Caspy

fixes #13077 - setting width of number of days by what is needed

44505095 02/05/2016 04:39 AM Sean O'Keeffe

Fixes #13444 - Don't show empty properties

8ca6c6bb 01/28/2016 04:47 AM Timo Goebel

fixes #13236 - apply power operations to several hosts at once

This commit adds the ability to select multiple hosts and apply power operations
(reboot, shutdown, boot) to them.

c77212ef 01/18/2016 08:58 AM Ohad Levy

fixes #13124 - use patternfly icons for status

this changes the following to use patternfly status icons(https://www.patternfly.org/styles/icons/)
- hosts list
- about page
- smart proxy index

Additionally, I've updated the default spinner to be xs class,...

b1997f52 01/12/2016 04:22 AM Dominic Cleal

fixes #13039 - remove TemplateKind DB calls from UnattendedCtlr

UnattendedController created actions/methods during initialisation per
known TemplateKind, relying on the DB being populated. This caused
ordering issues when a plugin loaded the controller in a test...

d6814ff0 01/08/2016 03:35 AM Timo Goebel

fixes #12830 - Support rebooting hosts when building multiple hosts

When setting multiple hosts to build, this commit adds support to reboot the
hosts in addition to enabling rebuild.

aa50ab15 01/07/2016 04:51 AM Alon Goldboim

Fixes #4629 - Migrate UI to Patternfly

a92ee5bc 12/09/2015 10:27 AM Timo Goebel

fixes #1584 - bulk owner change

51685ba8 12/07/2015 10:51 AM Timo Goebel

fixes #12624 - add plugin interface to add provision methods

6501082f 11/20/2015 05:54 AM Tomer Brisker

Fixes #11458 - Override inline for class parameters

This implements override inline for smart class parameters and smart
variables in host and hostgroup edit forms.
Global variable override inline will be done in a seperate PR.

Authors:
Ori Rabin <>...

e7a8e82e 11/10/2015 10:48 AM Stephen Benjamin

fixes #11309 - allow bulk hosts tool to open in new page

1f71c494 10/30/2015 08:26 AM Tomer Brisker

Fixes #12204 - Show interface form helptext in popovers

Refs #12204 - Resize interface modal, fields and labels

To cause virtual network settings to display correcty changes were also needed
in the layout of the compute attribute forms.

e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

027d2087 10/07/2015 10:58 AM Tomer Brisker

Fixes #8800 - Clip table cells only when needed

For clipping to work, table must have class `table-fixed` and the cell
have class `ellipsis`. Also column widths should be set in table head.
Clipping will occur automagically with tooltip.

2fba6ad7 09/14/2015 10:08 AM Ondřej Pražák

Fixes #2267 - general rebuild of TFTP, DNS, DHCP

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

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...

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

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

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

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

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

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.

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

Fixes #9879 - improve wording of host delete dialog

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

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

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

Fixes #9836 - use provider type in host helpers

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"...

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

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

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

fixes #6655 - remove _ForemanSelectedhosts cookie on action submit

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

Refs #3809 - Remove classcheck cop

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

Refs #3809 - Remove cop IndentationConsistency

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...

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

Fixes #8963 - Rename trunc helper to trunc_with_tooltip

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

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

refs #6832 - prevent extraction of string interpolation

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

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

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

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

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

Refactoring patern: Extract method.

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

Fixes #7462 - new UI for network interfaces

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

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

adb487e0 09/15/2014 04:54 AM Ori Rabin

Fixes #6713: Long names needs to be truncated while listing

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...

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

Fixes #7157 - Combo box style in reports

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

fixes #6529 allow to define IP suggestion per subnet

a27196f0 07/22/2014 07:34 AM Neil Miao

Fixes #6483 - oVirt network is properly populated for multiple datacenters

9d2152af 05/07/2014 01:12 PM Amos Benari

refs #5188 - prepare place holder for host details

host details should include subscription status

90ff2a3a 04/04/2014 11:23 AM Dmitri Dolguikh

fixes #4381: dns records are being update after changes to host when dhcp is also present

88ed4900 04/04/2014 11:22 AM Amos Benari

fixes #3592 lazy load vm with ajax in host show page.

77f70152 04/02/2014 10:46 AM Stephen Benjamin

fixes #1809 - foreman realm integration

3cdaa292 03/31/2014 01:05 PM Dmitri Dolguikh

Fixes #4851: a SmartProxy.with_features scope replaces feature-specific scopes generated during class loading

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from: