Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
408774ae 09/20/2017 03:13 AM Dominic Cleal

Fixes #20952 - Replace AC::Parameters Hash methods

Replaces any methods that used to be from Hash with the more limited
ActionController::Parameters API.

7f8fd14d 09/19/2017 09:29 AM Sebastian Gräßl

Fixes #20201 - Global HTTP proxy for outgoing requests

This introduce two new settings to proxy outgoing HTTP
requests and one to except certain hosts from it.

The extensions for Excon::Connection and Net::HTTP
allow setting a proxy on their requests.

92845892 09/19/2017 04:27 AM Dominic Cleal

Fixes #20949 - Replace deprecated AM::Errors usage

ff1e9ffc 09/18/2017 10:50 AM Dominic Cleal

Fixes #20950 - Use 'distinct' in AR finders

83775e63 09/08/2017 09:34 AM Marek Hulán

Fixes #20708 - fix templates auditing

Templates were audited under parent class. This keeps separate audits
per template type and allows searching by provisioning_template and
partition_table names. It also fixes broken associations in
taxable_taxonomies table.

07ff65c0 08/24/2017 04:52 AM Ivan Necas

Fixes #19113 - use fog-ovirt method for rebooting

While fixing the waiting for stopped vm in reboot there.

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.

f079f90a 07/25/2017 09:43 AM Marek Hulán

Fixes #20384 - seed resources before admin exists

For seed scripts that executes before internal admin exist we need to
ignore creation permission check on resources that includes Authorizable
concern.

23abc7dc 07/23/2017 12:12 PM Klaas Demter

refs #19623 - fix if key method is not present for network

credit to jsherrill for the one line solution :)

8dcc90be 07/20/2017 11:02 AM Marek Hulán

Fixes #16884 - enforce granular filters even during save

View revisions

Also available in: Atom