Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  assets
  controllers
  helpers
  mailers
  models
  services
  validators
  views

Latest revisions

# Date Author Comment
8a70cce3 03/15/2017 04:52 AM Sean O'Keeffe

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

b6d8a6f9 03/14/2017 02:48 PM Dominic Cleal

refs #18760 - only build CSV URL from permitted params

Prevents malicious data being injected into the URL options (e.g. host)
and prevents a security exception rendering URLs with non-sanitised
params under Rails 5.0.

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

a60d71e6 03/14/2017 08:22 AM Shimon Shtein

Fixes #18843 - Changed from eager_load to includes in #index

Avoiding multiple joins that result in very wide result rows.
It leads to big memory footprint in the DB especially on big datasets.
This big footprint translates then into DB high CPU usage while...

273f928c 03/14/2017 07:42 AM Ondřej Pražák

Fixes #17463 - Detect user's orgs when importing from puppet

65c0d142 03/13/2017 05:20 AM Michael Moll

Fixes #18868 - add Parallels PSBM version handling

100cf25b 03/12/2017 07:15 AM Ori Rabin

Fixes #18718 - Empty boolean matcher should not turn into false

891c47ba 03/10/2017 02:03 PM Swapnil Abnave

Fixes #6817 - AWS VPC groups - show after saving

bed806f8 03/10/2017 01:59 PM Dominik Hlavac Duran

Fixes #18764 - Hammer-cli current user password update

4017d259 03/10/2017 01:58 PM Marek Hulán

Fixes #18722 - fix host parameters in host form

View revisions

Also available in: Atom