Project

General

Profile

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

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

630061d2 06/14/2018 09:50 AM Michael Moll

Fixes #19775 - Fix Layout/ExtraSpacing cop

1d1e4dab 05/19/2018 02:54 PM Ewoud Kohl van Wijngaarden

Fixes #23646 - Remove storeconfig leftovers

In Foreman 1.1 sharing the database with Puppet's storeconfigs was
deprecated. We've given users sufficient time to migrate away from it
and possibly broke it along the way. I haven't checked.

68388bc2 04/26/2018 04:29 PM Michael Moll

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

397ea488 04/23/2018 12:22 PM Timo Goebel

fixes #23335 - normalize scsi attributes in rails 5 (#5475)

f694d292 04/12/2018 06:29 AM Amir Fefer

Fixes #23225 - fix vm tab js error in host page

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

90361fa8 04/05/2018 11:56 AM Michael Moll

Fixes #19796 - Fix Layout/SpaceInsidePercentLiteralDelimiters cop

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

Fixes #19839 - Fix Rails/Present cop

9ae8fa19 04/05/2018 11:56 AM Michael Moll

Fixes #23123 - Fix Rails/ActiveRecordAliases cop

5f5b13a9 04/02/2018 08:54 AM Michael Moll

Fixes #19895 - Fix Style/RedundantReturn cop

5cbba9ec 04/01/2018 04:40 PM Tomer Brisker

Refs #22285 - Prepare tests for strong params enforcement

- Fix broken hosts api tests
- Fix role cloning tests
- Fix ssh key controller api test
- Fix http proxies controller test
- Fix lookup key override api controller test
- Fix puppetclass controller api test...

265e1d98 03/20/2018 03:10 PM Ori Rabin

Fixes #15984 - Avoid escaping overridden parameters (#5126)

348ec9c0 03/09/2018 07:46 PM Sebastian Gräßl

Fixes #22779 - Calculate out of sync host via origin interval (#5221)

cf94f62e 02/28/2018 02:40 PM Avi Sharvit

Fixes #21999,#22005 - Migrate toasts to pf-react

  • Replace Alert and Toasts components with patternfly-react
  • Refactor the server side flash-notification
  • Allow rails-flah-notification to react-toast-notification with link
33a09887 01/15/2018 04:28 PM Michael Moll

Fixes #19895 - Fix Style/RedundantReturn cop

638d98a9 01/08/2018 12:20 PM Ivan Necas

Fixes #20931 - unify parameters and templates renderer (#4835)

  • Fixes #20931 - unify parameters and templates renderer

Before this patch, we used separate renderer for the parameters. This
caused issues when introducing more dsl methods for the templates that...

1416a23d 12/27/2017 10:18 AM Timo Goebel

fixes #22062 - support vmware vmrc console

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

68b3c50d 12/25/2017 02:44 PM Tomer Brisker

Fixes #19780 - fix Layout/IndentationWidth cop

518f3ce3 12/15/2017 01:05 AM Timo Goebel

fixes #21825 - external nodes html content type

b88cd3a2 09/18/2017 05:12 AM Dominic Cleal

Fixes #20951 - Replace render :text with :plain

b3fb472c 09/13/2017 02:30 AM Daniel Lobato Garcia

Fixes #20098 - Resolve template_used for image provisioning

At the moment, the method Hostext::OperatingSystem#template_kinds is
unable to handle image-based provisioning. If there is an image, it will
not be able to find it as 'self.compute_attributes' does not exist for...

68c7a592 09/04/2017 02:52 PM Timo Goebel

fixes #20820 - set ajax vars for cr host import

4623fbd4 08/07/2017 08:02 AM Timo Goebel

fixes #20453 - build is enabled for cloned host (#4704)

c8f5cd53 07/31/2017 06:20 AM Tomer Brisker

Fixes #20248, #20327 - Respect context in CSV export

Since CSV export is done using an enumerator which is executed by a
different thread to the one that creates it, we need to manually pass in
the context (user, location, organization) to the enumerator.

a154c816 07/24/2017 11:47 AM Liza Gilman

Fixes #19031 - move to patternfly pagination style

80dc430e 07/20/2017 08:56 AM Ohad Levy

fixes #4509 - VMWare: multiple scsi controllers

0bbcc6c3 05/29/2017 04:58 AM Marek Hulán

Fixes #19672 - fix bulk actions for plugins

b9df73be 05/10/2017 04:25 AM Ohad Levy

fixes #19479, #10587, #19500 - two pane notifications are visible

