Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
3d12e0df 09/18/2017 10:30 AM Walden Raines

Fixes #20902: ensure 'katello' is webpack bundle name.

We were removing the bundle name for katello and thus making it
difficult to reference the katello bundle. This commit changes the
script to ensure that the katello bundle name is retained.

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

7c62591a 09/04/2017 02:12 PM Lukas Zapletal

Fixes #20835 - added time into foreman-debug

85d8d1c0 07/25/2017 12:04 PM Eric Helms

Fixes #20312: Use bundler_ext in production for webpack plugin

d8cbf89c 07/20/2017 06:08 AM Lukas Zapletal

Fixes #16160 - added start-foreman-dev helper

b8cfb0de 07/05/2017 05:31 PM Tomer Brisker

Fixes #20211 - Run js tests if webpack config changes

caa81e6f 07/04/2017 05:32 AM Ohad Levy

fixes #20097 - webpack support for foreman plugins

How to use:

in a plugin, create a directory call webpack
then inside a file called index.js put something like:

```
import React from 'react';
import ReactDOM from 'react-dom';
import Icon from 'foremanReact/common/Icon';...

9b986c8d 05/17/2017 10:59 AM Anurag Patel

Fixes #17749 - Remove confusing .gz.txt extension from logs

Currently .txt extension is appended to log files that are processed
by foreman-debug and added to the debug archive. This is confusing to
the user.

This PR gets rid of the .txt extension, and also removes .gz/.bz2/xz...

ab67d437 05/11/2017 06:12 AM Sean O'Keeffe

Fixes #19497 - More passenger info in foreman-debug

9ccdc15e 05/08/2017 10:26 AM Anurag Patel

Fixes #17771 - Test if rsync successfully uploaded tarball

c0e6e3d6 04/20/2017 08:51 AM Anurag Patel

Fixes #17770 - Preserve timestamps for collected files.

Uses `touch -r` to use the source file/dir as a reference and
replicate timestamps over to the file collected inside
foreman-debug archive.

View revisions

Also available in: Atom