Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b8c9069d 05/15/2017 06:23 AM matan werbner

Fixes #18438 - control notifications polling

c6c2116d 05/10/2017 07:20 AM matan werbner

Fixes #19502 - fix react warnings

b9df73be 05/10/2017 04:25 AM Ohad Levy

fixes #19479, #10587, #19500 - two pane notifications are visible

- notification is now inside the content div, allowing two-pane server
responses to include it.
- refactored all notifications to use notification helpers (notice,
warning and error) instead of direct flash manipulation...

68cd4bba 05/08/2017 06:12 AM matanw

fixes #14178 - Introduce patternfly toast notifications

e2b7102e 05/08/2017 06:12 AM matan werbner

Fixes #18957,#18193,#18678,#18853 - notifications redux

Refactored notifications to work with redux, fixed
several UI related bugs, added tests.
flux is now unused, this is based on @gailsteiger's
previous work.

3186c78d 05/08/2017 06:12 AM Gail Steiger

fixes #14178 - introduce react patternfly toasts

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.

ea0d94e6 04/19/2017 09:37 AM Ohad Levy

fixes #19192 - adds mark all as read notification action

This implements missing feature from patternfly ( see http://www.patternfly.org/pattern-library/communication/notification-drawer/#/code/angular)

a29d5438 03/28/2017 02:35 PM matan werbner

Fixes #18957,#18193,#18678,#18853 - notifications redux

Refactored notifications to work with redux, fixed
several UI related bugs, added tests.
flux is now unused, this is based on @gailsteiger's
previous work.

9ca77d08 03/23/2017 11:17 AM Timo Goebel

fixes #12419 - template preview host has typeahead

71f05b78 03/21/2017 12:05 PM Ohad Levy

fixes #16288 - moves ace editor to webpack.

I've tried to limit changes to minimum, besides fixing lint errors i've:
- moved to brace package (as its compatable with br and webpack).
- added ERB as a syntex highlight.

71e6c498 03/20/2017 04:22 PM matan

Fixes #18906 - empty tooltip on notification

bf4f4569 03/15/2017 12:07 PM matan werbner

Fixes #18901 - fix bottom notification dropdown

28b7dd9f 03/15/2017 12:03 PM Timo Goebel

fixes #18476 - users have ssh keys

76fdb3f3 03/14/2017 05:26 PM matan

Fixes #18728 - notifications scroll

b794166b 03/14/2017 10:24 AM Liza Gilman

Fixes #18234 - display correct icon when no unread notifications

--amend

878f746e 03/14/2017 10:14 AM matan

Fixes #18888 - refactor powerStatus

aa03761a 03/09/2017 10:24 AM Marek Hulán

Refs #18804 - move spinner help icons

ee7002f8 03/07/2017 12:03 PM matan

Fixes #18591 - powerStatus in redux

2a824da7 02/26/2017 10:40 AM matan

Fixes #18638 - add sass support to webpack

db8b1228 02/23/2017 09:56 AM Daniel Lobato Garcia

Fixes #18426 - Add actions to notification entries

This adds support for the notifications to display actions. In case no
actions are provided, the dropdown kebab isn't shown. The actions
possible right now only include GET links.

3a8206ba 02/16/2017 02:53 PM Tomer Brisker

refs #18464 - rename *.spec.js to *.test.js

e773a292 02/16/2017 08:23 AM verbmat@gmail.com

Fixes #18530 - fix package.json dependencies

9ddeae1e 02/16/2017 04:12 AM Ohad Levy

fixes #18466 - change getHostsData function name to be singular

fc25fe0b 02/16/2017 03:46 AM Tomer Brisker

Fixes #18491 - Fix failing users js test

a303c6bb 02/15/2017 07:55 AM matan

fixes #18464 - Add Redux to statistics page

This is a first step to replacing Flux with Redux

099e91f0 02/02/2017 03:10 AM Tomer Brisker

Fixes #18343 - add method for deprecation of JS functions

c33ab7ee 02/01/2017 07:42 AM Gail Steiger

Fixes #18194, #18326 - minor UI bugs Notifications

persist open group on navigation
remove expand toggle indicator

8ed57bb6 01/29/2017 09:32 AM Gail Steiger

fixes #18191,#18192 - monitor notification request

prevent multiple requests, stop polling after error

1c40f7e8 01/20/2017 01:45 AM Gail Steiger

fixes #18010 - UI Notifications front-end implementation

de3759ff 01/18/2017 04:57 AM Tomer Brisker

Fixes #17844 - unify test mail js code

18fef08c 01/12/2017 04:30 AM Tomer Brisker

Fixes #17971 - move user taxonomyAdded js to webpack

915ee077 01/11/2017 11:29 AM Sebastian Gräßl

Fixes #3551 - Show unavailable Puppet Classes in Host Group edit

Puppet Classes can be assigned to a Host Group even if they are
not available in the set environment.

The Classes persist through out changes of the environment,
but were previously hidden from the UI this changes that....

1d7dcde3 01/11/2017 03:40 AM Tomer Brisker

Fixes #17972 - Simplify new trend form js and helpers

Migrated the js to webpack as well.

fba692db 12/28/2016 03:34 AM Gail Steiger

fixes #17600 - Storybook does not draw chart

9356b0b3 12/21/2016 10:11 AM Daniel Lobato Garcia

Fixes #17516 - Update jquery to 2.2.4 to fix XSS

Affected versions of the package (< 1.12) are vulnerable to Cross-site
Scripting (XSS) attacks when a cross-domain ajax request is performed
without the dataType option causing text/javascript responses to be...

ccc3a646 12/13/2016 02:18 PM Tomer Brisker

Fixes #17627 - remove tooltips after clicking back

Turbolinks will keep the page cached as it is when a link with a tooltip
is clicked, so that clicking back will show the page with the tooltip
still active. This will make sure any tooltips are hidden when a page is...

83afcbec 12/13/2016 10:26 AM Tomer Brisker

Fixes #17570 - Only execute `onContentLoad` once per page

When an event is triggered, jQuery attempts to execute the on<name>
method if it exists for event <name>. We were also manually triggering
the `onContentLoad` every time the `ContentLoad` event was triggered,...

ed2d72e6 12/06/2016 09:39 AM Gail Steiger

Fixes #17580 - React Chart Component has unsafe function

9a082a8b 12/04/2016 04:37 PM Tomer Brisker

Fixes #17571 - Refactor tfm.tools to use ES6 syntax

This also extracts the inherited user roles function to a sepereate
module, adds tests and refactors it. These changes also fix two other
issues:
1. a possible stored XSS in usergroup names,
2. tooltips on tables were broken (due to => syntax not changing `this`)

f81ed5ce 12/04/2016 10:58 AM Gail Steiger

Fixes #17569 - prevent error on chart component unmount

a18cc1f1 11/30/2016 05:00 AM Tomer Brisker

Fixes #17501 - Display tooltips on dashboard widgets (#4067)

ebe6db02 11/30/2016 04:04 AM Gail Steiger

Fixes #17035 - removes webpack provider plugin

2a3ede3c 11/22/2016 11:50 AM Dominik Hlavac Duran

Fixes #15232 - Showing inherited roles from User groups to user

aaef5a5d 11/22/2016 11:11 AM Ohad Levy

refs #14688 - updated corret meta tag name and missing whitespace.

901fe896 11/22/2016 10:45 AM Ondřej Pražák

Fixes #14688 - Power status visible on hosts index page

92cde093 11/02/2016 03:34 AM Gail Steiger

Fixes #17038 - Improve js testing coverage reporting

659d49a1 10/09/2016 09:51 AM Gail Steiger

Fixes #13424 - c3 patternfly react implementation

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

Fixes #16286 - Move multiselect from gem to npm

80963357 09/15/2016 09:44 AM Marek Hulán

Fixes #10395 - fine grain for CPU selectors

a467444a 09/14/2016 05:14 AM Daniel Lobato Garcia

Fixes #13748 - Add testing tools for code under webpack

This commit adds jest as a tool to be used to test some of the code
under webpack, supporting ES2015 via babel-polyfill.

The purpose of this is just to give the tools for other developers
to test their javascript code....

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.

eabbbeb4 09/06/2016 01:44 PM Marek Hulán

Fixes #2314 - fine grain for RAM selectors

ba297540 09/06/2016 12:00 PM Tomer Brisker

Fixes #16290 - Move ipaddr.js from bundle to npm

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

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

45ac4eb4 08/22/2016 11:06 AM Gail Steiger

fixes #15806 - Add linting to webpack

This commit adds linting to webpack processing via eslint.

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.

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