Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
a6361cfe 11/25/2016 09:30 AM Martin Schurz

fixes #16996 - reduce eager_load of tables

(cherry picked from commit 68f481c58496cae5229fc3f670840e152158b789)

fd1e0321 09/26/2016 07:38 AM Ondřej Pražák

Refs #16074 - Load .env when not running a Procfile

Loads .env file when Webpack is started from node_modules/.bin

(cherry picked from commit b83108213d068a13216e9c7e6b4e15bc2cfec171)

9881ab2d 09/26/2016 07:38 AM Shlomi Zadok

Fixes #16074 - Adds BIND variable to startup process

Instead of binding to 0.0.0.0 we default to localhost
and use ENV variable BIND to override.
This also introduces '.env' files which helps to set
other ENV variables

(cherry picked from commit 3b10c2a9a8ba62bbacc4bf11e96e75befa56e645)

f619eb4d 08/26/2016 05:33 AM Marek Hulán

Fixes #7806 - allow taxonomy association on role level

4cbf879e 08/24/2016 06:41 AM Lukas Zapletal

Fixes #12634 - New HW Model flag pxe_loader

Implementation of

https://github.com/theforeman/rfcs/blob/master/text/0001-PXE-Booting-UEFI.md

In short, new host/hostgroup flag PXE loader is added to specify TFTP
DHCP filename and Foreman now orchestrates all PXE-capable templates...

8685d606 08/23/2016 10:32 AM Tomer Brisker

Fixes #16044 - Load dashboard widgets via ajax

This speeds up dasboard loading as widgets are loaded in the background
and do not block rendering, as well as allow the dashboard to load
correctly even if some of the widgets are broken.

ff51a9f3 08/22/2016 04:35 AM Tomer Brisker

Fixes #16120 - Allow including css in webpack assets

This commit demonstrates using the css from the select2 module using the
webpack css loaders. Images under 32k will be compiled into the css to
reduce request counts.

ab5c7c28 08/17/2016 04:43 AM Marek Hulán

Refs #12364 - webpack server can serve assets on https

31bbcd81 08/15/2016 11:14 AM Tomer Brisker

Refs #12364 - Only load the dev server js if it's enabled

Also allow disabling the dev server from the settings file

42ba771c 08/11/2016 09:35 AM Tomer Brisker

Refs #12364 - Allow running webpack dev server on any hostname

Currently, SecureHeaders only allows running the webpack dev server from
localhost or 0.0.0.0, and only using http. This leads to issues when
attempting to run foreman inside a virtual machine or using https. This...

View revisions

Also available in: Atom