Project

General

Profile

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

Latest revisions

# Date Author Comment
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 =~ ()...

2d336038 06/01/2017 06:44 AM Liza Gilman

Fixes #19161 - expand value plus icon change to minus icon after click

af9edf10 06/01/2017 06:11 AM Marek Hulán

Fixes #19612 - CVE-2017-7505 don't expose admin to taxed users

c8efc502 05/31/2017 05:01 AM Timo Goebel

fixes #19340 - replace all new_host calls with new_vm

8f7c12b3 05/29/2017 07:09 AM Lukas Zapletal

Fixes #19632 - changed shim and grub1 PXE names

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

Fixes #19672 - fix bulk actions for plugins

2dc6e2dd 05/28/2017 01:35 PM Martin Ducar

Fixes #19459 - improve vm boot failure feedback

To be able to override the wait for vm ready we need to move
it to compute resource definition. Also improve Openstack one

d80e2430 05/27/2017 04:16 AM Daniel Lobato Garcia

Fixes #16159 - Rename mail alerts to not be Puppet specific

Right now, under 'my account', users get emails with alerts about the
status of their hosts regarding configuration management (e.g: if there
was an error, get an alert, or get a weekly summary of all hosts...

View revisions

Also available in: Atom