aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9608 Focus the measures page content when selecting a component with sh...Grégoire Aubert2017-08-141-1/+9
* SONAR-9608 Fix files view with multiple measuresGrégoire Aubert2017-08-143-7/+7
* SONAR-9608 Always hide quality gates status measureGrégoire Aubert2017-08-141-9/+3
* SONAR-9608 SONAR-8588 Improve treemapGrégoire Aubert2017-08-143-5/+5
* Add redirection of old routes to the new formatGrégoire Aubert2017-08-141-0/+36
* Update measures page IT'sGrégoire Aubert2017-08-142-49/+45
* Apply reviewStas Vilchik2017-08-149-96/+95
* Delete old component measures pageGrégoire Aubert2017-08-1460-4559/+0
* SONAR-9608 Fix some issues with Applications and Portfolios on measures pageGrégoire Aubert2017-08-144-5/+26
* SONAR-9614 Add buttons to navigate through open files on measures pageGrégoire Aubert2017-08-145-82/+274
* SONAR-9614 Add keyboard shortcuts on project measures pageGrégoire Aubert2017-08-149-31/+151
* SONAR-9608 Prevent the shortcuts from moving while loading in the page actionsGrégoire Aubert2017-08-143-8/+25
* SONAR-9608 Fix some racing condition bug when clicking fast on the sidebarGrégoire Aubert2017-08-142-32/+41
* SONAR-8591 Update link iconGrégoire Aubert2017-08-142-3/+20
* SONAR-9608 SONAR-9636 Add treemap legend on project measures pageGrégoire Aubert2017-08-142-13/+43
* SONAR-9612 Add bubble chart buttons on the project overview pageGrégoire Aubert2017-08-143-32/+29
* SONAR-9608 Change facets order in measures pageGrégoire Aubert2017-08-143-64/+73
* SONAR-9608 SONAR-9615 Add inline documentation on project measures pageGrégoire Aubert2017-08-143-15/+53
* SONAR-9608 SONAR-9611 Create the project overview bubble chart on the measure...Grégoire Aubert2017-08-1413-130/+227
* SONAR-9608 Move the secondary measure under the measure detail headerGrégoire Aubert2017-08-143-160/+166
* SONAR-9608 Use api/components/app to get favorits informations in the measure...Grégoire Aubert2017-08-143-6/+98
* SONAR-9608 SONAR-9637 Add the overview bubble charts on the measures pageGrégoire Aubert2017-08-1413-24/+550
* SONAR-9608 SONAR-9611 Add domains overview facets to the measures page sidebarGrégoire Aubert2017-08-142-2/+86
* Move measures page drilldown components at the same level as the sidebarGrégoire Aubert2017-08-148-31/+27
* SONAR-9608 SONAR-9636 Add treemap view to the components measures pageGrégoire Aubert2017-08-1413-98/+287
* Align facets values with ratings measures pageGrégoire Aubert2017-08-141-1/+10
* SONAR-9608 SONAR-9635 Make tree view and file view use the same base componentGrégoire Aubert2017-08-1416-281/+493
* SONAR-9608 SONAR-9613 Add the page actions and a select to switch between viewsGrégoire Aubert2017-08-1427-78/+973
* SONAR-9608 SONAR-9634 Create the measure list viewGrégoire Aubert2017-08-1425-113/+1450
* Generalize facet components for both issues and measuresGrégoire Aubert2017-08-1450-1844/+147
* SONAR-9608 SONAR-9609 Create the new measures page sidebar with all facetsGrégoire Aubert2017-08-1430-18/+2255
* Move Measure component to the global components folderGrégoire Aubert2017-08-147-200/+215
* Move the previous measure page to temporary urlGrégoire Aubert2017-08-1466-17/+17
* SONAR-9583 use fixed width on web api page (#2347)Stas Vilchik2017-08-142-37/+42
* Fix bad use of PropTypesGrégoire Aubert2017-08-091-1/+2
* SONAR-9603 Fix broken browser history after clicking on the project activity ...Grégoire Aubert2017-08-092-3/+3
* Show a message if there is no data to be displayed on the project activity pr...Grégoire Aubert2017-08-093-32/+52
* Display overview analysis events tooltip on the leftGrégoire Aubert2017-08-092-2/+2
* Switch colors of the overview meta headers and overview analysisGrégoire Aubert2017-08-091-1/+2
* Do not display separators in the project activity page tooltips if there is n...Grégoire Aubert2017-08-099-49/+121
* fix quality profile project selection (#2316)Stas Vilchik2017-08-041-6/+3
* fix activity page for applications (#2315)Stas Vilchik2017-08-043-0/+57
* Automatic merge from branch-6.5ssjenka2017-07-314-110/+97
|\
| * SONAR-8550 Update function to group analyses by versionGrégoire Aubert2017-07-314-111/+98
* | apply applications feedback (#2297)Stas Vilchik2017-07-3111-13/+65
* | fix analysis messageStas Vilchik2017-07-313-4/+17
* | fix display of application quality gateStas Vilchik2017-07-313-9/+9
* | SONAR-9531 Change the application spaceStas Vilchik2017-07-3135-108/+861
* | redirect /view to /portfolioStas Vilchik2017-07-311-1/+1
* | make SelectList available for extensionsStas Vilchik2017-07-314-7/+8