aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename subProjectId by parentProjectId in ComponentDto except in WS useTeryk Bellahsene2014-12-0214-63/+67
| | | | | | Conflicts: server/sonar-server/src/test/java/org/sonar/server/component/db/ComponentDaoTest.java sonar-core/src/test/java/org/sonar/core/component/ComponentDtoTest.java
* SONAR-5804 delete file_sources when deleting a project or during the data ↵Teryk Bellahsene2014-12-0215-132/+358
| | | | cleaning step
* Fix problem of MySQL closed connections between Ruby and Java migrationsSimon Brandhof2014-12-021-0/+6
|
* Improve reentrancy of InsertProjectsAuthorizationUpdatedAtMigrationSimon Brandhof2014-12-021-1/+1
|
* SONAR-5877 Add the issue underline for just created issuesStas Vilchik2014-12-021-0/+1
|
* SONAR-5877 Return back the issue underlineStas Vilchik2014-12-021-1/+1
|
* SONAR-5877 Return back the issue underlineStas Vilchik2014-12-021-0/+10
|
* SONAR-5827 Disable batch session when inserting in file_sources to avoid OOMJulien HENRY2014-12-022-3/+3
|
* Disable JS tests when enabling the profile dbTestsSimon Brandhof2014-12-021-0/+3
|
* Increase default ES max heap size from 256m to 1GSimon Brandhof2014-12-021-1/+1
|
* SONAR-5877 Integrate the duplications infoStas Vilchik2014-12-021-19/+17
|
* SONAR-5819 Fix handling of empty highlighting rulesJean-Baptiste Lievremont2014-12-022-3/+24
|
* SONAR-5827 Do not produce empty higlighting rules like 0,0,kJulien HENRY2014-12-022-5/+9
|
* SONAR-5871 Migration of duplications into file_sourcesJulien HENRY2014-12-025-8/+144
|
* Increase default ES max heap size from 256m to 1GSimon Brandhof2014-12-021-1/+1
|
* Scroll FILE_SOURCES rows one by oneSimon Brandhof2014-12-028-10/+47
|
* Fix disabling of JS tests by MavenSimon Brandhof2014-12-022-21/+22
|
* Fix error during previous mergeJulien HENRY2014-12-021-1/+2
|
* SONAR-5868 Issue tracking now use hash WS instead of raw sourcesJulien HENRY2014-12-0228-1098/+436
|
* SONAR-5871 Add duplication data to lines WSJean-Baptiste Lievremont2014-12-019-10/+50
|
* Fix quality flawsStas Vilchik2014-12-018-22/+24
|
* SONAR-5877 Fix bug with large duplications columnStas Vilchik2014-12-011-0/+5
|
* Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-12-0136-55/+224
|\ | | | | | | | | | | | | | | Conflicts: sonar-colorizer/src/main/java/org/sonar/colorizer/HtmlOptions.java sonar-plugin-api/src/main/java/org/sonar/api/batch/SonarIndex.java sonar-plugin-api/src/main/java/org/sonar/api/component/ResourcePerspectives.java sonar-plugin-api/src/main/java/org/sonar/api/web/CodeColorizerFormat.java
| * SONAR-5864 API cleanupJulien HENRY2014-12-0136-51/+231
| | | | | | | | | | | | * add a proper way to create perspective on InputFile * add a proper way to convert InputFile to resource * deprecate colorizer
* | Disable execution of JS tests if -DskipTestsSimon Brandhof2014-12-012-30/+7
| |
* | SONAR-5877 Fix showing of duplicationsStas Vilchik2014-12-011-1/+1
| |
* | SONAR-5718 Encode url parameters for bulk changeStas Vilchik2014-12-011-1/+1
| |
* | Fix quality flawsJean-Baptiste Lievremont2014-12-012-107/+110
| |
* | SONAR-5867 SONAR-5819 Index symbol highlighting and exploit it in ↵Jean-Baptiste Lievremont2014-12-0112-32/+75
| | | | | | | | api/sources/lines
* | Enable all web MTsStas Vilchik2014-12-011-1/+1
| |
* | Fix loading of available port in sonar-webSimon Brandhof2014-12-011-1/+1
| |
* | Remove unused javascript codeStas Vilchik2014-12-014-182/+0
| |
* | Fix quality flawsStas Vilchik2014-12-0112-104/+105
| |
* | Support port paratemer in gruntStas Vilchik2014-12-012-1/+6
| |
* | Use an available port for JS testsSimon Brandhof2014-12-012-7/+31
| |
* | Rename index type issueAuthorization to authorizationSimon Brandhof2014-12-017-14/+10
| |
* | Delete unused class IssueAuthorizationDtoSimon Brandhof2014-12-013-150/+0
| |
* | Add missed zero trend iconStas Vilchik2014-12-013-0/+0
| |
* | Fix execution of web medium tests. Fix minification of the js filesStas Vilchik2014-12-012-4/+28
| |
* | SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-0111-43/+165
| |
* | Add grunt jshintStas Vilchik2014-12-013-12/+111
| |
* | Add server benchmarksSimon Brandhof2014-12-015-36/+228
| |
* | SONAR-5801 Use short instead of int in ES source line index (size optim)Jean-Baptiste Lievremont2014-12-011-3/+9
| |
* | Cosmetic refactoring of org.sonar.server.source.indexSimon Brandhof2014-12-013-11/+10
| |
* | Fix sonar-data-testSimon Brandhof2014-12-0110-689/+9
| |
* | SONAR-5718 Fix syntax highlighting in the issues pageStas Vilchik2014-12-013-34/+1
| |
* | Minor improvement in ServerTesterSimon Brandhof2014-11-301-2/+2
| |
* | Revert previous commit to have faster buildSimon Brandhof2014-11-302-22/+55
| | | | | | | | This reverts commit 6516646e2f0b558ef81f8be705ae0c1764c0eb17.
* | Use the shared Elasticsearch instance in EsTesterSimon Brandhof2014-11-302-55/+22
| |
* | Fix thread leak in server testsSimon Brandhof2014-11-301-0/+1
| |