Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
69379b51 07/08/2021 12:46 PM Ondřej Ezr

Fixes #32584 - drop flot charts

All uses of flot charts have been deprecated and are rendering React
counterparts. We can remove flot charts now.

af5803ad 06/22/2020 11:42 AM Avi Sharvit

Fixes #29331 - use patternfly v4 fonts

a69735ae 10/07/2018 11:06 AM UXabre

Fixes #16294 - Remove noVNC from vendors

d91a0e4d 05/08/2017 06:12 AM Ohad Levy

fixes #14178 - introduce patternfly toast notifications

- replaces old jnoitfy with react implementation.
- Adds a notification store to handle events from
rails flash + legacy javascript Notice function and expose
an Action API to add notifications.

3f309191 09/23/2016 04:30 AM Tomer Brisker

Fixes #16286 - Move multiselect from gem to npm

bbefa32c 09/15/2016 11:40 AM Tomer Brisker

Fixes #13936 - Drop support for legacy browsers

This patch removes various workarounds needed to get legacy browsers to
work. Mostly stuff needed for IE<10, but also some other vendor prefixes
that are no longer needed.

cfa5e84d 09/08/2016 08:14 AM Tomer Brisker

Fixes #16293 - Move vendored diff.js to webpack (#3784)

Also removed a few outdated lines from the LICENSE file.

77e12c85 09/02/2016 05:12 AM Tomer Brisker

Fixes #13047, #16291 - Upgrade datatables and move it to npm

551407c2 08/15/2016 03:32 AM Dominic Cleal

fixes #16089 - replace flot-rails with npm jquery-flot

e2a57bfe 08/10/2016 06:18 AM Tomer Brisker

Fixes #12364 - Use NPM+Webpack to handle external assets

This commit introduces NPM and Webpack to handle external assets.
It also provides ES6 support and a live reload dev server that can be
used by running `foreman start` instead of `rails start`.
Do not forget to run `npm install` before starting the server....

aec605a9 07/25/2016 10:36 AM Dominic Cleal

fixes #15829 - remove ace-rails-ap file modes from app.js

Also removes editor from precompilation list, it's in the main app.js
since fa8353d, and removes unused ACE extensions.

application.js has reduced from 2512 to 2381KiB.

d1635077 07/21/2016 02:12 PM Amir Fefer

Fixes #15037 - Improves editable elements in settings

33244e52 06/30/2016 08:34 AM Amir Fefer

Fixes #15140 - Correctly handle failed setting change

The jEditable library contains a bug that causes any failed changes to
settings to break the layout of the setting input in following changes.
Since the library is not maintained any more, we had to change our copy...

8ee0d81e 05/29/2016 05:57 AM Ondřej Pražák

Fixes #15137 - Find correct jnotify container

jnotify creates message container on first use and caches it
internally. When using turbolinks, page body is swapped
but jnotify has no clue about the change and appends the
message to the old container which means no message is...

1dc0f39b 05/06/2016 09:39 AM Tomer Brisker

Fixes #13741 - Prevent hidden parameters from erasing newline

Switching the input from textarea to password leads to all newline
characters being stripped from the value. This PR attempts to prevent
this by changing the font of the textarea to a font that displays a...

aa50ab15 01/07/2016 04:51 AM Alon Goldboim

Fixes #4629 - Migrate UI to Patternfly

4901dd3c 09/17/2015 05:17 AM Walden Raines

Fixes #11692: update ace-rails-ap to 4.x.

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

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

fa517d69 04/24/2015 07:25 AM Tomer Brisker

Fixes #9454 - Add axis labels and reposition legend in charts

ad998ce7 12/28/2014 07:22 AM Shlomi Zadok

fixes #8049 - Add timezone to user

8285778b 02/18/2014 12:23 PM Joseph Magen

fixes #4333 - added multi-select-rails gem

ad01d4d2 01/15/2014 09:19 AM Walden Raines

fixes #3984 - use __ instead of _ for i18n to avoid conflict with underscore.js

28595e29 01/14/2014 03:23 PM Joseph Magen

fixes #3911 - jquery.multi-select.js should disable selected ids that are passed to :disabled =>

d31eea8c 12/29/2013 11:22 AM Amos Benari

fixes #3811 - merge with new layout

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

beed05de 09/07/2013 12:34 PM Mark O'Shea

fixes #1871, #1879 - add VPC support to EC2 compute resource

Based on patch from Romain Vrignaud <>

ba946542 06/06/2013 04:46 PM Amos Benari

reload multy-select js

3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

5d280ebe 04/30/2013 02:31 AM Amos Benari

fixes #2441

dfd511ba 04/29/2013 02:11 PM Amos Benari

new top-bar navigation design and a new login page

870e7fcc 04/10/2013 11:29 AM Amos Benari

