aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityApp.js
Commit message (Expand)AuthorAgeFilesLines
* rewrite project activity app in ts (#740)Stas Vilchik2018-09-251-111/+0
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-101-3/+3
* SONAR-10612 Create documentation space in the web appPascal Mugnier2018-05-031-0/+2
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* GOV-290 Allow removing past analysis of PortfoliosStas Vilchik2017-10-201-0/+2
* SONAR-9812 display activity page for portfolios (#2510)Stas Vilchik2017-09-201-3/+7
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-251-1/+2
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-251-2/+1
* SONAR-9605 Fix infinite spinner on project activity pageGrégoire Aubert2017-08-171-2/+2
* comment flow annotations (#2335)Stas Vilchik2017-08-141-2/+4
* apply applications feedback (#2297)Stas Vilchik2017-07-311-1/+8
* SONAR-9546 Allow to create two custom graphs on the project activity pageGrégoire Aubert2017-07-191-58/+42
* Fix a bug with the version badges when filtering on an event categoryGrégoire Aubert2017-07-131-37/+4
* SONAR-9410 Add date selectors to the project activity pageGrégoire Aubert2017-07-131-1/+6
* SONAR-9403 Allow to remove a metric fromt the custom graphGrégoire Aubert2017-07-131-1/+0
* SONAR-9403 Create form to add custom metric on project activity graphGrégoire Aubert2017-07-131-0/+1
* SONAR-9403 Suport custom graph via url parameters on project activity pageGrégoire Aubert2017-07-131-2/+6
* SONAR-9415 Click on the graph or on the list to see the matching analysis on ...Grégoire Aubert2017-07-131-0/+1
* SONAR-9418 Display tooltips when hovering the project activity graphsGrégoire Aubert2017-07-131-2/+2
* SONAR-8550 Don't scroll top when doing an action on an eventGrégoire Aubert2017-07-041-0/+1
* Fix project history data loading bug when a graph is saved in localstorageGrégoire Aubert2017-07-041-3/+4
* SONAR-8550 Group analyses by version in the project activity listGrégoire Aubert2017-07-041-3/+1
* SONAR-9402 Filter activity list based on a date range in the project activity...Grégoire Aubert2017-07-041-4/+8
* SONAR-9401 Load gradually all projects history events and only at first loadGrégoire Aubert2017-07-041-170/+45
* SONAR-9401 Add the coverage graph to the project activity pageGrégoire Aubert2017-07-041-39/+47
* SONAR-9401 Add leak period on the project activity page graphsGrégoire Aubert2017-07-041-4/+3
* SONAR-9401 Add the overview chart to the project activity pageGrégoire Aubert2017-07-041-22/+74
* SONAR-9401 Remove usage of redux on the project activity pageGrégoire Aubert2017-07-041-38/+135
* Fix new flow typed issuesGrégoire Aubert2017-06-131-1/+1
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-101-0/+4
* improve react usage (#1936)Stas Vilchik2017-04-191-1/+1
* add flow-typed definitions (#1847)Stas Vilchik2017-03-241-2/+8
* format code using prettier (#1774)Stas Vilchik2017-03-171-14/+12
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8554 Load and display page extensions (#1482)Stas Vilchik2016-12-231-1/+0
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-221-1/+1
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-191-0/+91