Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

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

2e70daed 06/22/2021 11:43 AM Tomer Brisker

Fixes #32843 - Don't mock sprintf, n__() in js tests

`sprintf` should return an interpolated string, not the original
formatting string. `n__()` should return the correct string for
singular/plural.

befa5578 04/21/2021 08:53 AM Ondřej Ezr

Fixes #24351 - chart click through search

Fixes long lasting regression of charts on dashboard not being clickable through.
Adds posibility to specify custom filters for chart segments.
Moves click handler from DonutChartService to ChartService, as there is no reason for...

21fba8ae 03/24/2020 10:35 AM Amir Fefer

Fixes #27151 - fixing falsy 100% in charts

0f4cd82f 01/08/2020 05:46 PM Ron Lavi

Refs #28382 - refactor FactChart

6442e02f 01/08/2020 05:46 PM Ron Lavi

Refs #28382 - create main API reducer

89b8fc37 01/07/2020 04:04 PM Amir Fefer

Fixes #28488 - consume jest config from env

957698c4 01/05/2020 10:35 AM Ron Lavi

Fixes #28595 - move API actions to helper action

instead of writing every API action for every component,
it will be better to consume it from the API Actions file,
it will also be easier to maintain in one place.
refactored the action structure -
moved everything into its payload instead of using many keys.

57c6f203 01/01/2020 08:59 AM Ron Lavi

Fixes #28584 - refactor API middleware payload

split the response and payload which are passed
from the middleware to the reducers.

f3f68ca9 12/03/2019 12:10 PM Amir Fefer

Fixes #27393 - Update redux for redux-hooks

View revisions

Also available in: Atom