Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

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

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

81d7149c 05/09/2017 11:01 AM Justin Sherrill

Fixes #19491 - properly i18n notification seed

23b7d7bf 04/05/2017 09:50 AM Marek Hulán

Fixes #19064 - seed the external auth source

807d975a 03/30/2017 03:15 AM Dominic Cleal

fixes #19068 - list newly synced templates in DB seeds

567cb9f1 03/28/2017 07:55 AM Marek Hulán

Fixes #18640 - realign templates structure

4a98e18e 03/28/2017 04:00 AM Marek Hulán

Fixes #18639 - lock all templates we seed

72a28408 03/24/2017 11:02 AM Ondřej Pražák

Fixes #18001 - Add plugin permissions to core's roles

28b7dd9f 03/15/2017 12:03 PM Timo Goebel

fixes #18476 - users have ssh keys

a36689ab 03/09/2017 07:45 AM Ohad Levy

fixes #18681 - moves polymorphic subject into notification object

also adds host build, destroyed and missing owner UI notifications

View revisions

Also available in: Atom