- notification is now inside the content div, allowing two-pane server
responses to include it.
- refactored all notifications to use notification helpers (notice,
warning and error) instead of direct flash manipulation...

13a7bf0d 04/03/2017 06:52 AM Amir Fefer

Fixes #16043 - add select all hosts option

9ca77d08 03/23/2017 11:17 AM Timo Goebel

fixes #12419 - template preview host has typeahead

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

fixes #18064 - import host from compute resource

229195a5 03/14/2017 10:11 AM Tomer Brisker

Fixes #18760 - Allow export to CSV

This introduces a way of exporting tables from the UI to CSV.
There are 3 steps to adding a CSV export to a table:

1. Add the CsvResponder concern to the relevant controller.
2. Add a `format.csv` block to the index controller action. This block...

ec3360d9 01/24/2017 04:13 AM Daniel Lobato Garcia

Fixes #16752 - Extract template code from Host::Managed

Host::Managed contains a lot of code related with determining the
template that a host should have. Other Host objects such as
Host::Discovered might need that logic, without becoming a
Host::Managed....

22a5bf03 01/18/2017 07:37 AM Daniel Lobato Garcia

Fixes #18045 - Puppet classes show up choosing only env.

After #3551 was merged, the hosts controller requires both environment
and hostgroup to be set in order to display puppetclasses.

It shouldn't be required to have both, so we should check what's
available and use it. If it's only the hostgroup or the environment, it...

915ee077 01/11/2017 11:29 AM Sebastian Gräßl

Fixes #3551 - Show unavailable Puppet Classes in Host Group edit

Puppet Classes can be assigned to a Host Group even if they are
not available in the set environment.

The Classes persist through out changes of the environment,
but were previously hidden from the UI this changes that....

007bf254 01/04/2017 08:14 AM Shimon Shtein

Fixes #15403 - moved puppet to a concern in hosts UI controller

7892585d 12/22/2016 08:37 AM Sean O'Keeffe

Fixes #17683 - Wrong resource type in HG AJAX permission check

497c022b 12/07/2016 02:26 AM Tomer Brisker

Fixes #17503 - Only trigger PXELoader suggestion when needed

Previously every host instantiation triggered a PXELoader suggestion,
which led to up to 3 extra queries per host loaded. This changes so that
the suggestion is only applied when a host changes it's OS.

6695a556 11/25/2016 11:37 AM Timo Goebel

fixes #11127 - show error when rebuild reboot fails

27752930 11/25/2016 02:43 AM Kavita Gaikwad

Fixes #17343 - set deep munge config off

deep_munge was introduced as a solution to keep
Rails secure by default which results in
'empty array becomes nil in params'.
Thats why, set deep_munge config off in application.rb.
Also, added changes which will cast param argument to string...

fc053564 11/23/2016 03:30 AM Dominic Cleal

refs #14688 - correct i18n extraction for all new power methods

- HOST_POWER being translated at the class level, not in action context
- messages with variables interpolated prior to i18n lookup
- timeout message being translated without prior extraction

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

Fixes #14688 - Power status visible on hosts index page

cbb5c847 11/22/2016 05:24 AM Timo Goebel

fixes #17409 - show only real bmc power actions

87f8f03e 11/03/2016 09:54 AM Shimon Shtein

Fixes #16646 - Add ability to plugins to modify index scope

09a8d9a7 10/14/2016 07:04 AM Daniel Lobato Garcia

Fixes #16887 - Display errors from compute resource in VM tab

This commit allows these errors to show up in the VM tab. Without it
just a standard, unstyled 'internal server error' message shows up while
the error is only logged on Foreman's log.

ca59bac0 10/04/2016 07:47 AM Dominic Cleal

fixes #16718 - remove relation.to_a.delete_if in multiple actions

To obtain a list of hosts where updating their build status etc. didn't
work, the controller relied on calling .to_a.delete_if on a relation and
then checking the result later. This doesn't work under Rails 5, it...

ef0146fd 09/28/2016 06:00 AM Daniel Lobato Garcia

Refs #16689 - Missing DRY index action controllers

Some of the controllers that could have used the refactor in #16689 were
not added in that commit.

Additionally, I've fixed the '.includes' leftover in those controllers
from Rails 3 to be '.eager_load' now. '.includes' does not change the...

c24d6cf8 09/22/2016 03:32 AM Dominic Cleal

fixes #16578 - make keep_param idempotent, remove duplicate call

Using host_params (and keep_param) twice was causing compute_attributes
to be deleted permanently out of `params`. keep_param now restores
elements it deletes, and the controller now only calls host_params once...