flot charts

Use flot charts instead of highcharts.
flot charts license is more friendly.

This version of the code is feature compatible with the old charts,
including:
pie: drill-down and expend.
stacked charts: zoom, hide series in legend.
all types has tooltips....

a165d16f 04/03/2013 03:34 PM Ohad Levy

fixes missing assets files

f008ad71 04/02/2013 02:50 PM Amos Benari

moved spice console to spice-html5-rails gem

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...

f0a61bda 03/14/2012 05:46 AM Ohad Levy

fixes #1533 - depreciate usage of puppetrun or a tftp server without a proxy

573ae06a 12/20/2011 07:12 AM Ohad Levy

remove all leftovers from git submodules

0f9c9a06 12/05/2011 04:12 AM Ohad Levy

fixes #1334 - Add Run Puppet to multi host action in the hosts page

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

9d66eabc 11/14/2011 06:50 AM Amos Benari

fixes #1292 Searching hosts with parameters produces and SQL error

Signed-off-by: Amos Benari <>

6bb8062e 11/08/2011 10:24 AM Ohad Levy

updated external libs

51fbd54a 10/29/2011 01:13 AM Ohad Levy

update puppet modules and scoped_search plugin

5909d4d9 10/02/2011 10:59 AM Ohad Levy

fixes #1181 - Host searching returns duplicates

34bfd622 08/20/2011 04:58 PM Ohad Levy

Revert "Upgraded Rails version to 2.3.14"

it seems that newer version of rails break rubygems 1.3.x which is what
RHEL5 based machines use.

after 0.4 release we would force ruby 1.87+ which would allow us to
switch to rails 3.x instead.

This reverts commit 21b8b415c84417469fc0016c51f7be53d56ffb78.

21b8b415 08/20/2011 04:37 PM Ohad Levy

Upgraded Rails version to 2.3.14

This release contains critical security fixes.

75dd7e8f 08/16/2011 05:31 AM Ohad Levy

removed non required plugin, and updated reference puppet modules

3e0f05a7 08/14/2011 10:32 AM Ohad Levy

fixes #1111 - search auto completer should not suggest hosts which are not visible to the current user

8a65dff7 07/12/2011 06:48 AM Ohad Levy

fixes #777 - this enable auditing of when a host is changing its puppet class assignmetns

one limitation of this patch is that at the moment, each class change
gets its own audit record.

4d4b84f6 06/20/2011 07:07 AM Ohad Levy

fixes #35 - Allow hostgroup nesting for puppet classes and parameters

c119676b 06/16/2011 02:52 AM Amos Benari

fixes #993 postgres search issue

Signed-off-by: Amos Benari <>

d9f94b70 06/15/2011 05:34 AM Amos Benari

fixes #965 and fixes #964

Signed-off-by: Amos Benari <>

1baed2e3 05/22/2011 10:13 AM Amos Benari

fixes #900 - search by "x minutes ago" and the charts in show host

Signed-off-by: Amos Benari <>

4242cd78 05/05/2011 09:05 AM Ohad Levy

refs #285 - removes any left over from the old google charts libraries

e5179374 04/17/2011 07:27 AM Amos Benari

Improved usability of the search suggestion list - fixed #850 when writing a long query such as "a=b and c=" it will gray-out the completed part (a=b) this is done to help the user focus on the part that he is writing.

Signed-off-by: Amos Benari <>

a7ab36f3 04/14/2011 08:43 AM Ohad Levy

fixes #843 - show more virtual guests information

added html view for guests
moved common methods into the virt plugin

546fc521 04/12/2011 03:50 AM Amos Benari

updated scoped search plugin

Signed-off-by: Amos Benari <>

80516e41 04/10/2011 09:36 AM Ohad Levy

fixes #719 - Adds new search functionaily

8ba2e00a 03/31/2011 07:43 AM Ohad Levy

fixes #806 - Switch to JQuery instead of Prototype JavaScript library

684ce2ec 03/21/2011 06:00 AM Ohad Levy

fixes #770 - puppet autosign fails if using legacy puppet ca handleing

a47621d2 03/13/2011 04:55 AM Paul Kelly

Fixes #662 - Add deprecation warnings for GW classes

Signed-off-by: Paul Kelly <>

71ea0500 03/07/2011 04:23 AM Ohad Levy

fixes #709 - upgrade bundled rails to latest version

5a2d3a1e 02/09/2011 11:21 AM Ohad Levy

fixes #661 - unable to create 32bit libvirt instances

85edffc1 01/16/2011 02:13 PM Ohad Levy

Updated code to be more ruby 1.87- friendly, refs #427

96be8845 01/14/2011 09:04 AM Ohad Levy

fixes #427 - Ability to provision xen/kvm guests

this patch adds support to libvirt based hypervisors

