Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
reports_test.rb 1.31 KB
seeds_test.rb 5.2 KB
trends_test.rb 4.95 KB

Latest revisions

# Date Author Comment
040abfa3 05/13/2015 03:25 AM Jon McKenzie

Fixes #5568 - Improves performance of trends:clean rake task

Perform trend counter dupe counting within the database rather than in the Ruby code.

8e567e22 03/11/2015 06:16 AM Shimon Shtein

Fixes #7505 - Changed the way trends are stored in the DB. Now they are stored as intervals

9e312588 03/04/2015 04:28 AM Tomer Brisker

Fixes #9593 - replace .all.map(&:<attr>) with .pluck(:attr)

a08e66ff 02/25/2015 05:34 AM Stephen Benjamin

fixes #8331 - provide some tools for filtering mail

bfcc8168 11/05/2014 03:52 AM Daniel Lobato Garcia

Refs #3809 - fix shadowing outer local variables

3a36bdf6 10/31/2014 09:22 AM Stephen Benjamin

fixes #7586, #7734, #7172 - user preferences for receiving mail notifications

Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the...

633c129f 09/15/2014 04:33 AM Stephen Benjamin

fixes #7213 - exclude plugin permissions from seeds test

7cb41918 08/15/2014 09:51 AM Daniel Lobato Garcia

Fixes #3976 - Add all view_ permissions to viewer user role

This PR tests that there is a match between foreman access control and
permissions seeded by the db script. It also checks all seeded view_
permissions are part of the viewer role.

57b6f858 08/07/2014 04:21 AM Eric Helms

Fixes #6891: Taxonomies couldn't be seeded after initial run of seeds.

On a clean run of seeds, a seed prior to the taxonomies sets User.current.
On subsequent runs, errors are thrown since User.current is not thrown
and taxonomy creation expects this.

e07f9a12 06/30/2014 07:57 AM Dominic Cleal

fixes #3272 - allow 'admin' account to be removed and replaced

View revisions

Also available in: Atom