e7e5ef3e 09/12/2016 05:03 AM Tomer Brisker

Fixes #16491 - Upgrade rubocop to version 0.42

d301d11d 08/26/2016 10:39 AM Ondřej Pražák

Fixes #14771 - Show corresponding os list for arch

bfa131a8 08/24/2016 08:45 AM Dominic Cleal

refs #12544 - replace ordered interpolation with named variables

9b1708f7 08/24/2016 06:41 AM Shimon Shtein

Fixes #12544 - added errors from host to cancelBuild
Now the flash will contain detailed error messages.

0069c98d 08/09/2016 06:55 AM Shimon Shtein

Fixes #13813 - Removed "\ " so ruby 1.8 could read the ENC

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

12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

e263719a 07/25/2016 05:18 AM David Davis

Refs #3809 - Using defaults for AndOr cop

df6a9f34 07/19/2016 05:44 AM Dominic Cleal

fixes #15720 - rename *_filter to *_action

The older 'filter' name is changing in Rails to 'action' and is being
deprecated.

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

5a9ad12f 03/08/2016 11:09 AM Ori Rabin

Fixes #5707 - disassociate does not appear for physical host

47990639 02/19/2016 04:31 AM Tomáš Strachota

Fixes #6342 - merge compute profile when attributes in api host#create

API v2 host#craete call now merges user specified compute attributes
with compute profile. UI functionality remains untouched.

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.

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.

05d9c49e 01/15/2016 11:15 AM Dominic Cleal

fixes #13004 - inherit compute profile from parent host groups

When selecting a compute resource on the New Host form and the VM
attributes tab is refreshed using an inherited compute profile, the
profile was taken from the host group only if explicitly set on it. The...

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.

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
19d9e229 12/11/2015 06:36 AM Shimon Shtein

Fixes #12618 - Now calls for compute attributes are explicit.

Prevents compute attributes from being overwritten unconditionally from
the hostgroup's compute profile.

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

fixes #1584 - bulk owner change

935bc248 12/08/2015 05:50 AM Alon Goldboim

Fixes #12452 - Enable non admin users to do bulk actions on hosts

e282ff7b 11/09/2015 08:49 AM Ori Rabin

Fixes #11464 - use host inherited views for hostgroup parent parameters

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.

996b3db5 10/07/2015 08:39 AM Daniel Lobato Garcia

Refs #10409 - Rails 4 compatible changes with Rails 3

This includes some changes that can be applied to Rails 3 without
any issue and don't follow any particular pattern/deprecation, In
general these are minor things we have to change. Other PRs with
retrocompatible changes that aim to fix particular deprecations...

585329f5 09/25/2015 11:11 AM Marek Hulán

Fixes #11767 - avoid cleaning of interface attributes

2348fc8e 09/21/2015 11:32 AM Amir Fefer

Fixes #2943,#11387 - Add unset option to password_f in layout helper, added in Host and hostgroup root_pass, LDAP acount password, BMC password and compute resources password

#2943,#11387 - Please enter the commit message for your changes. Lines starting
2fba6ad7 09/14/2015 10:08 AM Ondřej Pražák

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

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

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

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

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

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

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

Refs #3809 - Enable cop Style/AlignArray

97c34475 07/14/2015 03:36 AM Lukas Zapletal

Fixes #9603 - fixed websockets_* set of settings

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

Refs #3809 - Style/blocks cop enabled

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...
e57ed7b8 05/07/2015 09:39 AM Daniel Lobato Garcia

Refs #10337 - Update Host searches to use outofsync_interval

81884922 05/06/2015 05:23 AM Craig Parker

Fixes #10337 - Added setting out of sync duration

d4e53f27 05/01/2015 08:29 AM Avi Tal

fixes #10342 - adding :host_parameters_attributes to except list in template_used()

a5dc3e23 04/24/2015 03:46 AM Daniel Lobato Garcia

Fixes #10111 - Use a dummy primary interface for unmanaged hosts

Unmanaged hosts require a host interface due to delegation of networking
attributes, and some others like 'name'. Since unmanaged hosts do not
necessarily have an interface associated (unless created through puppet...

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

96277f87 02/24/2015 08:05 AM Tomáš Strachota

Fixes #8736 - confirmation before host delete for freshly created hosts

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

Refs #3809 - Remove classcheck cop

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

Refs #3809 - Remove cops for empty lines

350a0417 02/17/2015 02:40 AM David Davis

Fixes #9231 - Require English lib and fix ENC failure

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