Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
6b4b489f 09/03/2015 02:54 AM Ori Rabin

fixes #10832 - separating lookup keys into puppet and variable

111b0459 07/24/2015 10:28 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/IfUnlessModifier

d4a49288 07/08/2015 06:52 AM Ori Rabin

Fixes #11012 - Making Puppet menu cosistent

01e78260 06/09/2015 10:29 AM Ivan Necas

Fixes #10713 - improved backtrace logging

  • full trace in 500 page in production shows really the full trace
  • Foreman::Logging.exception as an unified entry point for exceptions logging
  • the backtrace cleaner doesn't delete the plugins
  • the orchestration exceptions gets the backtrace covered by logger...
510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

b2b7a13b 05/07/2015 09:32 AM Daniel Lobato Garcia

Refs #3809 - Remove nested ternary and nil checking

65c316ad 02/25/2015 05:18 AM Shlomi Zadok

fixes #9334 - reverse the order of 'hosts/provisioning setup' sub-menu

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

1a36b54d 01/14/2015 02:39 PM Eric Helms

Fixes #8934: Allow plugin menu items to disable turbolinks for their links.

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

f8302309 09/29/2014 04:04 AM B Sh

Fixes #7591 - changed Sign out to Log out to fix inconsistent terminology around Login vs Sign Out

efe9748d 09/26/2014 07:04 AM Shlomi Zadok

Fixes #7592 - flipped the order of logged-in user menu

4e3a7e7a 09/24/2014 05:42 AM Daniel Lobato Garcia

Fixes #6999 - protect user logout against CSRF requests (CVE-2014-3590)

To avoid CSRF, logout is changed to be a POST request so
protect_from_forgery checks the CSRF token. However, in Rails 3 the only
strategy available is to nullify the session of the attacker....

cd3baa12 06/09/2014 07:02 PM Scott Seago

fixes #6091 - menu removal wasn't traversing menu hierarchy

902c71ef 05/07/2014 11:13 AM Dmitri Dolguikh

fixes #5537: it's possible to specify menu item url directly now

111cde57 04/13/2014 09:24 PM Joseph Magen

fixes #4204 - add config groups feature - assign multiple config groups to a host or hostgroup

77f70152 04/02/2014 10:46 AM Stephen Benjamin

fixes #1809 - foreman realm integration

70ce8fe7 03/17/2014 09:30 AM Ivan Necas

Fixes #3988 - use require instead of autoload_once_paths

3a2fdfde 03/04/2014 11:10 AM Josh Baird

fixes #3767 - add new host to hosts menu

9b6e45e9 02/14/2014 11:36 AM Lukas Zapletal

fixes #3903 - fixed menu links when relative URLs are set

4318bfa4 02/11/2014 12:54 PM Lindani Phiri

Add header menu navigation

c6e02bd3 01/09/2014 07:43 AM Joseph Magen

fixes #3178 - add feature for compute profiles for hostgroups and hosts

355bce36 12/30/2013 11:06 AM Ohad Levy

fixes #3930 - refactoring of edit_self implementation.

49a98083 12/12/2013 10:34 AM Amos Benari

fixes #3790 - Added support for isolated engine to foreman menu

f5037382 12/11/2013 05:32 PM Eric Helms

Fixes #3838: Adds ability to define a divider when declaring a menu item
from a plugin.

43ebc4d4 12/05/2013 03:51 PM Eric Helms

fixes #3820 - adds exception output to menu item authorization check

39554984 11/26/2013 05:07 PM Dmitri Dolguikh

fixes #3762: menu urls defined using hashes should prefix controller name with a '/' (use absolute controller names)

a0e87b45 11/25/2013 08:49 AM Ohad Levy

refs #3510 - ensure rescue statement works

611fd588 11/22/2013 03:32 PM Amos Benari

fixes #3510 - plugin interface for registering a plugin, updated menu system