aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7147 keep current state in the urlStas Vilchik2015-12-2110-230/+363
|
* SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-2112-34/+90
|
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-2118-116/+870
|
* fix perf IT after DuplicationRepository perf improvmentSébastien Lesaint2015-12-181-1/+1
|
* fix use of deprecated constants in favor of static factory methodSébastien Lesaint2015-12-181-2/+2
|
* SONAR-7143 fix tooltips, improve rendering of long namesStas Vilchik2015-12-185-4/+13
|
* SONAR-7146 Open files in placeStas Vilchik2015-12-182-1/+5
|
* install webpackStas Vilchik2015-12-18199-21280/+942
|
* Increase timeout of EmbeddedDatabaseTestSimon Brandhof2015-12-181-1/+1
|
* fix quality flawsSébastien Lesaint2015-12-184-6/+9
|
* Merge branch 'branch-5.3'Sébastien Lesaint2015-12-1720-827/+403
|\
| * SONAR-6990 strongly reduce HEAP usage of the DuplicationRepositorySébastien Lesaint2015-12-1714-816/+285
| |
| * SONAR-6990 support repeated original-duplicate paars from the batchSébastien Lesaint2015-12-174-9/+114
| |
| * SONAR-6990 remove useless using to Map#containsSébastien Lesaint2015-12-171-4/+6
| |
| * SONAR-6990 fix use of String.format generating garbage stringsSébastien Lesaint2015-12-171-2/+2
| |
| * fix spinner position of the overview pagesStas Vilchik2015-12-174-4/+4
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-173-7/+16
|\| | | | | | | | | | | | | * origin/branch-5.3: open file in the workspace when click on the bubble SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to SonarQube HTTPS server Add unit test for Java CPD Engine
| * open file in the workspace when click on the bubbleStas Vilchik2015-12-163-7/+16
| |
* | use envify to log only in developmentStas Vilchik2015-12-162-2/+7
| |
* | SONAR-7145 add an ability to drilldown by componentStas Vilchik2015-12-162-7/+8
| |
* | SONAR-7144 add a link to open a component in a new tabStas Vilchik2015-12-161-0/+2
| |
* | SONAR-7143 display different types of coverageStas Vilchik2015-12-167-15/+123
| |
* | SONAR-7143 display list of components on the code pageStas Vilchik2015-12-1627-1/+1067
| |
* | upgrade to babel 6Stas Vilchik2015-12-157-16/+23
| |
* | improve css buildStas Vilchik2015-12-154-138/+15
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-144-55/+32
|\| | | | | | | | | | | | | * origin/branch-5.3: SONAR-7141 Fail fast if server started with Java 1.6 SONAR-7140 Do not check java.io.tmpdir in bootstrap process SONAR-6905 Batch should dump analysis-related URL into a properties file
| * SONAR-7141 Fail fast if server started with Java 1.6Simon Brandhof2015-12-142-5/+5
| |
| * SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-144-53/+30
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-142-6/+6
|\| | | | | | | | | | | | | * origin/branch-5.3: Add duplications in report viewer fix bug when file header is not displated for only issue on the issues page change axes of the bubble chart on the technical debt overview
| * fix bug when file header is not displated for only issue on the issues pageStas Vilchik2015-12-111-3/+3
| |
| * change axes of the bubble chart on the technical debt overviewStas Vilchik2015-12-111-3/+3
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-114-8/+26
|\| | | | | | | | | | | | | | | | | | | | | * origin/branch-5.3: SONAR-6968 Bad error message when analyzer detects that no language plugins are installed SONAR-6905 Batch should dump analysis-related URL into a properties file fix displaying of the workspace on the overview pages SONAR-7030 Remove dashboards bundles Reactivate devcockpit in PluginsTest fix link to added issues from the debt overview respect precision of float metrics during web formatting
| * fix displaying of the workspace on the overview pagesStas Vilchik2015-12-101-0/+2
| |
| * fix link to added issues from the debt overviewStas Vilchik2015-12-101-1/+3
| |
| * respect precision of float metrics during web formattingStas Vilchik2015-12-102-7/+21
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-103-2/+10
|\| | | | | | | | | | | | | * origin/branch-5.3: fix "hide number of failing tasks on then project level page" cut long language names on the overview page hide link icon on very small treemap cells
| * fix "hide number of failing tasks on then project level page"Stas Vilchik2015-12-091-1/+1
| |
| * cut long language names on the overview pageStas Vilchik2015-12-091-1/+5
| |
| * hide link icon on very small treemap cellsStas Vilchik2015-12-091-0/+4
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-0959-223/+242
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.3: hide number of failing tasks on then project level page SONAR-6887 Improve message when missing revision or date on blame SONAR-6900 Add IT to simulate a build breaker strategy increase contract of leak period background improve display of leak period caption add tooltips for ncloc distribution chart love ie11 improve scales of the bubble chart on the overview page fix tooltips on the overview treemap filter out empty components on the overview treemap normalize overview pages urls and titles improve code quality
| * hide number of failing tasks on then project level pageStas Vilchik2015-12-092-8/+20
| |
| * increase contract of leak period backgroundStas Vilchik2015-12-092-7/+7
| |
| * improve display of leak period captionStas Vilchik2015-12-091-1/+2
| |
| * add tooltips for ncloc distribution chartStas Vilchik2015-12-092-12/+24
| |
| * love ie11Stas Vilchik2015-12-092-3/+4
| |
| * improve scales of the bubble chart on the overview pageStas Vilchik2015-12-091-12/+25
| |
| * fix tooltips on the overview treemapStas Vilchik2015-12-091-3/+4
| |
| * filter out empty components on the overview treemapStas Vilchik2015-12-091-14/+15
| |
| * normalize overview pages urls and titlesStas Vilchik2015-12-099-27/+34
| |
| * improve code qualityStas Vilchik2015-12-0940-136/+107
| |