aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/charts
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong treemap legend for coverage measureGrégoire Aubert2017-08-171-5/+4
|
* Fix quality flawsGrégoire Aubert2017-08-171-6/+8
|
* Fix quality flawsGrégoire Aubert2017-08-161-5/+1
|
* comment flow annotations (#2335)Stas Vilchik2017-08-148-91/+129
|
* SONAR-9608 Fix drilldown (shortcuts, treemap) for portfolios and applicationsGrégoire Aubert2017-08-141-2/+3
|
* SONAR-9608 SONAR-8588 Improve treemapGrégoire Aubert2017-08-142-3/+6
|
* Delete old component measures pageGrégoire Aubert2017-08-142-273/+0
|
* SONAR-8591 Update link iconGrégoire Aubert2017-08-141-1/+2
|
* SONAR-8588 On treemap, place tooltip on left or right depending on tile positionGrégoire Aubert2017-08-141-2/+2
|
* SONAR-9608 SONAR-9636 Add treemap legend on project measures pageGrégoire Aubert2017-08-143-3/+156
|
* SONAR-9608 SONAR-9611 Create the project overview bubble chart on the ↵Grégoire Aubert2017-08-141-0/+44
| | | | measures page
* SONAR-9608 Move the secondary measure under the measure detail headerGrégoire Aubert2017-08-142-7/+14
|
* SONAR-9608 SONAR-9636 Add treemap view to the components measures pageGrégoire Aubert2017-08-143-6/+235
|
* update react (#2288)Stas Vilchik2017-07-259-91/+116
|
* SONAR-9546 Display only the first custom graph as preview on project dashboardGrégoire Aubert2017-07-191-4/+4
|
* SONAR-9546 Sync tooltips from the two graphsGrégoire Aubert2017-07-191-1/+1
|
* SONAR-9546 Allow to create two custom graphs on the project activity pageGrégoire Aubert2017-07-192-20/+40
|
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-179-60/+152
|
* SONAR-9418 Show graph tooltip even if there is no graph dataGrégoire Aubert2017-07-131-4/+1
|
* SONAR-9410 Add date selectors to the project activity pageGrégoire Aubert2017-07-131-3/+3
|
* Apply several feedbacksGrégoire Aubert2017-07-131-11/+17
| | | | | | | | * Fix dates serializing * Prevent clicks on event button to activate the graph tooltip * Throttle part of the zoom graph * Reload history when an analysis is deleted * Fix multiple style flaws
* SONAR-9403 Show an empty project activity graph instead of a message for ↵Grégoire Aubert2017-07-131-1/+1
| | | | metrics that don't have data
* SONAR-9403 Create form to add custom metric on project activity graphGrégoire Aubert2017-07-131-1/+4
|
* SONAR-9415 Click on the graph or on the list to see the matching analysis on ↵Grégoire Aubert2017-07-131-15/+39
| | | | project activity page
* SONAR-9418 Display tooltips when hovering the project activity graphsGrégoire Aubert2017-07-131-55/+219
|
* SONAR-9402 Add double click to reset the zoom level of the project activity ↵Grégoire Aubert2017-07-041-14/+20
| | | | page graphs
* SONAR-9414 Display a preview of the project activity graph on the project pageGrégoire Aubert2017-07-041-22/+25
|
* SONAR-9402 Add wheel zoom to the project history graphsGrégoire Aubert2017-07-042-51/+88
|
* SONAR-9402 Add basic zooming capabilities to the project history graphsGrégoire Aubert2017-07-042-12/+408
|
* SONAR-9402 Filter project activity graphs based on date rangeGrégoire Aubert2017-07-041-5/+2
|
* SONAR-9440 Fix usage of measures/search_history apiGrégoire Aubert2017-07-042-4/+16
|
* SONAR-9401 Load gradually all projects history events and only at first loadGrégoire Aubert2017-07-041-6/+9
|
* SONAR-9401 Force the metrics to a defined style on project history graphsGrégoire Aubert2017-07-041-3/+3
|
* SONAR-9401 Add the coverage graph to the project activity pageGrégoire Aubert2017-07-041-5/+25
|
* SONAR-9401 Add the overview chart to the project activity pageGrégoire Aubert2017-07-041-0/+217
|
* upgrade jest (#1981)Stas Vilchik2017-04-271-22/+40
|
* upgrade prettier (#1954)Stas Vilchik2017-04-202-7/+8
|
* improve react usage (#1936)Stas Vilchik2017-04-192-18/+13
| | | | | | | | | | | | | | | | | | | | | | * remove React.createClass * remove react-addons-shallow-compare * convert to functional components * replace Component with PureComponent * remove react-router-redux * declare function components consistently * fix quality flaws * fix typo * declare children prop consistently * pass location to ComponentNavMenu
* SONAR-9064 Rework facets sidebar on the issues pageStas Vilchik2017-04-132-10/+12
|
* fix measure timelineStas Vilchik2017-03-311-7/+10
|
* re-format js code (#1877)Stas Vilchik2017-03-311-1/+2
|
* MMF-721 apply feedback (#1858)Stas Vilchik2017-03-283-325/+163
| | | | | | | | * add real links to the bubble chart * do not display org names if feature is not enabled * display bubbles with zero measure * display color legend * add charts descriptions
* optimize js bundles (#1855)Stas Vilchik2017-03-2710-148/+123
|
* MMF-721 Visualizations on the Projects page (#1826)Stas Vilchik2017-03-233-109/+431
|
* adjust formattingStas Vilchik2017-03-212-2/+2
|
* format code using prettier (#1774)Stas Vilchik2017-03-1715-588/+499
|
* fix indentationStas Vilchik2017-02-233-7/+7
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1015-30/+30
|
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-294-12/+13
|
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-2214-250/+329
|