summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7348 Change the list of displayed measures on Code/Projects pagesStas Vilchik2016-03-085-15/+29
* SONAR-7402 fix column break on all measures pageStas Vilchik2016-03-081-3/+3
* SONAR-7405 display treemap legendStas Vilchik2016-03-072-2/+15
* SONAR-7402 fix corner cases caused by views and developersStas Vilchik2016-03-075-17/+33
* SONAR-7402 limit the width of the list of measuresStas Vilchik2016-03-071-1/+2
* SONAR-7408 Drop "Technical Debt", "Coverage", "Duplications" and "Structure" ...Stas Vilchik2016-03-0731-2506/+131
* SONAR-7409 Drop the "Drilldown" page and redirect to the "Measures" pageStas Vilchik2016-03-077-435/+6
* SONAR-7405 Display treemap chart of selected measure on the "Measures" pageStas Vilchik2016-03-077-11/+290
* SONAR-7406 fix axes labels on bubble chartStas Vilchik2016-03-071-5/+5
* SONAR-7402 apply feedbackStas Vilchik2016-03-072-21/+32
* SONAR-7406 Display bubble chart of selected measure on the "Measures" pageStas Vilchik2016-03-0711-12/+383
* SONAR-7404 Display history of selected measure on the "Measures" pageStas Vilchik2016-03-0713-102/+402
* improve code qualityStas Vilchik2016-03-0717-207/+303
* SONAR-7402 handle use case when metric is not foundStas Vilchik2016-03-071-4/+19
* SONAR-7403 Display the leak period value on the "Measures" pageStas Vilchik2016-03-0711-62/+208
* SONAR-7402 Create new Measures page in the project spaceStas Vilchik2016-03-0721-6/+1150
* increase width of paratemeter name column on web api pageStas Vilchik2016-03-071-1/+1
* Automatic merge from branch-5.45.5-M7Jenkins CI2016-03-043-3/+25
|\
| * SONAR-4004 require 3 characters to searchStas Vilchik2016-03-043-3/+25
* | SONAR-7329 add type option in "Filter Similar Rules" menuStas Vilchik2016-03-041-0/+6
* | SONAR-7331 fix bug when click on facetStas Vilchik2016-03-031-1/+0
* | SONAR-7401 Update component viewer header to support new quality modelStas Vilchik2016-03-033-61/+40
* | SONAR-7346 Display the distribution of rules according by type on Quality Pro...Stas Vilchik2016-03-032-32/+29
* | SONAR-7329 display rule type in the rules listStas Vilchik2016-03-032-0/+17
* | SONAR-7331 Add new "Type" facet on Rules pageStas Vilchik2016-03-034-6/+75
* | SONAR-7021 update overview page to rely only on "Tests" domainStas Vilchik2016-03-022-2/+2
* | SONAR-7329 display rule type in descriptionStas Vilchik2016-03-023-1/+11
* | SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-021-0/+31
* | SONAR-7391 Drop unused DB index DUPLICATIONS_INDEX_PSIDSimon Brandhof2016-03-021-0/+32
* | SONAR-7357 remove red highlighting from the search menuStas Vilchik2016-03-021-4/+5
* | Automatic merge from branch-5.4Jenkins CI2016-03-022-2/+8
|\|
| * fix widgets resizing on the overview pageStas Vilchik2016-03-012-2/+8
* | SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-011-2/+2
* | SONAR-7329 Add RULES.RULE_TYPE columnJulien Lancelot2016-02-291-2/+3
* | SONAR-7074 SONAR-7310 SONAR-7357 SONAR-7395 refactor web api pageStas Vilchik2016-02-2933-719/+798
* | SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-294-0/+126
* | SONAR-7330 Add long dates in active rulesJulien Lancelot2016-02-292-0/+62
* | SONAR-7333 display issue type in the issue boxStas Vilchik2016-02-263-1/+43
* | SONAR-7334 display types facet on issues pageStas Vilchik2016-02-264-2/+54
* | SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-261-0/+31
* | SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-261-0/+31
* | imrpove display if background task processing crossed midnightStas Vilchik2016-02-251-2/+2
* | improve display of little language distribution percentage on the overview pageStas Vilchik2016-02-251-5/+7
* | Automatic merge from branch-5.4Jenkins CI2016-02-257-7/+24
|\|
| * fix widgets resizing on the overview pageStas Vilchik2016-02-247-7/+24
* | refactor quality gates pageStas Vilchik2016-02-2463-1314/+1629
* | improve code qualityStas Vilchik2016-02-2487-142/+139
* | display if background task processing crossed midnightStas Vilchik2016-02-241-1/+1
* | display if background task processing crossed midnightStas Vilchik2016-02-242-4/+12
* | fix notifications form on my account page and re-enable testsStas Vilchik2016-02-231-1/+1