aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projectActivity
Commit message (Collapse)AuthorAgeFilesLines
* strengthen import/order (#3024)Stas Vilchik2018-02-073-4/+4
|
* Fetch metrics with redux on project dashboard pagesGrégoire Aubert2018-01-251-2/+9
|
* Migrate parts of overview app to TSGrégoire Aubert2018-01-251-1/+1
|
* Make branch parameter optional in some helper functionsGrégoire Aubert2018-01-251-4/+4
|
* fix file headersStas Vilchik2018-01-153-23/+3
|
* Fix license headers for 2018Simon Brandhof2018-01-0752-50/+89
|
* SONAR-10188 Update project/organization headerStas Vilchik2018-01-021-4/+0
|
* update typescript and prettier, use shortcut fragment syntax (#2913)Stas Vilchik2017-12-151-3/+3
|
* fix ActionsDropdown menu positionStas Vilchik2017-11-201-1/+1
|
* SONAR-10040 Update usage of api/metrics/searchGrégoire Aubert2017-11-081-4/+2
|
* SONAR-10023 Clear actions must be consistentStas Vilchik2017-11-035-44/+46
|
* SONAR-10022 Grouping actions must be consistentStas Vilchik2017-11-033-55/+39
|
* Update to React 16 and Enzyme 3 (#2776)Grégoire Aubert2017-11-017-25/+37
| | | | | | | | | | | | | | * Update to React 16 * Add missing promise catch * Fix jest tests * extract react-dom mock * remove empty snapshots * Fix modals
* use intl to format numbers, drop numeral (#2770)Stas Vilchik2017-10-301-2/+2
|
* wrap react-modal and react-select in own components (#2759)Stas Vilchik2017-10-308-74/+13
|
* update web dependencies (#2752)Stas Vilchik2017-10-3015-32/+74
|
* improve css management (#2746)Stas Vilchik2017-10-301-9/+9
|
* better rendering of long versionsStas Vilchik2017-10-253-17/+50
|
* GOV-290 Allow removing past analysis of PortfoliosStas Vilchik2017-10-204-12/+26
|
* better rendering of long events on project activity pageStas Vilchik2017-10-192-13/+15
|
* SONAR-9640 Reorder coverage and duplications graphs on the project activity pageStas Vilchik2017-10-192-6/+7
|
* SONAR-7709 Help users to not enter wrong date periodsStas Vilchik2017-10-112-5/+8
|
* do not let select date in futureStas Vilchik2017-10-101-0/+2
|
* SONAR-9756 update branch management pageStas Vilchik2017-10-031-1/+2
|
* SONAR-9832 Filter out DATA and DISTRIB type metrics in custom graphsGrégoire Aubert2017-09-251-0/+1
|
* Remove yellow background on legend item without data on project activity pageGrégoire Aubert2017-09-252-5/+2
|
* SONAR-9812 display activity page for portfolios (#2510)Stas Vilchik2017-09-209-35/+57
|
* rewrite projects appStas Vilchik2017-09-131-1/+0
|
* update prettierStas Vilchik2017-09-1327-200/+196
|
* fix redirection on activity pageStas Vilchik2017-09-121-11/+13
|
* fix governance pages when using branches (#2446)Stas Vilchik2017-09-121-5/+13
|
* SONAR-9736 Build UI for long-living branches (#2390)Stas Vilchik2017-09-122-3/+9
|
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-122-21/+13
|
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-2518-74/+105
|
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-2515-139/+124
|
* translate all routes files to ts (#2378)Stas Vilchik2017-08-181-1/+3
|
* SONAR-9605 Fix infinite spinner on project activity pageGrégoire Aubert2017-08-178-35/+52
|
* Fix quality flawsGrégoire Aubert2017-08-171-23/+28
|
* Do not round numbers in project activity graph's tooltipsGrégoire Aubert2017-08-171-1/+3
|
* Fix quality flawsGrégoire Aubert2017-08-164-18/+18
|
* Configure for use with TypescriptGrégoire Aubert2017-08-163-18/+13
|
* comment flow annotations (#2335)Stas Vilchik2017-08-1434-226/+329
|
* Show a message if there is no data to be displayed on the project activity ↵Grégoire Aubert2017-08-091-0/+3
| | | | preview graph
* Do not display separators in the project activity page tooltips if there is ↵Grégoire Aubert2017-08-099-49/+121
| | | | no data
* fix activity page for applications (#2315)Stas Vilchik2017-08-043-0/+57
|
* Automatic merge from branch-6.5ssjenka2017-07-314-110/+97
|\ | | | | | | | | * origin/branch-6.5: SONAR-8550 Update function to group analyses by version
| * SONAR-8550 Update function to group analyses by versionGrégoire Aubert2017-07-314-111/+98
| |
| * Correctly display Issues graph as default if no custom metrics are selected.Grégoire Aubert2017-07-241-2/+5
| |
| * Rename project activity graph Overview to IssuesGrégoire Aubert2017-07-2417-50/+61
| |
* | apply applications feedback (#2297)Stas Vilchik2017-07-3111-13/+65
| |