Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  middleware
  net
  proxy_api
  tasks
core_extensions.rb 4.66 KB
foreman.rb 550 Bytes
net.rb 846 Bytes
proxy_api.rb 72 Bytes
timed_cached_store.rb 1.17 KB
ws_proxy.rb 2.38 KB

Latest revisions

# Date Author Comment
eabbbeb4 09/06/2016 01:44 PM Marek Hulán

Fixes #2314 - fine grain for RAM selectors

945de6b3 09/01/2016 10:45 AM Lukas Zapletal

Fixes #16318 - PXE templates now work in safemode (#3783)

pxe_kernel_options added to safemode

1ffe8b2b 08/26/2016 05:33 AM Lukas Zapletal

Fixes #16057 - added dns_lookup template helper

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

55de1d1c 08/10/2016 10:49 AM Dominic Cleal

fixes #16046 - run webpack:compile as pre-req to test rake tasks

The webpack:compile task is now run before all rake test tasks,
including jenkins:*. Except for jenkins:integration, a failure in
webpack:compile is issued as a warning as unit tests don't require...

d97deb49 07/28/2016 04:24 AM Dominic Cleal

fixes #15863 - add short session or request ID to logs

New middleware stores the session and request IDs (either from
X-Request-ID or a UUID generated by Rails) in the logger's thread
storage. The truncated session ID is now logged by default to minimise...

e263719a 07/25/2016 05:18 AM David Davis

Refs #3809 - Using defaults for AndOr cop

4b836b62 07/21/2016 03:51 AM Dominic Cleal

fixes #15751 - replace spork with spring in development

To make use of it, run bin/rails and bin/rake rather than plain
rails or rake commands, and run `spring status` or `spring stop` to
check and stop current background processes.

Test log removal has moved to the logging framework as the file would...

fef6cff7 07/19/2016 10:42 AM Tomer Brisker

Refs #12193 - Remove remaining cached counters

c773c0ef 07/19/2016 10:42 AM Tomer Brisker

Fixes #12193 - Stop using counter_cache for host[group] counts

This is aimed to prevent deadlocks caused by Rails' implementation of
counter_cache that is hit when multiple hosts are created or updated at
the same time. An added benefit is that the counters will now display...

View revisions

Also available in: Atom