Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
development.rb 1.66 KB
production.rb 5.29 KB
test.rb 2.26 KB

Latest revisions

# Date Author Comment
9aadd812 09/09/2015 09:45 AM Daniel Lobato Garcia

Fixes #10106 - Make tests run in parallel

Run rake parallel:test to run tests in several processes. The gem will
auto split the tests in as many cores as you have available.

Keep in mind running tests in parallel could highlight race conditions
we would've missed otherwise, so some tests might to be fixed to ensure...

fa8353d8 09/04/2015 03:34 AM Walden Raines

Fixes #11625: refactor the ace editor to make it reusable.

Make the ace editor reusable and include it on the global parameters
page.

http://projects.theforeman.org/issues/11625

9bc1f99c 08/31/2015 06:16 AM Tomer Brisker

Fixes #11388 - Popovers display with correct size and dismiss on next click

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.

3088e641 06/04/2015 06:05 AM Eric Helms

Fixes #10487: Add custom logging support

This change moves away from the Rails logger to the 'logging' gem
to support more configurability of logging. Further, this allows for
the creation of custom loggers that plugins can then create during
registration (with `logger`) or through settings....

8fd8e34d 03/22/2015 01:01 PM Tomáš Strachota

Fixes #9824 - missing compute resource assets

0ecc13d3 03/11/2015 07:05 AM Ori Rabin

Fixes #9606 - ANSI color codes should not be used in production log

958e87e6 03/04/2015 05:32 AM B Sh

Fixes #2135 - During puppet class import, puppet class description box should close itself

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

Refs #3809 - Remove cops for empty lines

d43379f3 01/14/2015 07:01 AM Dominic Cleal

fixes #8925 - support plugin asset manifests beneath app root

This supports Debian packaging where storing the assets manifest.yml beneath
the gem installation directory isn't possible, as bundler manages gem
installations.

Instead, support loading ${app.root}/public/assets/${plugin}/manifest.yml so...

View revisions

Also available in: Atom