Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b976723b 07/09/2018 10:16 AM Avi Sharvit

Fixes #23290 - Unmount components before dom-update

  • provide core `tfm.reactMounter.unmountComponents` function
  • unmount components before saving host and manually update the dom with
    jquery
5b16c0dc 06/19/2018 12:44 PM Amir Fefer

Fixes #23391, #23251 - adjsut breadcrumbs swticher to pf design

59cdda31 05/27/2018 11:49 AM Gilad Lekner

fixes #23357 - Refactor Notification Drawer from patternfly-react

c28d51eb 05/22/2018 09:49 AM Boaz Shuster

Fixes #23468 - Add a test helper to test reducers with fixtures

The idea of testing a reducer using fixtures was introduced
in the BreadcrumBar tests.

Since, other components are going to be tested using this method,
it is moved to testHelpers.js to avoid duplication of code....

dc86fdd8 05/16/2018 09:42 PM Amir Fefer

Fixes #23364 - add search input in breadcrumbs switcher

fe74cc88 05/16/2018 12:52 PM Avi Sharvit

Fixes #23521 - BreadcrumbBar nested name_field

833e2aef 04/11/2018 10:56 AM Amir Fefer

Fixes #22855 - Add full breadcrumbs functionality

b3adc050 03/28/2018 01:25 PM Amir Fefer

Fixes #22685 - improve statistics page loading time

6850ad9c 01/28/2018 02:51 PM Amir Fefer

Fixes #21170 - move password_strength.js to wepback

3e1be3af 12/21/2017 08:32 AM Ohad Levy

fixes #20839 - new react implementation for bookmarks dropdown

ca1f814a 12/18/2017 09:58 AM Ohad Levy

Revert "Fixes #21312 - components for formatting dates" (#5094)

This reverts commit f2121ffcd31a2ba51895a04ce780a24f03295184.

1fe258bb 12/14/2017 02:13 PM Avi Sharvit

Fixes #21846 - React turbolinks fix

In order to support turbolinks with react, need to
unmount all root components before turbolinks do the unload

It fix the issue with the notification drawer and the on-click-outside
http://projects.theforeman.org/issues/21846

f2121ffc 12/12/2017 02:49 PM Tomáš Strachota

Fixes #21312 - components for formatting dates

763018b8 11/30/2017 09:38 PM Dan Seethaler

Fixes #21137 - Register reducers from plugins

This enables registering reducers from plugins.

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

a5a6b5df 11/16/2017 12:10 PM Dan Seethaler

Fixes #21624 - eslint update to airbnb-base

Replace existing custom rules with airbnb-base config.
Eventually we'll want to to move to the full airbnb config
with react and a11y.

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

b0fd1ab6 10/18/2017 02:41 PM Ohad Levy

fixes #20838 - add redux-form supports

8ec9fb0f 10/04/2017 04:13 AM Ondřej Pražák

Fixes #20469 - Register react components from plugins

6629bac0 09/17/2017 05:14 AM Ohad Levy

fixes #20485 - cache notification indicator in local storage

this ensures that the toggle icon is not swapping between
different page loads.

long term maybe we should cache the entire notifications

80dc430e 07/20/2017 08:56 AM Ohad Levy

fixes #4509 - VMWare: multiple scsi controllers

9cfb8e31 07/18/2017 11:25 AM Ohad Levy

fixes #20328 - ensure target div is always empty

this solves the problem when a div has already react component on it,
which gets reloaded via some ajax call.

30628ed3 07/12/2017 03:26 AM Ohad Levy

fixes #20275 - add css linter support

this also fix all css linter issues across.

45d1359a 06/18/2017 06:45 AM matan werbner

Fixes #19615 - Hosts cart to c3

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.

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.

ee7002f8 03/07/2017 12:03 PM matan

Fixes #18591 - powerStatus in redux

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

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

fixes #18010 - UI Notifications front-end implementation

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

Fixes #14688 - Power status visible on hosts index page

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

Fixes #13424 - c3 patternfly react implementation