Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  factories
  fixtures
  functional
  integration
  lib
  static_fixtures
  unit
audit.rb 148 Bytes
facet_test_helper.rb 455 Bytes
test_helper.rb 13.3 KB

Latest revisions

# Date Author Comment
9d496351 02/05/2016 11:04 AM Tom Caspy

fixes #12920 - allowing os parameters to be set via API

8bbfa2c3 02/04/2016 03:20 PM David Davis

Refs #12911 - Fixing colon method calls

1bf5ff53 02/04/2016 09:25 AM Timo Goebel

fixes #13430 - add missing actions to virt power manager

When rebooting a vm via power manager, this fails:

| TypeError: nil is not a symbol | /Users/f0218175/foremandev/foreman/app/services/power_manager/virt.rb:25:in
`block (2 levels) in <class:Virt>'...

33d9f9ee 02/03/2016 08:35 AM Lukas Zapletal

Fixes #12718 - smart proxy log table

This patch adds a table with logs fetched from Smart Proxy /logs new API. It
returns latest N log entries from a simple memory buffer. The table supports
filtering by level, custom filtering and it introduces several overview...

6d10ed5a 01/28/2016 09:27 AM Julien Pivotto

Fixes #13379 - Clear host.last_report when switching to build mode

Use case:

When a server with a Puppet client is rebuilt, foreman cleans the
reports but not the "last report" field.

When you switch a host from a Puppet-enablet hostgroup to a hostgroup...

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.

b8f6567e 01/27/2016 06:47 AM Shlomi Zadok

Fixes #13115 - Adds locations and organizations in smart_proxies#index

7e670d3f 01/27/2016 04:23 AM Tom Caspy

fixes #13355 - facet test tables get created when tests run

moving the require to the test helper ensures that the code gets
evaluated before Spork.prefork, thus, the tables get created.

df5950e3 01/26/2016 03:51 AM Tomer Brisker

Fixes #13354 - Correctly show certificates even if some are pending

65b6d7c4 01/25/2016 08:42 AM Lukas Zapletal

Fixes #13107 - compute attributes has indifferent access again

During upgrade to Rails 4.1, our host#create code no longer sends attributes
into the ActiveRecord create/new initializers with indifferent access. One
of these attributes, `compute_attributes` then does not work breaking...

View revisions

Also available in: Atom