aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/component-measures
Commit message (Expand)AuthorAgeFilesLines
* reorganize store directoriesStas Vilchik2016-12-0914-14/+14
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-071-6/+5
* step towards a single-entry-point js app (#1362)Stas Vilchik2016-11-2826-230/+330
* SONAR-8329 clean upStas Vilchik2016-11-141-9/+0
* SONAR-8326 Drop all code related to IT/overall coverage on web side (#1348)Stas Vilchik2016-11-013-78/+1
* SONAR-8119 improve rendering of quality gate conditions on project dashboardStas Vilchik2016-10-281-2/+3
* display colorful ratings on leak period on measures pageStas Vilchik2016-10-273-4/+4
* SONAR-8300 Create new "Projects" page [first iter]Stas Vilchik2016-10-212-0/+15
* SONAR-8119 fix display of new ratings on measures pageStas Vilchik2016-10-051-18/+26
* SONAR-7963 Display duplications on new code (#1148)Stas Vilchik2016-08-171-1/+3
* SONAR-7965 Organize new duplications and size measures (#1147)Stas Vilchik2016-08-171-1/+6
* SONAR-7912 Highlight releasability rating in measure page of a viewStas Vilchik2016-07-211-1/+2
* SONAR-7492 display rating tooltips on measures pageStas Vilchik2016-07-202-4/+29
* fix display of breadcrumbs whem measure has no domainStas Vilchik2016-07-141-6/+10
* SONAR-7754 Custom measures with long values are cutStas Vilchik2016-07-141-1/+4
* update js lintersStas Vilchik2016-06-294-4/+4
* refactor react components (#1033)Stas Vilchik2016-06-103-4/+4
* refactor code page (#912)Stas Vilchik2016-05-302-2/+2
* display complementary duplications measuresStas Vilchik2016-05-181-1/+4
* move "Releasability" domain on the first place on the measures pageStas Vilchik2016-05-171-2/+2
* SONAR-7530 Add pagination on the Project Measures page (#977)Stas Vilchik2016-05-166-22/+72
* refactor project overview page (#908)Stas Vilchik2016-05-132-73/+2
* SONAR-7634 Metric names should be localized (#967)Stas Vilchik2016-05-1310-16/+32
* fix display of UTS paths on measures pageStas Vilchik2016-05-131-1/+1
* display module name on measures pageStas Vilchik2016-05-101-2/+2
* fix displaying of project with slash in the name on measures pageStas Vilchik2016-04-251-2/+9
* Automatic merge from branch-5.5Jenkins CI2016-04-207-20/+71
|\
| * apply feedback for measures page (#905)Stas Vilchik2016-04-196-19/+70
| * add web context on the measures pageStas Vilchik2016-04-191-1/+1
* | Automatic merge from branch-5.5Jenkins CI2016-04-181-2/+2
|\|
| * fix bubble chart configurationStas Vilchik2016-04-181-2/+2
* | Automatic merge from branch-5.5Jenkins CI2016-04-188-122/+265
|\|
| * SONAR-7543 Sanitize metric domains (#901)Stas Vilchik2016-04-152-4/+5
| * SONAR-7402 improve measures home page (#900)Stas Vilchik2016-04-157-119/+261
* | Automatic merge from branch-5.5Jenkins CI2016-04-141-4/+2
|\|
| * SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach...Julien Lancelot2016-04-141-4/+2
| * SONAR-7402 open referenced project if availableStas Vilchik2016-04-121-1/+1
* | SONAR-7402 fix formatting of differential measuresStas Vilchik2016-04-131-1/+1
* | SONAR-7402 open referenced project if availableStas Vilchik2016-04-121-1/+1
* | Automatic merge from branch-5.5Jenkins CI2016-04-121-3/+8
|\|
| * SONAR-7402 clicking on project bubble brings to the project pageStas Vilchik2016-04-111-3/+8
| * SONAR-7402 fix formatting of differential measuresStas Vilchik2016-04-081-1/+1
* | SONAR-7531 Add pagination on the Code pageStas Vilchik2016-04-111-1/+1
|/
* SONAR-7402 add ability to drilldown with developer selectedStas Vilchik2016-04-074-20/+38
* SONAR-7402 drop pagination, filter out components with no measure valueStas Vilchik2016-04-077-63/+13
* SONAR-7402 do not display differential valuesStas Vilchik2016-04-073-26/+54
* SONAR-7402 display complementary measuresStas Vilchik2016-04-0611-19/+144
* SONAR-7402 do not show identical sets of coverage metricsStas Vilchik2016-04-051-1/+22
* enforce js code style5.5-M14Stas Vilchik2016-04-059-12/+4
* SONAR-7402 improve scrolling UXStas Vilchik2016-04-042-2/+10