aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projectActivity/utils.js
Commit message (Expand)AuthorAgeFilesLines
* rewrite project activity app in ts (#740)Stas Vilchik2018-09-251-240/+0
* SONAR-10580 Local storage references should not use window.localStorage (#145)Pascal Mugnier2018-04-161-0/+3
* SONAR-9642 Reduce steps for selecting a custom chart (#6)Pascal Mugnier2018-03-221-1/+1
* Fetch metrics with redux on project dashboard pagesGrégoire Aubert2018-01-251-2/+9
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9640 Reorder coverage and duplications graphs on the project activity pageStas Vilchik2017-10-191-3/+4
* update prettierStas Vilchik2017-09-131-1/+3
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-251-2/+2
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-251-2/+2
* Fix quality flawsGrégoire Aubert2017-08-161-3/+3
* comment flow annotations (#2335)Stas Vilchik2017-08-141-55/+54
* Show a message if there is no data to be displayed on the project activity pr...Grégoire Aubert2017-08-091-0/+3
* fix activity page for applications (#2315)Stas Vilchik2017-08-041-0/+4
* Automatic merge from branch-6.5ssjenka2017-07-311-12/+11
|\
| * SONAR-8550 Update function to group analyses by versionGrégoire Aubert2017-07-311-13/+12
| * Rename project activity graph Overview to IssuesGrégoire Aubert2017-07-241-5/+6
* | apply applications feedback (#2297)Stas Vilchik2017-07-311-0/+1
* | Display graph on project activity page if there is 2 or more analysesGrégoire Aubert2017-07-261-1/+1
* | Rename project activity graph Overview to IssuesGrégoire Aubert2017-07-241-5/+6
* | SONAR-9546 Display only the first custom graph as preview on project dashboardGrégoire Aubert2017-07-191-1/+8
* | SONAR-9546 Allow to create two custom graphs on the project activity pageGrégoire Aubert2017-07-191-40/+34
* | upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-171-1/+1
|/
* SONAR-9403 Change style of metrics with no historical data in the custom grap...Grégoire Aubert2017-07-131-0/+2
* Fix a bug with the version badges when filtering on an event categoryGrégoire Aubert2017-07-131-5/+20
* SONAR-9403 Show an empty project activity graph instead of a message for metr...Grégoire Aubert2017-07-131-3/+1
* SONAR-9403 Create form to add custom metric on project activity graphGrégoire Aubert2017-07-131-0/+5
* SONAR-9403 Suport custom graph via url parameters on project activity pageGrégoire Aubert2017-07-131-8/+31
* SONAR-9415 Click on the graph or on the list to see the matching analysis on ...Grégoire Aubert2017-07-131-7/+18
* SONAR-9418 Display tooltips when hovering the project activity graphsGrégoire Aubert2017-07-131-32/+35
* SONAR-9401 Remove remediation graph on project activity pageGrégoire Aubert2017-07-041-3/+2
* Fix project history data loading bug when a graph is saved in localstorageGrégoire Aubert2017-07-041-2/+4
* SONAR-9414 Display a preview of the project activity graph on the project pageGrégoire Aubert2017-07-041-4/+38
* Add missing parameters on first load of project activity listGrégoire Aubert2017-07-041-1/+3
* SONAR-8550 Group analyses by version in the project activity listGrégoire Aubert2017-07-041-1/+26
* SONAR-9404 Remember last selected project history graphGrégoire Aubert2017-07-041-31/+31
* SONAR-9402 Add basic zooming capabilities to the project history graphsGrégoire Aubert2017-07-041-0/+3
* SONAR-9402 Filter project activity graphs based on date rangeGrégoire Aubert2017-07-041-4/+6
* SONAR-9402 Filter activity list based on a date range in the project activity...Grégoire Aubert2017-07-041-4/+16
* SONAR-9401 Load gradually all projects history events and only at first loadGrégoire Aubert2017-07-041-18/+9
* SONAR-9401 Force the metrics to a defined style on project history graphsGrégoire Aubert2017-07-041-1/+17
* SONAR-9401 Add the remediation effort graph to the project activity pageGrégoire Aubert2017-07-041-2/+3
* SONAR-9401 Add the duplications graph to the project activity pageGrégoire Aubert2017-07-041-2/+3
* SONAR-9401 Add the coverage graph to the project activity pageGrégoire Aubert2017-07-041-6/+33
* SONAR-9401 Add the overview chart to the project activity pageGrégoire Aubert2017-07-041-9/+16
* SONAR-9401 Remove usage of redux on the project activity pageGrégoire Aubert2017-07-041-0/+40