Project

General

Profile

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

Latest revisions

# Date Author Comment
a22bfc2d 06/07/2017 04:03 AM Tomer Brisker

Fixes #19588 - Allow setting custom headers in CSV export

e730fd13 06/06/2017 11:30 AM Eric Helms

Fixes #19930: Skip adding permissions to default_roles during migrate

9ed5fa04 06/05/2017 08:52 AM Ori Rabin

Fixes #19582 - Alert when puppetclass is not saved due to error

14b42ec5 06/05/2017 08:40 AM Tomer Brisker

Fixes #19418 - Correctly route cancel button on host form

91f8ffb1 06/05/2017 06:39 AM Daniel Lobato Garcia

Fixes #19631 - ComputeResource with KeyPair can be removed

The concern for removing the compute resources with keypairs was trying
to destroy the compute resource too early. Also, this deletion already
happened because of the has_one :dependency => :destroy relation...

aa7637bb 06/04/2017 11:35 AM Tomer Brisker

Fixes #19762 - upgrade to rubocop 0.49.1

20d817c8 06/04/2017 07:21 AM Tomer Brisker

Fixes #19585 - Allow csv export of nested attributes

This is required for example to export host facet attributes.

3501ac9d 06/02/2017 11:29 AM Marek Hulán

Fixes #19646 - improve inline help

cf468753 06/01/2017 10:01 AM Amir Fefer

Fixes #15861 - increase size of audited_changes column

In mysql text type is limited to 64K, while in psql
there's no limit. Changeing type to MEDIUMTEXT,
which limited to 16MB, should solve this issue in mysql

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 =~ ()...

View revisions

Also available in: Atom