32847027 12/09/2010 04:17 PM Justin Sherrill

Fixes #469 - Changing templates to be rendered within a safemode/sandbox

c6c45e28 11/22/2010 02:53 AM Ohad Levy

Updated rack version

0da5c52b 11/22/2010 02:41 AM Ohad Levy

updated will paginate plugin

c5483438 11/22/2010 02:41 AM Ohad Levy

updated rails to latest stable 2.3.x branch

de611956 11/22/2010 02:41 AM Ohad Levy

removed empty task folder

743e6eec 11/21/2010 11:17 AM Ohad Levy

updated searchlogic to latest module

adcd0374 09/19/2010 01:19 PM Paul Kelly

Fixes #239 - Erases environments and puppetclasses

The fix also includes a page in which the use selects the additions
and removals which they would wish to apply to their database.
Errors are reported and an opportunity is given to reapply the changes.

ce28b123 08/18/2010 02:19 PM Ohad Levy

added rack 1.0.1 as a submodule

c5cf0596 06/17/2010 03:42 AM Frank Sweetser

fixes #324 - Don't try to read CA signed certs as foreman user before cleaning with puppetrun

aee513b8 05/27/2010 04:53 PM Ohad Levy

fixes 154 - audit log does not store user information

edf4198b 05/27/2010 04:43 PM Ohad Levy

fixes #271 - remove active scaffold plugin

9c0e127b 05/17/2010 07:03 AM Paul Kelly

Fixes #170 - implement usergroups

Added migration
Added tests
Added MVC files
Added the routes as well
Added the program logic and additional views
Added RESTful actions for update and create
Added validations to ensure that usergroup.name and user.login do not collide...

7e351f50 04/30/2010 10:27 AM Ohad Levy

updated SearchLogic plugin

70f62d55 04/29/2010 03:22 AM Ohad Levy

fixes #227 - Host graphs are shown with one month offset

ef14965b 04/28/2010 04:21 PM Ohad Levy

fixes #222 - add search and sort functionality to dashboard host lists

c6f1b718 04/16/2010 09:46 AM Ohad Levy

added google_visualr and converted dashboard and hosts graphs

6c49431e 04/14/2010 04:01 AM Ohad Levy

added searchlogic plugin

88bce962 03/09/2010 02:45 AM Ohad Levy

fixes #84 - add better support for binary path searching, and catch errors based on the output from puppetrun

e1e9e09b 03/08/2010 05:57 AM Ohad Levy

fixes #84 - Add puppetrun support to web interface

6dafc14f 03/05/2010 01:40 PM Ohad Levy

added rails 2.3.5 as a submodule

6c0c302f 03/05/2010 01:24 PM Ohad Levy

remove rails 2.3.2 from repo

f1832124 01/30/2010 01:17 PM Ohad Levy

fixes 162 - Certificate will not be removed when FQDN has uppercase letters

4e42b118 01/26/2010 03:36 PM Ohad Levy

added basic pagination

d989ef33 01/16/2010 02:50 PM Ohad Levy

lates plugin update broke many things, reveting to a safe version for now

6926708c 01/11/2010 03:17 PM Ohad Levy

fixes #154 - audit log does not store user information

9c3ffb6b 12/14/2009 06:00 AM Ohad Levy

switches global setting var to be a constant var - refs #100

7b3d57e3 12/10/2009 02:02 AM Paul Kelly

Fixes #111 - GW::puppetca#clean now logs an error and fails when there in no CA

be1a3fae 12/10/2009 01:37 AM Paul Kelly

Fixes #74. Logger messaging works in the proxy module

A logger method was introduced as well as a mechanism for logging if this
code is run as a standalone cgi service

4ba9db57 12/01/2009 04:57 AM Ohad Levy

added active_scaffold_list_filter plugin

d7bb0ba7 11/12/2009 12:04 PM Ohad Levy

first stab at #77 - add basic graphing engine and added a couple of graphs in the dashboard

f860d3d0 11/09/2009 03:51 AM Ohad Levy

fixes #74 - tftp and puppet ca errors are not shown in the log file

2fc1faae 11/04/2009 12:36 PM Ohad Levy

added some basic error handling

aa5a2230 10/17/2009 05:30 AM Ohad Levy

added act_as_audited plugin, seems to be a better implementation than our onws

a7010581 10/15/2009 04:06 PM Ohad Levy

reverted to an older AS commit

f15a1d46 10/15/2009 03:39 PM Ohad Levy

AS had a bad commit, reverting - see http://code.google.com/p/activescaffold/issues/detail?id=711&colspec=ID%20Type%20Status%20Summary

e6a0dc54 10/14/2009 04:58 PM Ohad Levy

updated AR version

5fc72188 09/23/2009 07:21 AM Ohad Levy

updated to latest version of AS